/[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 50 by dpavlin, Sun Jun 1 13:46:42 2003 UTC revision 55 by dpavlin, Wed Jun 25 12:01:21 2003 UTC
# Line 1  Line 1 
1  # global configuration file  # describe your databases here
2    
3  # global options  ## ISIS ###
 [global]  
         # define database to use for indexes  
         dbi_dbd=Pg  
         dbi_dsn=dbname=webpac  
         dbi_user=dpavlin  
         dbi_passwd=xx  
4    
 # describe your databases here  
5  [ps-libri]  [ps-libri]
6          # directory for isis databases          # directory for isis databases
7          isis_db=/data/isis_data/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
9          type=isis          type=isis
10          # this is arbirary xml added to each record (e.g. Library identifier          # this is arbirary xml added to each record (e.g. Library identifier
# Line 25  Line 18 
18    
19    
20  [ps-peri]  [ps-peri]
21          isis_db=/data/isis_data/ps/PERI/PERI          isis_db=/data/isis_data/small/ps/PERI/PERI
22          type=isis          type=isis
23          xml=<type>Časopis</type>          xml=<type>Časopis</type>
24    
25  [kk-arti]  [kk-arti]
26          isis_db=/data/isis_data/kk/ARTI/ARTI          isis_db=/data/isis_data/small/kk/ARTI/ARTI
27          type=isis          type=isis
28          xml=<type>Članak</type>          xml=<type>Članak</type>
29    
30    ### M$ Excel ###
31    
32    [ffzg-journals]
33            type=excel
34            excel_file=/data/isis_data/excel/tekuci_FF.xls
35            xml=<type>Časopis</type>
36    

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

  ViewVC Help
Powered by ViewVC 1.1.26