https://man.scheme.org/ is starting to be in useful shape.
Göran has written many more manual pages at
https://github.com/schemedoc/manpages.
I've been working on man-to-HTML conversion. We've tried, in order:
* GNU groff
* BSD mandoc
* man2html (https://github.com/schemedoc/man2html)
* unroff (https://conservatory.scheme.org/unroff/)
Groff and mandoc do not recognize cross-manpage hyperlinks in manpages
written using -man macros.
Groff, mandoc, and man2html are written entirely in C/C++ and are
difficult to customize.
unroff happens to be written in Scheme, using an old but still working
implementation called Elk. This makes it very pleasant to customize. I
have resurrected its website at the Scheme Conservatory, patched the
build scripts, and written a modest extensions to the HTML backend.
If anyone has some extra time and interest, help dusting off unroff and
Elk Scheme would be welcome.
These would also be helpful:
* Patches to cover more Scheme implementations in
https://github.com/schemeorg-community/man.scheme.org/blob/master/scripts/man.sh
* Writing new pages for https://github.com/schemedoc/manpages