tweak the html
parent
e673706ae5
commit
970edc10c6
|
@ -18,10 +18,8 @@
|
|||
<a href="/~desvox/bbj/api/index.html">API Documentation</a>]
|
||||
</span>
|
||||
<div class="plate">
|
||||
<h2>
|
||||
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.
|
||||
<h2>BBJ is trivial collection of python scripts and database queries that miraculously
|
||||
shit out a fully functional client-server textboard.
|
||||
</h2>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
The API is simple and doesn't use require complex authorization schemes or session management.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</center>
|
||||
|
|
Loading…
Reference in New Issue