diff options
Diffstat (limited to '')
| -rw-r--r-- | long-description | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/long-description b/long-description new file mode 100644 index 0000000..dee9e5a --- /dev/null +++ b/long-description @@ -0,0 +1,15 @@ +The source of https://euandre.org: a personal website of articles, +notes, pastebins, podcasts, screencasts and slide decks. + +English is the master, with Esperanto, Spanish, French and Portuguese +translated from it by po4a(1), one catalogue per language, so that a +change to the English source propagates rather than leaving four more +copies to drift. + +The site is static in the strict sense: every page, feed and sitemap +is a file on disk, and serving it needs nothing but a web server. +mkwbg(1) builds it from adoc, and prints the make rules that do so; +what is left in the Makefile here is what is genuinely this site's. +Slide decks render to PDF through eslaidesg(1), and compression is +not the build's business --- gzipdirg(1) walks the installed tree +afterwards. |
