I’m looking for an application using a middleware that would automatically add a link to the definition of a term.
Something like on this page : http://www.jeuxvideo.com/articles/0001/00014721-portal-2-test.htm (terms ‘spoiler’, ‘features’, ‘level design’, etc).
Or has someone done a middleware that could help me doing such an application?
Having found no solution, I decided to build my own: django-terms, using HTMLParser.
It works but it is a bit “too powerful” for now.
EDIT: Since version 0.2, django-terms became quite safe to use. So don’t hesitate and give it a try ;o)
Cheers,
Bertrand