forked from vufind-org/vufind
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request vufind-org#1 from NatLibFi/master
Syncing my fork
- Loading branch information
Showing
60 changed files
with
1,761 additions
and
972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
[Global] | ||
baseUrl = [your DAIA server base url] | ||
; DAIA driver expects a DAIA Query API as specified in: | ||
; http://gbv.github.io/daiaspec/daia.html#query-api | ||
; | ||
; The settings in the [DAIA] section will be used for all DAIA requests. | ||
; The name of this section got refactored with VuFind 2.4, although the old | ||
; configuration using the [Global] section still works, it should be replaced | ||
; with the new [DAIA] section. | ||
; Note: Settings for daiaResponseFormat and daiaIdPrefix are not supported if | ||
; a pre VuFind 2.4 configuration with the [Global] section is used. | ||
; i.e.: | ||
; [Global] | ||
; baseUrl = [your DAIA server base url] | ||
; daiaIdPrefix = [this setting will have no effect] | ||
; daiaResponseFormat = [this setting will have no effect] | ||
; | ||
; A default DAIA call looks like this: | ||
; https://daia.myuniversity.edu/?id=ppn:12345678&format=json | ||
; | ||
; This default DAIA call would be configured as: | ||
; [DAIA] | ||
; baseUrl = https://daia.myuniversity.edu | ||
; daiaidprefix = ppn: | ||
; daiaResponseFormat = json | ||
; | ||
|
||
[DAIA] | ||
; The base URL for the DAIA webservice. | ||
baseUrl = [your DAIA server base url] | ||
|
||
; The prefix prepended to the VuFind record Id resulting in the document URI | ||
; used for the DAIA request (default = ppn:) (the prefix usually defines the | ||
; field which the DAIA server uses for the loookup - e.g. ppn: or isbn:). | ||
;daiaIdPrefix = "ppn:" | ||
|
||
; Set the requested DAIA response format: xml (default), json | ||
;daiaResponseFormat = xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.