Sidebar Network

sphene Sphene Community Tools.

The Basics

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.

Project Homehttp://sct.sphene.net/wiki/show/Start/
Grab the Repository – svn checkout http://yourhell.com/svn/root/django/communitytools/trunk
 

Recent Commits

  • 645 was committed 1 month ago.
    ported admin pages to newforms admin - Issue 117
  • 644 was committed 1 month, 1 week ago.
    added check for staff members. see http://sct.sphene.net/board/thread/1186/?page=1
  • 643 was committed 1 month, 2 weeks ago.
    + Added support for turning off the auto-wiki links in the community boards via the setting board_auto_wiki_link_enabled. Default behavior is to pass the posts through the wiki link renderer.
  • 642 was committed 1 month, 3 weeks ago.
    fixed bug preventing anonymous replies to work correctly - see http://sct.sphene.net/board/thread/1160/?page=1#post-1160
  • 641 was committed 1 month, 4 weeks ago.
    updated korean language files by jacob - http://sct.sphene.net/board/thread/1156/?page=1#post-1156
  • 640 was committed 1 month, 4 weeks ago.
    updated korean language files by jacobsphenecoll/sphene/sphwiki/locale/ko/LC_MESSAGES/django.po
  • 639 was committed 2 months ago.
    fixed wikilink regex for .. well .. markdown snips
  • 638 was committed 2 months ago.
    removed unused wiki link expression from code..
  • 637 was committed 2 months ago.
    do not replace wikilinks (e.g. CamelCase) within html tags. Issue 116
  • 636 was committed 2 months ago.
    + Added captcha support for new user registration. It is off by default and can be turned on by adding captcha libraries and then setting the sphsetting ‘community_register_require_captcha’ to True.