diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-12 13:55:56 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-12 13:55:56 -0300 |
| commit | 3e60abb35ed1388a1f8c47cab01dac7b3bd5e56d (patch) | |
| tree | 8dc0a27c5da5668b35b51bbb61dba113585e6aa3 | |
| parent | Declare the site's language, and name the tools as the renames left them (diff) | |
| download | euandre.org-3e60abb35ed1388a1f8c47cab01dac7b3bd5e56d.tar.gz euandre.org-3e60abb35ed1388a1f8c47cab01dac7b3bd5e56d.tar.xz | |
Carry a long-description
pristineg required one as of its 5fa9369: a catalogue reproduces both
files verbatim, and the reader who wants more than "Blog and personal
website (euandre.org)." had nowhere else to go.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9
| -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. |
