diff options
author | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-17 14:20:02 +0000 |
---|---|---|
committer | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-17 14:20:02 +0000 |
commit | b3582119fb9db1bd24e51d2a934d7c3aaacafcce (patch) | |
tree | 9b0aed9dbca454a64448990ece05b0ed12f7d3a9 /dansguardian-advanced-html.lsp | |
parent | 28dd2b6e82d1a9aeb372d0b31e27e785fd918ff7 (diff) | |
download | acf-squid-b3582119fb9db1bd24e51d2a934d7c3aaacafcce.tar.bz2 acf-squid-b3582119fb9db1bd24e51d2a934d7c3aaacafcce.tar.xz |
gui mods
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@606 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dansguardian-advanced-html.lsp')
-rw-r--r-- | dansguardian-advanced-html.lsp | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/dansguardian-advanced-html.lsp b/dansguardian-advanced-html.lsp index 9929700..3c0fc2b 100644 --- a/dansguardian-advanced-html.lsp +++ b/dansguardian-advanced-html.lsp @@ -19,31 +19,35 @@ ?> <h1>Content Filter</h1> +<h2>General Information</h2> +<p> 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. -<b>This page lets you manually configure the filter rule files for DansGuardian.</b><br><br> +</p> +<p> +This page lets you manually configure the filter rule files for DansGuardian. +</p> <h2>Status</h2> +<dt>Program version</dt><dd><? io.write( form.info.version.value ) ?></dd> +<dt>Process status</dt><dd><? io.write( form.info.status.value ) ?></dd> +<dt>Process information</dt><dd>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 <i>applied</i> +until you restart the service.</dd> <form action="" method="POST"> -<dt>dansguardian is: <? io.write( service.status ) ?></dt> +<dt>Daemon control</dt> <dd><input class="submit" type="submit" name="srvcmd" value="start" <? io.write( srv1fill ) ?> style="width:100px"> <input class="submit" type="submit" name="srvcmd" value="stop" <? io.write( srv2fill ) ?> style="width:100px"> <input class="submit" type="submit" name="srvcmd" value="restart" <? io.write( srv2fill ) ?> style="width:100px"></dd> <p class="error"><? io.write( service.message ) ?></p> </form> -<p> -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 <i>applied</i> -until you restart the service. -</p> - <h2>Configuration</h2> -<pre style="color: #ff2020;"><? io.write( service.cfgerr ) ?></pre><br> +<pre style="color: #ff2020;"><? io.write( service.cfgerr ) ?></pre> <h3>Files</h3> <p> Click on one of the files to edit it. |