/[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 35 by dpavlin, Sun Feb 23 15:47:40 2003 UTC revision 50 by dpavlin, Sun Jun 1 13:46:42 2003 UTC
# Line 1  Line 1 
1  # names of databases that you want isis2xml.pl to process  # global configuration file
2    
3  # describe your databases here  # 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]  [ps-libri]
13          # directory for isis databases          # directory for isis databases
14          isis_db=/data/isis_data/small/ps/LIBRI/LIBRI          isis_db=/data/isis_data/ps/LIBRI/LIBRI
15          # this will use xml file in import_xml/ dir          # this will use xml file in import_xml/ dir
16          type=isis          type=isis
         # this is codepage of import_xml/{type}.xml  
         xml_codepage = ISO8859-2  
17          # this is arbirary xml added to each record (e.g. Library identifier          # this is arbirary xml added to each record (e.g. Library identifier
18          # or something like that          # or something like that
19          xml=<type>Knjiga</type>          xml=<type>Knjiga</type>
20    
21  [ge-libri]  #[ge-libri]
22          isis_db=/data/isis_data/small/ge/LIBRI/LIBRI  #       isis_db=/data/isis_data/ge/LIBRI/LIBRI
23          type=isis  #       type=isis
24          xml_codepage = ISO8859-2  #       xml=<type>Knjiga</type>
         xml=<type>Knjiga</type>  
25    
26    
27  [ps-peri]  [ps-peri]
28          isis_db=/data/isis_data/small/ps/PERI/PERI          isis_db=/data/isis_data/ps/PERI/PERI
29          type=isis          type=isis
         xml_codepage = ISO8859-2  
30          xml=<type>Časopis</type>          xml=<type>Časopis</type>
31    
32  [kk-arti]  [kk-arti]
33          isis_db=/data/isis_data/small/kk/ARTI/ARTI          isis_db=/data/isis_data/kk/ARTI/ARTI
34          type=isis          type=isis
         xml_codepage = ISO8859-2  
35          xml=<type>Članak</type>          xml=<type>Članak</type>
36    
37    

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

  ViewVC Help
Powered by ViewVC 1.1.26