]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/static/features/proxy/content-filter.html
Update website content: more information about features.
[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 content %}
6 <h3>{{ _("Web proxy: Content filter") }}</h3>
7
8 <!-- XXX needs icons -->
9 <!-- XXX needs screenshots -->
10
11 {% if lang == "de" %}
12 <p>
13 SquidGuard ist ein URL-Filter, der über den Redirektor-Mechanismus an den Proxy angebunden wird.
14 Das Herz stellen sogenannte Blacklists dar, die von offizieller Seite erstellt, eine Reihe von
15 klassifizierten Webseiten enthalten und über das Webinterface automatisch auf dem neuesten Stand
16 gehalten werden. Es stehen unterschiedliche, freie Quellen für vorgefertigte Blacklists zur Verfügung,
17 die erlauben unter anderem jugendgefährdende Inhalte, Shopping-, Warez-, Social-Networking- oder
18 gewaltverherrlichende Seiten zu filtern.
19 </p>
20 <p>
21 Individuelle Erweiterungen einzelner Domains oder URLs können für Blacklists und ebenso für Whitelists
22 über das Webinterface eingerichtet werden. IPFire bietet auch einen Blacklist-Editor, der das Editieren
23 und erstellen eigener Blacklists über das Webinterface anbietet.
24 </p>
25 <p>
26 Mögliche Anwendungsbereiche für SquidGuard auf dem IPFire sind:
27 </p>
28 <ul class="list">
29 <li>
30 Sperren oder Einschränken spezieller Internet Inhalte in Abhängigkeit von Uhrzeit, Benutzer
31 und verwendetem Rechner.
32 </li>
33 <li>
34 Verhinderung des Zugriffs auf bestimmte (z.B. jugendgefährdende) Seiten.
35 </li>
36 <li>
37 Ausblenden von Werbung.
38 </li>
39 </ul>
40 {% else %}
41 <p>
42 SquidGuard is a URL filter which is connected via the redirector mechanism of the proxy.
43 The heart of SquidGuard are so-called blacklists, created by official site. They contain a number
44 of 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, for social networking or sites containing violence.
47 </p>
48 <p>
49 Individual extensions of 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 of own blacklists quiet easy.
52 </p>
53 <p>
54 Possible areas of application for the SquidGuard on IPFire are:
55 </p>
56 <ul class="list">
57 <li>
58 Block or restrict Internet content as a function of time, for user and/or computers.
59 </li>
60 <li>
61 Preventing access to certain (eg. youth-endangering) pages.
62 </li>
63 <li>
64 Hide advertising.
65 </li>
66 </ul>
67 {% end %}
68 {% end block %}