/[webpac2]/Webpacus/config.yml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/config.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 271 by dpavlin, Sat Dec 17 03:19:58 2005 UTC revision 293 by dpavlin, Sun Dec 18 23:35:24 2005 UTC
# Line 43  webpac: Line 43  webpac:
43    webpac_encoding: 'iso-8859-2'    webpac_encoding: 'iso-8859-2'
44    # encoding expected by Catalyst    # encoding expected by Catalyst
45    out_encoding: 'utf-8'    out_encoding: 'utf-8'
46      # define different input formats (types) and perl modules to handle them
47      inputs:
48        isis: 'WebPAC::Input::ISIS'
49        marc: 'WebPAC::Input::MARC'
50    
51  editor:  editor:
52    # open this record when opening editor    # open this record when opening editor
# Line 88  databases: Line 92  databases:
92          lookup: 'conf/lookup/isis.pm'          lookup: 'conf/lookup/isis.pm'
93            
94          # limit number of records to read from database          # limit number of records to read from database
95          limit: 100          #limit: 100
96            
97          # define normalisation for that source          # define normalisation for that source
98          normalize:          normalize:
# Line 104  databases: Line 108  databases:
108          path: '/data/isis_data/ffps-peri/PERI'          path: '/data/isis_data/ffps-peri/PERI'
109          encoding: '852'          encoding: '852'
110          lookup: 'conf/lookup/isis.pm'          lookup: 'conf/lookup/isis.pm'
111          limit: 100          #limit: 100
112          normalize:          normalize:
113            tag: 'isis'            tag: 'isis'
114            path: 'conf/normalize/isis_ffzg.xml'            path: 'conf/normalize/isis_ffzg.xml'
# Line 119  databases: Line 123  databases:
123        path: '/data/isis_data/ffkk/LIBRI'        path: '/data/isis_data/ffkk/LIBRI'
124        encoding: '852'        encoding: '852'
125        lookup: 'conf/lookup/isis.pm'        lookup: 'conf/lookup/isis.pm'
126        limit: 100        #limit: 100
127        normalize:        normalize:
128          tag: 'isis'          tag: 'isis'
129          path: 'conf/normalize/isis_ffzg.xml'          path: 'conf/normalize/isis_ffzg.xml'
# Line 132  databases: Line 136  databases:
136        path: '/data/isis_data/jzav/BIB'        path: '/data/isis_data/jzav/BIB'
137        encoding: '852'        encoding: '852'
138        lookup: 'conf/lookup/jzav.yml'        lookup: 'conf/lookup/jzav.yml'
139        limit: 1        #limit: 100
140        normalize:        normalize:
141          tag: 'isis'          tag: 'isis'
142          path: 'conf/normalize/isis_ffzg.xml'          path: 'conf/normalize/isis_ffzg.xml'
143      
144      efzg:
145        name: 'Ekonomski fakutet u Zagrebu'
146        input:
147          name: knjige
148          type: marc
149          path: '/data/isis_data/efzg/unimarc.iso'
150          encoding: '852'
151          lookup: 'conf/lookup/isis.pm'
152          #limit: 100
153          normalize:
154            tag: 'isis'
155            path: 'conf/normalize/isis_ffzg.xml'
156      

Legend:
Removed from v.271  
changed lines
  Added in v.293

  ViewVC Help
Powered by ViewVC 1.1.26