/[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 232 by dpavlin, Tue Dec 6 16:35:11 2005 UTC revision 244 by dpavlin, Wed Dec 14 23:04:13 2005 UTC
# Line 43  webpac: Line 43  webpac:
43    # encoding expected by Catalyst    # encoding expected by Catalyst
44    out_encoding: 'utf-8'    out_encoding: 'utf-8'
45    
46    editor:
47      # open this record when opening editor
48      # (it will also be used to deduce default database and input)
49      default_record_uri: 'ps/libri/1'
50    
51  # directives after this are used when indexing using core WebPAC modules  # directives after this are used when indexing using core WebPAC modules
52    
53  databases:  databases:
# Line 54  databases: Line 59  databases:
59        
60      # define input source      # define input source
61      input:      input:
62          # this will create unique name with name of database and mfn        # this will create unique name with name of database and mfn
63        - name: libri        - name: libri
64          # isis          # isis
65          type: isis          type: isis
# Line 69  databases: Line 74  databases:
74          lookup: 'conf/lookup/isis.pm'          lookup: 'conf/lookup/isis.pm'
75            
76          # limit number of records to read from database          # limit number of records to read from database
77          limit: 100          #limit: 100
78            
79          # define normalisation for that source          # define normalisation for that source
80          normalize:          normalize:
# Line 89  databases: Line 94  databases:
94            tag: 'isis'            tag: 'isis'
95            path: 'conf/normalize/isis_ffzg.xml'            path: 'conf/normalize/isis_ffzg.xml'
96    
97    # Kooo... k?    # Komparativna
98    kk:    kk:
99      name: 'Tko zna?'      name: 'Komparativna'
100        
101      input:      input:
102        name: libri        name: libri
# Line 99  databases: Line 104  databases:
104        path: '/data/isis_data/ffkk/LIBRI'        path: '/data/isis_data/ffkk/LIBRI'
105        encoding: '852'        encoding: '852'
106        lookup: 'conf/lookup/isis.pm'        lookup: 'conf/lookup/isis.pm'
107        limit: 100        #limit: 100
108        normalize:        normalize:
109          tag: 'isis'          tag: 'isis'
110          path: 'conf/normalize/isis_ffzg.xml'          path: 'conf/normalize/isis_ffzg.xml'
111        
112      jzav:
113        name: 'Jadranski zavod'
114        input:
115          name: knjige
116          type: isis
117          path: '/data/isis_data/jzav/BIB'
118          encoding: '852'
119          lookup: 'conf/lookup/jzav.yml'
120          #limit: 100
121          normalize:
122            tag: 'isis'
123            path: 'conf/normalize/isis_ffzg.xml'

Legend:
Removed from v.232  
changed lines
  Added in v.244

  ViewVC Help
Powered by ViewVC 1.1.26