Bulletin board software

From WhyNotWiki

Jump to: navigation, search

[edit] Pocoo

Implementation language: Python



http://www.pocoo.org/

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)


Forums  edit   (Category  edit)


Web site software  edit   (Category  edit)

Personal tools