commit 0c28f19b283d6540a6fccb0ac834c2156a29c2ad parent 28c129949686be686aad85490560ac5eefdc9438 Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz> Date: Thu, 8 Feb 2024 12:44:03 -0500 Mostly rewrite README. Diffstat:
M | README.md | | | 32 | +++++++++++++++++--------------- |
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md @@ -1,19 +1,21 @@ -# R7RS small Texinfo project +# R7RS-small in Texinfo -The R7RS-small Texinfo aims to rewrite the R7RS-small document in -Texinfo. You can get the Texinfo source and submit patches [on the Git -repository][git-repository]. +This project aims to rewrite the R7RS-small document in +[Texinfo](https://www.gnu.org/software/texinfo/). -Some parts are still missing and waiting for the next enterprising -individual to convert the formal syntax in the original TeX source -files into this Texinfo version. +Some parts are still missing. In particular, the formal semantics +have not been converted to Texinfo. Patches are welcome. -Some outputs: -- [Single info file output][info], -- [Single HTML file output][html], -- [EPUB file][epub]. +## Building -[git-repository]: <https://codeberg.page/kakafarm/r7rs-small-texinfo-mirror/> -[info]: <https://kakafarm.codeberg.page/r7rs-small-texinfo-mirror/r7rs-small.info> -[html]: <https://kakafarm.codeberg.page/r7rs-small-texinfo-mirror/r7rs-small.html> -[epub]: <https://kakafarm.codeberg.page/r7rs-small-texinfo-mirror/r7rs-small.epub> +Run the build script from the doc/r7rs-small directory with the +target you want to build, e.g.: + + ./build.sh html + +See `build.sh -h` for more options. + +## Contributors + +* Yuval Langer +* Wolfgang Corcoran-Mathe