Several enterprising individuals have modified the external function modules I've
packaged with GoHTTP, and added additional functionality to some of them.
Here are some of the versions from those who have decided to make them available for all to use:
Rod submitted his version FOOTER.RXX, which places a more verbose date in the form:
"September 9, 1995 at 15:03". Also, it inserts the ServerAdmin as a MAILTO: URL
Rod also submitted his version BUILDDIR.RXX,
which improves the HTML code a bit, providing smoother flowing pages. The best added
feature, however, is his support for recognizing WebExplorer URL objects, and auto-linking
to the address they represent.
"ShowDir is a dynamic directory list processor for GoHttp V2.0,
similar to [the original] BuidDir.Rxx by Albert Crowley (in fact, I stole most of my code from there)."
Raj has submitted this DOINCL.RXX module, which
replaces the GoHTTP package's stock DoIncl.Rxx module. Raj's version supports
NCSA-style server-side includes, which in my opinion is closer to the HTML specs
than Mike Cowlishaw's server-side includes implementation. (Which is in the stock module...)