Skip to content

Commit

Permalink
Update roadmap with configuration, update version in static error pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Merrell committed Aug 9, 2018
1 parent c700e4c commit 553e198
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion html/error/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion html/error/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 553e198

Please sign in to comment.