At 10:41 PM 12/12/2003, Brad White wrote:
There is a tarball in the 8.11 directory tree, but not in the 8.12 tree.
Thanks for report, it is updated now.
The file in the 8.11 tree does not contain any html files just like in cvs. Where are files like epilog.html, preload.js, separator.html, etc...?
They are site-specific, feel free to create them in a way which best fits your site.
Very raw web design can be achieved with
echo "<body><h1>" > html/prolog.html echo "</h1><hr>" > html/separator.html echo "</body>" > html/epilog.html
-jiri