kitconcept.glossary is a Plone add-on product to define a glossary.
This package is inspired by PloneGlossary.
- As editor, I can add a glossary
- As editor, I can add a glossary item to a glossary
- As user, I can see a glossary term definition
- As administrator, I can choose if a user should see a tooltip for a glossary term
Install kitconcept.glossary by adding it to your buildout:
[buildout] ... eggs = kitconcept.glossary
and then run "bin/buildout".
If you are having issues, please let us know.
Requirements:
- Python 2.7 or 3.7
- Virtualenv
Setup:
make
Run Static Code Analysis:
make code-Analysis
Run Unit / Integration Tests:
make test
Run Robot Framework based acceptance tests:
make test-acceptance
The development of this plugin has been kindly sponsored by Humboldt-Universität zu Berlin.
Developed by kitconcept.
The project is licensed under the GPLv2.