Bulletin board software
From WhyNotWiki
[edit] Pocoo
| Implementation language: | Python
|
|---|
Welcome to the Pocoo website. Pocoo is an open-source bulletin board software (aka message board) written in Python. It provides an advanced plugin system with a component architecture which allows other developers to modify Pocoo to their liking without the need to touch existing source code. Because it uses SQLAlchemy, it is possible to use either MySQL, SQLite, Oracle or Postgres as the storage backend.
Pocoo is fully WSGI compatible, built with the Model-View-Controller (MVC) pattern in mind, and uses Jinja as a sandboxed template language. The minimum Python version for Pocoo is 2.4.
Features [1]:
- support for either flat or threaded post view
- Download in other formats (Plain Text) link on each page
Planned [2]:
- threads should consist of posts, which are easily seperatable and movable to other threads (some kind of improved thread-splitting)
- anti-spam
[edit]
Bulletin boards edit (Category edit)
Web site software edit (Category edit)
