/[webpac2]/trunk/vhost/koha/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

Contents of /trunk/vhost/koha/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1357 - (show annotations)
Sat Nov 13 15:29:18 2010 UTC (13 years, 6 months ago) by dpavlin
File size: 670 byte(s)
finish riak search support

1 # Encoding of this file must be UTF-8!
2
3 vhost:
4 no_results: 'nema rezultata'
5
6 databases:
7 koha:
8 name: 'Katalog Knjižnice Filozofskog fakulteta'
9 description: 'pretraživanje kataloga'
10 input:
11 - name: 'database'
12 module: 'WebPAC::Input::Koha'
13 path: 'var/koha.marc'
14 - name: 'marc'
15 module: 'WebPAC::Input::MARC'
16 path: 'var/koha.marc'
17 decription: 'Zapisi iz kataloga'
18 normalize:
19 path: 'vhost/koha/marc.pl'
20 output:
21 - module: 'WebPAC::Output::SWISH'
22 database: 'koha'
23 - module: 'WebPAC::Output::Riak'
24 url: 'http://10.60.0.92:8098'
25 # bucket: 'webpac2koha'
26

  ViewVC Help
Powered by ViewVC 1.1.26