From 4a4ed88ff20a546d8c3a08be1b9579233ecc1271 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Fri, 28 Apr 2017 22:11:35 -0500 Subject: [PATCH] more readme shit --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18b463e..a624b81 100644 --- a/README.md +++ b/README.md @@ -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! +

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.