Go to file
Blake DeMarcy 645bb5790e add the actual name 2017-04-03 03:43:16 -05:00
prototype initial commit of non-prototype 2017-04-02 02:35:58 -05:00
src update database connection logic; reformat some sql transactions 2017-04-03 03:31:00 -05:00
.gitignore initial commit of non-prototype 2017-04-02 02:35:58 -05:00
README.md add the actual name 2017-04-03 03:43:16 -05:00
schema.sql initial commit of non-prototype 2017-04-02 02:35:58 -05:00
server.py move anon initialization from top to bottom 2017-04-03 03:34:50 -05:00
setup.sh fuck commit messages 2017-04-02 09:53:55 -05:00

README.md

Bulletin Board & 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.