local configuration for mjesec
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 23 Aug 2006 10:08:17 +0000 (10:08 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 23 Aug 2006 10:08:17 +0000 (10:08 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@612 07558da8-63fa-0310-ba24-9fe276d99e06

conf/mjesec.yml [new file with mode: 0644]
conf/normalize/mapping.pl

diff --git a/conf/mjesec.yml b/conf/mjesec.yml
new file mode 100644 (file)
index 0000000..d56437f
--- /dev/null
@@ -0,0 +1,820 @@
+--- #YAML:1.0
+# DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
+
+# encoding of this configuration file
+config_encoding: 'ISO-8859-2'
+# encoding in Catalyst.
+catalyst_encoding: 'UTF-8'
+# relative path to sites templates under Catalyst root
+sites_root: 'sites'
+
+# which indexing engine to use? (hyperestraier is default)
+use_indexer: 'hyperestraier'
+#use_indexer: 'kinosearch'
+
+# configuration for Hyper Estraier full text search engine
+hyperestraier:
+  #url: 'http://localhost:1978/node/webpac2'
+  masterurl: 'http://localhost:1978'
+  defaultnode: 'webpac2'
+#  defaultnode: 'ps'
+  defaultdepth: 1
+  user: 'admin'
+  passwd: 'admin'
+  # don't turn this on! it will spit huge amounts of output
+  #debug: 1
+  #
+  # number of results on each page
+  hits_on_page: 10
+  # number of results to fetch for suggestion (it will fold multiple sameones)
+  hits_for_suggest: 20
+  #
+  # options used while indexing
+  #
+  # which tag type to use for search engine (used while indexing)
+  type: 'search'
+  #
+
+# options for pager
+pager:
+  # how many pages to show for navigation?
+  max_pages: 20
+
+# configuration for KinoSearch search engine library
+kinosearch:
+  index_path: './kinosearch/'
+  fields:
+    - 'uri'
+    - 'AccompanyingMaterial'
+    - 'APA'
+    - 'CallNo'
+    - 'ContentsNote'
+    - 'CorporateName'
+    - 'CorporateName2'
+    - 'DatePublication'
+    - 'EditionNote'
+    - 'EditionStatement'
+    - 'ExpandedTitle'
+    - 'fond'
+    - 'Form'
+    - 'Frequency'
+    - 'GeneralNote'
+    - 'ID'
+    - 'IdentificationNumbers'
+    - 'IntellectResponsNote'
+    - 'InternalBibliographies'
+    - 'InvNo'
+    - 'ISBN'
+    - 'ISSN'
+    - 'ISN'
+    - 'IssuedWith'
+    - 'Language'
+    - 'level'
+    - 'MaterialDesignation'
+    - 'MFN'
+    - 'NamePublisher'
+    - 'Names'
+    - 'OriginatingSource'
+    - 'ParallelTitle'
+    - 'Parts'
+    - 'PartsEF'
+    - 'PartsID'
+    - 'PersonalName'
+    - 'PersonalName2'
+    - 'PersonalNameOther'
+    - 'PhysicalDescription'
+    - 'PhysicalDescriptionNote'
+    - 'PhysicalDetails'
+    - 'Piece'
+    - 'PieceAnalitic'
+    - 'PieceNum'
+    - 'PieceSubtitle'
+    - 'PlacePublication'
+    - 'Responsibility'
+    - 'ResponsibilityFirst'
+    - 'ResponsibilitySecond'
+    - 'SerialNo'
+    - 'Series'
+    - 'SeriesTitle'
+    - 'Set'
+    - 'Set2'
+    - 'Subtitle'
+    - 'Summary'
+    - 'SystemRequirements'
+    - 'titleNo'
+    - 'TitleProper'
+    - 'TitleProper2'
+    - 'UDC'
+    - 'UDC_All'
+    - 'UDCb'
+    - 'UncontrolledTerms'
+    - 'UniformHeading'
+    - 'URL'
+    - 'VolumeDesignation'
+    - 'AllThes'
+    - 'BroaderTerm'
+    - 'ClassCode'
+    - 'DescriptorEN'
+    - 'DescriptorFR'
+    - 'DescriptorGE'
+    - 'DescriptorHR'
+    - 'filename'
+    - 'format'
+    - 'headline'
+    - 'IDths'
+    - 'line'
+    - 'line2'
+    - 'line3'
+    - 'line4'
+    - 'MicrothesaurusEN'
+    - 'MicrothesaurusFR'
+    - 'MicrothesaurusGE'
+    - 'MicrothesaurusHR'
+    - 'NarrowerTerm'
+    - 'NonDescriptorEN'
+    - 'NonDescriptorFR'
+    - 'NonDescriptorGE'
+    - 'NonDescriptorHR'
+    - 'RelatedTerm'
+    - 'ScopeNoteEN'
+    - 'ScopeNoteHR'
+    - 'SeeBefore'
+    - 'SeeNext'
+    - 'Source'
+    - 'SubjectAreaHR'
+    - 'SubjectIndex'
+    - 'URL'
+  database: 'unconfigured database name'
+  label: 'unconfigured database label'
+  encoding: 'iso-8859-2'
+  # clean database before opening? (WARNING: this erases existing database)
+  clean: 1
+  # which field type to index?
+  type: 'search'
+
+webpac:
+  # default template to use
+  template: 'html_ffzg_results_short.tt'
+  # path to database files
+  db_path: '/data/webpac2/db'
+  # path to templates used by WebPAC::Output
+  template_path: '/data/webpac2/conf/output/tt'
+  # default template for results
+  default_template: 'html_ffzg.tt'
+  # default user editable css file
+  default_css: 'user.css'
+  css_path: 'root/css'
+  # encoding comming from webpac
+  webpac_encoding: 'iso-8859-2'
+  # encoding expected by Catalyst
+  out_encoding: 'utf-8'
+  # define different input formats (types) and perl modules to handle them
+  inputs:
+    isis: 'WebPAC::Input::ISIS'
+    marc: 'WebPAC::Input::MARC'
+    excel: 'WebPAC::Input::Excel'
+
+editor:
+  # open this record when opening editor
+  # (it will also be used to deduce default database and input)
+  default_record_uri: 'ps/libri/1'
+
+# directives after this are used when indexing using core WebPAC modules
+
+databases:
+  # This is empty database created only in Hyper Estraier to merge
+  # all three databases
+  'webpac2':
+    name: 'Search all'
+    links:
+      - to: ffan
+        credit: 10000
+      - to: ffar
+        credit: 10000
+      - to: ffet
+        credit: 10000
+      - to: fffi 
+        credit: 10000
+      - to: fffo
+        credit: 10000
+      - to: ffge
+        credit: 10000
+      - to: ffhu 
+        credit: 10000
+      - to: ffiz
+        credit: 10000
+      - to: ffkf
+        credit: 10000
+      - to: ffkk 
+        credit: 10000
+      - to: fflo
+        credit: 10000
+      - to: fftu
+        credit: 10000
+      - to: ffpe   
+        credit: 10000
+      - to: ffpo
+        credit: 10000
+      - to: ffpu
+        credit: 10000
+      - to: ffps 
+        credit: 10000
+      - to: ffro   
+        credit: 10000
+      - to: ffsk
+        credit: 10000
+      - to: ffsfb
+        credit: 10000
+      - to: ffsfm
+        credit: 10000
+      - to: ffso 
+        credit: 10000
+      - to: ffta 
+        credit: 10000
+      - to: ffsr 
+        credit: 10000
+      - to: ffmic 
+        credit: 10000
+      - to: efzg
+        credit: 10000
+      - to: eizg
+        credit: 10000
+      - to: efos
+        credit: 10000
+      - to: irmo
+        credit: 10000
+      - to: hika
+        credit: 10000
+      - to: iztzg
+        credit: 10000
+      - to: jzav
+        credit: 10000
+      - to: ijf 
+        credit: 10000
+      - to: emerald 
+        credit: 10000
+
+  # site with alternative databases
+  'hr':
+    name: 'Primjer za hrvatsko suèelje'
+    links:
+      - to: ffps
+        credit: 10000
+      - to: ffkk
+        credit: 5000
+      - to: emerald
+        credit: 5000
+
+
+#  'ffps':
+#    name: 'Knji¾nica Odsjeka za psihologiju'
+#    links:
+#      - to: ffps
+#        credit: 10000
+
+  'drustvene':
+    name: 'Katalog knji¾nica dru¹tvenih znanosti'
+    links:
+      - to: efzg
+        credit: 10000
+      - to: eizg
+        credit: 10000
+      - to: efos
+        credit: 10000
+      - to: irmo
+        credit: 10000
+      - to: hika
+        credit: 10000
+      - to: iztzg
+        credit: 10000
+      - to: jzav
+        credit: 10000
+      - to: ijf 
+        credit: 10000
+   
+  'ecasopisi':
+    name: 'Katalog elektronièkih èasopisa'
+    links:
+      - to: emerald
+        credit: 10000
+
+  ffan:
+    name: 'Anglistika, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis.pm'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffar:
+    name: 'Arheologija, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffet:
+    name: 'Etnologija, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A203-2/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  fffi:
+    name: 'Filozofija, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  fffo:
+    name: 'Fonetika, Filozofski fakultet u Zagrebu'
+    input:
+      - name: libri
+        type: isis
+        path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'
+        encoding: '852'
+        lookup: 'conf/lookup/isis_ffzg.yml'
+        #limit: 10
+        normalize:
+          path: 'conf/normalize/common.pl'
+      - name: arti
+        type: isis
+        path: '/backup/isis_backup/novi-40162/ISISDATA/latest/ARTI/ARTI'
+        encoding: '852'
+        lookup: 'conf/lookup/isis_ffzg.yml'
+        #limit: 10
+        normalize:
+          path: 'conf/normalize/common.pl'
+
+
+  ffge:
+    name: 'Germanistika, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A106-1/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffhu:
+    name: 'Hungarologija, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffiz:
+    name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffkf:
+    name: 'Klasièna filologija, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffkk:
+    name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  fflo:
+    name: 'Lingvistika, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      modify_records:
+        200:
+          '^d':
+            '^e': ' : '
+          '^e':
+            '^d': ' = '
+          '*':
+            '^g': ' ; '
+            '^c': '. '
+        210:
+          '*':
+            '^c': '^b'
+            '^d': '^c'
+        700:
+          '^a':
+            '^b': ', '
+        701:
+          '^a':
+            '^b': ', '
+        702:
+          '^a':
+            '^b': ', '
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  fftu:
+    name: 'Turkologija, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffpe:
+    name: 'Pedagogija, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A226-1/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffpo:
+    name: 'Povijest, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffpu:
+    name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffps:
+    # all variables here will be available as config variables in template
+    name: 'Psihologija, Filozofski fakultet u Zagrebu'
+    code: 'ps'
+    url: 'http://www.knjiznice.ffzg.hr/psihologija'
+
+    # define input source
+    input:
+      # this will create unique name with name of database and mfn
+      - name: libri
+        # isis
+        type: isis
+
+        # full path to database
+        path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
+        # path: '/data/isis_data/PS/LIBRI/'
+
+        # encoding of character set in isis data
+        encoding: '852'
+
+        # lookup
+        lookup: 'conf/lookup/isis_ffzg.yml'
+
+        # limit number of records to read from database
+        #limit: 10
+
+        # define normalisation for that source
+        normalize:
+          # which tag to use in normalize xml for data?
+          # tag: 'isis'
+          # path to normalization xml
+          path: 'conf/normalize/common.pl'
+          #path: 'conf/normalize/isis_ffzg.yml'
+
+      # another input database
+      - name: peri
+        type: isis
+        path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'
+        encoding: '852'
+        lookup: 'conf/lookup/isis_ffzg.yml'
+        #limit: 10
+        normalize:
+          path: 'conf/normalize/common.pl'
+
+  ffro:
+    name: 'Romanistika, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffsk:
+    name: 'Skandinavistika, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffsfb:
+    name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      modify_records:
+        200:
+          '^a':
+            ' ; ': '^k'
+          '^d':
+            '^e': ' : '
+          '^e':
+            '^d': ' = '
+          '*':
+            '^g': ' ; '
+        210:
+          '*':
+            '^c': '^b'
+            '^d': '^c'
+            '. (': '. (^e'
+            ' : ': ' :^f' 
+        700:
+          '^a':
+            '^b': ', '
+        701:
+          '^a':
+            '^b': ', '
+        702:
+          '^a':
+            '^b': ', '
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffsfm:
+    name: 'Slavenska filologija (M), Filozofski fakulteti u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      modify_records:
+        200:
+          '^a':
+            ' ; ': '^k'
+          '^d':
+            '^e': ' : '
+          '^e':
+            '^d': ' = '
+          '*':
+            '^g': ' ; '
+        210:
+          '*':
+            '^c': '^b'
+            '^d': '^c'
+            '. (': '. (^e'
+            ' : ': ' :^f' 
+        700:
+          '^a':
+            '^b': ', '
+        701:
+          '^a':
+            '^b': ', '
+        702:
+          '^a':
+            '^b': ', '
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffso:
+    name: 'Sociologija, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffta:
+    name: 'Talijanistika, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A224-1/isisdata/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffsr:
+    name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ffmic:
+    name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
+    input:
+      name: libri
+      type: isis
+      path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/isis_ffzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  efzg:
+    name: 'Ekonomski fakutet u Zagrebu'
+    input:
+      name: knjige
+      type: marc
+      path: '/data/drustvene/efzg/unimarc.iso'
+      encoding: '852'
+      # CroList recoding pairs to fix encoding problems
+      recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
+      lookup: 'conf/lookup/efzg.yml'
+      #limit: 1000
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  eizg:
+    name: 'Ekonomski institut u Zagrebu'
+    input:
+      name: bib
+      type: isis
+      path: '/data/drustvene/eizg/BIB'
+      encoding: '852'
+      lookup: 'conf/lookup/eizg.yml'
+      #limit: 100
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  efos:
+    name: 'Ekonomski fakutet u Osijeku'
+    input:
+      name: knjige
+      type: marc
+      path: '/data/drustvene/efos/EFOSBAZA.ISO'
+      encoding: 'ISO-8859-2'
+      # CroList recoding pairs to fix encoding problems
+      #recode: '^ È ~ è ] Æ } æ | ð \[ © { ¹ @ ® ` ¾'
+      lookup: 'conf/lookup/efos.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  irmo:
+    name: 'Institut za meðunarodne odnose u Zagrebu'
+    input:
+      name: knjige
+      type: isis
+      path: '/data/drustvene/irmo/LIBRI'
+      encoding: '852'
+      lookup: 'conf/lookup/eizg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  hika:
+    name: 'Fakultet za turistièki i hotelski menad¾ment u Opatiji'
+    input:
+      name: knjige
+      type: marc
+      path: '/data/drustvene/hika/szi.iso'
+      encoding: 'ISO-8859-2'
+      # CroList recoding pairs to fix encoding problems
+      recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
+      lookup: 'conf/lookup/efzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  iztzg:
+    name: 'Institut za turizam u Zagrebu'
+    input:
+      name: knjige
+      type: isis
+      path: '/data/drustvene/iztzg/BIB'
+      encoding: '852'
+      lookup: 'conf/lookup/eizg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  jzav:
+    name: 'Jadranski zavod'
+    input:
+      name: bib
+      type: isis
+      path: '/data/drustvene/jzav/BIB'
+      encoding: '852'
+      lookup: 'conf/lookup/jzav.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+  ijf:
+    name: 'Institut za javne financije'
+    input:
+      name: knjige
+      type: marc
+      path: '/data/drustvene/ijf/szi.iso'
+      encoding: 'ISO-8859-2'
+      # CroList recoding pairs to fix encoding problems
+      recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
+      lookup: 'conf/lookup/efzg.yml'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/common.pl'
+
+# Elektronièki èasopisi
+  emerald:
+    name: 'EmeraldFulltext'
+    input:
+      name: ecas
+      type: excel
+      path: '/data/FF/emerald/persistenturls.xls'
+      worksheet: 'All Titles'
+      from: 20
+      encoding: 'windows-1250'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/excel_emerald.pl'
+
+
index 481e8e2..ddb4b4e 100644 (file)
@@ -122,17 +122,17 @@ marc('250','a',
 # 
 marc_original_order('260', '210');
 
-marc('260','a',
-       rec('210','a'),
-);
-
-marc('260','b',
-       rec('210','c'),
-);
+marc('260','a',
+#      rec('210','a'),
+);
+#
+marc('260','b',
+#      rec('210','c'),
+);
 
-marc('260','c',
-       rec('210','d'),
-);
+marc('260','c',
+#      rec('210','d'),
+);
 
 # marc_compose('260',
 #      'a', split_rec_on('210','a', qr/\s*;\s*/, 1),