diff --git a/ROADMAP.md b/ROADMAP.md index c33fec13..27d52d57 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -10,11 +10,11 @@ This is a rough roadmap to map out what I plan to focus on with the versions * Add some kind of database schema to handle any possible changes in the database structure with new versions (if there are any) * Add PostgreSQL (and possibly SQLite) support * Add functionality to aid new admins in transferring boards from other imageboard systems (TinyBoard, Kusaba, etc) to Gochan. This would largely be a database issue (see above) +* Add a manage function to modify the configuration without having to directly modify gochan.json directly (mostly done) 2.x ---- * Add functionality to go above and beyond what you would expect from an imageboard, without worrying about feature creep. Go's speed would allow us to do this without causing Gochan to slow down -* Add a manage function to modify the configuration without having to directly modify gochan.json directly * Add a plugin system, likely using Lua to make it lightweight but still powerful. Go's package system would make this pretty easy and straightforward * Add a mange function to make it easier to update gochan. Not just the database schema but with the system in general. diff --git a/html/error/404.html b/html/error/404.html index e3a6de8f..9ccc1b92 100755 --- a/html/error/404.html +++ b/html/error/404.html @@ -7,6 +7,6 @@

404: File not found

The requested file could not be found on this server. Are you just typing random stuff in the address bar? If you followed a link from this site here, then post here

-
http://gochan.org powered by Gochan v1.10.3
+
http://gochan.org powered by Gochan v1.11.0
diff --git a/html/error/500.html b/html/error/500.html index 92f93e35..c3b4eda7 100755 --- a/html/error/500.html +++ b/html/error/500.html @@ -7,6 +7,6 @@

500: Internal Server error

The server encountered an error while trying to serve the page, and we apologize for the inconvenience. The system administrator will try to fix things as soon has he/she/it can.

-
http://gochan.org powered by Gochan v1.10.3
+
http://gochan.org powered by Gochan v1.11.0