mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-01 22:26:24 -07:00
remove unused thumbnail expansion function, add thumbnail throbber
This commit is contained in:
parent
b46b8efb6f
commit
94ae946fdf
4 changed files with 12 additions and 12 deletions
12
README.md
12
README.md
|
@ -1,10 +1,10 @@
|
|||
# Gochan
|
||||
|
||||
A muti-threaded Imageboard software project in Go
|
||||
A muti-threaded imageboard server written in Go
|
||||
|
||||
At the moment, regular users can:
|
||||
- Log in as the initial admin account (password is "password"
|
||||
- Create new threads
|
||||
Currently, regular users can:
|
||||
- Log in as the initial admin account (password is "password" by default)
|
||||
- Create a new thread
|
||||
- Post in a thread
|
||||
- Upload an image with a post
|
||||
|
||||
|
@ -34,7 +34,6 @@ Staff can:
|
|||
+ Features
|
||||
- Load error html pages into memory and use templating
|
||||
- Set up load balancing
|
||||
- Set up HTTPS for management
|
||||
- Set up timezone adjusting
|
||||
- Give administrator server control options (restart/shutdown daemon, etc)
|
||||
- add edit post functionality, both for staff and regular posters
|
||||
|
@ -44,4 +43,5 @@ Staff can:
|
|||
- set up board pagination
|
||||
- set up client-side watched threads list
|
||||
- set up Ponychan/4chan-X style javascript features
|
||||
- generate robots.txt
|
||||
+ Attribution
|
||||
- Thumbnail loading throbber generated by http://preloaders.net/
|
Loading…
Add table
Add a link
Reference in a new issue