/[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 293 by dpavlin, Sun Dec 18 23:35:24 2005 UTC revision 399 by dpavlin, Sun Feb 19 12:37:27 2006 UTC
# Line 5  Line 5 
5  config_encoding: 'ISO-8859-2'  config_encoding: 'ISO-8859-2'
6  # encoding in Catalyst.  # encoding in Catalyst.
7  catalyst_encoding: 'UTF-8'  catalyst_encoding: 'UTF-8'
8    # relative path to sites templates under Catalyst root
9    sites_root: 'sites'
10    
11  # configuration for hyper estraier full text search engine  # configuration for hyper estraier full text search engine
12  hyperestraier:  hyperestraier:
# Line 15  hyperestraier: Line 17  hyperestraier:
17    defaultdepth: 1    defaultdepth: 1
18    user: 'admin'    user: 'admin'
19    passwd: 'admin'    passwd: 'admin'
20      # don't turn this on! it will spit huge amounts of output
21      #debug: 1
22    #    #
23    # number of results on each page    # number of results on each page
24    hits_on_page: 30    hits_on_page: 30
# Line 68  databases: Line 72  databases:
72        - to: jzav        - to: jzav
73          credit: 10000          credit: 10000
74    
75      # site with alternative databases
76      'hr':
77        name: 'Primjer za hrvatsko sučelje'
78        links:
79          - to: ps
80            credit: 10000
81          - to: kk
82            credit: 5000
83    
84    # Psihologija    # Psihologija
85    'ps':    'ps':
# Line 99  databases: Line 111  databases:
111            # which tag to use in normalize xml for data?            # which tag to use in normalize xml for data?
112            tag: 'isis'            tag: 'isis'
113            # path to normalization xml            # path to normalization xml
114            #path: 'conf/normalize/isis_ffzg.xml'            path: 'conf/normalize/isis_ffzg.xml'
115            path: 'conf/normalize/isis_ffzg.yml'            #path: 'conf/normalize/isis_ffzg.yml'
116        
117        # another input database        # another input database
118        - name: peri        - name: peri

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

  ViewVC Help
Powered by ViewVC 1.1.26