/[webpac2]/trunk/conf/isi/isi.yml
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/conf/isi/isi.yml

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

trunk/conf/normalize/isi/isi.yml revision 1193 by mglavica, Wed May 27 00:08:57 2009 UTC trunk/conf/isi/isi.yml revision 1208 by dpavlin, Fri May 29 21:41:37 2009 UTC
# Line 104  databases: Line 104  databases:
104      input:      input:
105        - name: radovi        - name: radovi
106          type: excel          type: excel
107          path: '/data/citiranje/proba.xls'          path: '/data/FF/citati/proba.xls'
108          encoding: 'windows-1250'          encoding: 'windows-1250'
         # modify_file: 'conf/modify/common.pl'  
109          normalize:          normalize:
110            path: 'conf/normalize/isi/isi2xls-citirani.pl'            path: 'conf/isi/isi2xls-citirani.pl'
111      output:      output:
112        - module: 'Excel'        - module: 'Excel'
113          path: '/data/citiranje/citirani.xls'          path: '/data/FF/citiari/citirani.xls'
114        
115    isi:    isi:
116      name: 'ISI'      name: 'ISI'
117      input:      input:
118        - name: sverko        - name: sverko
119          type: isi          type: isi
120          path: '/home/mglavica/citiranje/citirajuci_clanci/sverkob.txt'          path: '/data/FF/citati/sverkob.txt'
121          encoding: 'ISO-8859-1'          encoding: 'ISO-8859-1'
         # modify_file: 'conf/modify/common.pl'  
122          normalize:          normalize:
123          #  path: 'conf/normalize/isi/isi2xls.pl'          #  path: 'conf/normalize/isi/isi2xls.pl'
124            path: 'conf/normalize/isi/isi2sorted.pl'            - path: 'conf/isi/isi2sorted.pl'
125              - path: 'conf/isi/cu-au-count.pl'
126      output:      output:
127  #      - module: 'Excel'        - module: 'Excel'
128  #        path: '/data/citiranje/sverko.xls'          path: '/data/FF/citati/sverko.xls'
129        - module: 'Sorted'        - module: 'Sorted'
130          path: '/data/citiranje/sverko/'          path: '/data/FF/citati/sorted/'
131    #      - module: 'CouchDB'
132    #        url: 'http://193.198.212.57:5984'
133          - module: 'DBI'
134            dsn: 'dbi:Pg:dbname=webpac2'
135            schema: 'conf/isi/cited.sql'
136            table: 'cited'
137    

Legend:
Removed from v.1193  
changed lines
  Added in v.1208

  ViewVC Help
Powered by ViewVC 1.1.26