summaryrefslogtreecommitdiffstats
path: root/dansguardian-status-html.lsp
blob: 2b35a51787048fe448818a7d4fb74486a3af5d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>