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

Annotation of /trunk/conf/dipl/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1272 - (hide annotations)
Tue Aug 11 13:05:35 2009 UTC (14 years, 9 months ago) by mglavica
File size: 10521 byte(s)
diploma work - changing the name of conf directory

1 mglavica 1193 --- #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 mglavica 1230 # 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 mglavica 1193
115     isi:
116     name: 'ISI'
117     input:
118 mglavica 1230 - name: ajdukovicd
119 mglavica 1193 type: isi
120 mglavica 1230 path: '/data/FF/citati/citing/ajdukovicd.txt'
121 mglavica 1193 encoding: 'ISO-8859-1'
122     normalize:
123 mglavica 1230 # - 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 mglavica 1270 - 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     skip: 1
151     - name: butkovica.txt
152     type: isi
153     path: '/data/FF/citati/citing/butkovica.txt'
154     encoding: 'ISO-8859-1'
155     normalize:
156     # - path: 'conf/normalize/isi/isi2xls.pl'
157     # - path: 'conf/isi/isi2sorted.pl'
158     - path: 'conf/isi/tables.pl'
159     skip: 1
160     - name: corkalobiruskid.txt
161     type: isi
162     path: '/data/FF/citati/citing/corkalobiruskid.txt'
163     encoding: 'ISO-8859-1'
164     normalize:
165     # - path: 'conf/normalize/isi/isi2xls.pl'
166     # - path: 'conf/isi/isi2sorted.pl'
167     - path: 'conf/isi/tables.pl'
168     skip: 1
169 mglavica 1230 - name: hrend
170     type: isi
171     path: '/data/FF/citati/citing/hrend.txt'
172     encoding: 'ISO-8859-1'
173     normalize:
174     # - path: 'conf/normalize/isi/isi2xls.pl'
175     # - path: 'conf/isi/isi2sorted.pl'
176     - path: 'conf/isi/tables.pl'
177 mglavica 1270 - name: hromatkoi
178     type: isi
179     path: '/data/FF/citati/citing/hromatkoi.txt'
180     encoding: 'ISO-8859-1'
181     normalize:
182     # - path: 'conf/normalize/isi/isi2xls.pl'
183     # - path: 'conf/isi/isi2sorted.pl'
184     - path: 'conf/isi/tables.pl'
185     skip: 1
186 mglavica 1230 - name: hudekknezevicj
187     type: isi
188     path: '/data/FF/citati/citing/hudekknezevicj.txt'
189     encoding: 'ISO-8859-1'
190     normalize:
191     # - path: 'conf/normalize/isi/isi2xls.pl'
192     # - path: 'conf/isi/isi2sorted.pl'
193     - path: 'conf/isi/tables.pl'
194     - name: kaliternalipovcanlj
195     type: isi
196     path: '/data/FF/citati/citing/kaliternalipovcanlj.txt'
197     encoding: 'ISO-8859-1'
198     normalize:
199     # - path: 'conf/normalize/isi/isi2xls.pl'
200     # - path: 'conf/isi/isi2sorted.pl'
201     - path: 'conf/isi/tables.pl'
202     - name: kardumi
203     type: isi
204     path: '/data/FF/citati/citing/kardumi.txt'
205     encoding: 'ISO-8859-1'
206     normalize:
207     # - path: 'conf/normalize/isi/isi2xls.pl'
208     # - path: 'conf/isi/isi2sorted.pl'
209     - path: 'conf/isi/tables.pl'
210 mglavica 1270 - name: kerestesg
211     type: isi
212     path: '/data/FF/citati/citing/kerestesg.txt'
213     encoding: 'ISO-8859-1'
214     normalize:
215     # - path: 'conf/normalize/isi/isi2xls.pl'
216     # - path: 'conf/isi/isi2sorted.pl'
217     - path: 'conf/isi/tables.pl'
218     skip: 1
219     - name: knezovicz
220     type: isi
221     path: '/data/FF/citati/citing/knezovicz.txt'
222     encoding: 'ISO-8859-1'
223     normalize:
224     # - path: 'conf/normalize/isi/isi2xls.pl'
225     # - path: 'conf/isi/isi2sorted.pl'
226     - path: 'conf/isi/tables.pl'
227     skip: 1
228     - name: kolesaricv
229     type: isi
230     path: '/data/FF/citati/citing/kolesaricv.txt'
231     encoding: 'ISO-8859-1'
232     normalize:
233     # - path: 'conf/normalize/isi/isi2xls.pl'
234     # - path: 'conf/isi/isi2sorted.pl'
235     - path: 'conf/isi/tables.pl'
236     skip: 1
237 mglavica 1230 - name: kuterovacjagodicg
238     type: isi
239     path: '/data/FF/citati/citing/kuterovacjagodicg.txt'
240     encoding: 'ISO-8859-1'
241     normalize:
242     # - path: 'conf/normalize/isi/isi2xls.pl'
243     # - path: 'conf/isi/isi2sorted.pl'
244     - path: 'conf/isi/tables.pl'
245     - name: lackovicgrgink
246     type: isi
247     path: '/data/FF/citati/citing/lackovicgrgink.txt'
248     encoding: 'ISO-8859-1'
249     normalize:
250     # - path: 'conf/normalize/isi/isi2xls.pl'
251     # - path: 'conf/isi/isi2sorted.pl'
252     - path: 'conf/isi/tables.pl'
253     - name: lamzaposavecv
254     type: isi
255     path: '/data/FF/citati/citing/lamzaposavecv.txt'
256     encoding: 'ISO-8859-1'
257     normalize:
258     # - path: 'conf/normalize/isi/isi2xls.pl'
259     # - path: 'conf/isi/isi2sorted.pl'
260     - path: 'conf/isi/tables.pl'
261     - name: manenicai
262     type: isi
263     path: '/data/FF/citati/citing/manenicai.txt'
264     encoding: 'ISO-8859-1'
265     normalize:
266     # - path: 'conf/normalize/isi/isi2xls.pl'
267     # - path: 'conf/isi/isi2sorted.pl'
268     - path: 'conf/isi/tables.pl'
269 mglavica 1270 - name: maslicsersicd
270     type: isi
271     path: '/data/FF/citati/citing/maslicsersicd.txt'
272     encoding: 'ISO-8859-1'
273     normalize:
274     # - path: 'conf/normalize/isi/isi2xls.pl'
275     # - path: 'conf/isi/isi2sorted.pl'
276     - path: 'conf/isi/tables.pl'
277     skip: 1
278 mglavica 1230 - name: radosevicvidacekb
279     type: isi
280     path: '/data/FF/citati/citing/radosevicvidacekb.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: sverkob
287     type: isi
288     path: '/data/FF/citati/citing/sverkob.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 mglavica 1270 - name: galicz
295     type: isi
296     path: '/data/FF/citati/citing/galicz.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     skip: 1
303 mglavica 1230 - name: tadinacm
304     type: isi
305     path: '/data/FF/citati/citing/tadinacm.txt'
306     encoding: 'ISO-8859-1'
307     normalize:
308     # - path: 'conf/normalize/isi/isi2xls.pl'
309     # - path: 'conf/isi/isi2sorted.pl'
310     - path: 'conf/isi/tables.pl'
311     - name: radovi
312     type: excel
313     path: '/data/FF/citati/citirani_radovi.xls'
314     worksheet: 'Sheet1'
315     # encoding: 'ISO-8859-1'
316     normalize:
317     # - path: 'conf/normalize/isi/isi2xls.pl'
318     # - path: 'conf/isi/isi2sorted.pl'
319 mglavica 1270 - path: 'conf/isi/citirani-radovi.pl'
320     - name: cropsy
321     type: isi
322     path: '/data/FF/citati/croatia-psychol.txt'
323     normalize:
324     - path: 'conf/isi/tables-cropsy.pl'
325     skip: 0
326 mglavica 1193 output:
327 mglavica 1230 # - module: 'Excel'
328     # path: '/data/FF/citati/data.xls'
329     # - module: 'Sorted'
330     # path: '/data/FF/citati/sorted/'
331 dpavlin 1208 # - module: 'CouchDB'
332     # url: 'http://193.198.212.57:5984'
333     - module: 'DBI'
334 mglavica 1230 dsn: 'dbi:Pg:dbname=dipl'
335     schema: 'conf/isi/schema.sql'
336     # table: 'citirani'

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.26