Skip to content
Snippets Groups Projects
Commit ac882bbb authored by André Lahmann's avatar André Lahmann
Browse files

refs #8608:

* updated config.ini after merge of v3.0.3
parent 1b0a13c2
No related merge requests found
......@@ -103,7 +103,7 @@ showBulkOptions = false
; Should users be allowed to save searches in their accounts?
allowSavedSearches = true
; Generator value to display in an HTML header <meta> tag:
generator = "VuFind 3.0.1"
generator = "VuFind 3.0.3"
; This section allows you to configure the mechanism used for storing user
; sessions. Available types: File, Memcache, Database.
......@@ -678,6 +678,35 @@ noCoverAvailableImage = images/noCover2.gif
; http://code.google.com/apis/books/branding.html before using Google Book Search.
; 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.
[DynamicCovers]
......@@ -756,35 +785,6 @@ noCoverAvailableImage = images/noCover2.gif
url = "https://api.vlb.de/api/v1/cover/"
; token = "XXXXXX-XXXX-XXXXX-XXXXXXXXXXXX"
; 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
[QRCode]
; This setting controls the image to display when no qrcode is available.
; The path is relative to the base of your theme directory.
......
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