/[webpac]/branches/cpi/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 /branches/cpi/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 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    # 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  # describe your databases here
12  [psihologija-k]  [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=<tip>Knjiga</tip>          xml=<type>Knjiga</type>
20    
21  [ps-a]  #[ge-libri]
22          # directory for isis databases  #       isis_db=/data/isis_data/ge/LIBRI/LIBRI
23          isis_db=/data/isis_data/small/ps/PERI/PERI  #       type=isis
24          # this will use xml file in import_xml/ dir  #       xml=<type>Knjiga</type>
25    
26    
27    [ps-peri]
28            isis_db=/data/isis_data/ps/PERI/PERI
29          type=isis          type=isis
30          # this is codepage of import_xml/{type}.xml          xml=<type>Časopis</type>
31          xml_codepage = ISO8859-2  
32          # this is arbirary xml added to each record (e.g. Library identifier  [kk-arti]
33          # or something like that          isis_db=/data/isis_data/kk/ARTI/ARTI
34          xml=<tip>Časopis</tip>          type=isis
35            xml=<type>Članak</type>
36    
37    

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

  ViewVC Help
Powered by ViewVC 1.1.26