44 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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" />
 | |
|         <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>
 | |
|                 &
 | |
|                 <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>
 | |
|                 <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>
 | |
| 
 | |
|             </div>
 | |
|         </center>
 | |
| 
 | |
|     </body>
 | |
| </html>
 |