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-07-19 08:08:34: Support for newforms-adminSCT now supports newforms-admin of django - this means the latest SCT trunk is again (only) compatible with the latest django trunk.Hey, we have Signatures !!! Great, isn't it ?
0 Comments -
2008-05-24 11:05:47: French translations for SCTThanks to Eric Simorre SCT now has french translations for all applications and the CommunityDraft project. It is already online here so you can 'Change Language' to french
Hey, we have Signatures !!! Great, isn't it ?
-
2008-05-13 21:43:02: Another new application: Comments !I have just committed a new application based on the forum which allows users to attach categories to any django model and therefore provides Comments for any application. It is currently used by the Wiki application if activated. See Comments for details. As always i would appreciate all kinds of feedback in the forums.Hey, we have Signatures !!! Great, isn't it ?

-
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 ?
-
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.
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 ]
