Go to file
Blake DeMarcy d53b0dcf21 update script dependancies 2017-04-13 10:27:05 -05:00
clients add keybind to wipe the screen 2017-04-13 08:50:05 -05:00
documentation rename db_sanity_check >> db_validate 2017-04-08 02:27:05 -05:00
prototype initial commit of non-prototype 2017-04-02 02:35:58 -05:00
src update module docstring in db 2017-04-12 13:18:34 -05:00
.gitignore initial commit of non-prototype 2017-04-02 02:35:58 -05:00
README.md i like this one better 2017-04-03 03:44:19 -05:00
schema.sql add pinned parameter to threads 2017-04-08 02:14:45 -05:00
server.py --port flag; style fixes 2017-04-13 02:08:19 -05:00
setup.sh update script dependancies 2017-04-13 10:27:05 -05:00

README.md

Bulletin Butter & Jelly

Hi. This will be BBJs final form. The prototype and its elisp client are available in the prototype folder.

Not all endpoints are fully operational or implemented. Database logic is not final. Documentation is not fully available and ideas are not completely fleshed out. While the prototype is currently more operational, it lacks features and has severe structural issues that are now being addressed.

The biggest changes from the prototype are:

  • moved from stdlib socketserver to a cherrypy http server
  • more consistent response and data objects
  • a real database (sqlite3)
  • better internal exception handling

There are more. I will write about them later.