Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natlibfi/aleph-holdings
Retrieve holdings for Aleph records from Voyager-databases
https://github.com/natlibfi/aleph-holdings
melinda
Last synced: 9 days ago
JSON representation
Retrieve holdings for Aleph records from Voyager-databases
- Host: GitHub
- URL: https://github.com/natlibfi/aleph-holdings
- Owner: NatLibFi
- License: agpl-3.0
- Created: 2015-03-13T11:41:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T11:40:11.000Z (over 1 year ago)
- Last Synced: 2024-11-20T19:53:54.374Z (2 months ago)
- Topics: melinda
- Language: Perl
- Size: 87.9 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING.AGPL
Awesome Lists containing this project
README
# aleph-holdings
Retrieve holdings for Aleph records from Voyager-databases.## holdings_proxy.cgi
Get holdings information for a record to be used in a webpage
### URL parameters:
**id**: ID of the record
**lib**: ID of the library where the holdings information is to fetched from
**callback**: A JSONP callback
Example configuration is provided in _res/holdings_proxy_example.config_.
## holdings.cgi
Get redirection link to a record's holdings information in a library's OPAC.
### URL parameters:
**id**: ID of the record
**lib**: ID of the library where the holdings information is to fetched from
Example configuration is provided in _res/holdings_example.config_.
## holdings.js ##
Replaces links to holdings information with the actual information with also retaining the links.
## Dependencies
### Perl
CGI
Cwd
LWP::UserAgent
HTTP::Request
File::Basename
XML::DOM
### Javascript
[jQuery 1.3.2](https://github.com/jquery/jquery)
[jquery.cookie](https://github.com/carhartl/jquery-cookie)
## Licensing
Copyright (c) 2015 University Of Helsinki (The National Library Of Finland)
Licensed under GNU Affero GPL version 3.
### Licenses of dependencies
All the dependencies are free software.
#### Licenses of the packaged dependencies ####
**jquery**: MIT or GPL license
**jquery.cookie**: MIT-license