--- #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: 'hyperestraier-native' #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 # # path: 'casket/' # 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: hrz credit: 10000 - to: nsk credit: 10000 hrz: name: 'Hrvatski restauratorski zavod' input: name: knjige type: isis path: '/data/humanistika/hrz/knjige/KNJIGE' encoding: 'cp852' #limit: 10 #modify_file: 'conf/modify/common.pl' normalize: path: 'conf/normalize/minimal.pl' nsk: name: 'Nacionalna i sveucilisna knjiznica' input: name: analitika type: marc path: '/backup/data/NSK/BBaza.ISO' encoding: 'ISO-8859-2' modify: 'conf/modify/analitika.pl' normalize: path: 'conf/normalize/ps-casopisi.pl'