1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-01 22:26:24 -07:00

updated README and TODO files

This commit is contained in:
Joshua Merrell 2013-07-11 02:14:09 -07:00
parent 0576c697ca
commit 2eaffa728a
2 changed files with 3 additions and 5 deletions

View file

@ -5,7 +5,7 @@ A muti-threaded Imageboard software project in Go
At the moment, regular users can:
- Log in as the admin account (staff management coming soon)
- Log in as the admin account (password is "password", staff management coming soon)
- Post in a thread (thread creation coming very soon)

View file

@ -1,10 +1,8 @@
- Clean up library dependencies
- Load error html pages into memory and use templating
- Set up daemonization
- Set up load balancing
- Clean up config file template
- Set up HTTPS for management
- Set up templating
- Set up timezone adjusting
- Give administrator server control options (restart/shutdown daemon, etc)
- Set up basic posting/board interaction
- find out what changes were made in Kusaba 0.9.3 to fix XSS vulnerability
- Set up thread creation