Go to file
Blake DeMarcy 2255fe772d time format settings in options 2017-04-10 12:41:32 -05:00
clients time format settings in options 2017-04-10 12:41:32 -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 add color options 2017-04-10 09:02:08 -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 rename db_sanity_check >> db_validate 2017-04-08 02:27:05 -05:00
setup.sh fffffffffff the setup was borked 2017-04-05 17:24:43 -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.