f | # Django based Board/Forums and Wiki | f | # Django based Board/Forums and Wiki |
| | | |
| __Sphene Community Tools__ currently consist of tw | | __Sphene Community Tools__ currently consist of tw |
| o full-featured django applications ment to be as | | o full-featured django applications ment to be as |
| pluggable as possible so they can be easily integr | | pluggable as possible so they can be easily integr |
| ated into any django project: | | ated into any django project: |
| | | |
t | | t | - [Community] - The base for the other modules. Pr |
| | | ovides generic functionality like login/logout and |
| | | 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. |
| | | |
| It trys to adhere mostly to the ["Do's and Don'ts | | It trys to adhere mostly to the ["Do's and Don'ts |
| For Application Writers"](http://code.djangoprojec | | For Application Writers"](http://code.djangoprojec |
| t.com/wiki/DosAndDontsForApplicationWriters) - any | | t.com/wiki/DosAndDontsForApplicationWriters) - any |
| applications which should work smoothly together | | applications which should work smoothly together |
| with SCT should do the same. | | with SCT should do the same. |
| | | |