DorpBBS

Is my textboard cool and good?

  • Yes

    Votes: 3 100.0%
  • No

    Votes: 0 0.0%

  • Total voters
    3
Jun 11, 2018 at 4:47 PM
Senior Member
"Fly, Fly, Fly!"
Join Date: Sep 7, 2017
Location: Washington
Posts: 135
Age: 20
So over the weekend I decided to write a TextBoard in Python. Two days of poorly written Python 2.7 later, I have finished the TextBoard. Some of the features of the TextBoard include:
  • Anonymous posting (no sign up)
  • Directory style structure
  • User creatable boards
  • Special user modes / colors (ask for your own in /Meta/Mode Requests)
  • Monospaced font
  • Auto-Filling Author and Mode fields
  • Dark theme that you can't change because that would of taken an extra 2 lines of JavaScript
  • PostIDs generated based on time and a random number between 1 and 1000
  • ASCII Art Support
  • Table layouts galore
  • No BBCode or any other formatting
  • Full Unicode support in author names, board names and posts
  • A reload button so you don't accidentally double post because everything is done in a single file.
The website for my TextBoard is https://bb.dorper.me. I hope you check it out! :chin:
 
Top