From: Michael Tremer Date: Sun, 24 Jan 2010 18:06:29 +0000 (+0100) Subject: Add support for flash images on download page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7a8c43a738255fdf89ad13e5a2e622214b1dc1c;p=ipfire.org.git Add support for flash images on download page. --- diff --git a/www/static/images/download_type_flash.png b/www/static/images/download_type_flash.png new file mode 100644 index 00000000..3337f713 Binary files /dev/null and b/www/static/images/download_type_flash.png differ diff --git a/www/translations/de_DE.csv b/www/translations/de_DE.csv index a45758b7..34b67186 100644 --- a/www/translations/de_DE.csv +++ b/www/translations/de_DE.csv @@ -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." diff --git a/www/webapp/releases.py b/www/webapp/releases.py index 12a4ecfb..d33da247 100644 --- a/www/webapp/releases.py +++ b/www/webapp/releases.py @@ -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",