Documentation
Documentation1. General Documentation
Tutorial - Very short tutorial on what needs to be done to start a new project from scratch which utilizes the wiki and board.
Applications
- Community - General purpose features like user profiles
- Wiki - Easiest way to add content to your site ;)
- Board/Forum - Full featured Forum application (Message Board).
- LinkList - A simple linklist application.
- Blog
- Comments - Allows you to easily use forum categories attached to your models.
- Search - Search (currently only for the forum)
Contributing - If you want to help and improve SCT read here what you can do
- Badges - Show your support for SCT on your website
SPH SETTINGS - global Sphene Community Tools settings configured in your settings.py
Documentation TODOs
2. Download
See Downloads Section.
3. README
3.1. Directories
- sphenecoll/ Collection of django application (the base source for SCT).
- static/ Static media files which contain images and css.
3.2. Requirements
- Django 1.0 or later
- Python >= 2.4 (Use >= 2.5 if you need wiki diffs with unicode support)
- PyCrypto - (e.g. debian package python-crypto)
- Python Imaging Library (PIL)
3.3. Installation
(Note: Since 0.6 SCT also comes with an experimental setup.py - if you are using (e.g. by executing: python setup.py install) please provide feedback on http://sct.sphene.net/ or herbert.poul@gmail.com if it worked or if you encountered any problems.)
3.3.1. Python library path
You need to add sphenecoll/ to your python include path and static/ needs to be served from your django installation. (static/sphene/ is enough)
3.3.2. Maintenance cron job (Optional)
To recaulcate heat for forum threads and similar, you should add the following cronjob to run once a day (or similar)
/path/to/your/django/project/manage.py sph_maintenance
3.3.3. Cache
SCT makes use of django caching framework - it is therefore advised to configure CACHE_BACKEND django setting & co. look at the django caching documentation
3.3.4. Search
Please follow the search documentation.
4. Examples
The most complete example on how to use SCT in a web site is the CommunityDraft - it is bundled in releases and is the best way to get started. (http://sct.sphene.net uses an unmodified version of CommunityDraft)
SCT also contains a very simplistic example under communitytools/examples/simpleproject (see Tutorial).
Tags:
Last Modified: 2010-07-02 10:22:11 by Herbert Poul - [ Snip Changes ] [ Wiki History ]



1 Comments
Customize ListPlease login to create a new thread.