Source files for the LibreGaming website https://libregaming.org
Go to file
Eric Duhamel 82cf61c90d update room links
"Workshop" is the only working group now so its listed under Community
2022-02-04 13:33:41 -08:00
2021-08-07.md import meeting #2 minutes from pad 2022-02-02 22:20:36 +00:00
2022-01-30.md import meeting #2 minutes from pad 2022-02-02 22:20:36 +00:00
LICENSE simplify licensing 2021-08-17 22:19:29 +01:00
README.md update pandoc instructions to fix charset 2021-10-29 11:44:28 +01:00
chat-with-us.md update room links 2022-02-04 13:33:41 -08:00
game-launcher-concept.md update launcher with better formatted pad 2022-02-02 22:49:26 +00:00
play-libre-games.md replace non-ascii characters 2021-09-02 00:07:36 +01:00

README.md

LibreGaming website

Welcome to the LibreGaming website repository!

How to contribute

libregaming.org is built from git with pandoc. Please remember to include a licence header (e.g. CC0-1.0). Happy writing!

git checkout public
git show master:chat-with-us.md \
    | pandoc --standalone --metadata=title:'Libre Gaming' \
    > index.html
git commit -am Publish