/[webpac2]/trunk/vhost/ecas/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/vhost/ecas/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1136 - (hide annotations)
Tue Apr 21 23:17:22 2009 UTC (15 years ago) by dpavlin
File size: 1558 byte(s)
 r1777@llin:  dpavlin | 2009-04-22 01:16:19 +0200
 Blackwell configuration example

1 dpavlin 1132 vhost:
2     name: 'Katalog elektronièkih èasopisa'
3     description: 'dostupnih u zbirkama nabavljenim za potrebe visoko¹kolskih i znanstvenih ustanova Republike Hrvatske'
4    
5     databases: 'Zbirke'
6    
7     no_results: 'nema rezultata'
8    
9     # fields:
10     # - issn: 'ISSN'
11     # - naslov: 'Naslov'
12     #
13     # operators:
14     # - STRINC: 'Bilo koja rijeè'
15     # - STRBW: 'Poèetak naslova'
16     # - STREQ: 'Cijeli naslov'
17     #
18    
19     use_indexer: 'hyperestraier'
20    
21     hyperestraier:
22     masterurl: 'http://localhost:1978'
23     user: 'admin'
24     passwd: 'admin'
25    
26     # number of results on each page
27     hits_on_page: 10
28     # number of results to fetch for suggestion (it will fold multiple sameones)
29     hits_for_suggest: 20
30     # which tag type to use for search engine (used while indexing)
31     type: 'search'
32     #
33    
34     kinosearch:
35     index_path: 'var/kinosearch/ecas'
36     # clean database before opening? (WARNING: this erases existing database)
37     clean: 1
38     # which field type to index?
39     type: 'search'
40    
41     databases:
42     ecas:
43     name: 'Katalog elektronièkih èasopisa'
44     description: 'dostupnih u zbirkama nabavljenim za potrebe visoko¹kolskih i znanstvenih ustanova Republike Hrvatske'
45     input:
46 dpavlin 1136 - name: 'ovid'
47 dpavlin 1132 module: 'WebPAC::Input::Ovid'
48 dpavlin 1134 path: '/data/FF/ecasopisi/ovid/cites-all.txt'
49 dpavlin 1132 encoding: 'iso-8859-1'
50     normalize:
51     path: 'vhost/ecas/ovid.pl'
52 dpavlin 1136 - name: 'blackwell'
53     description: 'Blackwell Synergy'
54     module: 'WebPAC::Input::MARC'
55     path: '/data/FF/ecasopisi/blackwell/blackwell2.mrc'
56     normalize:
57     path: 'vhost/ecas/blackwell.pl'
58 dpavlin 1134

  ViewVC Help
Powered by ViewVC 1.1.26