From 970edc10c625819a414a83c027da267bb6b9ad81 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Sun, 30 Apr 2017 14:53:43 -0500 Subject: [PATCH] tweak the html --- site_html/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/site_html/index.html b/site_html/index.html index 7ceac24..5f9cd17 100644 --- a/site_html/index.html +++ b/site_html/index.html @@ -18,10 +18,8 @@ API Documentation]
-

- Bulletin Butter & Jelly is a client/server textboard, tailored for use on - the UNIX command line. It has a simple API, allows anonymous participation, - and Markdown-esque text formatting. +

BBJ is trivial collection of python scripts and database queries that miraculously + shit out a fully functional client-server textboard.

BBJ is heavily inspired by image boards like 4chan, but it offers a simple @@ -35,6 +33,9 @@ capabilties, so its easier to administrate and can't be used to distribute illegal content like imageboards. It has very few dependancies and is easy to set up.

+

+ The API is simple and doesn't use require complex authorization schemes or session management. +