The Libre Game Night (https://libregamenight.xyz) website.

Tirifto e6d09c3d92 Corrected and completed the Esperanto translation. 7 سال پیش
lists 3e7d9c66ad Various updates 7 سال پیش
meta e54c0bca1b Finished new multi-lang system 7 سال پیش
misc a65fe84e8f Various updates 7 سال پیش
pages 3e7d9c66ad Various updates 7 سال پیش
swx e54c0bca1b Finished new multi-lang system 7 سال پیش
Makefile 3e7d9c66ad Various updates 7 سال پیش
README.md a0e233e78b Fixed LANGCODE and Makefiles 7 سال پیش
en.sh 3e7d9c66ad Various updates 7 سال پیش
eo.sh e6d09c3d92 Corrected and completed the Esperanto translation. 7 سال پیش
es.sh ff14edea19 Small corrections to the Spanish translation 7 سال پیش
gl.sh a65fe84e8f Various updates 7 سال پیش
list.txt e54c0bca1b Finished new multi-lang system 7 سال پیش

README.md

LGN Website

This is the site for Libre Game Night, a weekly game night for members of the libre/Free Software community.

How it works

This site uses swx to generate static pages from Markdown. This site also uses a custom Makefile to generate these Markdown pages-- each true page is in the pages/ directory; but none of them have the actually page text, just variables.

Each different language has a different script that has these variables declared in it-- es.sh, eo.sh, en.sh, etc. The /Makefile then uses these scripts to generate the Markdown pages (and proper swx setups) in their respective directories.

From root, try

make espanol

Then, an es/ directory will be created-- inside of that es/ directory, you can run make one more time to create the actual HTML pages in lgn.static.

Just run "make all" to generate the entire LGN site.

Licenses

All website content is under the CC-BY-SA 3.0+, but all swx-related scripts, etc, are under the MIT lisc.

Cheers!