/[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 722 by dpavlin, Fri Sep 29 12:48:07 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 307  databases: Line 310  databases:
310        encoding: 'cp852'        encoding: 'cp852'
311        lookup: 'conf/lookup/isis.pm'        lookup: 'conf/lookup/isis.pm'
312        #limit: 10        #limit: 10
313          modify_file: 'conf/modify/common.pl'
314        normalize:        normalize:
315          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
316    
# Line 400  databases: Line 404  databases:
404        encoding: 'cp852'        encoding: 'cp852'
405        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
406        #limit: 10        #limit: 10
407          modify_file: 'conf/modify/common.pl'
408        normalize:        normalize:
409          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
410    
# Line 420  databases: Line 425  databases:
425      input:      input:
426        - name: libri        - name: libri
427          type: isis          type: isis
428          path: '/data/isis_data/kk/LIBRI/LIBRI'  #        path: '/home/mglavica/mnt/LIBRI/LIBRI'
429  #       path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'
430          encoding: 'cp852'          encoding: 'cp852'
431          lookup: 'conf/lookup/isis_ffzg.yml'          lookup: 'conf/lookup/isis_ffzg.yml'
432          #limit: 10          #limit: 10
433            modify_file: 'conf/modify/common.pl'
434            normalize:
435              path: 'conf/normalize/common.pl'
436          - name: peri
437            type: isis
438            path: '/backup/isis_backup/A207-3/isisdata/latest/PERI/PERI'
439            encoding: 'cp852'
440            lookup: 'conf/lookup/ffkk-peri.yml'
441            #limit: 10
442            modify_file: 'conf/modify/common.pl'
443          normalize:          normalize:
444            path: 'conf/normalize/common.pl'            path: 'conf/normalize/common.pl'
445        - name: arti        - name: arti
446          type: isis          type: isis
447          path: '/data/isis_data/kk/ARTI/ARTI'  #        path: '/home/mglavica/mnt/ARTI/ARTI'
448  #       path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'          path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'
449          encoding: 'cp852'          encoding: 'cp852'
450          lookup: 'conf/lookup/isis_ffzg.yml'          lookup: 'conf/lookup/isis_ffzg.yml'
451          #limit: 10          #limit: 10
452          modify_records:          modify_file: 'conf/modify/ffkk_arti.pl'
           200:  
             '^f':  
               '; ': '^x'  
453          normalize:          normalize:
454            path: 'conf/normalize/common.pl'            path: 'conf/normalize/common.pl'
455    
# Line 450  databases: Line 462  databases:
462        encoding: 'cp852'        encoding: 'cp852'
463        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
464        #limit: 10        #limit: 10
465          modify_file: 'conf/modify/common.pl'
466        normalize:        normalize:
467          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
468    
# Line 482  databases: Line 495  databases:
495      input:      input:
496        name: libri        name: libri
497        type: isis        type: isis
498        path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
499        encoding: 'cp852'        encoding: 'cp852'
500        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
501        #limit: 10        modify_file: 'conf/modify/common.pl'
502        normalize:        normalize:
503          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
504    
# Line 527  databases: Line 540  databases:
540          # limit number of records to read from database          # limit number of records to read from database
541          #limit: 10          #limit: 10
542    
543          modify_records:          modify_file: 'conf/modify/common.pl'
544            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': ', '  
545          # define normalisation for that source          # define normalisation for that source
546          normalize:          normalize:
547            # which tag to use in normalize xml for data?            # which tag to use in normalize xml for data?
# Line 578  databases: Line 565  databases:
565      input:      input:
566        name: libri        name: libri
567        type: isis        type: isis
568        path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'
569        encoding: 'cp852'        encoding: 'cp852'
570        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
571        #limit: 10        #limit: 10
# Line 607  databases: Line 594  databases:
594        encoding: 'cp852'        encoding: 'cp852'
595        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
596        #limit: 10        #limit: 10
597        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': ', '  
598        normalize:        normalize:
599          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
600    
# Line 645  databases: Line 603  databases:
603      input:      input:
604        name: libri        name: libri
605        type: isis        type: isis
606        path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'        path: '/data/isis_data/sfm/LIBRI/LIBRI'
607    #      path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'
608        encoding: 'cp852'        encoding: 'cp852'
609        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
610        #limit: 10        #limit: 10
611        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': ', '  
612        normalize:        normalize:
613          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
614    
# Line 713  databases: Line 648  databases:
648        encoding: 'cp852'        encoding: 'cp852'
649        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
650        #limit: 10        #limit: 10
651          modify_file: 'conf/modify/common.pl'
652        normalize:        normalize:
653          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
654    
# Line 725  databases: Line 661  databases:
661        encoding: 'cp852'        encoding: 'cp852'
662        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
663        #limit: 10        #limit: 10
664          modify_file: 'conf/modify/common.pl'
665        normalize:        normalize:
666          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
667    

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

  ViewVC Help
Powered by ViewVC 1.1.26