Source files for the LibreGaming website https://libregaming.org
Go to file
Phil Morrell 344ccd6471
fix about us link
2022-02-05 20:09:05 +00: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
about-us.md format and update links 2022-02-05 19:57:28 +00:00
chat-with-us.md fix about us link 2022-02-05 20:09:05 +00: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