From 4837cd73c1d79b17af443e0335cc04259505cd23 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 7 May 2008 15:10:35 +0000 Subject: 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 --- dansguardian-status-html.lsp | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dansguardian-status-html.lsp (limited to 'dansguardian-status-html.lsp') 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 @@ + + +DEBUGGING

DEBUG INFO: CFE

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

SYSTEM INFO

+
+ +
+ +

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.

-- cgit v1.2.3