Code Monkey home page Code Monkey logo

sct-communitytools's Introduction

Sphene Community Tools (SCT) - http://sct.sphene.net
Copyright (C) by Herbert Poul ([email protected])


Sphene Community Tools are django applications to build communities and 
similiar websites designed to be easily pluggable into any django 
project to build.
It currently consists of a forum, wiki and blog application.


## Directories

- sphenecoll/	Collection of django application (the base source for SCT).
- examples/     A simple example configuration for using forum and wiki


## Requirements

- [Django](http://www.djangoproject.com) 1.0 or later
- Python >= 2.4 (Use >= 2.5 if you need wiki diffs with unicode support)
- [PyCrypto](http://sf.net/projects/pycrypto) - (e.g. debian package python-crypto)
- [Python Imaging Library (PIL)](http://www.pythonware.com/products/pil/)
- [South](http://south.aeracode.org/)

## 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 [email protected] if it 
worked or if you encountered any problems.)

To find instructions on how to setup a simple project for using forum
and wiki see our tutorial at:
http://sct.sphene.net/wiki/show/Tutorial/

### Python library path

You need to add sphenecoll/ to your python include path.

### 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

### 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](http://www.djangoproject.com/documentation/cache/)

### Search

Please follow the [search documentation](http://sct.sphene.net/wiki/show/Search/).

## Examples

There are currently two examples - a very simplistic 'simpleproject' in the
examples/ directory (see examples/simpleproject/README) and a more
sophisticated example called CommunityDraft which i recommend as using as a base for your
own projects (if you start from scratch).
See <http://sct.sphene.net/wiki/show/CommunityDraft/> for details.


sct-communitytools's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.