f | # Django based Board/Forums and Wiki | f | # Django based Board/Forums and Wiki |
| | | |
n | __Sphene Community Tools__ currently consist of tw | n | __Sphene Community Tools__ currently consist of tw |
| o full-featured django applications ment to be as | | o full-featured django applications meant to be as |
| pluggable as possible so they can be easily integr | | pluggable as possible so they can be easily integ |
| ated into any django project: | | rated into any django project: |
| | | |
| - [Community] - The base for the other modules. Pr | | - [Community] - The base for the other modules. Pr |
| ovides generic functionality like login/logout and | | ovides generic functionality like login/logout and |
| user profiles. | | user profiles. |
| - [Wiki] - Easily manage content on your Website u | | - [Wiki] - Easily manage content on your Website u |
| sing a simple markup language. | | sing a simple markup language. |
| - [Board] - Build a community in hierarchical foru | | - [Board] - Build a community in hierarchical foru |
| m categories, including sticky threads, polls, per | | m categories, including sticky threads, polls, per |
| mission system (anonymous posts using captchas), a | | mission system (anonymous posts using captchas), a |
| nd more. | | nd more. |
| | | |
| # Applications | | # Applications |
| | | |
| Currently it consists of three Applications: | | Currently it consists of three Applications: |
| | | |
| - [Community] - Defines basically only models and | | - [Community] - Defines basically only models and |
| template tags which are used within Sphene Communi | | template tags which are used within Sphene Communi |
| ty Tools itself.. | | ty Tools itself.. |
t | - [Board] - Forum software with recursive categori | t | - [Board] - **Django Forum** software with recursi |
| es, BBCode support, etc. | | ve categories, BBCode support, etc. |
| - [Wiki] - Currently very simple wiki based on the | | - [Wiki] - Currently very simple **django wiki** b |
| Markdown markup. (Currently very limited) | | ased on the Markdown markup. (Currently very limit |
| | | ed) |