Coprolit
========
Static page generator for gopher and fossil SCM.
Requires:
* awk & unix
* fossil SCM <
https://www.fossil-scm.org/>
* webdump <
gopher://codemadness.org/1/phlog/webdump>
Usage:
First clone the fossil repository locally, then run coprolit.awk.
$ awk -f coprolit.awk
Usage: coprolit.awk REPO ROOT options
REPO = file.fossil
ROOT = Gopher root selector
Options:
--dir (default: output)
--download (default: 5)
limit number of tarballs per section, 0 = none
--format (geomyidae | gopher)
--port portnum
--server hostname
--timeline (default: 100)
limit number of items in timeline, 0 = unlimited
See also:
From Git To Fossil
<
gopher://lucio.albenga.es/0/lfa/en/articles/2025/
20251112-from_git_to_fossil.txt>