1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-05 21:06:24 -07:00

Update roadmap with configuration, update version in static error pages

This commit is contained in:
Joshua Merrell 2018-08-09 00:08:29 -07:00
parent c700e4c0ce
commit 553e19828d
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -7,6 +7,6 @@
<h1>404: File not found</h1>
<img src="/error/lol 404.gif" border="0" alt="">
<p>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 <a href="/site">here</a></p>
<hr><address>http://gochan.org powered by Gochan v1.10.3</address>
<hr><address>http://gochan.org powered by Gochan v1.11.0</address>
</body>
</html>

View file

@ -7,6 +7,6 @@
<h1>500: Internal Server error</h1>
<img src="/error/derpy server.gif" border="0" alt="">
<p>The server encountered an error while trying to serve the page, and we apologize for the inconvenience. The <a href="https://en.wikipedia.org/wiki/Idiot">system administrator</a> will try to fix things as soon has he/she/it can.</p>
<hr><address>http://gochan.org powered by Gochan v1.10.3</address>
<hr><address>http://gochan.org powered by Gochan v1.11.0</address>
</body>
</html>