more readme shit

This commit is contained in:
Blake DeMarcy 2017-04-28 22:11:35 -05:00
parent 0e41c9b823
commit 4a4ed88ff2
1 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,14 @@
# 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.
BBJ is a trivial collection of python scripts and database queries that
miraculously shit out a fully functional, text-driven community bulletin board.
![AAAAAAAAAAAAAAAAAAAA](readme.png)
## Look Ma, it boots !!11!
<center><h2>Look Ma, it boots !!11!</h2></center>
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.