Plone Add-on Gallery

collective.gnd

https://secure.travis-ci.org/collective/collective.gnd.png?branch=master Coveralls License Join the chat at https://gitter.im/collective/collective.gnd

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

License

The project is licensed under the GPLv2.

Contributors

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]