2017-05-02 22:06:02 +00:00
|
|
|
# Bulletin Butter & Jelly
|
|
|
|
## A simple community textboard
|
|
|
|
### BBJ is trivial collection of python scripts and database queries that miraculously shit out a fully functional client-server textboard.
|
2017-04-17 23:39:28 +00:00
|
|
|
|
2017-05-02 22:06:02 +00:00
|
|
|
See also: the [GitHub repository](https://github.com/desvox/bbj).
|
2017-04-17 23:39:28 +00:00
|
|
|
|
2017-05-02 22:06:02 +00:00
|
|
|
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.
|
2017-04-17 23:39:28 +00:00
|
|
|
|
2017-05-02 22:06:02 +00:00
|
|
|
![screenshot](https://tilde.town/~desvox/bbj/screenshot.png)
|
2017-04-17 23:39:28 +00:00
|
|
|
|
2017-05-02 22:06:02 +00:00
|
|
|
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.
|
2017-04-17 23:39:28 +00:00
|
|
|
|
2017-05-02 22:06:02 +00:00
|
|
|
The API is simple and doesn't use require complex authorization schemes or session management.
|
|
|
|
It is fully documented on this site.
|