Django Forum Application / Message Board
BoardBack to Snip <-- Previous Change | Next Change -->
| Diff Summary | |||||
|---|---|---|---|---|---|
| Title | |||||
| Date | 2007-07-31 21:40:48 | 2007-08-07 21:00:10 | |||
| Editor | Herbert Poul | Herbert Poul | |||
| Tags | |||||
| 2007-07-31 21:40:48 by Herbert Poul | 2007-08-07 21:00:10 by Herbert Poul | ||||
|---|---|---|---|---|---|
| f | 1 | To see how the Board looks like, simply [use it he | f | 1 | To see how the Board looks like, simply [use it he |
| > | re ;)](/board/) | > | re ;)](/board/) | ||
| n | n | 2 | |||
| 2 | 3 | ||||
| 3 | # Features | 4 | # Features | ||
| 4 | 5 | ||||
| n | n | 6 | ## Misc | ||
| 7 | |||||
| 5 | - Hierarchical Categories to separate threads | 8 | - Hierarchical Categories to separate threads | ||
| n | 6 | - Different user privileges (still quite limited) | n | ||
| > | - Define who can create new threads, or post repli | ||||
| > | es on a per-category basis. (Either everyone who i | ||||
| > | s logged in or only admins) | ||||
| 7 | - Create Threads with Polls | 9 | - Create Threads with Polls | ||
| n | 8 | - Use UBB Code and smileys in posts (powered by an | n | ||
| > | implementation borrowed from [Zyons](http://svn.z | ||||
| > | yons.python-hosting.com/trunk/zilbo/common/text/bb | ||||
| > | code.py) where it was contributed by [Luke Plant]( | ||||
| > | http://lukeplant.me.uk/) - thanks to them.. and go | ||||
| > | ogle for finding it ;) | ||||
| 9 | - Optionally allow markdown as markup language for | ||||
| > | forum posts. see [SPH_SETTINGS] | ||||
| 10 | -- Use custom markup languages by simply defining | ||||
| > | your own methods (also see [SPH_SETTINGS]) | ||||
| 11 | - Displaying 'New Posts' icons beside threads / ca | 10 | - Displaying 'New Posts' icons beside threads / ca | ||
| > | tegories which contain new posts if user is logged | > | tegories which contain new posts if user is logged | ||
| > | in. | > | in. | ||
| n | 12 | - Anonymous posts with [Captcha] checking | n | ||
| 13 | - Previewing of posts. | 11 | - Previewing of posts. | ||
| 14 | - Quoting of previous posts | 12 | - Quoting of previous posts | ||
| 15 | - Editing of your own posts | 13 | - Editing of your own posts | ||
| 16 | - [Wiki] links (CamelCase as well as [ ] enclosed | 14 | - [Wiki] links (CamelCase as well as [ ] enclosed | ||
| > | links.) | > | links.) | ||
| 17 | - Support for Sitemaps (<http://www.sitemaps.org>) | 15 | - Support for Sitemaps (<http://www.sitemaps.org>) | ||
| > | - For an example see <http://sct.sphene.net/sitem | > | - For an example see <http://sct.sphene.net/sitem | ||
| > | ap.xml> | > | ap.xml> | ||
| 18 | 16 | ||||
| t | t | 17 | ## Rendering of posts | ||
| 18 | |||||
| 19 | - Use UBB Code and smileys in posts (powered by an | ||||
| > | implementation borrowed from [Zyons](http://svn.z | ||||
| > | yons.python-hosting.com/trunk/zilbo/common/text/bb | ||||
| > | code.py) where it was contributed by [Luke Plant]( | ||||
| > | http://lukeplant.me.uk/) - thanks to them.. and go | ||||
| > | ogle for finding it ;) | ||||
| 20 | - Optionally allow markdown as markup language for | ||||
| > | forum posts. see [SPH_SETTINGS] | ||||
| 21 | - Use custom markup languages by simply defini | ||||
| > | ng your own classes (also see [SPH_SETTINGS]) | ||||
| 22 | |||||
| 23 | ## Security | ||||
| 24 | |||||
| 25 | - Anonymous posts with [Captcha] checking | ||||
| 26 | - Different user privileges (still quite limited) | ||||
| > | - Define who can create new threads, or post repli | ||||
| > | es on a per-category basis. (Either everyone who i | ||||
| > | s logged in or only admins) | ||||
| 27 | |||||
| 19 | 28 | ||||
| 20 | # Requirements | 29 | # Requirements | ||
| 21 | 30 | ||||
| 22 | - [Community] Applications + all it's requirements | 31 | - [Community] Applications + all it's requirements | ||
| > | > | ||||
Powered by Sphene Community Tools
