summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Summers <quantumsummers@gentoo.org>2011-03-27 16:24:48 -0500
committerMatthew Summers <quantumsummers@gentoo.org>2011-03-27 16:24:48 -0500
commit32aa464d30d1c4446623c451de4bed2f6ad85256 (patch)
tree705acc3a59ff29d8cea367b9dd88c3cc43f4526c
parentApplied darkside's patches to update to mirrors2.xml and LiveDVD 11.0 (diff)
downloadget-gentoo-32aa464d30d1c4446623c451de4bed2f6ad85256.tar.gz
get-gentoo-32aa464d30d1c4446623c451de4bed2f6ad85256.tar.bz2
get-gentoo-32aa464d30d1c4446623c451de4bed2f6ad85256.zip
initial arch variant(amd64) dir and index and references dir
addition to style.css add robbat2's variant list, used as reference
-rw-r--r--htdocs/amd64/index.html57
-rw-r--r--htdocs/style.css4
-rw-r--r--ref/variants_list.txt49
3 files changed, 110 insertions, 0 deletions
diff --git a/htdocs/amd64/index.html b/htdocs/amd64/index.html
new file mode 100644
index 0000000..0cf1641
--- /dev/null
+++ b/htdocs/amd64/index.html
@@ -0,0 +1,57 @@
+<!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! - amd64 </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! - <span class="arch">amd64</span></h1>
+ </div>
+ </div>
+
+ <div class="arches two">
+ <ul>
+ <li>
+ <h2>amd64 install iso</h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-iso/">iso</a>
+
+ </li>
+ <li>
+ <h2>amd64 stage3</h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3/">amd64 stage3</a>
+ </li>
+ <li>
+ <h2>amd64-hardened</h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened/">amd64-hardened</a>
+ </li>
+ <li>
+ <h2>amd64-hardened+nomultilib</h2>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64-hardened+nomultilib/">amd64-hardened+nomultilib</a>
+ </li>
+ </ul>
+ </div>
+ <div style="clear:both;"></div>
+ <div class="other">
+ <p>
+ <b>LiveDVD (released 2011 Mar 8)</b>
+ <br />(<=2.5 gigabytes)
+ <br />
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-11.0-livedvd/amd64/">amd64</a>
+ </p>
+ <p>
+ If you prefer to select a local mirror yourself, see <a href="http://www.gentoo.org/main/en/mirrors2.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>
diff --git a/htdocs/style.css b/htdocs/style.css
index 4d95073..a133fc7 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -103,6 +103,10 @@ div.arches ul li a:hover {
box-shadow:inset 0 0 0.5em #000;
}
+div.two ul li {
+ width: 46%;
+ }
+
div.other {
margin:2em auto;
padding:1em 0.5em;
diff --git a/ref/variants_list.txt b/ref/variants_list.txt
new file mode 100644
index 0000000..58dc0e4
--- /dev/null
+++ b/ref/variants_list.txt
@@ -0,0 +1,49 @@
+ISOs:
+-----
+/releases/alpha/autobuilds/current-install-alpha-minimal/
+
+/releases/ppc/autobuilds/current-install-powerpc-minimal/
+
+/releases/amd64/autobuilds/current-install-amd64-minimal/
+
+/releases/sparc/autobuilds/current-install-sparc64-minimal/
+
+/releases/ia64/autobuilds/current-install-ia64-minimal/
+
+/releases/x86/autobuilds/current-install-x86-minimal/
+
+stage3s:
+--------
+/releases/alpha/autobuilds/current-stage3-alpha/
+
+/releases/amd64/autobuilds/current-stage3-amd64/
+/releases/amd64/autobuilds/current-stage3-amd64-hardened/
+/releases/amd64/autobuilds/current-stage3-amd64-hardened+nomultilib/
+
+/releases/arm/autobuilds/current-stage3-armv4tl/
+/releases/arm/autobuilds/current-stage3-armv5tel/
+/releases/arm/autobuilds/current-stage3-armv6j/
+/releases/arm/autobuilds/current-stage3-armv7a/
+/releases/arm/autobuilds/current-stage3-armv7a_hardfp/
+
+/releases/hppa/autobuilds/current-stage3-hppa1.1/
+/releases/hppa/autobuilds/current-stage3-hppa2.0/
+
+/releases/ia64/autobuilds/current-stage3-ia64/
+
+/releases/ppc/autobuilds/current-stage3-ppc/
+/releases/ppc/autobuilds/current-stage3-ppc64-32ul/
+/releases/ppc/autobuilds/current-stage3-ppc64-64ul/
+
+/releases/s390/autobuilds/current-stage3-s390/
+/releases/s390/autobuilds/current-stage3-s390x/
+
+/releases/sh/autobuilds/current-stage3-sh4/
+/releases/sh/autobuilds/current-stage3-sh4a/
+
+/releases/sparc/autobuilds/current-stage3-sparc64/
+/releases/sparc/autobuilds/current-stage3-sparc64-multilib/
+
+/releases/x86/autobuilds/current-stage3-i486/
+/releases/x86/autobuilds/current-stage3-i686/
+/releases/x86/autobuilds/current-stage3-i686-hardened/ \ No newline at end of file