/[webpac2]/trunk/conf/mjesec.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

Contents of /trunk/conf/mjesec.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1095 - (show annotations)
Fri Aug 1 23:41:47 2008 UTC (15 years, 9 months ago) by dpavlin
File size: 8006 byte(s)
local changes

1 --- #YAML:1.0
2 # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3
4 # encoding of this configuration file
5 config_encoding: 'ISO-8859-2'
6 # encoding in Catalyst.
7 catalyst_encoding: 'UTF-8'
8 # relative path to sites templates under Catalyst root
9 sites_root: 'sites'
10
11 # which indexing engine to use? (hyperestraier is default)
12 #use_indexer: 'hyperestraier'
13 use_indexer: 'hyperestraier-native'
14 #use_indexer: 'kinosearch'
15
16 # configuration for Hyper Estraier full text search engine
17 hyperestraier:
18 #url: 'http://localhost:1978/node/webpac2'
19 masterurl: 'http://localhost:1978'
20 defaultnode: 'webpac2'
21 # defaultnode: 'ps'
22 defaultdepth: 1
23 user: 'admin'
24 passwd: 'admin'
25 # don't turn this on! it will spit huge amounts of output
26 #debug: 1
27 #
28 #
29 path: 'casket/'
30 # number of results on each page
31 hits_on_page: 10
32 # number of results to fetch for suggestion (it will fold multiple sameones)
33 hits_for_suggest: 20
34 #
35 # options used while indexing
36 #
37 # which tag type to use for search engine (used while indexing)
38 type: 'search'
39 #
40
41 # options for pager
42 pager:
43 # how many pages to show for navigation?
44 max_pages: 20
45
46 # configuration for KinoSearch search engine library
47 kinosearch:
48 index_path: './kinosearch/'
49 database: 'unconfigured database name'
50 label: 'unconfigured database label'
51 encoding: 'iso-8859-2'
52 # clean database before opening? (WARNING: this erases existing database)
53 clean: 1
54 # which field type to index?
55 type: 'search'
56
57 webpac:
58 # default template to use
59 template: 'html_ffzg_results_short.tt'
60 # path to database files
61 db_path: '/data/webpac2/db'
62 # path to templates used by WebPAC::Output
63 template_path: '/data/webpac2/conf/output/tt'
64 # default template for results
65 default_template: 'html_ffzg.tt'
66 # default user editable css file
67 default_css: 'user.css'
68 css_path: 'root/css'
69 # encoding comming from webpac
70 webpac_encoding: 'iso-8859-2'
71 # encoding expected by Catalyst
72 out_encoding: 'utf-8'
73 # define different input formats (types) and perl modules to handle them
74 inputs:
75 isis: 'WebPAC::Input::ISIS'
76 marc: 'WebPAC::Input::MARC'
77 excel: 'WebPAC::Input::Excel'
78 # define delimiters for validation
79 delimiters:
80 - ' ; '
81 - ' : '
82 - ' / '
83 - ' = '
84 editor:
85 # open this record when opening editor
86 # (it will also be used to deduce default database and input)
87 default_record_uri: 'ps/libri/1'
88
89 # directives after this are used when indexing using core WebPAC modules
90
91 databases:
92 # This is empty database created only in Hyper Estraier to merge
93 # all three databases
94 'webpac2':
95 name: 'Search all'
96 links:
97 - to: ffan
98 credit: 10000
99 - to: ffar
100 credit: 10000
101 - to: ffet
102 credit: 10000
103 - to: fffi
104 credit: 10000
105 - to: fffo
106 credit: 10000
107 - to: ffge
108 credit: 10000
109 - to: ffhu
110 credit: 10000
111 - to: ffiz
112 credit: 10000
113 - to: ffkf
114 credit: 10000
115 - to: ffkk
116 credit: 10000
117 - to: fflo
118 credit: 10000
119 - to: fftu
120 credit: 10000
121 - to: ffpe
122 credit: 10000
123 - to: ffpo
124 credit: 10000
125 - to: ffpu
126 credit: 10000
127 - to: ffps
128 credit: 10000
129 - to: ffro
130 credit: 10000
131 - to: ffsk
132 credit: 10000
133 - to: ffsf
134 credit: 10000
135 - to: ffso
136 credit: 10000
137 - to: ffta
138 credit: 10000
139 - to: ffsr
140 credit: 10000
141 - to: ffmic
142 credit: 10000
143 - to: vusp
144 credit: 10000
145 - to: kem
146 credit: 10000
147 - to: efzg
148 credit: 10000
149
150
151 # hazu:
152 # name: 'HAZU'
153 # input:
154 # - name: bib
155 # type: isis
156 # path: '/data/unizg/hazu/BIB'
157 # encoding: 'cp852'
158 # modify_file: 'conf/modify/common.pl'
159 # normalize:
160 # path: 'conf/normalize/minimal.pl'
161 #
162 # sand:
163 # name: 'SAND'
164 # input:
165 # name: casopisi
166 # type: dbf
167 # path: '/data/unizg/casopisi/sys/cas2000.dbf'
168 # normalize:
169 # path: 'conf/normalize/common.pl'
170 ## mapping_path: 'conf/input/dbf/cas2000.yml'
171 #
172 # hidra:
173 # name: 'HIDRA'
174 # input:
175 # - name: bib
176 # type: isis
177 # path: '/data/hidra/test/BIB'
178 # encoding: 'cp852'
179 # modify_file: 'conf/modify/common.pl'
180 # normalize:
181 # path: 'conf/normalize/minimal.pl'
182 #
183 # efzg:
184 # name: 'EFZG'
185 # input:
186 # - name: crolist
187 # type: marc
188 # path: '/data/unizg/drustvene/efzg/unimarc.iso'
189 # encoding: 'ISO-8859-2'
190 # normalize:
191 # path: 'conf/normalize/minimal.pl'
192 #
193 # ipu:
194 # name: 'Institut za povijest umjetnosti'
195 # input:
196 # - name: bibl
197 # type: isis
198 # path: '/data/unizg/humanistika/ipu/20071115/bibl/BIBL'
199 # encoding: 'cp852'
200 # # modify_file: 'conf/modify/common.pl'
201 # normalize:
202 # path: 'conf/normalize/minimal.pl'
203 #
204 # zvonar:
205 # name: 'HAZU Odsjek za povijesne znanosti'
206 # input:
207 # - name: libri
208 # type: isis
209 # path: '/data/unizg/humanistika/hazu-p/LIBRI'
210 # normalize:
211 # path: 'conf/normalize/minimal.pl'
212 # - name: peri
213 # type: isis
214 # path: '/data/unizg/humanistika/hazu-p/PERI'
215 # normalize:
216 # path: 'conf/normalize/minimal.pl'
217 #
218 # stross:
219 # name: 'Strossmayerova galerija'
220 # input:
221 # - name: bib
222 # type: isis
223 # path: '/data/unizg/stross/BIB'
224 # normalize:
225 # path: 'conf/normalize/minimal.pl'
226 #
227 # koncar:
228 # name: 'Konèar'
229 # input:
230 # - name: unimar
231 # type: isis
232 # path: '/data/tehnika/koncar/UNIMAR'
233 # normalize:
234 # path: 'conf/normalize/minimal.pl'
235 #
236 datumi:
237 name: 'Nevaljali datumi'
238 input:
239 - name: tablica
240 type: excel
241 path: '/data/isis_data/greske/datum_unosa.xls'
242 encoding: 'windows-1250'
243 normalize:
244 - path: 'conf/normalize/common.pl'
245
246 # ffps:
247 # name: 'Psihologija, Filozofski fakultet u Zagrebu'
248 # code: 'ps'
249 # url: 'http://www.knjiznice.ffzg.hr/psihologija'
250 # input:
251 # - name: libri
252 # type: isis
253 # path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
254 # encoding: 'cp852'
255 # modify_file: 'conf/modify/common.pl'
256 # normalize:
257 # - path: 'conf/normalize/report-sorted-txt.pl'
258 # output:
259 ## - module: 'Excel'
260 ## path: '/data/isis_data/ps/reports/libri-nema-jezik.xls'
261 # - module: 'Sorted'
262 # path: 'out/report/mfn/ps/'
263 ## - module: 'Excel'
264 ## path: '/data/isis_data/ps/reports/autori-udk.xls'
265
266
267 ffiz:
268 name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
269 input:
270 - name: libri
271 type: isis
272 path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
273 encoding: 'cp852'
274 modify_file: 'conf/modify/common.pl'
275 normalize:
276 - path: 'conf/normalize/report-sorted-txt.pl'
277 output:
278 # - module: 'Excel'
279 # path: '/data/isis_data/iz/reports/libri-nema-jezik.xls'
280 - module: 'Sorted'
281 path: 'out/report/mfn/iz/'
282 # - module: 'Excel'
283 # path: '/data/isis_data/iz/reports/autori-udk.xls'
284
285
286 casopisi:
287 name: 'Èasopisi u Knji¾nicama FF-a'
288 input:
289 - name: ff
290 type: excel
291 path: '/data/isis_data/CASOPISI/svi-casopisi-FF.xls'
292 ncoding: 'utf-8'
293 normalize:
294 - path: 'conf/normalize/ff-casopisi-xls.pl'
295 # - path: 'conf/normalize/ff-casopisi-marc.pl'
296 output:
297 - module: 'Excel'
298 path: 'out/excel/casopisi-FF-dupli-knjiznice.xls'
299
300 fflibri:
301 name: 'Filozofski fakultet u Zagrebu'
302 input:
303 - name: marc
304 type: marc
305 path: 'out/marc/fflibri.marc'
306 encoding: 'ISO-8859-2'
307 normalize:
308 - path: 'conf/normalize/ff-libri-dupli.pl'
309 output:
310 - module: 'Excel'
311 path: 'out/excel/knjige-duplo.xls'
312

  ViewVC Help
Powered by ViewVC 1.1.26