/[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 59 by dpavlin, Fri Jul 4 17:57:11 2003 UTC
# Line 1  Line 1 
 # global configuration file  
   
 # global options  
 [global]  
         # define database to use for indexes  
         dbi_dbd=Pg  
         dbi_dsn=dbname=webpac  
         dbi_user=dpavlin  
         dbi_passwd=xx  
   
1  # describe your databases here  # describe your databases here
 [ps-libri]  
         # directory for isis databases  
         isis_db=/data/isis_data/ps/LIBRI/LIBRI  
         # this will use xml file in import_xml/ dir  
         type=isis  
         # this is arbirary xml added to each record (e.g. Library identifier  
         # or something like that  
         xml=<type>Knjiga</type>  
   
 #[ge-libri]  
 #       isis_db=/data/isis_data/ge/LIBRI/LIBRI  
 #       type=isis  
 #       xml=<type>Knjiga</type>  
2    
3    ## ISIS ###
4    
5  [ps-peri]  #[ps-libri]
6          isis_db=/data/isis_data/ps/PERI/PERI  #       # directory for isis databases
7          type=isis  #       isis_db=/data/isis_data/small/ps/LIBRI/LIBRI
8          xml=<type>Časopis</type>  #       # this will use xml file in import_xml/ dir
9    #       type=isis
10    #       # this is arbirary xml added to each record (e.g. Library identifier
11    #       # or something like that
12    #       #xml=<type>Knjiga</type>
13    #       materialtype=Knjiga
14    #       library=Psihologija
15    
16  [kk-arti]  [ge-libri]
17          isis_db=/data/isis_data/kk/ARTI/ARTI          isis_db=/data/isis_data/ge/LIBRI/LIBRI
18          type=isis          type=isis
19          xml=<type>Članak</type>          xml=<type>Knjiga</type>
20            materialtype=Knjiga
21            library=Germanistika
22    
23    #[ps-peri]
24    #       isis_db=/data/isis_data/ps/PERI/PERI
25    #       type=isis
26    #       xml=<type>Časopis</type>
27    #
28    #[kk-arti]
29    #       isis_db=/data/isis_data/small/kk/ARTI/ARTI
30    #       type=isis_arti
31    #       xml=<type>Članak</type>
32    
33    ### M$ Excel ###
34    
35    #[ffzg-journals]
36    #       type=excel
37    #       excel_file=/data/isis_data/excel/tekuci_FF.xls
38    #       xml=<type>Časopis</type>
39    

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

  ViewVC Help
Powered by ViewVC 1.1.26