index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-06-26 12:21:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-26 12:21:54 +0200 |
commit | 5e997df799539d828ae444938f55818b6bf7af0a (patch) | |
tree | 39980459a15ab2e12c34116cb76cb0baa08bf649 /download | |
parent | 4409045de589cd6f4a6f8f8afb4922f51be62e03 (diff) |
-rw-r--r-- | download/index.html | 108 |
diff --git a/download/index.html b/download/index.html new file mode 100644 index 0000000..cef7ffb --- /dev/null +++ b/download/index.html @@ -0,0 +1,108 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8" /> + <title>Arch Linux 32</title> + <link rel="stylesheet" type="text/css" href="/archweb.css" media="screen, projection" /> + <link rel="icon" type="image/x-icon" href="/favicon.ico" /> + <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> + +</head> + +<style> +#archnavbarlist li#anb-home a { + color: #fff !important; +} +</style> + +<body> + <div id="archnavbar" class="anb-home"> + <div id="archnavbarlogo"><h1><a href="/" title="Return to the main page">Arch Linux 32</a></h1></div> + <div id="archnavbarmenu"> + <ul id="archnavbarlist"> + <li id="anb-home"><a href="http://www.archlinux32.org">Home</a></li> + <li id="anb-news"><a href="https://news.archlinux32.org">News</a></li> + <li id="anb-forum"><a href="https://bbs.archlinux32.org">Forum</a></li> + <li id="anb-mailing-list"><a href="https://lists.archlinux.org/listinfo/arch-ports">Mailing List</a></li> + <li id="anb-download"><a href="/download/" title="Get Arch Linux">Download</a></li> + <li id="anb-arch-linux-official"><a href="https://www.archlinux.org/">Arch Linux Official</a></li> + </ul> + </div> + </div> + <div id="content"> +<div id="arch-downloads" class="box"> + + <h2>Arch Linux Downloads</h2> + + <h3>Release Info</h3> + + <p>The image can be burned to a CD, mounted as an ISO file, + or be directly written to a USB stick using a utility like <code>dd</code>. It + is intended for new installations only; an existing Arch Linux system + can always be updated with <code>pacman -Syu</code>.</p> + + <ul> + <li><strong>Current Release:</strong> 2017.06.15</li> + <li><strong>Included Kernel:</strong> 4.11.5</li> + <li><strong>ISO Size (i686 only):</strong> 485.0 MB</li> + <li><strong>ISO Size (dual bootable):</strong> 903.0 MB</li> + </ul> + + <h3>Existing Arch Users</h3> + + <p>If you are an existing Arch user, there is no need to download a new ISO + to update your existing system. You may be looking for + <a href="https://raw.githubusercontent.com/archlinux32/packages/master/core/pacman-mirrorlist/mirrorlist">an updated mirrorlist</a> instead.</p> + + <h3>HTTP Direct Downloads</h3> + + <p>Install images can be downloaded via HTTP from the mirror sites. Please + ensure the download image matches the checksum from the md5sums or + sha512sums file in the same directory as the image.</p> + + <h4>Checksums</h4> + + <p>File integrity checksums for the latest releases can be found below:</p> + + <ul> + <li><a href="https://mirror.archlinux32.org/archisos/archlinux-2017.06.15-i686.iso.sig" + title="PGP signature">PGP signature (i686 only)</a></li> + <li><a href="https://mirror.archlinux32.org/archisos/archlinux-2017.06.15-dual.iso.sig" + title="PGP signature">PGP signature (dual bootable)</a></li> + <li><strong>PGP Key:</strong> <a href="http://pgp.mit.edu/pks/lookup?search=0xF2955C3B63EE4E421F30670A3B08EFC6BA974CFC&op=index">F2955C3B63EE4E421F30670A3B08EFC6BA974CFC</a></li> + <li><strong>MD5 (i686 only):</strong> 73a9eab8cda925a9c7f052e045375b2a</li> + <li><strong>MD5 (dual bootable):</strong> 5e9f0ab6efd641b92c2e9d2507ff1645</li> + <li><strong>SHA512 (i686 only):</strong> e47986c5a096796e09b35b2246025a9dae7c3419c6b687f97e1a9f5886bc20e6c944a1389f95f7b63e53faa4e5675de9cd0609d1008e465506550a19f0b10737</li> + <li><strong>SHA512 (dual bootable):</strong> 5375e872a2b1ad0f3fe3ab2297398f289cddb3ed35f1f735797a744498f709eb432b500e93799d057611607b57bbaee45102cc617816e2b77eb0d2a6b4c4a0b9</li> + </ul> + +</div> + + <div id="footer"> + <p>Copyright © 2002-2017 <a href="mailto:jvinet@zeroflux.org" + title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" + title="Contact Aaron Griffin">Aaron Griffin</a>.</p> + + <p>The Arch Linux name and logo are recognized + <a href="https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy" + title="Arch Linux Trademark Policy">trademarks</a>. Some rights reserved.</p> + + <p>The registered trademark Linux® is used pursuant to a sublicense from LMI, + the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.</p> + </div> + </div> + <script type="application/ld+json"> + { + "@context": "http://schema.org", + "@type": "WebSite", + "url": "/", + "potentialAction": { + "@type": "SearchAction", + "target": "/packages/?q={search_term}", + "query-input": "required name=search_term" + } + } + </script> + +</body> +</html> |