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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1230 - (show annotations)
Thu Jul 9 15:11:08 2009 UTC (14 years, 9 months ago) by mglavica
File size: 10469 byte(s)
local

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 dbf: 'WebPAC::Input::DBF'
79 isi: 'WebPAC::Input::ISI'
80 # define delimiters for validation
81 delimiters:
82 - ' ; '
83 - ' : '
84 - ' / '
85 - ' = '
86 editor:
87 # open this record when opening editor
88 # (it will also be used to deduce default database and input)
89 default_record_uri: 'ps/peri/1'
90
91 # directives after this are used when indexing using core WebPAC modules
92
93 databases:
94 # This is empty database created only in Hyper Estraier to merge
95 # all three databases
96 'webpac2':
97 name: 'Search all'
98 links:
99 - to: isi
100 credit: 10000
101
102 # citirani:
103 # name: 'CITIRANI'
104 # input:
105 # - name: radovi
106 # type: excel
107 # path: '/data/FF/citati/proba.xls'
108 # encoding: 'windows-1250'
109 # normalize:
110 # path: 'conf/isi/isi2xls-citirani.pl'
111 # output:
112 # - module: 'Excel'
113 # path: '/data/FF/citiari/citirani.xls'
114
115 isi:
116 name: 'ISI'
117 input:
118 - name: ajdukovicd
119 type: isi
120 path: '/data/FF/citati/citing/ajdukovicd.txt'
121 encoding: 'ISO-8859-1'
122 normalize:
123 # - path: 'conf/normalize/isi/isi2xls.pl'
124 # - path: 'conf/isi/isi2sorted.pl'
125 - path: 'conf/isi/tables.pl'
126 - name: arambasicl
127 type: isi
128 path: '/data/FF/citati/citing/arambasicl.txt'
129 encoding: 'ISO-8859-1'
130 normalize:
131 # - path: 'conf/normalize/isi/isi2xls.pl'
132 # - path: 'conf/isi/isi2sorted.pl'
133 - path: 'conf/isi/tables.pl'
134 - name: bratkod
135 type: isi
136 path: '/data/FF/citati/citing/bratkod.txt'
137 encoding: 'ISO-8859-1'
138 normalize:
139 # - path: 'conf/normalize/isi/isi2xls.pl'
140 # - path: 'conf/isi/isi2sorted.pl'
141 - path: 'conf/isi/tables.pl'
142 # - name: buskov
143 # type: isi
144 # path: '/data/FF/citati/citing/buskov.txt'
145 # encoding: 'ISO-8859-1'
146 # normalize:
147 # # - path: 'conf/normalize/isi/isi2xls.pl'
148 # # - path: 'conf/isi/isi2sorted.pl'
149 # - path: 'conf/isi/tables.pl'
150 # - name: butkovica.txt
151 # type: isi
152 # path: '/data/FF/citati/citing/butkovica.txt'
153 # encoding: 'ISO-8859-1'
154 # normalize:
155 # # - path: 'conf/normalize/isi/isi2xls.pl'
156 # # - path: 'conf/isi/isi2sorted.pl'
157 # - path: 'conf/isi/tables.pl'
158 # - name: corkalobiruskid.txt
159 # type: isi
160 # path: '/data/FF/citati/citing/corkalobiruskid.txt'
161 # encoding: 'ISO-8859-1'
162 # normalize:
163 # # - path: 'conf/normalize/isi/isi2xls.pl'
164 # # - path: 'conf/isi/isi2sorted.pl'
165 # - path: 'conf/isi/tables.pl'
166 - name: hrend
167 type: isi
168 path: '/data/FF/citati/citing/hrend.txt'
169 encoding: 'ISO-8859-1'
170 normalize:
171 # - path: 'conf/normalize/isi/isi2xls.pl'
172 # - path: 'conf/isi/isi2sorted.pl'
173 - path: 'conf/isi/tables.pl'
174 # - name: hromatkoi
175 # type: isi
176 # path: '/data/FF/citati/citing/hromatkoi.txt'
177 # encoding: 'ISO-8859-1'
178 # normalize:
179 # # - path: 'conf/normalize/isi/isi2xls.pl'
180 # # - path: 'conf/isi/isi2sorted.pl'
181 # - path: 'conf/isi/tables.pl'
182 - name: hudekknezevicj
183 type: isi
184 path: '/data/FF/citati/citing/hudekknezevicj.txt'
185 encoding: 'ISO-8859-1'
186 normalize:
187 # - path: 'conf/normalize/isi/isi2xls.pl'
188 # - path: 'conf/isi/isi2sorted.pl'
189 - path: 'conf/isi/tables.pl'
190 - name: kaliternalipovcanlj
191 type: isi
192 path: '/data/FF/citati/citing/kaliternalipovcanlj.txt'
193 encoding: 'ISO-8859-1'
194 normalize:
195 # - path: 'conf/normalize/isi/isi2xls.pl'
196 # - path: 'conf/isi/isi2sorted.pl'
197 - path: 'conf/isi/tables.pl'
198 - name: kardumi
199 type: isi
200 path: '/data/FF/citati/citing/kardumi.txt'
201 encoding: 'ISO-8859-1'
202 normalize:
203 # - path: 'conf/normalize/isi/isi2xls.pl'
204 # - path: 'conf/isi/isi2sorted.pl'
205 - path: 'conf/isi/tables.pl'
206 # - name: kerestesg
207 # type: isi
208 # path: '/data/FF/citati/citing/kerestesg.txt'
209 # encoding: 'ISO-8859-1'
210 # normalize:
211 # # - path: 'conf/normalize/isi/isi2xls.pl'
212 # # - path: 'conf/isi/isi2sorted.pl'
213 # - path: 'conf/isi/tables.pl'
214 # - name: knezovicz
215 # type: isi
216 # path: '/data/FF/citati/citing/knezovicz.txt'
217 # encoding: 'ISO-8859-1'
218 # normalize:
219 # # - path: 'conf/normalize/isi/isi2xls.pl'
220 # # - path: 'conf/isi/isi2sorted.pl'
221 # - path: 'conf/isi/tables.pl'
222 # - name: kolesaricv
223 # type: isi
224 # path: '/data/FF/citati/citing/kolesaricv.txt'
225 # encoding: 'ISO-8859-1'
226 # normalize:
227 # # - path: 'conf/normalize/isi/isi2xls.pl'
228 # # - path: 'conf/isi/isi2sorted.pl'
229 # - path: 'conf/isi/tables.pl'
230 - name: kuterovacjagodicg
231 type: isi
232 path: '/data/FF/citati/citing/kuterovacjagodicg.txt'
233 encoding: 'ISO-8859-1'
234 normalize:
235 # - path: 'conf/normalize/isi/isi2xls.pl'
236 # - path: 'conf/isi/isi2sorted.pl'
237 - path: 'conf/isi/tables.pl'
238 - name: lackovicgrgink
239 type: isi
240 path: '/data/FF/citati/citing/lackovicgrgink.txt'
241 encoding: 'ISO-8859-1'
242 normalize:
243 # - path: 'conf/normalize/isi/isi2xls.pl'
244 # - path: 'conf/isi/isi2sorted.pl'
245 - path: 'conf/isi/tables.pl'
246 - name: lamzaposavecv
247 type: isi
248 path: '/data/FF/citati/citing/lamzaposavecv.txt'
249 encoding: 'ISO-8859-1'
250 normalize:
251 # - path: 'conf/normalize/isi/isi2xls.pl'
252 # - path: 'conf/isi/isi2sorted.pl'
253 - path: 'conf/isi/tables.pl'
254 - name: manenicai
255 type: isi
256 path: '/data/FF/citati/citing/manenicai.txt'
257 encoding: 'ISO-8859-1'
258 normalize:
259 # - path: 'conf/normalize/isi/isi2xls.pl'
260 # - path: 'conf/isi/isi2sorted.pl'
261 - path: 'conf/isi/tables.pl'
262 # - name: maslicsersicd
263 # type: isi
264 # path: '/data/FF/citati/citing/maslicsersicd.txt'
265 # encoding: 'ISO-8859-1'
266 # normalize:
267 # # - path: 'conf/normalize/isi/isi2xls.pl'
268 # # - path: 'conf/isi/isi2sorted.pl'
269 # - path: 'conf/isi/tables.pl'
270 - name: radosevicvidacekb
271 type: isi
272 path: '/data/FF/citati/citing/radosevicvidacekb.txt'
273 encoding: 'ISO-8859-1'
274 normalize:
275 # - path: 'conf/normalize/isi/isi2xls.pl'
276 # - path: 'conf/isi/isi2sorted.pl'
277 - path: 'conf/isi/tables.pl'
278 - name: sverkob
279 type: isi
280 path: '/data/FF/citati/citing/sverkob.txt'
281 encoding: 'ISO-8859-1'
282 normalize:
283 # - path: 'conf/normalize/isi/isi2xls.pl'
284 # - path: 'conf/isi/isi2sorted.pl'
285 - path: 'conf/isi/tables.pl'
286 # - name: galicz
287 # type: isi
288 # path: '/data/FF/citati/citing/galicz.txt'
289 # encoding: 'ISO-8859-1'
290 # normalize:
291 # # - path: 'conf/normalize/isi/isi2xls.pl'
292 # # - path: 'conf/isi/isi2sorted.pl'
293 # - path: 'conf/isi/tables.pl'
294 - name: tadinacm
295 type: isi
296 path: '/data/FF/citati/citing/tadinacm.txt'
297 encoding: 'ISO-8859-1'
298 normalize:
299 # - path: 'conf/normalize/isi/isi2xls.pl'
300 # - path: 'conf/isi/isi2sorted.pl'
301 - path: 'conf/isi/tables.pl'
302 - name: cropsy
303 type: isi
304 path: '/data/FF/citati/croatia-psychol.txt'
305 # encoding: 'ISO-8859-1'
306 normalize:
307 - path: 'conf/isi/croatia-psychol.pl'
308 - name: radovi
309 type: excel
310 path: '/data/FF/citati/citirani_radovi.xls'
311 worksheet: 'Sheet1'
312 # encoding: 'ISO-8859-1'
313 normalize:
314 # - path: 'conf/normalize/isi/isi2xls.pl'
315 # - path: 'conf/isi/isi2sorted.pl'
316 - path: 'conf/isi/citirani_radovi.pl'
317 output:
318 # - module: 'Excel'
319 # path: '/data/FF/citati/data.xls'
320 # - module: 'Sorted'
321 # path: '/data/FF/citati/sorted/'
322 # - module: 'CouchDB'
323 # url: 'http://193.198.212.57:5984'
324 - module: 'DBI'
325 dsn: 'dbi:Pg:dbname=dipl'
326 schema: 'conf/isi/schema.sql'
327 # table: 'citirani'
328

  ViewVC Help
Powered by ViewVC 1.1.26