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

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

revision 805 by dpavlin, Fri Mar 2 00:34:22 2007 UTC revision 806 by dpavlin, Sun Mar 4 13:03:11 2007 UTC
# Line 190  databases: Line 190  databases:
190    'webpac2':    'webpac2':
191      name: 'Search all'      name: 'Search all'
192      links:      links:
193          - to: ffps
194            credit: 10000
195        - to: hrz        - to: hrz
196          credit: 10000          credit: 10000
197        - to: nsk        - to: nsk
198          credit: 10000          credit: 10000
199    
200      ffps:
201        name: 'Psihologija, Filozofski fakultet u Zagrebu'
202        input:
203          - name: libri
204            type: isis
205            path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
206            encoding: 'cp852'
207            modify_file: 'conf/modify/common.pl'
208            normalize:
209              - path: 'conf/normalize/ff-nakladnicka.pl'
210              - path: 'conf/normalize/ff-libri.pl'
211    
212          # another input database
213          - name: peri
214            type: isis
215            path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'
216            encoding: 'cp852'
217            #limit: 10
218            # modify_file: 'conf/modify/common.pl'
219            normalize:
220              path: 'conf/normalize/ff-peri.pl'
221    
222      hazum:
223        name: 'HAZU - muzika'
224        input:
225          name: bib
226          type: isis
227          path: '/data/humanistika/hazu-m/MUZIKA/BIB'
228          encoding: 'cp852'
229          #limit: 10
230          modify_file: 'conf/modify/common.pl'
231          normalize:
232            path: 'conf/normalize/minimal.pl'
233    
234      eizg:
235        name: 'Ekonomski institut Zagreb'
236        input:
237          name: bib
238          type: isis
239          path: '/data/drustvene/eizg/BIB'
240          encoding: 'cp852'
241          #limit: 10
242          #modify_file: 'conf/modify/common.pl'
243          normalize:
244            path: 'conf/normalize/minimal.pl'
245    
246    hrz:    hrz:
247      name: 'Hrvatski restauratorski zavod'      name: 'Hrvatski restauratorski zavod'
248      input:      input:
# Line 207  databases: Line 255  databases:
255        normalize:        normalize:
256          path: 'conf/normalize/minimal.pl'          path: 'conf/normalize/minimal.pl'
257    
258      irb:
259        name: 'Institut Rudjer Boskovic'
260        input:
261          name: unimar
262          type: isis
263          path: '/data/isis_data/irb/UNIMAR'
264          encoding: 'cp852'
265          #limit: 10
266          #modify_file: 'conf/modify/common.pl'
267          normalize:
268            path: 'conf/normalize/minimal.pl'
269    
270    
271    nsk:    nsk:
272      name: 'Nacionalna i sveucilisna knjiznica'      name: 'Nacionalna i sveucilisna knjiznica'
# Line 219  databases: Line 279  databases:
279        normalize:        normalize:
280          path: 'conf/normalize/ps-casopisi.pl'          path: 'conf/normalize/ps-casopisi.pl'
281    
282    #Wiley zbirka
283      wiley:
284        name: 'Wiley Intescience Full'
285        input:
286          - name: full
287            type: excel
288            path: '/data/FF/ecasopisi/wiley/all_wiley_interscience_journals_2007.xls'
289            worksheet: 'All Wiley Journals 2007'
290            from: 1
291            encoding: 'UTF-8'
292            normalize:
293              path: 'conf/normalize/excel-wiley-minimal.pl'
294          - name: licenced
295            type: excel
296            path: '/data/FF/ecasopisi/wiley/wiley_casopisi2006.xls'
297            worksheet: 'carnet'
298            from: 1
299            encoding: 'UTF-8'
300            normalize:
301              path: 'conf/normalize/excel-wiley.pl'
302          - name: nourl
303            type: marc
304            path: '/data/webpac2/out/marc/wiley-licenced.marc'
305            encoding: 'UTF-8'
306            normalize:
307              path: 'conf/normalize/marc-wiley-nourl.pl'
308    #      - name: licenced
309    #        type: marc
310    #        path: '/data/FF/wiley/wiley-licenced.marc'
311    #        encoding: 'UTF-8'
312    #        normalize:
313    #          path: 'conf/normalize/common.pl'
314    

Legend:
Removed from v.805  
changed lines
  Added in v.806

  ViewVC Help
Powered by ViewVC 1.1.26