django-glossary

A simple glossary system for Django-powered sites


License
Other
Install
pip install django-glossary==0.1.6

Documentation

This is a Django application that allows users to create a basic glossary application for their site. 

Current features:

A user can add terms. 
Terms are displayed on a single page with term, then definition.
Users can search for terms
ABC quick nav

Roadmap for the future:
 - Term view
 - Multiple glossaries per site
 - Pop-up rendering on rich text fields

Installation:

From pypi:

pip install django-glossary

From source:

python setup.py install