Plone add-on product to define a glossary.


Keywords
plone, glossary
License
CNRI-Python-GPL-Compatible
Install
pip install kitconcept.glossary==1.1.0

Documentation

kitconcept.glossary


kitconcept

Introduction

kitconcept.glossary is a Plone add-on product to define a glossary.

This package is inspired by PloneGlossary.

Features

  • 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

As editor, I can add a glossary

https://raw.github.com/kitconcept/kitconcept.glossary/master/docs/glossary.png

As user, I can see a glossary term definition

https://raw.github.com/kitconcept/kitconcept.glossary/master/docs/usage.png

As administrator, I can choose if a user should see a tooltip for a glossary term

https://raw.github.com/kitconcept/kitconcept.glossary/master/docs/controlpanel.png

Installation

Install kitconcept.glossary by adding it to your buildout:

[buildout]

 ...

 eggs =
     kitconcept.glossary

and then run "bin/buildout".

Contribute

Support

If you are having issues, please let us know.

Development

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

Credits

HU Berlin

The development of this plugin has been kindly sponsored by Humboldt-Universität zu Berlin.


kitconcept

Developed by kitconcept.

License

The project is licensed under the GPLv2.