diff options
author | Matthew Summers <matthew.summers@liquidustech.com> | 2012-03-23 19:20:04 -0500 |
---|---|---|
committer | Matthew Summers <matthew.summers@liquidustech.com> | 2012-03-23 19:20:04 -0500 |
commit | 1aebbb7eb22d059b7c014120f42da0c782c5aa3f (patch) | |
tree | 214e8deb3a4c6e94c3427f8d94e54895d34c3228 | |
parent | Fix gamma of Gentoo logo (bug #369477) (diff) | |
download | get-gentoo-1aebbb7eb22d059b7c014120f42da0c782c5aa3f.tar.gz get-gentoo-1aebbb7eb22d059b7c014120f42da0c782c5aa3f.tar.bz2 get-gentoo-1aebbb7eb22d059b7c014120f42da0c782c5aa3f.zip |
index page updates to address Bug 409477
removed year range from copyright in footer
fixed typo in the release date for 12.0 livedvd [it's 2012 larry]
added statement for amd64 and x86 indicating 64bit versus 32bit support
seems like someone said that was confusing too
-rw-r--r-- | htdocs/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 8621d40..dcf7266 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -17,20 +17,22 @@ <div class="big_arches"> <ul> <li> - <h1>amd64</h1> + <h1>amd64</h1> <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> <p> - <a href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/amd64/"><b>12.0 LiveDVD (Jan 02, 2011)</b></a> + <a href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/amd64/"><b>12.0 LiveDVD (Jan 02, 2012)</b></a> </p> + <h5>support for 64bit x86_64 systems</h5> </li> <li> - <h1>x86</h1> + <h1>x86</h1> <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> <p> - <a href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/x86/"><b>12.0 LiveDVD (Jan 02, 2011)</b></a> + <a href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/x86/"><b>12.0 LiveDVD (Jan 02, 2012)</b></a> </p> + <h5>support for 32bit x86 systems</h5> </li> </ul> </div> @@ -92,7 +94,7 @@ <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> - <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> + <p>© Gentoo Foundation, Inc. | Questions, Comments? <a class="highlight" href="http://www.gentoo.org/main/en/contact.xml">Contact us</a></p> </div> </div> |