WEBSITE_DESIGN.md: add files that aid testing for master-server changes (#153)

* WEBSITE_DESIGN.md: add files that aid testing for master-server changes

[skip ci]

* link to README.txt

Instructions were already in the README.txt of the master-server repo
This commit is contained in:
Andy Alt 2018-06-17 14:11:25 -05:00 committed by GitHub
parent af333f8839
commit 3e8f8f7dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ Part of the template for the site is in the perl script, and another part is in
### Files in [docs](https://github.com/ZetaGlest/zetaglest.github.io/tree/master/docs)
See the [README in that folder](https://github.com/ZetaGlest/zetaglest.github.io/blob/master/docs/README)
See the [README in that folder](https://github.com/ZetaGlest/zetaglest.github.io/blob/master/docs/README)
for an explanation of how to edit the html files in zetaglest.github.io/docs.
## Server list and player stats
@ -33,10 +33,12 @@ for an explanation of how to edit the html files in zetaglest.github.io/docs.
The repo is at
https://github.com/ZetaGlest/zetaglest-masterserver
https://github.com/ZetaGlest/zetaglest-masterserver and the
instructions are in
[docs/README.txt](https://github.com/ZetaGlest/zetaglest-masterserver/blob/develop/docs/README.txt)
To help with testing you can also use this:
* [exported database](https://github.com/ZetaGlest/zetaglest-masterserver/blob/develop/docs/mysql_zetaglest_dreamhosters_com_exported_20180616.sql) in SQL format
Most of the website can be changed by editing a
[PHP script](https://github.com/ZetaGlest/zetaglest-masterserver/blob/develop/showServers.php).
I don't know of a good solution for testing changes but I'll try to
update the documentation.