commit 3754ae907c7c09edbe3d719c236ab37055791d81
tree b7597eea72896b69913ce350e2a6d6ff869df665
parent 3452f7f28bb38d736deca08cb6a7c7fa811651ad parent 5cc0db88949736eab9451a31f124980473d2ccb5
tree b7597eea72896b69913ce350e2a6d6ff869df665
parent 3452f7f28bb38d736deca08cb6a7c7fa811651ad parent 5cc0db88949736eab9451a31f124980473d2ccb5
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Sep 14 17:02:06 -0700 2009 | |
| |
CREDITS | Fri Feb 02 18:22:30 -0800 2007 | |
| |
LICENSE | Wed Oct 15 09:47:04 -0700 2008 | |
| |
MANIFEST.in | Wed Nov 05 01:09:00 -0800 2008 | |
| |
README | Thu Oct 30 01:59:49 -0700 2008 | |
| |
docs/ | Sat Nov 01 07:09:32 -0700 2008 | |
| |
examplesite/ | Sat Nov 01 07:09:32 -0700 2008 | |
| |
extras/ | Wed Nov 05 01:09:00 -0800 2008 | |
| |
setup.py | Sun Nov 02 08:05:19 -0800 2008 | |
| |
snapboard/ |
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/.

