]> git.ipfire.org Git - ipfire.org.git/blame - templates/static/features/proxy/update-accelerator.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / static / features / proxy / update-accelerator.html
CommitLineData
314d46c8
MT
1{% extends "../../../base-feature.html" %}
2
3{% block title %}{{ _("Update accelerator") }}{% end block %}
4
60024cc8
MT
5{% block bodyA %}
6 <div class="page-header">
7 <h1>{{ _("Web proxy: Update accelerator") }}</h1>
8 </div>
314d46c8 9
60024cc8
MT
10 <div class="row">
11 <div class="span9">
12 {% if lang == "de" %}
13 <p>
2e9b1f32 14 Der Update-Accelerator ist ein System, das Updates für z.B. Betriebssysteme erheblich beschleunigen
60024cc8
MT
15 kann. Dazu werden alle heruntergeladenen Updates zwischengespeichert und bei einem weiteren Download
16 aus dem lokalen Cache ausgeliefert.
17 </p>
18 <p>
19 Bei Service Packs für Microsoft Windows, die oft einige hundert Megabytes haben, lohnt sich dieses
2e9b1f32 20 Speichern massiv, aber auch Virenscanner und andere Produkte profitieren hiervon und machen ein Update von
60024cc8
MT
21 allen Workstations in der Firma zu einer schnell erledigten Aufgabe.
22 </p>
23 {% else %}
24 <p>
25 The Update Accelerator is a feature that can greatly accelerate deploying updates for operating systems.
26 All downloaded updates are cached and if requested another time, are delivered from the cache.
27 </p>
28 <p>
29 For example, Service Packs for Microsoft Windows (which often are several hundred megabytes) are cached for future retrieval, as well as virus scanner definition updates and other product updates which the system automatically identifies. This saves a massive amount of time when updating large amounts of computers (such as corporate networks).
30 </p>
31 {% end %}
32 </div>
33 </div>
314d46c8 34{% end block %}