inveniosoftware / invenio-oaiserver

Invenio module that adds more fun to the platform.
https://invenio-oaiserver.readthedocs.io
MIT License
3 stars 44 forks source link

global: make base functionalities configurable #198

Closed slint closed 2 years ago

slint commented 3 years ago

In order to be able to use the module in InvenioRDM, some core parts have to be made configurable (so that we can keep the original implementation, but still be able to plug-in RDM-specific logic). The configurable parts should be exposed as properties of the current_oaiserver proxy.

rekt-hard commented 3 years ago

Implemented in #197