Skip to content
Snippets Groups Projects
Commit 652fe7d7 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed configuration file -- wrongly inserted section

parent b6653203
No related merge requests found
......@@ -674,7 +674,36 @@ authors = Wikipedia
; You can select from Google, OpenLibrary, HathiTrust. You should consult
; http://code.google.com/apis/books/branding.html before using Google Book Search.
; previews = Google,OpenLibrary,HathiTrust
;previews = Google,OpenLibrary,HathiTrust
; Possible HathiRights options = pd,ic,op,orph,und,umall,ic-world,nobody,pdus,cc-by,cc-by-nd,
; cc-by-nc-nd,cc-by-nc,cc-by-nc-sa,cc-by-sa,orphcand,cc-zero,und-world,icus
; Default is "pd,ic-world" if unset here.
; See www.hathitrust.org/rights_database#Attributes for full details
;HathiRights = pd,ic-world,cc-by,cc-by-nd,cc-by-nc-nd,cc-by-nc,cc-by-nc-sa,cc-by-sa,cc-zero,und-world
; Possible GoogleBooks options full,partial,noview
; options can be set for each / either of link or tab
; Link makes a button appear in search results / record view
; Tab makes a tab with an embedded preview appear on record view
; Default is "GoogleOptions['link'] = full,partial" if nothing
; is set here.
; see https://developers.google.com/books/docs/dynamic-links#json-results-format
;GoogleOptions['link'] = full,partial
;GoogleOptions['tab'] = partial
; OpenLibrary currently offers the same options/default as GoogleBooks (above):
;OpenLibraryOptions = full,partial
; An API key is needed to interact with the Europeana API (see the EuropeanaResults
; recommendation module in searches.ini for more information)
;europeanaAPI = INSERTKEY
; If this is set, a new map tab will show on the record page for records which
; have long_lat data (see import/marc_local.properties for more information).
; The setting specifies the type of map; currently, the only supported value is
; "google"
;recordMap = google
; This section controls the behavior of the cover generator when makeDynamicCovers
; above is non-false.
......@@ -746,35 +775,6 @@ authors = Wikipedia
;bottomPadding = 3
;wrapWidth = 110
; Possible HathiRights options = pd,ic,op,orph,und,umall,ic-world,nobody,pdus,cc-by,cc-by-nd,
; cc-by-nc-nd,cc-by-nc,cc-by-nc-sa,cc-by-sa,orphcand,cc-zero,und-world,icus
; Default is "pd,ic-world" if unset here.
; See www.hathitrust.org/rights_database#Attributes for full details
;HathiRights = pd,ic-world,cc-by,cc-by-nd,cc-by-nc-nd,cc-by-nc,cc-by-nc-sa,cc-by-sa,cc-zero,und-world
; Possible GoogleBooks options full,partial,noview
; options can be set for each / either of link or tab
; Link makes a button appear in search results / record view
; Tab makes a tab with an embedded preview appear on record view
; Default is "GoogleOptions['link'] = full,partial" if nothing
; is set here.
; see https://developers.google.com/books/docs/dynamic-links#json-results-format
;GoogleOptions['link'] = full,partial
;GoogleOptions['tab'] = partial
; OpenLibrary currently offers the same options/default as GoogleBooks (above):
;OpenLibraryOptions = full,partial
; An API key is needed to interact with the Europeana API (see the EuropeanaResults
; recommendation module in searches.ini for more information)
;europeanaAPI = INSERTKEY
; If this is set, a new map tab will show on the record page for records which
; have long_lat data (see import/marc_local.properties for more information).
; The setting specifies the type of map; currently, the only supported value is
; "google"
;recordMap = google
; This section is needed for Buchhandel.de cover loading. You need an authentication
; token. It may also be necessary to customize your templates in order to comply with
; terms of service; please look at http://info.buchhandel.de/handbuch_links for
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment