examples/zcc.yaml in zcc-0.0.3 vs examples/zcc.yaml in zcc-0.1.0

- old
+ new

@@ -6,13 +6,19 @@ # 3. creation of csv files. # See below in each section for more information. #BASIC config -#What is the maximum number of records you want to show from the search result set? +#What is the maximum number of records you want to show from each target? to_show: 40 +#What is the maximum number of records you want to show on each menu page? +show_per_page: 5 + +#Which field numbers would you like to show in the menu page? +fields_to_show: [245, 260, 300] + # Do you want to save your MARC files by 'search_term' or by 'timestamp'? Choosing timestamp will save all records from a single session to the same file, while search_term will save to separate files for each different search term used. save_filename: timestamp #Do you want scripting turned on? scripting_on: yes @@ -26,14 +32,16 @@ #Do you want to use the optional MARC linter? Perl and the MARC::Lint module are necessary for the functionality to work. linter_on: yes #How do you want your records saved? Current choices are [marc, xml, zebra] #'marc' means ISO2709, marc transmission format, not human readable -#'xml' means marcxml right now -#'zebra' means marcxml saved to the directory of the zebra database by timestamp. +#'xml' currently means marcxml +#'zebra' means marc IS02709 saved to the directory of the zebra database by timestamp. +# STILL TO BE IMPLEMENTED: 'koha' save directly to a koha installation using bulkmarcimport.pl +# for 'zebra' a copy is also saved to the working directory. #See for more information on setting up zebra: http://zcc.rubyforge.org/zebra.html -save_record_syntax: zebra +save_record_syntax: [marc, zebra] @@ -46,19 +54,20 @@ # For a list of other servers see: http://targettest.indexdata.com/ # ########################## zservers: # server port service -- [localhost, 9999, zcc] #if you use the zcc zebra server setup - -# [128.148.19.6, 210, INNOPAC ] #bad server, for testing -#-[81.144.245.7, 210, INNOPAC] #wellcome.ac.uk latin1 charset +#- [Include zservers.yaml] #Optionally you can Include another file within your .zcc directory that contains a list of zservers. Only include the entries in the same for as the ones below. This option must be the first line for this feature to work correctly. +- [localhost, 9999, zcc, 0] #if you use the zcc zebra server setup +- [z3950.loc.gov, 7090, Voyager, 1 ] # Library of Congress +- [es33.uits.indiana.edu, 2200, Unicorn, 2] #IU +- [bobcat.nyu.edu, 210, ADVANCE, 2] #New York University Libraries | 98% +- [128.197.130.200, 210, INNOPAC, 2] #Boston U. | 100% +#- [128.148.19.6, 210, INNOPAC ] #bad server, for testing +#- [81.144.245.7, 210, INNOPAC] #wellcome.ac.uk latin1 charset #- [142.51.8.7, 2200, unicorn] -- [z3950.loc.gov, 7090, Voyager ] # Library of Congress -- [es33.uits.indiana.edu, 2200, Unicorn] #IU #- [webcat.lib.okayama-u.ac.jp, 2210, limedio ] #utf8 records by default -- [bobcat.nyu.edu, 210, ADVANCE] #New York University Libraries | 98% -- [128.197.130.200, 210, INNOPAC] #Boston U. | 100% + ####################################################### # CSV files # Follows is the template for creating csv files.