# Coprolit

 Static page generator for gopher and fossil SCM.

 Requires:

   * awk & unix
   * fossil SCM https://www.fossil-scm.org/[1]
   * 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


References

1. https://www.fossil-scm.org/ (link)

Reference:

fossil wiki export -h "Coprolit"