summaryrefslogtreecommitdiffstats
path: root/dansguardian-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dansguardian-status-html.lsp')
-rw-r--r--dansguardian-status-html.lsp32
1 files changed, 32 insertions, 0 deletions
diff --git a/dansguardian-status-html.lsp b/dansguardian-status-html.lsp
new file mode 100644
index 0000000..2b35a51
--- /dev/null
+++ b/dansguardian-status-html.lsp
@@ -0,0 +1,32 @@
+<? local form = ...
+require("viewfunctions")
+?>
+
+<?
+--[[ DEBUG INFORMATION
+io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
+io.write(html.cfe_unpack(form))
+io.write("</span>")
+--]]
+?>
+
+<H1>SYSTEM INFO</H1>
+<DL>
+<?
+local myform = form.info
+local tags = { "status", "version", "autostart", }
+displayinfo(myform,tags,"viewonly")
+?>
+</DL>
+
+<h2>General Information</h2>
+<p>DansGuardian is web content filtering software.<BR>It works as a web proxy,
+making web requests in behalf of the client, and inspecting the returned
+content before passing on to the client.<BR>DansGuardian uses phraselists to
+identify harmful content.<BR>This means that updated "blacklists" are
+generally not necessary.<BR>DansGuardian must be used in combination with a
+"smart proxy", such as squid.</p>
+
+<p>This process runs as a service.<BR>When you make and save changes, the configuration
+files for the service are changed.<BR>However, the changes will not be <i>applied</i>
+until you restart the service.</p>