/[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 231 by dpavlin, Mon Dec 5 19:15:01 2005 UTC revision 232 by dpavlin, Tue Dec 6 16:35:11 2005 UTC
# Line 54  databases: Line 54  databases:
54        
55      # define input source      # define input source
56      input:      input:
57        # this will create unique name with name of database and mfn          # this will create unique name with name of database and mfn
58        name: libri        - name: libri
59        # isis          # isis
60        type: isis          type: isis
61          
62        # full path to database          # full path to database
63        path: '/data/isis_data/ffps-libri/LIBRI'          path: '/data/isis_data/ffps-libri/LIBRI'
64          
65        # encoding of character set in isis data          # encoding of character set in isis data
66        encoding: '852'          encoding: '852'
67          
68        # lookup          # lookup
69        lookup: 'conf/lookup/isis.pm'          lookup: 'conf/lookup/isis.pm'
70          
71        # limit number of records to read from database          # limit number of records to read from database
72        #limit: 100          limit: 100
73          
74        # define normalisation for that source          # define normalisation for that source
75        normalize:          normalize:
76          # which tag to use in normalize xml for data?            # which tag to use in normalize xml for data?
77          tag: 'isis'            tag: 'isis'
78          # path to normalization xml            # path to normalization xml
79          path: 'conf/normalize/isis_ffzg.xml'            path: 'conf/normalize/isis_ffzg.xml'
80      
81      # another input database        # another input database
82      input:        - name: peri
83        name: peri          type: isis
84        type: isis          path: '/data/isis_data/ffps-peri/PERI'
85        path: '/data/isis_data/ffps-peri/PERI'          encoding: '852'
86        encoding: '852'          lookup: 'conf/lookup/isis.pm'
87        lookup: 'conf/lookup/isis.pm'          #limit: 100
88        #limit: 100          normalize:
89        normalize:            tag: 'isis'
90          tag: 'isis'            path: 'conf/normalize/isis_ffzg.xml'
         path: 'conf/normalize/isis_ffzg.xml'  
91    
92    # Kooo... k?    # Kooo... k?
93    kk:    kk:
# Line 100  databases: Line 99  databases:
99        path: '/data/isis_data/ffkk/LIBRI'        path: '/data/isis_data/ffkk/LIBRI'
100        encoding: '852'        encoding: '852'
101        lookup: 'conf/lookup/isis.pm'        lookup: 'conf/lookup/isis.pm'
102        #limit: 100        limit: 100
103        normalize:        normalize:
104          tag: 'isis'          tag: 'isis'
105          path: 'conf/normalize/isis_ffzg.xml'          path: 'conf/normalize/isis_ffzg.xml'

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

  ViewVC Help
Powered by ViewVC 1.1.26