last changes; completly broken charsets
[webpac] / all2xml.conf
1 # names of databases that you want isis2xml.pl to process
2
3 # describe your databases here
4
5 [ps-libri]
6         # directory for isis databases
7         isis_db=/data/isis_data/small/ps/LIBRI/LIBRI
8         # this will use xml file in import_xml/ dir
9         type=isis
10         # this is codepage of import_xml/{type}.xml
11         xml_codepage = ISO8859-2
12         # this is arbirary xml added to each record (e.g. Library identifier
13         # or something like that
14         xml=<type>Knjiga</type>
15
16 [ge-libri]
17         isis_db=/data/isis_data/small/ge/LIBRI/LIBRI
18         type=isis
19         xml_codepage = ISO8859-2
20         xml=<type>Knjiga</type>
21
22
23 [ps-peri]
24         isis_db=/data/isis_data/small/ps/PERI/PERI
25         type=isis
26         xml_codepage = ISO8859-2
27         xml=<type>Èasopis</type>
28
29 [kk-arti]
30         isis_db=/data/isis_data/small/kk/ARTI/ARTI
31         type=isis
32         xml_codepage = ISO8859-2
33         xml=<type>Èlanak</type>
34
35