--- trunk/all2xml.conf 2003/02/23 15:47:40 35 +++ trunk/all2xml.conf 2003/06/01 13:46:42 50 @@ -1,35 +1,37 @@ -# 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 +# describe your databases here [ps-libri] # directory for isis databases - isis_db=/data/isis_data/small/ps/LIBRI/LIBRI + isis_db=/data/isis_data/ps/LIBRI/LIBRI # this will use xml file in import_xml/ dir type=isis - # this is codepage of import_xml/{type}.xml - xml_codepage = ISO8859-2 # this is arbirary xml added to each record (e.g. Library identifier # or something like that xml=Knjiga -[ge-libri] - isis_db=/data/isis_data/small/ge/LIBRI/LIBRI - type=isis - xml_codepage = ISO8859-2 - xml=Knjiga +#[ge-libri] +# isis_db=/data/isis_data/ge/LIBRI/LIBRI +# type=isis +# xml=Knjiga [ps-peri] - isis_db=/data/isis_data/small/ps/PERI/PERI + isis_db=/data/isis_data/ps/PERI/PERI type=isis - xml_codepage = ISO8859-2 xml=Časopis [kk-arti] - isis_db=/data/isis_data/small/kk/ARTI/ARTI + isis_db=/data/isis_data/kk/ARTI/ARTI type=isis - xml_codepage = ISO8859-2 xml=Članak