diff options
Diffstat (limited to 'htdocs/get_gentoo.html')
-rw-r--r-- | htdocs/get_gentoo.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/htdocs/get_gentoo.html b/htdocs/get_gentoo.html new file mode 100644 index 0000000..5c876b5 --- /dev/null +++ b/htdocs/get_gentoo.html @@ -0,0 +1,87 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <title>Get Gentoo!</title> + <link type="image/x-icon" href="http://www.gentoo.org/favicon.ico" rel="shortcut icon" /> + <link rel="stylesheet" type="text/css" href="style.css" media="screen" /> + </head> + <body> + <div class="contain"> + <div class="head"> + <div class="logo"> + <h1>Get Gentoo!</h1> + </div> + </div> + + <div class="arches"> + <ul> + <li> + <h2>alpha</h2> + <a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-iso/">iso</a> + <a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>amd64</h2> + <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/">iso</a> + <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>arm</h2> + <a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>hppa</h2> + <a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>ia64</h2> + <a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-iso/">iso</a> + <a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>ppc/ppc64</h2> + <a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-iso/">iso</a> + <a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>s390/s390x</h2> + <a href="http://distfiles.gentoo.org/releases/s390/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>sh</h2> + <a href="http://distfiles.gentoo.org/releases/sh/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>sparc</h2> + <a href="http://distfiles.gentoo.org/releases/sparc/autobuilds/current-iso/">iso</a> + <a href="http://distfiles.gentoo.org/releases/sparc/autobuilds/current-stage3/">stages</a> + </li> + <li> + <h2>x86</h2> + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-iso/">iso</a> + <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-stage3/">stages</a> + </li> + </ul> + </div> + <div style="clear:both;"></div> + <div class="other"> + <p> + <b>LiveDVD (released Oct 10, 2009)</b> + <br />(up to 2.6 gigabytes depending on arch) + <br /> + <a href="http://bouncer.gentoo.org/fetch/gentoo-10.1-livedvd/amd64/">amd64</a> + <a href="http://bouncer.gentoo.org/fetch/gentoo-10.1-livedvd/x86/">x86</a> + </p> + <p> + If you prefer to select a local mirror yourself, see <a href="http://www.gentoo.org/mirrors.xml">Gentoo Mirrors</a>. + </p> + </div> + + <div class="footer"> + <p>Copyright 2001-2011 Gentoo Foundation, Inc. Questions, Comments? <a class="highlight" href="http://www.gentoo.org/main/en/contact.xml">Contact us</a></p> + </div> + </div> + + </body> +</html> |