/[webpac]/trunk/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

Diff of /trunk/all2xml.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13 by dpavlin, Sun Feb 16 22:41:37 2003 UTC revision 35 by dpavlin, Sun Feb 23 15:47:40 2003 UTC
# Line 1  Line 1 
1  # names of databases that you want isis2xml.pl to process  # names of databases that you want isis2xml.pl to process
2    
3  # describe your databases here  # describe your databases here
4  [psihologija-k]  
5    [ps-libri]
6          # directory for isis databases          # directory for isis databases
7          isis_db=/data/isis_data/small/ps/LIBRI/LIBRI          isis_db=/data/isis_data/small/ps/LIBRI/LIBRI
8          # this will use xml file in import_xml/ dir          # this will use xml file in import_xml/ dir
# Line 10  Line 11 
11          xml_codepage = ISO8859-2          xml_codepage = ISO8859-2
12          # this is arbirary xml added to each record (e.g. Library identifier          # this is arbirary xml added to each record (e.g. Library identifier
13          # or something like that          # or something like that
14          xml=<tip>Knjiga</tip>          xml=<type>Knjiga</type>
15    
16  [ps-a]  [ge-libri]
17          # directory for isis databases          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          isis_db=/data/isis_data/small/ps/PERI/PERI
         # this will use xml file in import_xml/ dir  
25          type=isis          type=isis
         # this is codepage of import_xml/{type}.xml  
26          xml_codepage = ISO8859-2          xml_codepage = ISO8859-2
27          # this is arbirary xml added to each record (e.g. Library identifier          xml=<type>Časopis</type>
28          # or something like that  
29          xml=<tip>Časopis</tip>  [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    

Legend:
Removed from v.13  
changed lines
  Added in v.35

  ViewVC Help
Powered by ViewVC 1.1.26