2017-04-17 09:03:05 +00:00
|
|
|
<!doctype HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>BBJ: Bulletin Butter & Jelly</title>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono|Ubuntu+Mono" rel="stylesheet" />
|
2017-04-17 13:43:07 +00:00
|
|
|
<link rel="stylesheet" href="/~desvox/bbj/base_style.css" />
|
2017-04-17 09:03:05 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<center>
|
|
|
|
<br><br>
|
2017-04-17 13:41:51 +00:00
|
|
|
<img src="/~desvox/bbj/title.png" />
|
2017-04-17 09:03:05 +00:00
|
|
|
<br>
|
|
|
|
<span class="headlinks">
|
|
|
|
A Bulletin Board for Small Communities
|
|
|
|
<br>
|
|
|
|
[<a href="https://github.com/desvox/bbj">GitHub</a>
|
|
|
|
&
|
2017-04-17 13:41:51 +00:00
|
|
|
<a href="/~desvox/bbj/api/index.html">API Documentation</a>]
|
2017-04-17 09:03:05 +00:00
|
|
|
</span>
|
|
|
|
<div class="plate">
|
2017-04-30 19:53:43 +00:00
|
|
|
<h2>BBJ is trivial collection of python scripts and database queries that miraculously
|
|
|
|
shit out a fully functional client-server textboard.
|
2017-04-17 09:03:05 +00:00
|
|
|
</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>
|
2017-04-17 13:41:51 +00:00
|
|
|
<img class="screenshot" src="/~desvox/bbj/screenshot.png">
|
2017-04-17 09:03:05 +00:00
|
|
|
<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>
|
2017-04-30 19:53:43 +00:00
|
|
|
<p>
|
|
|
|
The API is simple and doesn't use require complex authorization schemes or session management.
|
|
|
|
</p>
|
2017-04-17 09:03:05 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</center>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|