From 43d175ba5c28df58776ed9131003bf6a7bf6f59c Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Thu, 1 Dec 2016 22:35:29 +0100 Subject: mga 5.1 dl page --- en/5/download_index.php | 102 ++++------------------------- en/downloads/get/definitions.ini | 134 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 145 insertions(+), 91 deletions(-) (limited to 'en') diff --git a/en/5/download_index.php b/en/5/download_index.php index 7db00b529..2761f35e7 100755 --- a/en/5/download_index.php +++ b/en/5/download_index.php @@ -1,12 +1,11 @@

- + @@ -200,17 +196,17 @@ input[type="radio"], input[type="submit"] {
- + -

- +

+ upgrade guide.', array($upgradeguide));?>

- +
@@ -225,14 +221,13 @@ input[type="radio"], input[type="submit"] {
- +

-

@@ -240,27 +235,7 @@ input[type="radio"], input[type="submit"] { -
- - -
- -
-
- -
- -
- - - - -
-
@@ -312,26 +287,11 @@ input[type="radio"], input[type="submit"] { _g('This version runs on all PCs including those that support 64 Bit. If you have more than 3 GB of RAM you should prefer the 64 Bit version though.',null,'p')?>
- -
- - '; - _g('Dual iso size is intended to be small for advanced users, only network proprietary drivers are included.', null, ' '); - _g('You will have to add remote nonfree media if you need some more.', null,' '); - _g('Furthermore UEFI is not supported.'); - echo '

'; - _g('It can be used to install either a 32bit system or a 64bit system, the installer defaults to x86_64 when it detects a 64bit capable CPU.',null, 'p'); - _g('This ISO is generally for advanced users and system administrator for fast deployment of Mageia.',null, 'p');?> -
-
- -
@@ -382,14 +342,6 @@ input[type="radio"], input[type="submit"] { dl_link($name,$version,$release,null,'x86_64','DVD',true,$torrentavailable);?> - - DVD dualarch - - - - - - @@ -397,7 +349,7 @@ input[type="radio"], input[type="submit"] {
-

+

@@ -431,20 +383,6 @@ input[type="radio"], input[type="submit"] { dl_link($name,$version,$release,'LiveDVD-GNOME','x86_64','DVD',true,$torrentavailable);?> - - - - - -
LiveCD KDE - '; - dl_link($name,$version,$release,'LiveCD-KDE4-en','i586','CD',true,$torrentavailable);?> -
LiveCD GNOME - '; - dl_link($name,$version,$release,'LiveCD-GNOME-en','i586','CD',true,$torrentavailable);?> -
@@ -550,25 +488,24 @@ $('img.lazy').each(function(){ }); } - $('#iso2usb,#arch,#nat,#desktop,#livespin,#dllink').hide(); + $('#iso2usb,#arch,#nat,#desktop,#dllink').hide(); $('input[name=format]').click(function () { $('#arch,label[for="dual"]')[this.id == 'classical' ? 'slideDown' : 'slideUp'](); $('label[for="64b"],#64bex').show(); - $('#livespin')[this.id == 'live' ? 'slideDown' : 'slideUp'](); + $('#desktop')[this.id == 'live' ? 'slideDown' : 'slideUp'](); $('#nat')[this.id == 'lan' ? 'slideDown' : 'slideUp'](); if ($('#classical').is(':checked')) { $('input[name="arch"],input[name="dllink"]').prop('checked', false); } if ($('#live').is(':checked')) { - $('input[name="livespin"],input[name="arch"],input[name="dllink"]').prop('checked', false); + $('input[name="dektop"],input[name="arch"],input[name="dllink"]').prop('checked', false); } if ($('#lan').is(':checked')) { $('input[name="nat"],input[name="arch"],input[name="dllink"]').prop('checked', false); } - $('#desktop')[$('#lan,#live,#classical').is(':checked') ? 'slideUp' : 'slideDown'](); $('#dllink')[$('#lan,#live,#classical').is(':checked') ? 'slideUp' : 'slideDown'](); }); @@ -576,18 +513,10 @@ $('img.lazy').each(function(){ $('#arch')[ $('#free,#nonfree').is(':checked') ? 'slideDown' : 'slideUp'](); }); - $('input[name=livespin]').click(function () { - $('#desktop')[ $('#livecd,#livedvd').is(':checked') ? 'slideDown' : 'slideUp'](); - if ($('#livecd').is(':checked') && $('#64b').is(':checked')) { - $('input[id="32b"]').prop('checked', true); - } - $('label[for="64b"],#64bex')[$('#livecd').is(':checked') ? 'slideUp' : 'slideDown'](); - lazyload(); - }); $('input[name=desktop]').click(function () { $('#arch')[ $('#gnome,#kde').is(':checked') ? 'slideDown' : 'slideUp'](); - scrolltoid('#arch') + lazyload(); }); $('input[name=arch]').click(function () { @@ -599,13 +528,11 @@ $('img.lazy').each(function(){ $('#directlink,#torrentlink').hover(function () { format = $('input[name=format]:checked').val(); - livespin = $('input[name=livespin]:checked').val(); desktop = $('input[name=desktop]:checked').val(); - desktop = (livespin == 'CD') ? desktop + '-en' : desktop; nat = (nat = $('input[name=nat]:checked').val()) == '-' ? '-' : '-' + nat + '-'; arch = $('input[name=arch]:checked').val(); getname ='' + '-'; - file = $('#live').is(':checked') ? format + livespin + '-' + desktop + '-' + arch + '-' + livespin + '.iso' : $('#classical').is(':checked') ? arch + '-' + format + '.iso' : format + nat + arch + '-CD.iso'; + file = $('#live').is(':checked') ? format + '-' + desktop + '-' + arch + '-' + 'DVD.iso' : $('#classical').is(':checked') ? arch + '-' + format + '.iso' : format + nat + arch + '-CD.iso'; file = (this.id == 'torrentlink') ? getname + file + '&torrent=1' : getname + file ; $("a.ui-button").attr('href','../downloads/get/?q=' + file); }); @@ -614,15 +541,12 @@ $('img.lazy').each(function(){ gettooltip('.classical', '#classicalEx',40,-70) gettooltip('.live', '#liveEx',40,-70) gettooltip('.lan','#lanEx',40,-70) - gettooltip('.livecd', '#livecdEx',40,-70) - gettooltip('.livedvd', '#livedvdEx',40,-70) gettooltip('.gnome', '#gnomeEx',40,-300) gettooltip('.kde', '#kdeEx',40,-300) gettooltip('.free', '#freeEx',40,-70) gettooltip('.nonfree','#nonfreeEx',40,-70) gettooltip('.32b', '#32bEx',40,-70) gettooltip('.64b', '#64bEx',40,-70) - gettooltip('.dual', '#dualEx',40,-70) gettooltip('.directlink', '#directEx',40,-40) gettooltip('.torrentlink','#torrentEx',40,-40) diff --git a/en/downloads/get/definitions.ini b/en/downloads/get/definitions.ini index 37e98f4be..7903390df 100644 --- a/en/downloads/get/definitions.ini +++ b/en/downloads/get/definitions.ini @@ -822,9 +822,9 @@ size = "3.5 GB" ;;;;; Mageia 5 ;;;;;;;;;;;;;;;;;;;;; -[Mageia-5-Boot-i586-CD.iso] +[Mageia-5.1-Boot-i586-CD.iso] file = "boot.iso" -path = "distrib/5/i586/install/images" +path = "distrib/5.1/i586/install/images" md5 = "1ea625ab6d98badfd4ccd17ada7e663c" sha1 = "8a4da1700a429cc4f6befbd823d3af38d239a7b0" name = "Mageia 5 Boot 32bit CD ISO" @@ -971,6 +971,136 @@ torrent = "iso/5/torrents/Mageia-5-x86_64-DVD.torrent" name = "Mageia 5 64bit DVD" size = "3.6 GB" + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;; Mageia 5.1 +;;;;;;;;;;;;;;;;;;;;; + +#no change yet +[Mageia-5.1-Boot-i586-CD.iso] +file = "boot.iso" +path = "distrib/5/i586/install/images" +md5 = "1ea625ab6d98badfd4ccd17ada7e663c" +sha1 = "8a4da1700a429cc4f6befbd823d3af38d239a7b0" +name = "Mageia 5.1 Boot 32bit CD ISO" +size = "31 MB" + +; +[Mageia-5.1-Boot-nonfree-i586-CD.iso] +file = "boot-nonfree.iso" +path = "distrib/5/i586/install/images" +md5 = "ee43a9517e6f8d236a7ba0be24911b85" +sha1 = "3d058d7bc0c6b16aa736587395f19903b54a97d8" +name = "Mageia 5.1 Boot Nonfree 32bit CD ISO" +size= "46 MB" + +; +[Mageia-5.1-Boot-x86_64-CD.iso] +file = "boot.iso" +path = "distrib/5/x86_64/install/images" +md5 = "edc8a42c8023f20f2925bfe9b2947281" +sha1 = "f1886f7bf8bd5739d1fb099da3802d32f41d2d4b" +name = "Mageia 5.1 Boot 64bit CD ISO" +size = "38 MB" + +; +[Mageia-5.1-Boot-nonfree-x86_64-CD.iso] +file = "boot-nonfree.iso" +path = "distrib/5/x86_64/install/images" +md5 = "14d07b23a2b4c1f2ed4fe2350a710f9f" +sha1 = "69bee83e1adf3dea02d223a8fd81322aa3b15bf7" +name = "Mageia 5.1 Boot Nonfree 64bit CD ISO" +size = "53 MB" + +; +[Mageia-5.1-LiveDVD-GNOME-i586-DVD.iso] +file = "Mageia-5.1-LiveDVD-GNOME-i586-DVD.iso" +md5 = "23187bf8ae13945c725a6eb49d15701a" +md5.gpg = "Mageia-5.1-LiveDVD-GNOME-i586-DVD.md5.gpg" +sha1 = "fe21d24f1868a716c177ccbfc06d29379bdbc9e0" +sha1.gpg = "Mageia-5.1-LiveDVD-GNOME-i586-DVD.sha1.gpg" +sha512 = "535f7163a6c0fe19d60a313dd2238ff9cea6fde16dbe72c32c4ffcb8577ea274557ca229cc2fe0461f88050d5070fdb508160f21a4347e3225e787d4ec7544f4" +sha512.gpg = "Mageia-5.1-LiveDVD-GNOME-i586-DVD.sha512.gpg" +langs = "English (American) (en_US)" +path = "iso/5.1/Mageia-5.1-LiveDVD-GNOME-i586-DVD" +torrent = "iso/5.1/torrents/Mageia-5.1-LiveDVD-GNOME-i586-DVD.torrent" +name = "Mageia 5.1 LiveDVD GNOME 32bit DVD" +size = "1.5 GB" + +; +[Mageia-5.1-LiveDVD-GNOME-x86_64-DVD.iso] +file = "Mageia-5.1-LiveDVD-GNOME-x86_64-DVD.iso" +md5 = "80a557207006f4a1753613a1763a0718" +md5.gpg = "Mageia-5.1-LiveDVD-GNOME-x86_64-DVD.md5.gpg" +sha1 = "1d096b948119a6c315fd4838b5ec160eff7ba328" +sha1.gpg = "Mageia-5.1-LiveDVD-GNOME-x86_64-DVD.sha1.gpg" +sha512 = "b5b9f52a481d5e0c402b9a32b5c5cfbc33121550020c6e76e6f0fb941be018b52cd70e8992b8129393d1c870d4eb9a636b90261d689acb434ec83f63d624b285" +sha512.gpg = "Mageia-5.1-LiveDVD-GNOME-x86_64-DVD.sha512.gpg" +langs = "English (American) (en_US)" +path = "iso/5.1/Mageia-5.1-LiveDVD-GNOME-x86_64-DVD" +torrent = "iso/5.1/torrents/Mageia-5.1-LiveDVD-GNOME-x86_64-DVD.torrent" +name = "Mageia 5.1 LiveDVD GNOME 64bit DVD" +size = "1.6 GB" + +; +[Mageia-5.1-LiveDVD-KDE4-i586-DVD.iso] +file = "Mageia-5.1-LiveDVD-KDE4-i586-DVD.iso" +md5 = "ddde0dd8fa8ccfd49af9adb213d115ca" +md5.gpg = "Mageia-5.1-LiveDVD-KDE4-i586-DVD.md5.gpg" +sha1 = "7082b0b4615bc8eb8e0d6a09c45e58805273f3c3" +sha1.gpg = "Mageia-5.1-LiveDVD-KDE4-i586-DVD.sha1.gpg" +sha512 = "328cd505c5bb31a72a036d7accd22e0073509b8445c6a8729ff4b2045c03b7d90be4a1106452773c7f08ece7d5bb2cf506aa3934b9b3c3b5213624b2848cebf7" +sha512.gpg = "Mageia-5.1-LiveDVD-KDE4-i586-DVD.sha512.gpg" +langs = "English (American) (en_US)" +path = "iso/5.1/Mageia-5.1-LiveDVD-KDE4-i586-DVD" +torrent = "iso/5.1/torrents/Mageia-5.1-LiveDVD-KDE4-i586-DVD.torrent" +name = "Mageia 5.1 LiveDVD KDE4 32bit DVD" +size = "1.7 GB" + +; +[Mageia-5.1-LiveDVD-KDE4-x86_64-DVD.iso] +file = "Mageia-5.1-LiveDVD-KDE4-x86_64-DVD.iso" +md5 = "02841fb690b7c7359ac2b346279d7055" +md5.gpg = "Mageia-5.1-LiveDVD-KDE4-x86_64-DVD.md5.gpg" +sha1 = "98ddc20b30668f0dd0b5844cf446b63d3c1d0680" +sha1.gpg = "Mageia-5.1-LiveDVD-KDE4-x86_64-DVD.sha1.gpg" +sha512 = "c5b7f3513386becb77b2d9a7b2ddab45de3e2566ec514f57a88d40f4efbafe95af24ad3e4e103eb5c4bd3f7c031b563c44984c013fac0d6e688a19ab899a9c7a" +sha512.gpg = "Mageia-5.1-LiveDVD-KDE4-x86_64-DVD.sha512.gpg" +langs = "English (American) (en_US)" +path = "iso/5.1/Mageia-5.1-LiveDVD-KDE4-x86_64-DVD" +torrent = "iso/5.1/torrents/Mageia-5.1-LiveDVD-KDE4-x86_64-DVD.torrent" +name = "Mageia 5.1 LiveDVD KDE4 64bit DVD" +size = "1.8 GB" + +; +[Mageia-5.1-i586-DVD.iso] +file = "Mageia-5.1-i586-DVD.iso" +md5 = "c2a64f3ae4eee11d4e43a97f1b662192" +md5.gpg = "Mageia-5.1-i586-DVD.md5.gpg" +sha1 = "a7cca254f587439080b07ad7a528113c361db9a7" +sha1.gpg = "Mageia-5.1-i586-DVD.sha1.gpg" +sha512 = "9d637c14db9a65166af828c7e2ef35a01ec5ab361f5eab4ad99805f5cd05be772048c7338ebe162394334eb13f9176a66d3b730fc8774614e8d3f677365a50aa" +sha512.gpg = "Mageia-5.1-i586-DVD.sha512.gpg" +path = "iso/5.1/Mageia-5.1-i586-DVD" +torrent = "iso/5.1/torrents/Mageia-5.1-i586-DVD.torrent" +name = "Mageia 5.1 32bit DVD" +size = "3.4 GB" + +; +[Mageia-5.1-x86_64-DVD.iso] +file = "Mageia-5.1-x86_64-DVD.iso" +md5 = "cc3619fd123bdd4e1b6a3504c330fdb1" +md5.gpg = "Mageia-5.1-x86_64-DVD.md5.gpg" +sha1 = "2e0b094f9a63d2415b81b88a94caef533c9e3bb3" +sha1.gpg = "Mageia-5.1-x86_64-DVD.sha1.gpg" +sha512 = "136e6a7ebf82808385fba1e1f2c452da1bf7c7d65f25d58b8ec3f1369b993620247d4401ea2a78681ca2e347aff63f7929759da5036607199b9d4fdca6178b43" +sha512.gpg = "Mageia-5.1-x86_64-DVD.sha512.gpg" +path = "iso/5.1/Mageia-5.1-x86_64-DVD" +torrent = "iso/5.1/torrents/Mageia-5.1-x86_64-DVD.torrent" +name = "Mageia 5.1 64bit DVD" +size = "3.7 GB" + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;; Mageia 6 ;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.1