]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/static/features/proxy/content-filter.html
Website update.
[people/shoehn/ipfire.org.git] / www / templates / static / features / proxy / content-filter.html
1 {% extends "../../../base-feature.html" %}
2
3 {% block title %}{{ _("Content filter") }}{% end block %}
4
5 {% block bodyA %}
6 <div class="page-header">
7 <h1>{{ _("Web proxy: Content filter") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="span9">
12 {% if lang == "de" %}
13 <p>
14 SquidGuard ist ein URL-Filter, der über den Redirektor-Mechanismus an den Proxy angebunden wird.
15 Das Herz stellen sogenannte Blacklists dar, die von offizieller Seite erstellt, eine Reihe von
16 klassifizierten Webseiten enthalten und über das Webinterface automatisch auf dem neuesten Stand
17 gehalten werden. Es stehen unterschiedliche, freie Quellen für vorgefertigte Blacklists zur Verfügung,
18 die erlauben unter anderem jugendgefährdende Inhalte, Shopping-, Warez-, Social-Networking- oder
19 gewaltverherrlichende Seiten zu filtern.
20 </p>
21 <p>
22 Individuelle Erweiterungen einzelner Domains oder URLs können für Blacklists und ebenso für Whitelists
23 über das Webinterface eingerichtet werden. IPFire bietet auch einen Blacklist-Editor, der das Editieren
24 und erstellen eigener Blacklists über das Webinterface anbietet.
25 </p>
26 <p>
27 Mögliche Anwendungsbereiche für SquidGuard auf dem IPFire sind:
28 </p>
29 <ul>
30 <li>
31 Sperren oder Einschränken spezieller Internet Inhalte in Abhängigkeit von Uhrzeit, Benutzer
32 und verwendetem Rechner.
33 </li>
34 <li>
35 Verhinderung des Zugriffs auf bestimmte (z.B. jugendgefährdende) Seiten.
36 </li>
37 <li>
38 Ausblenden von Werbung.
39 </li>
40 </ul>
41 {% else %}
42 <p>
43 SquidGuard is a URL filter add-on which is connected via the redirector mechanism of the proxy.
44 The heart of SquidGuard is something called a "blacklist." This is a content control list created by the official site. These lists contain a number of categorically-classified websites and can be kept up-to-date automatically. There are different, independent
45 sources for pre-built blacklists available, which allow among other classes filtering for adult
46 content, shopping, warez, social networking, or sites containing violent/abusive content.
47 </p>
48 <p>
49 Individual extensions for particular domains or URLs can be set up on the IPFire web interface for
50 blacklists and whitelists as well. IPFire also offers a black list editor, that makes the editing
51 and creating your own blacklists quite easy.
52 </p>
53 <p>
54 Possible areas of application for the SquidGuard on IPFire are:
55 </p>
56 <ul>
57 <li>
58 Block or restrict Internet content conditionally by time, user and/or computers.
59 </li>
60 <li>
61 Preventing access to certain (eg. youth-endangering) pages and content categories.
62 </li>
63 <li>
64 Hiding advertising.
65 </li>
66 </ul>
67 {% end %}
68 </div>
69 </div>
70 {% end block %}