NatLibFi / Annif

Annif is a multi-algorithm automated subject indexing tool for libraries, archives and museums.
https://annif.org
Other
188 stars 41 forks source link

Customizable greeting in Web UI #761

Open juhoinkinen opened 5 months ago

juhoinkinen commented 5 months ago

The Annif Web UI has this greetings text:

Welcome!

See the OpenAPI documentation for an interactive REST API specification.

There are some installations of Annif that directly expose the Web UI for public, e.g.: https://data.europa.eu/annif/

For this kind of use the greeting text could be made customizable for giving information about the installation. The html for the greeting is hardcoded in https://github.com/NatLibFi/Annif/blob/b7ecfd2a8ece581e6abbc61b4a079d66d7b2f107/annif/templates/home.html#L35-L37

Vue could be used for this, but maybe there could be some simpler way.