/[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 944 by dpavlin, Wed Oct 31 18:07:33 2007 UTC revision 1078 by dpavlin, Wed Nov 28 22:52:18 2007 UTC
# Line 10  sites_root: 'sites' Line 10  sites_root: 'sites'
10    
11  # which indexing engine to use? (hyperestraier is default)  # which indexing engine to use? (hyperestraier is default)
12  #use_indexer: 'hyperestraier'  #use_indexer: 'hyperestraier'
13  use_indexer: 'hyperestraier-native'  #use_indexer: 'hyperestraier-native'
14  #use_indexer: 'kinosearch'  #use_indexer: 'kinosearch'
15    
16  # configuration for Hyper Estraier full text search engine  # configuration for Hyper Estraier full text search engine
# Line 299  databases: Line 299  databases:
299  #        normalize:  #        normalize:
300  #          path: 'conf/normalize/ff-peri.pl'  #          path: 'conf/normalize/ff-peri.pl'
301        
 #  isi:  
 #    name: 'ISI'  
 #    input:  
 #      - name: isi  
 #        type: isi  
 #        path: '/data/citiranje/citirali-sverka.txt'  
 #        encoding: 'ISO-8859-1'  
 #        # modify_file: 'conf/modify/common.pl'  
 #        normalize:  
 #          path: 'conf/normalize/isi.pl'  
 #  
302  #  bibirb:  #  bibirb:
303  #    name: 'Bib IRB'  #    name: 'Bib IRB'
304  #    input:  #    input:
# Line 362  databases: Line 351  databases:
351          encoding: 'cp852'          encoding: 'cp852'
352          modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
353          normalize:          normalize:
354            path: 'conf/normalize/ff-libri.pl'            - path: 'conf/normalize/ff-libri.pl'
355              - path: 'conf/normalize/ff-viseraz-proba.pl'
356    
357    
358    
# Line 425  databases: Line 415  databases:
415  #         normalize:  #         normalize:
416  #           path: 'conf/normalize/ff-peri.pl'  #           path: 'conf/normalize/ff-peri.pl'
417  #  #
418  #  ffps:    ffps:
419  #    name: 'Psihologija, Filozofski fakultet u Zagrebu'      name: 'Psihologija, Filozofski fakultet u Zagrebu'
420  #    code: 'ps'      code: 'ps'
421  #    url: 'http://www.knjiznice.ffzg.hr/psihologija'      url: 'http://www.knjiznice.ffzg.hr/psihologija'
422  #    input:      input:
423  #      - name: peri        - name: peri
424  #        type: isis          type: isis
425  #        path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/'          path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/'
426  #        encoding: 'cp852'          encoding: 'cp852'
427  #        modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
428  #        normalize:          normalize:
429  #          path: 'conf/normalize/ff-peri.pl'            path: 'conf/normalize/ff-peri.pl'
430          - name: libri
431            type: isis
432            path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
433            encoding: 'cp852'
434            modify_file: 'conf/modify/common.pl'
435            normalize:
436              - path: 'conf/normalize/ff-libri.pl'
437              - path: 'conf/normalize/ff-viseraz-proba.pl'
438    
439    
440  #   ffro:  #   ffro:
# Line 562  databases: Line 560  databases:
560  #     output:  #     output:
561  #       module: 'JSON'  #       module: 'JSON'
562  #       path: 'out/exhibit/po.js'  #       path: 'out/exhibit/po.js'
563    
564      isi:
565        name: 'ISI'
566        input:
567          - name: isi
568            type: isi
569            path: '/data/citiranje/BRATKO.isi'
570            encoding: 'ISO-8859-1'
571            normalize:
572              path: 'conf/normalize/isi.pl'
573    
574      webpacus:
575        name: 'Webpacus'
576        input:
577          - name: 'bib'
578            type: isis
579            path: '/data/hidra/test/BIB'
580            encoding: 'cp852'
581            normalize:
582              path: 'conf/normalize/webpacus-hidra.pl'
583          - name: 'dir'
584            type: isis
585            path: '/data/hidra/test/DIR'
586            encoding: 'cp852'
587            normalize:
588              path: 'conf/normalize/webpacus-hidra.pl'
589        output:
590          - module: 'KinoSearch'
591            path: 'var/kinosearch'
592          - module: 'Sorted'
593            path: 'var/sorted'
594          - module: 'Webpacus'
595            path: '/data/Webpacus2'                        
596    

Legend:
Removed from v.944  
changed lines
  Added in v.1078

  ViewVC Help
Powered by ViewVC 1.1.26