/[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 629 by dpavlin, Tue Sep 5 21:02:39 2006 UTC revision 694 by dpavlin, Sun Sep 24 22:41:41 2006 UTC
# Line 9  catalyst_encoding: 'UTF-8' Line 9  catalyst_encoding: 'UTF-8'
9  sites_root: 'sites'  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'
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 24  hyperestraier: Line 25  hyperestraier:
25    # don't turn this on! it will spit huge amounts of output    # don't turn this on! it will spit huge amounts of output
26    #debug: 1    #debug: 1
27    #    #
28      #
29      path: 'casket/'
30    # number of results on each page    # number of results on each page
31    hits_on_page: 10    hits_on_page: 10
32    # number of results to fetch for suggestion (it will fold multiple sameones)    # number of results to fetch for suggestion (it will fold multiple sameones)
# Line 400  databases: Line 403  databases:
403        encoding: 'cp852'        encoding: 'cp852'
404        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
405        #limit: 10        #limit: 10
406          modify_file: 'conf/modify/common.pl'
407        normalize:        normalize:
408          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
409    
# Line 420  databases: Line 424  databases:
424      input:      input:
425        - name: libri        - name: libri
426          type: isis          type: isis
427          path: '/data/isis_data/kk/LIBRI/LIBRI'  #        path: '/home/mglavica/mnt/LIBRI/LIBRI'
428  #       path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'
429          encoding: 'cp852'          encoding: 'cp852'
430          lookup: 'conf/lookup/isis_ffzg.yml'          lookup: 'conf/lookup/isis_ffzg.yml'
431          #limit: 10          #limit: 10
432            modify_file: 'conf/modify/common.pl'
433            normalize:
434              path: 'conf/normalize/common.pl'
435          - name: peri
436            type: isis
437            path: '/backup/isis_backup/A207-3/isisdata/latest/PERI/PERI'
438            encoding: 'cp852'
439            lookup: 'conf/lookup/ffkk-peri.yml'
440            #limit: 10
441            modify_file: 'conf/modify/common.pl'
442          normalize:          normalize:
443            path: 'conf/normalize/common.pl'            path: 'conf/normalize/common.pl'
444        - name: arti        - name: arti
445          type: isis          type: isis
446          path: '/data/isis_data/kk/ARTI/ARTI'  #        path: '/home/mglavica/mnt/ARTI/ARTI'
447  #       path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'          path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'
448          encoding: 'cp852'          encoding: 'cp852'
449          lookup: 'conf/lookup/isis_ffzg.yml'          lookup: 'conf/lookup/isis_ffzg.yml'
450          #limit: 10          #limit: 10
451          modify_records:          modify_file: 'conf/modify/ffkk_arti.pl'
           200:  
             '^f':  
               '; ': '^x'  
452          normalize:          normalize:
453            path: 'conf/normalize/common.pl'            path: 'conf/normalize/common.pl'
454    
# Line 450  databases: Line 461  databases:
461        encoding: 'cp852'        encoding: 'cp852'
462        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
463        #limit: 10        #limit: 10
464          modify_file: 'conf/modify/common.pl'
465        normalize:        normalize:
466          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
467    
# Line 482  databases: Line 494  databases:
494      input:      input:
495        name: libri        name: libri
496        type: isis        type: isis
497        path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
498        encoding: 'cp852'        encoding: 'cp852'
499        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
500        #limit: 10        modify_file: 'conf/modify/common.pl'
501        normalize:        normalize:
502          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
503    
# Line 527  databases: Line 539  databases:
539          # limit number of records to read from database          # limit number of records to read from database
540          #limit: 10          #limit: 10
541    
542          modify_records:          modify_file: 'conf/modify/common.pl'
543            200:          
             '^d':  
               '^e': ' : '  
             '^e':  
               '^d': ' = '  
             '*':  
               '^g': ' ; '  
               '^c': '. '  
           210:  
             '^a':  
               '^c': '^b'  
             '^b':  
               ' : ': '^b'  
               '^d': '^c'  
             '*':  
               '. (': '. (^e'  
             '^e':  
               ' : ': ' ^f'  
           700:  
             '^a':  
               '^b': ', '  
           701:  
             '^a':  
               '^b': ', '  
           702:  
             '^a':  
               '^b': ', '  
544          # define normalisation for that source          # define normalisation for that source
545          normalize:          normalize:
546            # which tag to use in normalize xml for data?            # which tag to use in normalize xml for data?
# Line 578  databases: Line 564  databases:
564      input:      input:
565        name: libri        name: libri
566        type: isis        type: isis
567        path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'
568        encoding: 'cp852'        encoding: 'cp852'
569        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
570        #limit: 10        #limit: 10
# Line 607  databases: Line 593  databases:
593        encoding: 'cp852'        encoding: 'cp852'
594        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
595        #limit: 10        #limit: 10
596        modify_records:        modify_file: 'conf/modify/common.pl'
         200:  
           '^a':  
             ' : ': '^e'  
             ' = ': '^d'  
           '^k':  
             '^e': ' : '  
           '^d':  
             '^e': ' : '  
           '^e':  
             '^d': ' = '  
             '^k': ' ; '  
           '*':  
             '^g': ' ; '  
         210:  
           '^a':  
             '^c': '^b'  
           '^b':  
             ' ; ': '^a'  
             ' : ': '^b'  
             '^d': '^c'  
         700:  
           '^a':  
             '^b': ', '  
         701:  
           '^a':  
             '^b': ', '  
         702:  
           '^a':  
             '^b': ', '  
597        normalize:        normalize:
598          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
599    
# Line 645  databases: Line 602  databases:
602      input:      input:
603        name: libri        name: libri
604        type: isis        type: isis
605        path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'        path: '/data/isis_data/sfm/LIBRI/LIBRI'
606    #      path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'
607        encoding: 'cp852'        encoding: 'cp852'
608        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
609        #limit: 10        #limit: 10
610        modify_records:        modify_file: 'conf/modify/common.pl'
         200:  
           '^a':  
             ' ; ': '^k'  
           '^d':  
             '^e': ' : '  
           '^e':  
             '^d': ' = '  
           '*':  
             '^g': ' ; '  
         210:  
           '*':  
             '^c': '^b'  
             '^d': '^c'  
             '. (': '. (^e'  
             ' : ': ' :^f'  
         700:  
           '^a':  
             '^b': ', '  
         701:  
           '^a':  
             '^b': ', '  
         702:  
           '^a':  
             '^b': ', '  
611        normalize:        normalize:
612          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
613    
# Line 713  databases: Line 647  databases:
647        encoding: 'cp852'        encoding: 'cp852'
648        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
649        #limit: 10        #limit: 10
650          modify_file: 'conf/modify/common.pl'
651        normalize:        normalize:
652          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
653    
# Line 725  databases: Line 660  databases:
660        encoding: 'cp852'        encoding: 'cp852'
661        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
662        #limit: 10        #limit: 10
663          modify_file: 'conf/modify/common.pl'
664        normalize:        normalize:
665          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
666    

Legend:
Removed from v.629  
changed lines
  Added in v.694

  ViewVC Help
Powered by ViewVC 1.1.26