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 Home – http://sct.sphene.net/wiki/show/Start/Grab the Repository – svn checkout http://yourhell.com/svn/root/django/communitytools/trunk
Recent Commits
-
788 was committed 4 days, 3 hours ago.
use sph_reverse for absolute editurl of a wiki verison.
-
787 was committed 1 week ago.
allow having the groupName in the URL instead of just in the hostname - http://sct.sphene.net/board/thread/1726/group-specific-wiki-pages/?page=1
-
786 was committed 1 week, 3 days ago.
added walter woods to the list of contributors - thanks\!
-
785 was committed 1 week, 4 days ago.
finally fixed permission problem for edit and posting
-
784 was committed 1 week, 5 days ago.
small change to the previous commit - directly access thread, instead of going through post.
-
783 was committed 1 week, 5 days ago.
fixed permission checking for editing forum posts when user has no permission to post new threads. Issue 157 - Thanks to woodswalben for reporting/testing
-
782 was committed 1 month, 1 week ago.
[sphboard] all forms moved from views.py to forms.py; removed unused import statements from views, forms and models
-
781 was committed 1 month, 1 week ago.
removal of some unused imports
-
780 was committed 1 month, 1 week ago.
cleaned up usage of ugettext_lasy in favour of its alias _; added missing labels for fields in AnnotateForm
-
779 was committed 1 month, 1 week ago.
updated polish translations for sphboard