From 9ec6794d8f04b7970e1401cae1d0d20321de3204 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Sep 2026 12:00:04 -0300 Subject: Carry the pages every repository carries The eight English section pages were missing, and with them the root CHANGELOG.adoc and TODOs.adoc: what changed between two releases and what is known to be left are not things a reader can work out from the tree. 7README, 7CHANGELOG and 7TODOs are symlinks to the root documents, as they are everywhere else. 0 links the rest, 7tutorial writes one page start to finish, 7recipes has the tasks that come after that, and 7why says why the site is built this way. 3 is a reference page for a library, and a website has none; it says so, and exists because a reader who knows where to look in one repository should know where to look in all of them. README.adoc gains the manpage title and NAME section the 7README symlink needs to render, its prose unchanged. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9 --- doc/euandre.org.en.3.adoc | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doc/euandre.org.en.3.adoc (limited to 'doc/euandre.org.en.3.adoc') diff --git a/doc/euandre.org.en.3.adoc b/doc/euandre.org.en.3.adoc new file mode 100644 index 0000000..3d28bb1 --- /dev/null +++ b/doc/euandre.org.en.3.adoc @@ -0,0 +1,42 @@ += euandre.org(3) + + + +== NAME + +euandre.org - a personal website in six languages, built from asciidoc + + + +== DESCRIPTION + +This repository builds a website. It ships no library, so there is no +API to document here, and this page exists because every project in +the fleet carries the same set of pages --- a reader who knows where +to look in one knows where to look in all of them. + +The code the site does lean on lives elsewhere and documents itself +there: *mkwb*(3) for the builder, *adocg*(3) for the markup, and the +compiler chain beneath it --- *pacag*(3), *tatug*(3), *cutiag*(3). + + + +== SEE ALSO + +*mkwb*(3), *adocg*(3), *euandre.org*(0) + + + +== AUTHORS + +mailto:eu@euandre.org[EuAndreh] and contributors. + + + +== BUGS + +* Report bugs to the mailto:~euandreh/public-inbox@lists.sr.ht[mailing list]. + Use the subject "[euandre.org] BUG or TASK: ". +* Browse bugs https://euandre.org/git/euandre.org/TODOs.html[online]. +* https://euandre.org/git/euandre.org/[Homepage]. +* https://lists.sr.ht/~euandreh/public-inbox?search=%5Beuandre%2Eorg%5D[Comments and discussions]. -- cgit v1.3