]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/static/features/proxy/virus-scanner.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / static / features / proxy / virus-scanner.html
diff --git a/www/templates/static/features/proxy/virus-scanner.html b/www/templates/static/features/proxy/virus-scanner.html
deleted file mode 100644 (file)
index da1f2a4..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-{% extends "../../../base-feature.html" %}
-               
-{% block title %}{{ _("Virus scanner") }}{% end block %}
-
-{% block bodyA %}
-       <div class="page-header">
-               <h1>{{ _("Web proxy: Transparent virus scanner") }}</h1>
-       </div>
-
-       <div class="row">
-               <div class="span9">
-                       {% if lang == "de" %}
-                               <p>
-                                       Das Paketmanagement bietet das Addon “SquidClamAV” zur Erweiterung an. Somit steht dem Webproxy
-                                       ein Virenscanner zur Verfügung, der in Echtzeit den Datenverkehr nach Viren mit Hilfe des bekannten
-                                       ClamAV prüft.
-                               </p>
-                               <p>
-                                       Der zusätzliche Schutz zu einem herkömmlichen Virenscanner besteht vor allem darin, dass die Dateien
-                                       nicht erst auf den Client-Rechner gelangen, bevor der Virenscan ausgeführt werden kann. Potentielle
-                                       Schädlinge werden vor dem Download durch SquidClamAV geblockt.
-                               </p>
-                       {% else %}
-                               <p>
-                                       The package manager Pakfire offers the addon SquidClamAV - a virus scanner for the web proxy. This checks in real-time all web traffic for viruses, utilizing the ClamAV virus definitions and scanning engine.
-                               </p>
-                               <p>
-                                       The additional protection to a conventional virus scanner lies in the fact that the files are transparently checked before ever making it to the client machine before the client machine's virus scan can be performed. So potentially-malicious files are blocked by
-                                       SquidClamAV before the client's actual download.
-                               </p>
-                       {% end %}
-               </div>
-       </div>
-{% end block %}