summaryrefslogtreecommitdiffstats
path: root/dansguardian-status-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-07 15:10:35 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-07 15:10:35 +0000
commit4837cd73c1d79b17af443e0335cc04259505cd23 (patch)
tree2fe3ec56dc7d3f97c57b910dbae046393c367487 /dansguardian-status-html.lsp
parent210f1c930825f872aa6003f37a8908a63c2c91f5 (diff)
downloadacf-dansguardian-4837cd73c1d79b17af443e0335cc04259505cd23.tar.bz2
acf-dansguardian-4837cd73c1d79b17af443e0335cc04259505cd23.tar.xz
Saving work for today.
Sketching on a idea on howto edit categories (now showing if a category exists but is not configured to be used/activated in the main config). git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1109 ab2d0c66-481e-0410-8bed-d214d4d58bed
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>