johnboxall / snapboard

Simple django forum application.

This URL has Read+Write access

johnboxall (author)
Fri Oct 30 14:09:01 -0700 2009
commit  3754ae907c7c09edbe3d719c236ab37055791d81
tree    b7597eea72896b69913ce350e2a6d6ff869df665
parent  3452f7f28bb38d736deca08cb6a7c7fa811651ad parent  5cc0db88949736eab9451a31f124980473d2ccb5
name age message
file .gitignore Mon Sep 14 17:02:06 -0700 2009 Get rid of ugly IDs wherever possible. Clean up... [johnboxall]
file CREDITS Fri Feb 02 18:22:30 -0800 2007 - refactored snapboard/rpc.py, css, templates -... [bs1984]
file LICENSE Wed Oct 15 09:47:04 -0700 2008 Patch contributed by Julien Demoor. Notables: ... [bs1984]
file MANIFEST.in Wed Nov 05 01:09:00 -0800 2008 Added setup.py and translation to registration ... [jdemoor]
file README Thu Oct 30 01:59:49 -0700 2008 Bumped version to 0.2.1. Changed several relate... [jdemoor]
directory docs/ Sat Nov 01 07:09:32 -0700 2008 Updated docs, French translation, setup.py. Fix... [jdemoor]
directory examplesite/ Sat Nov 01 07:09:32 -0700 2008 Updated docs, French translation, setup.py. Fix... [jdemoor]
directory extras/ Wed Nov 05 01:09:00 -0800 2008 Added setup.py and translation to registration ... [jdemoor]
file setup.py Sun Nov 02 08:05:19 -0800 2008 Added missing media files to setup.py. git-sv... [bs1984]
directory snapboard/ Loading commit data...
README
SNAPBoard is a bulletin board application for the Django web framework.
It is written to run with Django 1.0 on Python 2.5.

Features:

    * Editable posts with all revisions publicly available
    * Messages posted within threads can be made visible only to selected 
      users
    * BBCode, Markdown and Textile supported for post formatting
    * BBCode toolbar
    * Multiple forums with four types of permissions
    * Forum permissions can be assigned to custom groups of users
    * Group administration can be delegated to end users on a per-group basis
    * Moderators for each forum
    * User preferences
    * Watched topics
    * Abuse reports
    * User and IP address bans that don't automatically spread to other Django
      applications within the project
    * i18n hooks to create your own translations
    * Included translations: French, Russian

SNAPBoard's documentation is located in the docs/ directory. To build it in
HTML format, cd to docs/ and run ``make html``. Sphinx is required for this 
to work.

SNAPBoard depends on django-pagination, which can be found at 
http://code.google.com/p/django-pagination/.

You are free to use any package or custom application for extra features such 
as user profiles, private messaging or registration.

SNAPBoard is free software. If you would like to submit a patch or report a 
bug, please do so on the project's page at http://code.google.com/p/snapboard/.