bbj/site_html/index.html

45 lines
1.9 KiB
HTML

<!doctype HTML>
<html>
<head>
<title>BBJ: Bulletin Butter &amp; Jelly</title>
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono|Ubuntu+Mono" rel="stylesheet" />
<link rel="stylesheet" href="/~desvox/bbj/base_style.css" />
</head>
<body>
<center>
<br><br>
<img src="/~desvox/bbj/title.png" />
<br>
<span class="headlinks">
A Bulletin Board for Small Communities
<br>
[<a href="https://github.com/desvox/bbj">GitHub</a>
&amp;
<a href="/~desvox/bbj/api/index.html">API Documentation</a>]
</span>
<div class="plate">
<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
account system to allow users to identify themselves and set profile
attributes like a more traditional forum. Registration is optional and there
are only minimal restrictions on anonymous participation.
</p>
<img class="screenshot" src="/~desvox/bbj/screenshot.png">
<p>
Being a command-line-oriented text board, BBJ has no avatars or file sharing
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>
</body>
</html>