Index: src/style.c
==================================================================
--- src/style.c
+++ src/style.c
@@ -1622,10 +1622,14 @@
}
@ g.zRepositoryName = %h(g.zRepositoryName)
@ load_average() = %f(load_average())
@
@ %h(blob_str(&g.httpHeader)) Index: www/server.wiki ================================================================== --- www/server.wiki +++ www/server.wiki @@ -176,11 +176,12 @@ for your particular web server. In particular, the following permissions are normally required (but, again, may be different for a particular configuration):
Once deployed, a URL like: http://mydomain.org/cgi-bin/repo/XYZ will serve up the repository "/home/fossil/repos/XYZ.fossil" (if it exists).
++Additional options available to the CGI script are documented in the +source code. As of 2017-07-02, the available options are described at +[/artifact/9a52a07b?ln=1777-1824|main.c lines 1777 through 1824]. +