diff --git a/_includes/footer.html b/_includes/footer.html index 97f3bf7..8d11c1b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,8 +1,8 @@ diff --git a/resources.html b/resources.html index fe032ef..609a054 100644 --- a/resources.html +++ b/resources.html @@ -11,7 +11,7 @@ nav_pill: resources

Code for setting up this game server is available at - git.libregaming.org + git.libregaming.org and is licensed under the AGPLv3 or later, meaning you are free to use and modify the code as long as you make the modifications available.

@@ -26,10 +26,10 @@ nav_pill: resources If you want to run games that are not already in the list, make sure that they are open source so to stay in the spirit on onFOSS.

- There is a HowToHost document with detailed description how to host a event available. + There is a HowToHost document with detailed description how to host a event available.

Games

-

Here is a list of Games that are tested and also in the gameserver script. To include a game to onFOSS it has to be hostable as a dedicated server and should include binaries for Linux, Windows and MacOS. See also the Help section for more information about the games.

+

Here is a list of Games that are tested and also in the gameserver script. To include a game to onFOSS it has to be hostable as a dedicated server and should include binaries for Linux, Windows and MacOS. See also the Help section for more information about the games.

{% assign sorted_games = site.data.games | sort: "title" %}