Plone addon which provides a GND resolver and a BEACON API.
Project description
collective.gnd
Plone add-on which provides a GND ID resolver and a BEACON API.
Features
GND ID resolver: /resolvegnd/08151111
GND ID Behavior, which provides a gnd_id field
Provides a gnd_id index
BEACON API (BEACON List): /beacon-gnd.txt
Installation
Install collective.gnd by adding it to your buildout:
[buildout] ... eggs = collective.gnd
and then running bin/buildout
Contribute
Issue Tracker: https://github.com/collective/collective.gnd/issues
Source Code: https://github.com/collective/collective.gnd
License
The project is licensed under the GPLv2.
Contributors
Maik Derstappen (MrTango), md@derico.de
Changelog
1.1 (2019-12-09)
Added configurable, security related rendering of BEACON file. If registry record render_all is False, only GND-IDs, which are accessable by the requesting user are listed in the BEACON file. Otherwise all indexed values are listed. [ukretschmer]
Gnd resolver service now has configurable base URL, which allows redirecting to targets with another base URL but the same object path. [ukretschmer]
1.0 (2019-08-26)
Fix default in gnd_id property in behavior [MrTango]
1.0b2 (2019-06-20)
Fix target (gnd resolver) URL in BEACON file [MrTango]
1.0b1 (2019-06-20)
prevent None entries in gnd_ids [MrTango]
1.0a2 (2019-06-20)
Fix README RST syntax [MrTango]
1.0a1 (2019-06-20)
Initial release. [MrTango]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.