/[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 222 by dpavlin, Mon Dec 5 19:15:01 2005 UTC revision 270 by dpavlin, Sat Dec 17 00:37:12 2005 UTC
# Line 5  Line 5 
5  hyperestraier:  hyperestraier:
6    #url: 'http://localhost:1978/node/webpac2'    #url: 'http://localhost:1978/node/webpac2'
7    masterurl: 'http://localhost:1978'    masterurl: 'http://localhost:1978'
8  #  defaultnode: 'webpac2'    defaultnode: 'webpac2'
9    defaultnode: 'ps'  #  defaultnode: 'ps'
10    defaultdepth: 1    defaultdepth: 1
11    user: 'admin'    user: 'admin'
12    passwd: 'admin'    passwd: 'admin'
# 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:
54      # This is empty database created only in Hyper Estraier to merge
55      # all three databases
56      'webpac2':
57        name: 'Search all'
58        links:
59          - to: ps
60            credit: 10000
61          - to: kk
62            credit: 10000
63          - to: jzav
64            credit: 10000
65    
66    
67    # Psihologija    # Psihologija
68    'ps':    'ps':
69      # all variables here will be available as config variables in template      # all variables here will be available as config variables in template
# Line 55  databases: Line 73  databases:
73      # define input source      # define input source
74      input:      input:
75        # this will create unique name with name of database and mfn        # this will create unique name with name of database and mfn
76        name: libri        - name: libri
77        # isis          # isis
78        type: isis          type: isis
79          
80        # full path to database          # full path to database
81        path: '/data/isis_data/ffps-libri/LIBRI'          path: '/data/isis_data/ffps-libri/LIBRI'
82          
83        # encoding of character set in isis data          # encoding of character set in isis data
84        encoding: '852'          encoding: '852'
85          
86        # lookup          # lookup
87        lookup: 'conf/lookup/isis.pm'          lookup: 'conf/lookup/isis.pm'
88          
89        # limit number of records to read from database          # limit number of records to read from database
90        #limit: 100          limit: 100
91          
92        # define normalisation for that source          # define normalisation for that source
93        normalize:          normalize:
94          # which tag to use in normalize xml for data?            # which tag to use in normalize xml for data?
95          tag: 'isis'            tag: 'isis'
96          # path to normalization xml            # path to normalization xml
97          path: 'conf/normalize/isis_ffzg.xml'            #path: 'conf/normalize/isis_ffzg.xml'
98              path: 'conf/normalize/isis_ffzg.yml'
99      
100          # another input database
101          - name: peri
102            type: isis
103            path: '/data/isis_data/ffps-peri/PERI'
104            encoding: '852'
105            lookup: 'conf/lookup/isis.pm'
106            limit: 100
107            normalize:
108              tag: 'isis'
109              path: 'conf/normalize/isis_ffzg.xml'
110    
111      # another input database    # Komparativna
112      kk:
113        name: 'Komparativna'
114      
115      input:      input:
116        name: peri        name: libri
117        type: isis        type: isis
118        path: '/data/isis_data/ffps-peri/PERI'        path: '/data/isis_data/ffkk/LIBRI'
119        encoding: '852'        encoding: '852'
120        lookup: 'conf/lookup/isis.pm'        lookup: 'conf/lookup/isis.pm'
121        #limit: 100        limit: 100
122        normalize:        normalize:
123          tag: 'isis'          tag: 'isis'
124          path: 'conf/normalize/isis_ffzg.xml'          path: 'conf/normalize/isis_ffzg.xml'
   
   # Kooo... k?  
   kk:  
     name: 'Tko zna?'  
125        
126      jzav:
127        name: 'Jadranski zavod'
128      input:      input:
129        name: libri        name: knjige
130        type: isis        type: isis
131        path: '/data/isis_data/ffkk/LIBRI'        path: '/data/isis_data/jzav/BIB'
132        encoding: '852'        encoding: '852'
133        lookup: 'conf/lookup/isis.pm'        lookup: 'conf/lookup/jzav.yml'
134        #limit: 100        limit: 1
135        normalize:        normalize:
136          tag: 'isis'          tag: 'isis'
137          path: 'conf/normalize/isis_ffzg.xml'          path: 'conf/normalize/isis_ffzg.xml'
     

Legend:
Removed from v.222  
changed lines
  Added in v.270

  ViewVC Help
Powered by ViewVC 1.1.26