Go to file
Blake DeMarcy ecef425e8b add config system, shut up the linter 2017-05-01 03:13:36 -05:00
clients add option to include ops with index (or only ops with gets) 2017-04-29 20:48:38 -05:00
documentation documentation and shit 2017-04-17 18:39:28 -05:00
prototype initial commit of non-prototype 2017-04-02 02:35:58 -05:00
site_html tweak the html 2017-04-30 14:53:43 -05:00
src add option to include ops with index (or only ops with gets) 2017-04-29 20:48:38 -05:00
.gitignore add config system, shut up the linter 2017-05-01 03:13:36 -05:00
LICENSE Create LICENSE 2017-04-15 10:59:37 -05:00
README.md more readme shit 2017-04-28 22:11:35 -05:00
config.json.example add config system, shut up the linter 2017-05-01 03:13:36 -05:00
dbupdate.py add new parameter to threads: last_author 2017-04-25 03:36:51 -05:00
readme.png now lets work on that readme, eh? 2017-04-28 22:07:18 -05:00
schema.sql add new parameter to threads: last_author 2017-04-25 03:36:51 -05:00
server.py add config system, shut up the linter 2017-05-01 03:13:36 -05:00
setup.sh update script dependancies 2017-04-13 10:27:05 -05:00

README.md

Bulletin Butter & Jelly

BBJ is a trivial collection of python scripts and database queries that miraculously shit out a fully functional, text-driven community bulletin board.

AAAAAAAAAAAAAAAAAAAA

Look Ma, it boots !!11!

It's all driven by an API sitting on top of CherryPy. Currently it does not serve HTML but this is planned for the (distant?) future.

The two official client implementations are a stand alone TUI client for the unix terminal, and GNU Emacs. The API is simple and others are welcome to join the party at some point.