]> git.ipfire.org Git - ipfire.org.git/commitdiff
Add support for flash images on download page.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 18:06:29 +0000 (19:06 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 18:06:29 +0000 (19:06 +0100)
www/static/images/download_type_flash.png [new file with mode: 0644]
www/translations/de_DE.csv
www/webapp/releases.py

diff --git a/www/static/images/download_type_flash.png b/www/static/images/download_type_flash.png
new file mode 100644 (file)
index 0000000..3337f71
Binary files /dev/null and b/www/static/images/download_type_flash.png differ
index a45758b7032f127de4629f1bfe685e3be0c60840..34b671869e200ee274b44583bdba68e8f6ca00e5 100644 (file)
@@ -80,3 +80,4 @@
 "Donation","Spende"
 "Development Area","Entwicklungsbereich"
 "See a list of mirrors...","Liste der Mirror-Server anzeigen..."
+"Flash image where a serial console is enabled by default.","Flash-Image mit eingeschalteter serieller Konsole."
index 12a4ecfb209d285918715172928af1a4bf30638b..d33da247d2f72b819b535258a152c3ce0e50f491 100644 (file)
@@ -16,12 +16,18 @@ class ReleaseItem(Item):
                        "url"  : "http://download.ipfire.org/torrent/",
                        "rem"  : "Download the CD image from the torrent network.",
                },
-               "alix" : {
+               "flash" : {
                        "prio" : 40,
-                       "desc" : "Alix image",
+                       "desc" : "Flash image",
                        "url"  : "http://download.ipfire.org/iso/",
                        "rem"  : "An image that is meant to run on embedded devices.",
                },
+               "alix" : {
+                       "prio" : 41,
+                       "desc" : "Alix image",
+                       "url"  : "http://download.ipfire.org/iso/",
+                       "rem"  : "Flash image where a serial console is enabled by default.",
+               },
                "usbfdd" : {
                        "prio" : 30,
                        "desc" : "USB FDD Image",