/[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 358 by dpavlin, Sun Jan 8 13:58:19 2006 UTC revision 451 by dpavlin, Sun May 7 19:58:43 2006 UTC
# Line 8  catalyst_encoding: 'UTF-8' Line 8  catalyst_encoding: 'UTF-8'
8  # relative path to sites templates under Catalyst root  # relative path to sites templates under Catalyst root
9  sites_root: 'sites'  sites_root: 'sites'
10    
11  # configuration for hyper estraier full text search engine  # which indexing engine to use? (hyperestraier is default)
12    use_indexer: 'hyperestraier'
13    #use_indexer: 'kinosearch'
14    
15    # configuration for Hyper Estraier full text search engine
16  hyperestraier:  hyperestraier:
17    #url: 'http://localhost:1978/node/webpac2'    #url: 'http://localhost:1978/node/webpac2'
18    masterurl: 'http://localhost:1978'    masterurl: 'http://localhost:1978'
# Line 31  hyperestraier: Line 35  hyperestraier:
35    type: 'search'    type: 'search'
36    #    #
37    
38    # options for pager
39    pager:
40      # how many pages to show for navigation?
41      max_pages: 20
42    
43    # configuration for KinoSearch search engine library
44    kinosearch:
45      index_path: './kinosearch/'
46      fields:
47        - 'uri'
48        - 'AccompanyingMaterial'
49        - 'APA'
50        - 'CallNo'
51        - 'ContentsNote'
52        - 'CorporateName'
53        - 'CorporateName2'
54        - 'DatePublication'
55        - 'EditionNote'
56        - 'EditionStatement'
57        - 'ExpandedTitle'
58        - 'fond'
59        - 'Form'
60        - 'Frequency'
61        - 'GeneralNote'
62        - 'ID'
63        - 'IdentificationNumbers'
64        - 'IntellectResponsNote'
65        - 'InternalBibliographies'
66        - 'InvNo'
67        - 'ISBN'
68        - 'ISSN'
69        - 'ISN'
70        - 'IssuedWith'
71        - 'Language'
72        - 'level'
73        - 'MaterialDesignation'
74        - 'MFN'
75        - 'NamePublisher'
76        - 'Names'
77        - 'OriginatingSource'
78        - 'ParallelTitle'
79        - 'Parts'
80        - 'PartsEF'
81        - 'PartsID'
82        - 'PersonalName'
83        - 'PersonalName2'
84        - 'PersonalNameOther'
85        - 'PhysicalDescription'
86        - 'PhysicalDescriptionNote'
87        - 'PhysicalDetails'
88        - 'Piece'
89        - 'PieceAnalitic'
90        - 'PieceNum'
91        - 'PieceSubtitle'
92        - 'PlacePublication'
93        - 'Responsibility'
94        - 'ResponsibilityFirst'
95        - 'ResponsibilitySecond'
96        - 'SerialNo'
97        - 'Series'
98        - 'SeriesTitle'
99        - 'Set'
100        - 'Set2'
101        - 'Subtitle'
102        - 'Summary'
103        - 'SystemRequirements'
104        - 'titleNo'
105        - 'TitleProper'
106        - 'TitleProper2'
107        - 'UDC'
108        - 'UDC_All'
109        - 'UDCb'
110        - 'UncontrolledTerms'
111        - 'UniformHeading'
112        - 'URL'
113        - 'VolumeDesignation'
114        - 'AllThes'
115        - 'BroaderTerm'
116        - 'ClassCode'
117        - 'DescriptorEN'
118        - 'DescriptorFR'
119        - 'DescriptorGE'
120        - 'DescriptorHR'
121        - 'filename'
122        - 'format'
123        - 'headline'
124        - 'IDths'
125        - 'line'
126        - 'line2'
127        - 'line3'
128        - 'line4'
129        - 'MicrothesaurusEN'
130        - 'MicrothesaurusFR'
131        - 'MicrothesaurusGE'
132        - 'MicrothesaurusHR'
133        - 'NarrowerTerm'
134        - 'NonDescriptorEN'
135        - 'NonDescriptorFR'
136        - 'NonDescriptorGE'
137        - 'NonDescriptorHR'
138        - 'RelatedTerm'
139        - 'ScopeNoteEN'
140        - 'ScopeNoteHR'
141        - 'SeeBefore'
142        - 'SeeNext'
143        - 'Source'
144        - 'SubjectAreaHR'
145        - 'SubjectIndex'
146        - 'URL'
147      database: 'unconfigured database name'
148      label: 'unconfigured database label'
149      encoding: 'iso-8859-2'
150      # clean database before opening? (WARNING: this erases existing database)
151      clean: 1
152      # which field type to index?
153      type: 'search'
154    
155  webpac:  webpac:
156    # default template to use    # default template to use
157    template: 'html_ffzg_results_short.tt'    template: 'html_ffzg_results_short.tt'
# Line 72  databases: Line 193  databases:
193        - to: jzav        - to: jzav
194          credit: 10000          credit: 10000
195    
196      # site with alternative databases
197      'hr':
198        name: 'Primjer za hrvatsko suèelje'
199        links:
200          - to: ps
201            credit: 10000
202          - to: kk
203            credit: 5000
204    
205    # Psihologija    # Psihologija
206    'ps':    'ps':
# Line 152  databases: Line 281  databases:
281        type: marc        type: marc
282        path: '/data/isis_data/efzg/unimarc.iso'        path: '/data/isis_data/efzg/unimarc.iso'
283        encoding: '852'        encoding: '852'
284          # CroList recoding pairs to fix encoding problems
285          recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
286        lookup: 'conf/lookup/isis.pm'        lookup: 'conf/lookup/isis.pm'
287        #limit: 100        #limit: 100
288        normalize:        normalize:

Legend:
Removed from v.358  
changed lines
  Added in v.451

  ViewVC Help
Powered by ViewVC 1.1.26