/[webpac]/branches/hidra/all2xml.conf
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 /branches/hidra/all2xml.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 50 - (show annotations)
Sun Jun 1 13:46:42 2003 UTC (20 years, 9 months ago) by dpavlin
Original Path: trunk/all2xml.conf
File size: 719 byte(s)
move database arguments to .conf file

1 # global configuration file
2
3 # global options
4 [global]
5 # define database to use for indexes
6 dbi_dbd=Pg
7 dbi_dsn=dbname=webpac
8 dbi_user=dpavlin
9 dbi_passwd=xx
10
11 # describe your databases here
12 [ps-libri]
13 # directory for isis databases
14 isis_db=/data/isis_data/ps/LIBRI/LIBRI
15 # this will use xml file in import_xml/ dir
16 type=isis
17 # this is arbirary xml added to each record (e.g. Library identifier
18 # or something like that
19 xml=<type>Knjiga</type>
20
21 #[ge-libri]
22 # isis_db=/data/isis_data/ge/LIBRI/LIBRI
23 # type=isis
24 # xml=<type>Knjiga</type>
25
26
27 [ps-peri]
28 isis_db=/data/isis_data/ps/PERI/PERI
29 type=isis
30 xml=<type>Èasopis</type>
31
32 [kk-arti]
33 isis_db=/data/isis_data/kk/ARTI/ARTI
34 type=isis
35 xml=<type>Èlanak</type>
36
37

Properties

Name Value
cvs2svn:cvs-rev 1.8

  ViewVC Help
Powered by ViewVC 1.1.26