/[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 417 by dpavlin, Sun Feb 26 23:22:39 2006 UTC revision 435 by dpavlin, Mon Apr 17 20:23:12 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    # configuration for KinoSearch search engine library
39    kinosearch:
40      index_path: './kinosearch/'
41      fields:
42        - 'uri'
43        - 'AccompanyingMaterial'
44        - 'APA'
45        - 'CallNo'
46        - 'ContentsNote'
47        - 'CorporateName'
48        - 'CorporateName2'
49        - 'DatePublication'
50        - 'EditionNote'
51        - 'EditionStatement'
52        - 'ExpandedTitle'
53        - 'fond'
54        - 'Form'
55        - 'Frequency'
56        - 'GeneralNote'
57        - 'ID'
58        - 'IdentificationNumbers'
59        - 'IntellectResponsNote'
60        - 'InternalBibliographies'
61        - 'InvNo'
62        - 'ISBN'
63        - 'ISSN'
64        - 'ISN'
65        - 'IssuedWith'
66        - 'Language'
67        - 'level'
68        - 'MaterialDesignation'
69        - 'MFN'
70        - 'NamePublisher'
71        - 'Names'
72        - 'OriginatingSource'
73        - 'ParallelTitle'
74        - 'Parts'
75        - 'PartsEF'
76        - 'PartsID'
77        - 'PersonalName'
78        - 'PersonalName2'
79        - 'PersonalNameOther'
80        - 'PhysicalDescription'
81        - 'PhysicalDescriptionNote'
82        - 'PhysicalDetails'
83        - 'Piece'
84        - 'PieceAnalitic'
85        - 'PieceNum'
86        - 'PieceSubtitle'
87        - 'PlacePublication'
88        - 'Responsibility'
89        - 'ResponsibilityFirst'
90        - 'ResponsibilitySecond'
91        - 'SerialNo'
92        - 'Series'
93        - 'SeriesTitle'
94        - 'Set'
95        - 'Set2'
96        - 'Subtitle'
97        - 'Summary'
98        - 'SystemRequirements'
99        - 'titleNo'
100        - 'TitleProper'
101        - 'TitleProper2'
102        - 'UDC'
103        - 'UDC_All'
104        - 'UDCb'
105        - 'UncontrolledTerms'
106        - 'UniformHeading'
107        - 'URL'
108        - 'VolumeDesignation'
109        - 'AllThes'
110        - 'BroaderTerm'
111        - 'ClassCode'
112        - 'DescriptorEN'
113        - 'DescriptorFR'
114        - 'DescriptorGE'
115        - 'DescriptorHR'
116        - 'filename'
117        - 'format'
118        - 'headline'
119        - 'IDths'
120        - 'line'
121        - 'line2'
122        - 'line3'
123        - 'line4'
124        - 'MicrothesaurusEN'
125        - 'MicrothesaurusFR'
126        - 'MicrothesaurusGE'
127        - 'MicrothesaurusHR'
128        - 'NarrowerTerm'
129        - 'NonDescriptorEN'
130        - 'NonDescriptorFR'
131        - 'NonDescriptorGE'
132        - 'NonDescriptorHR'
133        - 'RelatedTerm'
134        - 'ScopeNoteEN'
135        - 'ScopeNoteHR'
136        - 'SeeBefore'
137        - 'SeeNext'
138        - 'Source'
139        - 'SubjectAreaHR'
140        - 'SubjectIndex'
141        - 'URL'
142      database: 'unconfigured database name'
143      label: 'unconfigured database label'
144      encoding: 'iso-8859-2'
145      # clean database before opening? (WARNING: this erases existing database)
146      clean: 1
147      # which field type to index?
148      type: 'search'
149    
150  webpac:  webpac:
151    # default template to use    # default template to use
152    template: 'html_ffzg_results_short.tt'    template: 'html_ffzg_results_short.tt'

Legend:
Removed from v.417  
changed lines
  Added in v.435

  ViewVC Help
Powered by ViewVC 1.1.26