Textboard software
Go to file
Juhani Krekelä e2cc012c30 Remove the TODO about last commit 2018-06-10 14:52:41 +03:00
.gitignore Start writing user database parts 2018-05-09 00:17:37 +03:00
README.md Start writing user database parts 2018-05-09 00:17:37 +03:00
UNLICENSE Initial commit 2018-03-15 23:34:44 +02:00
buranun.conf.example Handle post and redirect after "login" 2018-06-09 18:59:59 +03:00
config.py Handle post and redirect after "login" 2018-06-09 18:59:59 +03:00
database.py Read boards from a database 2018-06-10 14:52:03 +03:00
generate_html.py Remove the TODO about last commit 2018-06-10 14:52:41 +03:00
initialize.py Don't hardcode the database file 2018-05-10 11:07:49 +03:00
server.py Login finally works (but sessions don't) 2018-06-09 19:15:47 +03:00
sqlshell.py Start writing user database parts 2018-05-09 00:17:37 +03:00

README.md

Buranun is a textboard software written in python.

Name

𒀀𒇉𒌓𒄒𒉣 (íd)Buranun (Sumerian) - n. Euphrates

Requirements

Buranun requires Beautiful Soup version 4 (bs4) for its html generation and PassLib 1.7 or higher and either argon2_cffi or argon2pure for password storage

Setting up

Run initialize.py to generate database

License

Everything in the repo is under Unlicense / CC0 unless otherwise noted.

sqlshell.py is based on code in Python documentation, which is under the PSF license