Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.02 KB

README.rst

File metadata and controls

31 lines (20 loc) · 1.02 KB

PyBBS

Python implementation of the KBS bulletin board system

Currently it is just partial implementation. So it need to work alongside the KBS system.

It provides

  • Data interface
    It supports listing boards, listing posts, and reading posts currently. It will support other features in the future.
  • XMPP interface
    It supports communications between users, adding/removing friends, getting friends list, and other features.

It is under development, and new features are being added.

Maybe one day this project can operate without the original KBS system.

It is licensed under the 2-clause BSD License, a.k.a. Simplified BSD License.

For the xmpp part, the source is modified from the python-xmpp-server project on github. Its license is in the xmpp/LICENSE file.

It depends on python-sasl, tornado and lxml.