| 1 |
; $Id$
|
| 2 |
|
| 3 |
TODO:
|
| 4 |
|
| 5 |
- support a filter to emit a list of glossary terms used in a post (which might
|
| 6 |
be formatted as a sidebox in an article).
|
| 7 |
|
| 8 |
- make another filter which discovers candidate glossary terms
|
| 9 |
(perhaps any sequence of 3 or more capital letters) and save those
|
| 10 |
in a table where the admin "promote" them to glossary term status and
|
| 11 |
give them definitions if they are in fact worthy of glossary status.
|
| 12 |
|
| 13 |
- change backend storage to 'node' instead of 'term' so that entries may be submitted by anyone, and not just
|
| 14 |
taxonomy admins. further, enttries could then be queued, promoted to home page, versioned, etc.
|