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
-
2009-02-06 21:55:57: Experimental WYSIWYG editor for the forum is now in SVN trunk !Thanks to the great work of lootgoal there is now a WYSIWYG editor for SCT forum posts! It is still deactivated by default, but i would appreciate testers and feedback!
Feel free to test it out in the Sandbox forum! (Simply appending the GET parameter 'wysiwyg=1' enables it)
Hey, we have Signatures !!! Great, isn't it ?
2 Comments -
2008-11-08 12:23:23: Forum: Slug URLs for threads and categoriesThe Board application now has by default slugified URLs. The slug is simply added to the end of the URL and is completely ignored. Old links are still valid.
This behavior can be disabled using SPH_SETTINGS['board_slugify_links'] = False
(In addition the /board/ URL is no longer a redirection to /board/show/0/)Hey, we have Signatures !!! Great, isn't it ?
-
2008-10-26 22:33:18: SCT finally has 'SCT powered' badgesIf you want to tell the world that your site is based on SCT you can do so now by using one of many Badges.
Thanks to Iain Mac Donald who creating them.
Hey, we have Signatures !!! Great, isn't it ?
-
2008-10-08 22:17:59: Sphene Community Tools Version 0.5 Released !SCT 0.5 adds Comments support for wiki snips and a search engine for the forum based on xapian. In addition this release contains a lot of fixes to make it compatible with django 1.0.
See the Changelog for more details or grab this version from the Downloads section.Hey, we have Signatures !!! Great, isn't it ?
-
2008-09-03 22:13:09: Support for django 1.0I have just updated this website to the latest version of django (from the SVN trunk which should represent django 1.0) - and fixed all remaining problems.
This should make SCT pretty much compatible with django 1.0. The only problem left is search integration with djapian. As soon as django 1.0 is released, i'm satisfied that SCT will work with it quite stable (i don't receive error mails
) I will probably release SCT 0.5
which will stay compatible with django 1.0Hey, 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 ]


