--- Webpacus/config.yml 2005/12/06 23:49:13 237 +++ Webpacus/config.yml 2005/12/17 00:37:12 270 @@ -5,8 +5,8 @@ hyperestraier: #url: 'http://localhost:1978/node/webpac2' masterurl: 'http://localhost:1978' -# defaultnode: 'webpac2' - defaultnode: 'ps' + defaultnode: 'webpac2' +# defaultnode: 'ps' defaultdepth: 1 user: 'admin' passwd: 'admin' @@ -43,9 +43,27 @@ # encoding expected by Catalyst out_encoding: 'utf-8' +editor: + # open this record when opening editor + # (it will also be used to deduce default database and input) + default_record_uri: 'ps/libri/1' + # directives after this are used when indexing using core WebPAC modules databases: + # This is empty database created only in Hyper Estraier to merge + # all three databases + 'webpac2': + name: 'Search all' + links: + - to: ps + credit: 10000 + - to: kk + credit: 10000 + - to: jzav + credit: 10000 + + # Psihologija 'ps': # all variables here will be available as config variables in template @@ -69,14 +87,15 @@ lookup: 'conf/lookup/isis.pm' # limit number of records to read from database - #limit: 100 + limit: 100 # define normalisation for that source normalize: # which tag to use in normalize xml for data? tag: 'isis' # path to normalization xml - path: 'conf/normalize/isis_ffzg.xml' + #path: 'conf/normalize/isis_ffzg.xml' + path: 'conf/normalize/isis_ffzg.yml' # another input database - name: peri @@ -84,7 +103,7 @@ path: '/data/isis_data/ffps-peri/PERI' encoding: '852' lookup: 'conf/lookup/isis.pm' - #limit: 100 + limit: 100 normalize: tag: 'isis' path: 'conf/normalize/isis_ffzg.xml' @@ -99,7 +118,7 @@ path: '/data/isis_data/ffkk/LIBRI' encoding: '852' lookup: 'conf/lookup/isis.pm' - #limit: 100 + limit: 100 normalize: tag: 'isis' path: 'conf/normalize/isis_ffzg.xml' @@ -112,7 +131,7 @@ path: '/data/isis_data/jzav/BIB' encoding: '852' lookup: 'conf/lookup/jzav.yml' - #limit: 100 + limit: 1 normalize: tag: 'isis' path: 'conf/normalize/isis_ffzg.xml'