move database arguments to .conf file
[webpac] / all2xml.conf
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