bibliography
bibliography copied to clipboard
Page 9 is missing?
It seems https://github.com/schemedoc/bibliography/blob/master/page9.md is missing.
There is a page9.scm with contents but the corresponding markdown file is missing.
page9 has been entirely converted from markdown to S-expressions. The other pages are in progress.
The S-expressions -> Markdown-> HTML conversion is here: https://research.scheme.org/concurrency/
Do you have time to help out with this repo and/or the https://research.scheme.org/ website?
We can serve Markdown (via GitHub and/or scheme.org) if there's interest, but I assume good HTML would be more useful?
I kind like the current markdown pages in Github. I can use the repo search in Github to find what I need. That said, I see the extra value you have put into the scm-files. Can you render markdown from the scm-files?
This page:
https://github.com/schemedoc/bibliography
has a link to the missing page9.md.
I kind like the current markdown pages in Github.
Somebody else said that too. It's not hard to add them back in. The scm is already rendered into md by script in tools directory.
The main point is to have a "single source of truth" in the scm files, with others generated from them.
Since you want the md files we should commit them into this repo. That avoids a needless proliferation of N slightly different readscheme-derivative repos.