From 1cda52c747ea06e803db89a0f50f5348d321adff Mon Sep 17 00:00:00 2001
From: Andreas Brodmann
Date: Fri, 18 Jan 2008 10:22:32 +0000
Subject: moved the dansguardian stuff into its own acf
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@612 ab2d0c66-481e-0410-8bed-d214d4d58bed
---
dansguardian-general-html.lsp | 82 -------------------------------------------
1 file changed, 82 deletions(-)
delete mode 100644 dansguardian-general-html.lsp
(limited to 'dansguardian-general-html.lsp')
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp
deleted file mode 100644
index 3dec93f..0000000
--- a/dansguardian-general-html.lsp
+++ /dev/null
@@ -1,82 +0,0 @@
-
- local form = ...
- local data = form.option
- local service = form.service
- local config = form.service.config
-
- local srv1fill = ""
- local srv2fill = "disabled"
- if form.info.status.value == "running" then
- srv1fill = "disabled"
- srv2fill = ""
- end
-
- local ifthen = function( variable, value, result )
- if variable == value then
- io.write( result )
- end
- end
-
-?>
-Content Filter
-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 page defines the basic network configuration settings for DansGuardian.
-
-
-Status
-Program version io.write( form.info.version.value ) ?>
-Process status io.write( form.info.status.value ) ?>
-Process informationThis 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.
-
-
-
-
io.write( service.message ) ?>
-
-
-
-
--
cgit v1.2.3