/[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 974 by dpavlin, Wed Oct 31 18:07:33 2007 UTC revision 975 by dpavlin, Sat Nov 3 12:29:16 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 362  databases: Line 362  databases:
362          encoding: 'cp852'          encoding: 'cp852'
363          modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
364          normalize:          normalize:
365            path: 'conf/normalize/ff-libri.pl'            - path: 'conf/normalize/ff-libri.pl'
366              - path: 'conf/normalize/ff-viseraz-proba.pl'
367    
368    
369    
# Line 425  databases: Line 426  databases:
426  #         normalize:  #         normalize:
427  #           path: 'conf/normalize/ff-peri.pl'  #           path: 'conf/normalize/ff-peri.pl'
428  #  #
429  #  ffps:    ffps:
430  #    name: 'Psihologija, Filozofski fakultet u Zagrebu'      name: 'Psihologija, Filozofski fakultet u Zagrebu'
431  #    code: 'ps'      code: 'ps'
432  #    url: 'http://www.knjiznice.ffzg.hr/psihologija'      url: 'http://www.knjiznice.ffzg.hr/psihologija'
433  #    input:      input:
434  #      - name: peri        - name: peri
435  #        type: isis          type: isis
436  #        path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/'          path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/'
437  #        encoding: 'cp852'          encoding: 'cp852'
438  #        modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
439  #        normalize:          normalize:
440  #          path: 'conf/normalize/ff-peri.pl'            path: 'conf/normalize/ff-peri.pl'
441          - name: libri
442            type: isis
443            path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
444            encoding: 'cp852'
445            modify_file: 'conf/modify/common.pl'
446            normalize:
447              - path: 'conf/normalize/ff-libri.pl'
448              - path: 'conf/normalize/ff-viseraz-proba.pl'
449    
450    
451  #   ffro:  #   ffro:
# Line 562  databases: Line 571  databases:
571  #     output:  #     output:
572  #       module: 'JSON'  #       module: 'JSON'
573  #       path: 'out/exhibit/po.js'  #       path: 'out/exhibit/po.js'
574    
575      webpacus:
576        name: 'Webpacus'
577        input:
578          name: 'foobar'
579          type: marc
580    #      path: 'out/marc/ffsf-peri.marc'
581          path: 'out/marc/ffkk-libri.marc'
582          encoding: 'utf-8'
583          normalize:
584            path: 'conf/normalize/webpacus.pl'
585        output:
586          - module: 'KinoSearch'
587            path: 'var/kinosearch'
588          - module: 'Sorted'
589            path: 'var/sorted'
590          - module: 'Webpacus'
591            path: '/data/Webpacus2'                        
592    

Legend:
Removed from v.974  
changed lines
  Added in v.975

  ViewVC Help
Powered by ViewVC 1.1.26