SCT - Django Forum Application and Django Wiki Application
Start1. Django Forum and Wiki application
Sphene Community Tools currently consist of two full-featured django applications meant to be as pluggable as possible so they can be easily integrated into any django project:
- Community - The base for the other modules. Provides generic functionality like login/logout and user profiles.
- Wiki - Easily manage content on your Website using a simple markup language.
- Forum Application / Message Board - Build a community in hierarchical forum categories, including sticky threads, polls, permission system (anonymous posts using captchas), and more.
It trys to adhere mostly to the "Do's and Don'ts For Application Writers" - any applications which should work smoothly together with SCT should do the same.
2. News
-
2008-04-21 09:05:45: Sphene Community Tools Version 0.4 Released !Sphene Community Tools (SCT) 0.4 contains two new applications, new translations (german, polish and korean) and many new features among them are role permissions to allow granular permissions settings for the forum, tagging of wiki snips and improved user profiles.
The two new applications are the LinkList and the Blog which are both based in the Forum to demonstrate what can be done by creating customized Category Types.
Check the Changelog for details or download the sct 0.4 release.Hey, we have Signatures !!! Great, isn't it ?
0 Comments -
2008-03-16 13:53:02: Translations, poll sorting and latest posts of a userA small status update from SCT trunk:
- All three main applications (Community, Forum and Wiki) have translation strings and are translated to german (the forum also in polish). - You can try it out by selecting another language to the left of this site below the navigation.
- Polls are now finally sorted correctly
- You can now see the number of posts a user made as well as the latest 10 posts in the user's profile.
I think it is time for a 0.4 release - so I will now start to complete all issues marked for 0.4 in the next few weeks. If you have any feature wishes which should get priority, let me know in the forums.Hey, we have Signatures !!! Great, isn't it ?
- All three main applications (Community, Forum and Wiki) have translation strings and are translated to german (the forum also in polish). - You can try it out by selecting another language to the left of this site below the navigation.
-
2008-02-23 20:45:21: One year of SCT !SCT is now one year in development (actually 2007-02-18 was the first commit) - After 302 commits, 27,833 lines changed, 63 fixed issues and a handful of users having it on public websites it is slowly getting more features and more stable.
Hey, we have Signatures !!! Great, isn't it ?
-
2008-02-17 00:32:20: SCT (Trunk) requires media context processorthe trunk version of SCT now uses {{ MEDIA_URL }} when referring to static media files. this requires you to add 'django.core.context_processors.media' to your TEMPLATE_CONTEXT_PROCESSORS in your settings.py to keep SCT working (the tutorial and communitydraft's settings.py are updated)Hey, we have Signatures !!! Great, isn't it ?

-
2008-02-06 22:06:32: 'then you win' project website launched
'then you win', an open documentary project was just launched. Their website makes use of SCT forum and wiki application. Head over to http://thenyouwin.yooook.org/ and take a look at this interesting project.Hey, we have Signatures !!! Great, isn't it ?
3. Applications
Currently it consists of the following Applications:
- Community - Defines basically only models and template tags which are used within Sphene Community Tools itself..
- Board - Django Forum software with recursive categories, BBCode support, etc.
- Wiki - Currently very simple django wiki based on the Markdown markup. (Currently very limited)
- LinkList - Very basic linklist based on the Board application.
Tags:
Last Modified: 2008-04-19 16:02:42 by Herbert Poul - [ Snip Changes ] [ Wiki History ]
