Table of Contents
A Dexterity-based content type to define a glossary and its terms.
This package is inspired in PloneGlossary.
Got an idea? Found a bug? Let us know by opening a support ticket.
To enable this package in a buildout-based installation:
Edit your buildout.cfg and add add the following to it:
[buildout] ... eggs = collective.glossary
After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.
Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
Check the box next to collective.glossary
and click the 'Activate' button.
TBD.
The terms are loaded in a page using an AJAX call to a browser view that returns them as a JSON object.
The tooltips will only be available in the default view of a content type instance.