--- trunk/all2xml.conf 2003/03/22 23:40:14 45 +++ trunk/all2xml.conf 2003/06/01 13:46:42 50 @@ -1,15 +1,22 @@ -# names of databases that you want isis2xml.pl to process +# global configuration file -# describe your databases here +# global options +[global] + # define database to use for indexes + dbi_dbd=Pg + dbi_dsn=dbname=webpac + dbi_user=dpavlin + dbi_passwd=xx -#[ps-libri] +# describe your databases here +[ps-libri] # directory for isis databases -# isis_db=/data/isis_data/ps/LIBRI/LIBRI + isis_db=/data/isis_data/ps/LIBRI/LIBRI # this will use xml file in import_xml/ dir -# type=isis + type=isis # this is arbirary xml added to each record (e.g. Library identifier # or something like that -# xml=Knjiga + xml=Knjiga #[ge-libri] # isis_db=/data/isis_data/ge/LIBRI/LIBRI @@ -22,9 +29,9 @@ type=isis xml=Časopis -#[kk-arti] -# isis_db=/data/isis_data/kk/ARTI/ARTI -# type=isis -# xml=Članak +[kk-arti] + isis_db=/data/isis_data/kk/ARTI/ARTI + type=isis + xml=Članak