From 7ccca7213d3137b0764ef02165c44f4bd3373f45 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 12 Aug 2008 15:53:20 +0000 Subject: Modified dansguardian to use new status, startstop, and expert (replaced plain) actions. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1380 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dansguardian-status-html.lsp | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) mode change 100644 => 120000 dansguardian-status-html.lsp (limited to 'dansguardian-status-html.lsp') diff --git a/dansguardian-status-html.lsp b/dansguardian-status-html.lsp deleted file mode 100644 index 33efc1b..0000000 --- a/dansguardian-status-html.lsp +++ /dev/null @@ -1,32 +0,0 @@ -<% local form = ... -require("viewfunctions") -%> - -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(form)) -io.write("
") ---]] -%> - -

SYSTEM INFO

-
-<% -local myform = form.info -local tags = { "status", "version", "autostart", } -displayinfo(myform,tags,"viewonly") -%> -
- -

General Information

-

DansGuardian is web content filtering software.
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.
DansGuardian uses phraselists to -identify harmful content.
This means that updated "blacklists" are -generally not necessary.
DansGuardian must be used in combination with a -"smart proxy", such as squid.

- -

This process runs as a service.
When you make and save changes, the configuration -files for the service are changed.
However, the changes will not be applied -until you restart the service.

diff --git a/dansguardian-status-html.lsp b/dansguardian-status-html.lsp new file mode 120000 index 0000000..b2f8480 --- /dev/null +++ b/dansguardian-status-html.lsp @@ -0,0 +1 @@ +../status-html.lsp \ No newline at end of file -- cgit v1.2.3