]>
Commit | Line | Data |
---|---|---|
940227cb | 1 | {% extends "downloads-older.html" %} |
81675874 | 2 | |
7b5f2910 MT |
3 | {% block title %}{{ _("Development Downloads") }}{% end block %} |
4 | ||
940227cb MT |
5 | {% block information %} |
6 | <h3>{{ _("Development Downloads") }}</h3> | |
d91fbc4e | 7 | |
940227cb | 8 | {% if lang == "de" %} |
81675874 | 9 | <p> |
940227cb MT |
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. | |
81675874 | 24 | </p> |
81675874 | 25 | {% end %} |
26 | {% end block %} |