]> git.ipfire.org Git - ipfire.org.git/blob - templates/downloads-development.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / downloads-development.html
1 {% extends "downloads-older.html" %}
2
3 {% block title %}{{ _("Development Downloads") }}{% end block %}
4
5 {% block information %}
6 <h3>{{ _("Development Downloads") }}</h3>
7
8 {% if lang == "de" %}
9 <p>
10 In regelmäßigen Abständen wird aus dem aktuellen Quellcode der
11 Entwicklungsversion ein installationsfähiges Image als
12 technologische Vorschau erstellt.<br />
13 Diese Versionen dienen dazu einen stabilen Stand einer größeren
14 Menge an Testern zukommen zu lassen und sind <strong>nicht</strong>
15 für den Produktiveinsatz bestimmt.
16 </p>
17 {% else %}
18 <p>
19 The developers do create a snapshort version from the current
20 development sources to get this distributed to a higher number
21 of testers.<br />
22 These versions are <strong>not</strong> intended to be used in a
23 productive environment.
24 </p>
25 {% end %}
26 {% end block %}