* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2011-02-21 21:31 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2011-02-21 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 7cd393b43e0db53ff0f0f384ca3609dc66367f16
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 21:30:40 2011 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 21:30:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=7cd393b4
Small CSS change, layout fix
---
htdocs/style.css | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/htdocs/style.css b/htdocs/style.css
index d00a820..4d95073 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -6,13 +6,14 @@ body {
font-size: 16px;
font-family: sans-serif;
color: #45347B;
+ margin:0;
}
div.contain {
display:inline-block;
- width:98%;
+ width:95%;
height:100%;
- margin: 1em 1em;
+ margin: 2em 2.5%;
background: rgba(255,255,255,0.20);
-moz-border-radius: 142px;
-webkit-border-radius: 142px;
@@ -56,7 +57,7 @@ div.arches ul {
div.arches ul li {
float:left;
display:block;
- width:17.6%;
+ width:17%;
min-width: 160px;
margin: 1%;
/* padding: 0.5%; */
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2011-03-03 18:11 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2011-03-03 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 2162a3dc355cc38ae6bdd86c00c11e31c01f4593
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 18:09:41 2011 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 18:09:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=2162a3dc
mv get_gentoo.html to index.html - for darkside's happines :)
---
htdocs/{get_gentoo.html => index.html} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/htdocs/get_gentoo.html b/htdocs/index.html
similarity index 100%
rename from htdocs/get_gentoo.html
rename to htdocs/index.html
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2011-03-26 19:02 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2011-03-26 19:02 UTC (permalink / raw
To: gentoo-commits
commit: 6c9a798aaf44b9aded2d9166cb08a8b86a6c7003
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 18:57:05 2011 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 18:59:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=6c9a798a
Applied darkside's patches to update to mirrors2.xml and LiveDVD 11.0
Thanks for the patches :)
---
htdocs/index.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index 5c876b5..1da77f6 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -67,14 +67,14 @@
<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)
+ <b>LiveDVD (released 2011 Mar 8)</b>
+ <br />(up to 2.5 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>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-11.0-livedvd/amd64/">amd64</a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-11.0-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>.
+ 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>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2011-03-28 21:41 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2011-03-28 21:41 UTC (permalink / raw
To: gentoo-commits
commit: fb0232de11b105f7cb3ac6e8a06ab9dbdcda7bd9
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 21:41:01 2011 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 21:41:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=fb0232de
Make arch name uppercase on all variant pages (css solution)
---
htdocs/style.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/htdocs/style.css b/htdocs/style.css
index 36787c9..c3878e5 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -149,4 +149,8 @@ p {
h1 {
color: #45347B;
+}
+
+span.arch {
+ text-transform: uppercase;
}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2011-04-08 21:30 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2011-04-08 21:30 UTC (permalink / raw
To: gentoo-commits
commit: ea236dce2f3db732bf2fb9d049cdbcb0619c853f
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 21:29:09 2011 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 21:29:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=ea236dce
Re-work of main index page to make nice
Edited index.html and style.css
subpages are now broken-styled - will fix soon
---
htdocs/index.html | 114 +++++++++++++++++++++++++++++-----------------------
htdocs/style.css | 110 ++++++++++++++++++++++++++++++---------------------
2 files changed, 129 insertions(+), 95 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index 1da77f6..653ccba 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -14,71 +14,85 @@
</div>
</div>
- <div class="arches">
+ <div class="big_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>
+ <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-11.0-livedvd/amd64/"><b>LiveDVD (Mar 8th, 2011)</b></a>
+ </p>
</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>
+ <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-11.0-livedvd/x86/"><b>LiveDVD (Mar 8th, 2011)</b></a>
+ </p>
</li>
</ul>
</div>
<div style="clear:both;"></div>
- <div class="other">
- <p>
- <b>LiveDVD (released 2011 Mar 8)</b>
- <br />(up to 2.5 gigabytes depending on arch)
- <br />
- <a href="http://bouncer.gentoo.org/fetch/gentoo-11.0-livedvd/amd64/">amd64</a>
- <a href="http://bouncer.gentoo.org/fetch/gentoo-11.0-livedvd/x86/">x86</a>
- </p>
+ <div class="arches">
+ <h1>
+ Other Architectures
+ </h1>
+ <table style="margin: auto;">
+ <tbody>
+ <tr>
+ <td class="cool">alpha</td>
+ <td><a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-iso/">iso</a></td>
+ <td><a href="http://distfiles.gentoo.org/releases/alpha/autobuilds/current-stage3/">stages</a></td>
+ </tr>
+ <tr>
+ <td class="cool">arm</td>
+ <td></td>
+ <td><a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3/">stages</a></td>
+ </tr>
+
+ <tr>
+ <td class="cool">hppa</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td class="cool">ia64</td>
+ <td><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-iso/">iso</a></td>
+
+ <td><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-stage3/">stages</a></td>
+ </tr>
+ <tr>
+ <td class="cool">ppc/ppc64</td>
+ <td><a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-iso/">iso</a></td>
+ <td><a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-stage3/">stages</a></td>
+
+ </tr>
+ <tr>
+ <td class="cool">s390/s390x</td>
+ <td><br /></td>
+ <td><a href="http://distfiles.gentoo.org/releases/s390/autobuilds/current-stage3/">stages</a></td>
+ </tr>
+ <tr>
+
+ <td class="cool">sh</td>
+ <td><br /></td>
+ <td><a href="http://distfiles.gentoo.org/releases/sh/autobuilds/current-stage3/">stages</a></td>
+ </tr>
+ <tr>
+ <td class="cool">sparc</td>
+ <td><a href="http://distfiles.gentoo.org/releases/sparc/autobuilds/current-iso/">iso</a></td>
+ <td><a href="http://distfiles.gentoo.org/releases/sparc/autobuilds/current-stage3/">stages</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ <div style="clear:both;"></div>
+ <div class="footer">
<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>
diff --git a/htdocs/style.css b/htdocs/style.css
index c3878e5..f897cc1 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -2,7 +2,7 @@
Created by Matthew Summers*/
body {
- background: #DDDAEC;
+/* background: #DDDAEC; */
font-size: 16px;
font-family: sans-serif;
color: #45347B;
@@ -14,7 +14,7 @@ div.contain {
width:95%;
height:100%;
margin: 2em 2.5%;
- background: rgba(255,255,255,0.20);
+/* background: rgba(255,255,255,0.20); */
-moz-border-radius: 142px;
-webkit-border-radius: 142px;
-opera-border-radius: 142px;
@@ -40,27 +40,28 @@ div.logo h1 {
padding-top: 6em;
}
-div.arches {
- width:100%;
- margin:auto;
+div.big_arches {
+ width:84%;
+ margin:auto ;
min-height:5em;
text-align:center;
- display:inline-block;
+ display:block;
}
-div.arches ul {
+div.big_arches ul {
display:inline-block;
margin: 0 auto;
text-align:center;
+ width: 100%;
}
-div.arches ul li {
+div.big_arches ul li {
float:left;
display:block;
- width:17%;
+ width:42%;
min-width: 160px;
margin: 1%;
-/* padding: 0.5%; */
+ padding: 0.5%;
min-height: 160px;
text-align:center;
border: none;
@@ -68,20 +69,21 @@ div.arches ul li {
-webkit-border-radius: 20px;
-opera-border-radius: 20px;
border-radius: 20px;
- -moz-box-shadow: 0 0 1em #000;
- -webkit-box-shadow: #000 0 0 1em;
- -opera-box-shadow: #000 0 0 1em;
- box-shadow: 0 0 1em #000;
+ -moz-box-shadow: 0 0 1em #45347B;
+ -webkit-box-shadow: #45347B 0 0 1em;
+ -opera-box-shadow: #45347B 0 0 1em;
+ box-shadow: 0 0 1em #45347B;
+}
+div.big_arches ul li h2 {
+ display: block;
}
-div.arches ul li a {
-/* background: rgba(0,0,0,0.25); */
- color: #45347B;
- margin-right:1em;
- margin-bottom: 1em;
+div.big_arches ul li a {
+ background-color: #45347B;
+ color: #FFFFFF;
+ margin:0 1em 1em 1em;
font-weight: bold;
text-decoration: none;
-/* text-shadow:0 3px 2px #000000, 0px 0px 2px #000000; */
display:inline-block;
border: none;
padding: 0.25em 1em;
@@ -89,18 +91,51 @@ div.arches ul li a {
-webkit-border-radius: 10px;
-opera-border-radius: 10px;
border-radius: 10px;
- -moz-box-shadow: 0 0 0.5em #000;
- -webkit-box-shadow: #000 0 0 0.5em;
- -opera-box-shadow: #000 0 0 0.5em;
- box-shadow: 0 0 0.5em #000;
+ -moz-box-shadow: 0 0 0.5em #45347B;
+ -webkit-box-shadow: #45347B 0 0 0.5em;
+ -opera-box-shadow: #45347B 0 0 0.5em;
+ box-shadow: 0 0 0.5em #45347B;
}
-div.arches ul li a:hover {
- text-decoration: none;
- -moz-box-shadow:inset 0 0 0.5em #000;
- -webkit-box-shadow:inset #000 0 0 0.5em;
- -opera-box-shadow: inset #000 0 0 0.5em;
- box-shadow:inset 0 0 0.5em #000;
+div.big_arches ul li a:hover {
+ text-decoration: dotted;
+ -moz-box-shadow:inset 0 0 0.5em #45347B;
+ -webkit-box-shadow:inset #45347B 0 0 0.5em;
+ -opera-box-shadow: inset #45347B 0 0 0.5em;
+ box-shadow:inset 0 0 0.5em #45347B;
+}
+
+div.arches {
+ width:50%;
+ margin:2em auto;
+ padding:1em;
+ min-height:5em;
+ text-align:center;
+ display:block;
+ -moz-border-radius: 20px;
+ -webkit-border-radius: 20px;
+ -opera-border-radius: 20px;
+ border-radius: 20px;
+ -moz-box-shadow: 0 0 1em #45347B;
+ -webkit-box-shadow: #45347B 0 0 1em;
+ -opera-box-shadow: #45347B 0 0 1em;
+ box-shadow: 0 0 1em #45347B;
+}
+
+
+td.cool {
+ text-align: left;
+ padding-right: 3em;
+ width: 5em;
+}
+
+td a {
+ color:#45347B;
+ text-decoration:underline;
+}
+
+td {
+ padding: 0.25em 1em;
}
div.two ul li {
@@ -121,21 +156,6 @@ div.three ul li {
text-align:center;
}
-div.other {
- margin:2em auto;
- padding:1em 0.5em;
- text-align:center;
- width: 42%;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- -opera-border-radius: 20px;
- border-radius: 20px;
- -moz-box-shadow: 0 0 1em #000;
- -webkit-box-shadow: #000 0 0 1em;
- -opera-box-shadow: #000 0 0 1em;
- box-shadow: 0 0 1em #000;
-}
-
div.footer {
/* display:inline-block; */
text-align:center;
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2011-04-25 15:20 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2011-04-25 15:20 UTC (permalink / raw
To: gentoo-commits
commit: 7a0feebd18d289521d71d94e61542c5880b9ae3f
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 15:20:20 2011 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 15:20:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=7a0feebd
Fix for hppa stages link on main index
---
htdocs/index.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index 653ccba..2619698 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -55,12 +55,11 @@
<tr>
<td class="cool">hppa</td>
<td></td>
- <td></td>
+ <td><a href="http://distfiles.gentoo.org/releases/hppa/autobuilds/current-stage3/">stages</a></td>
</tr>
<tr>
<td class="cool">ia64</td>
<td><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-iso/">iso</a></td>
-
<td><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-stage3/">stages</a></td>
</tr>
<tr>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2011-04-25 15:26 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2011-04-25 15:26 UTC (permalink / raw
To: gentoo-commits
commit: fd7d6fabf052f3688c86194462363647f247a598
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 15:26:14 2011 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 15:26:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=fd7d6fab
Fix link to arm autobuilds
---
htdocs/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index 2619698..bec4249 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -49,7 +49,7 @@
<tr>
<td class="cool">arm</td>
<td></td>
- <td><a href="http://distfiles.gentoo.org/releases/arm/autobuilds/current-stage3/">stages</a></td>
+ <td><a href="http://distfiles.gentoo.org/releases/arm/autobuilds/">stages</a></td>
</tr>
<tr>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2012-01-21 0:12 Alec Warner
0 siblings, 0 replies; 17+ messages in thread
From: Alec Warner @ 2012-01-21 0:12 UTC (permalink / raw
To: gentoo-commits
commit: a505099b4c06c855c93cff41a07fbb6f24fdf4af
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 09:03:02 2012 +0000
Commit: Alec Warner <antarus <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 09:03:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=a505099b
Update LiveDVD links.
---
htdocs/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index 332cd6f..8621d40 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -21,7 +21,7 @@
<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-11.2-livedvd/amd64/"><b>11.2 LiveDVD (Aug 07, 2011)</b></a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/amd64/"><b>12.0 LiveDVD (Jan 02, 2011)</b></a>
</p>
</li>
<li>
@@ -29,7 +29,7 @@
<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-11.2-livedvd/x86/"><b>11.2 LiveDVD (Aug 07, 2011)</b></a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-12.0-livedvd/x86/"><b>12.0 LiveDVD (Jan 02, 2011)</b></a>
</p>
</li>
</ul>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2012-03-09 22:40 Sebastian Pipping
0 siblings, 0 replies; 17+ messages in thread
From: Sebastian Pipping @ 2012-03-09 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 9156686dddfd87e1187d02024a35208adf807f16
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Fri Mar 9 22:38:02 2012 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Mar 9 22:38:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=9156686d
Fix gamma of Gentoo logo (bug #369477)
---
htdocs/gentoo-logo.png | Bin 38865 -> 21062 bytes
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/htdocs/gentoo-logo.png b/htdocs/gentoo-logo.png
index 2529988..ccd2ba6 100644
Binary files a/htdocs/gentoo-logo.png and b/htdocs/gentoo-logo.png differ
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2012-03-24 0:21 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2012-03-24 0:21 UTC (permalink / raw
To: gentoo-commits
commit: 1aebbb7eb22d059b7c014120f42da0c782c5aa3f
Author: Matthew Summers <matthew.summers <AT> liquidustech <DOT> com>
AuthorDate: Sat Mar 24 00:20:04 2012 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 00:20:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=1aebbb7e
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
---
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>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2012-04-01 0:33 Robin H. Johnson
0 siblings, 0 replies; 17+ messages in thread
From: Robin H. Johnson @ 2012-04-01 0:33 UTC (permalink / raw
To: gentoo-commits
commit: 44b66b2da7e8c9464cf0644b2adb92c17a795080
Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
AuthorDate: Sun Apr 1 00:33:40 2012 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 1 00:33:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=44b66b2d
Bump for 12.1 release.
---
htdocs/index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index dcf7266..f56c536 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -21,7 +21,7 @@
<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, 2012)</b></a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-12.1-livedvd/amd64/"><b>12.1 LiveDVD (Apr 01, 2012)</b></a>
</p>
<h5>support for 64bit x86_64 systems</h5>
</li>
@@ -30,7 +30,7 @@
<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, 2012)</b></a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-12.1-livedvd/x86/"><b>12.1 LiveDVD (Apr 01, 2012)</b></a>
</p>
<h5>support for 32bit x86 systems</h5>
</li>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2013-09-27 0:46 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2013-09-27 0:46 UTC (permalink / raw
To: gentoo-commits
commit: b0a87c2ffcb67157a81fa353e169558d15fed2c7
Author: Matthew Summers <matthew.summers <AT> liquidustech <DOT> com>
AuthorDate: Fri Sep 27 00:44:47 2013 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 00:44:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=b0a87c2f
got rid of the ugly rounded business around the main container
---
htdocs/style.css | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/htdocs/style.css b/htdocs/style.css
index f897cc1..50cefbe 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -14,15 +14,6 @@ div.contain {
width:95%;
height:100%;
margin: 2em 2.5%;
-/* background: rgba(255,255,255,0.20); */
- -moz-border-radius: 142px;
- -webkit-border-radius: 142px;
- -opera-border-radius: 142px;
- border-radius: 142px;
- -moz-box-shadow:#45347B 0 0 2.5em;
- -webkit-box-shadow:#45347B 0 0 2.5em;
- -opera-box-shadow:#45347B 0 0 2.5em;
- box-shadow:#45347B 0 0 2.5em;
}
div.head {
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2013-09-27 15:12 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2013-09-27 15:12 UTC (permalink / raw
To: gentoo-commits
commit: 076849ef12db9743824beb7981da64774fe44584
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 15:11:35 2013 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 15:11:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=076849ef
added mips to arches table for hwoarang
---
htdocs/index.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/htdocs/index.html b/htdocs/index.html
index 7f807bd..d0463ee 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -64,6 +64,13 @@
<td><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-iso/">iso</a></td>
<td><a href="http://distfiles.gentoo.org/releases/ia64/autobuilds/current-stage3/">stages</a></td>
</tr>
+
+ <tr>
+ <td class="cool">mips</td>
+ <td><br /></td>
+ <td><a href="http://distfiles.gentoo.org/experimental/mips/stages/">stages</a></td>
+ </tr>
+
<tr>
<td class="cool">ppc/ppc64</td>
<td><a href="http://distfiles.gentoo.org/releases/ppc/autobuilds/current-iso/">iso</a></td>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2014-04-03 17:20 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2014-04-03 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 5d18dba7a9f5b94a597c0411e9842a016513c2dc
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 3 17:19:34 2014 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Thu Apr 3 17:19:34 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=5d18dba7
changed URLS for amd64 and x86 autobuilds (stages & isos) per jmbsvicetto, bug 499142
---
htdocs/index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index d0463ee..d4bda61 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -18,8 +18,8 @@
<ul>
<li>
<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>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/">iso</a>
+ <a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/">stages</a>
<p>
<a href="http://bouncer.gentoo.org/fetch/gentoo-20121221-livedvd/amd64/"><b>20121221 LiveDVD (Dec 21, 2012)</b></a>
</p>
@@ -27,8 +27,8 @@
</li>
<li>
<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>
+ <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/">iso</a>
+ <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/">stages</a>
<p>
<a href="http://bouncer.gentoo.org/fetch/gentoo-20121221-livedvd/x86/"><b>20121221 LiveDVD (Dec 21, 2012)</b></a>
</p>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2014-04-03 17:26 Matthew Summers
0 siblings, 0 replies; 17+ messages in thread
From: Matthew Summers @ 2014-04-03 17:26 UTC (permalink / raw
To: gentoo-commits
commit: afe45a47297add6d730742df9a32c0c2576e4195
Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 3 17:26:00 2014 +0000
Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
CommitDate: Thu Apr 3 17:26:00 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=afe45a47
Removed some css I was tired of seeing.
---
htdocs/style.css | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/htdocs/style.css b/htdocs/style.css
index 50cefbe..9785aee 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -56,14 +56,6 @@ div.big_arches ul li {
min-height: 160px;
text-align:center;
border: none;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- -opera-border-radius: 20px;
- border-radius: 20px;
- -moz-box-shadow: 0 0 1em #45347B;
- -webkit-box-shadow: #45347B 0 0 1em;
- -opera-box-shadow: #45347B 0 0 1em;
- box-shadow: 0 0 1em #45347B;
}
div.big_arches ul li h2 {
display: block;
@@ -103,14 +95,6 @@ div.arches {
min-height:5em;
text-align:center;
display:block;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- -opera-border-radius: 20px;
- border-radius: 20px;
- -moz-box-shadow: 0 0 1em #45347B;
- -webkit-box-shadow: #45347B 0 0 1em;
- -opera-box-shadow: #45347B 0 0 1em;
- box-shadow: 0 0 1em #45347B;
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2014-09-29 22:04 Pavlos Ratis
0 siblings, 0 replies; 17+ messages in thread
From: Pavlos Ratis @ 2014-09-29 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 51316d0203472ba6d70d90844b1dd78211f73405
Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 22:02:39 2014 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Mon Sep 29 22:03:36 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=51316d02
update hyperlinks to the latest livedvd
Signed-off-by: Pavlos Ratis <dastergon <AT> gentoo.org>
---
htdocs/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index d4bda61..cbd5df8 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -21,7 +21,7 @@
<a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/">iso</a>
<a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/">stages</a>
<p>
- <a href="http://bouncer.gentoo.org/fetch/gentoo-20121221-livedvd/amd64/"><b>20121221 LiveDVD (Dec 21, 2012)</b></a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/amd64/"><b>"Iron Penguin" - 20140826 LiveDVD (Aug 08, 26)</b></a>
</p>
<h5>support for 64bit x86_64 systems</h5>
</li>
@@ -30,7 +30,7 @@
<a href="http://distfiles.gentoo.org/releases/x86/autobuilds/">iso</a>
<a href="http://distfiles.gentoo.org/releases/x86/autobuilds/">stages</a>
<p>
- <a href="http://bouncer.gentoo.org/fetch/gentoo-20121221-livedvd/x86/"><b>20121221 LiveDVD (Dec 21, 2012)</b></a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/x86/"><b>"Iron Penguin" - 20140826 LiveDVD (Aug 08, 26)</b></a>
</p>
<h5>support for 32bit x86 systems</h5>
</li>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
@ 2014-09-29 22:10 Pavlos Ratis
0 siblings, 0 replies; 17+ messages in thread
From: Pavlos Ratis @ 2014-09-29 22:10 UTC (permalink / raw
To: gentoo-commits
commit: ce6007808b20c3686bd66277af02403bdc2217b6
Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 22:09:54 2014 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Mon Sep 29 22:09:54 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=ce600780
update to the latest livedvd
Signed-off-by: Pavlos Ratis <dastergon <AT> gentoo.org>
---
htdocs/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index d4bda61..cd010a1 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -21,7 +21,7 @@
<a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/">iso</a>
<a href="http://distfiles.gentoo.org/releases/amd64/autobuilds/">stages</a>
<p>
- <a href="http://bouncer.gentoo.org/fetch/gentoo-20121221-livedvd/amd64/"><b>20121221 LiveDVD (Dec 21, 2012)</b></a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/amd64/"><b>"Iron Penguin" - 20140826 LiveDVD (Aug 26, 2014)</b></a>
</p>
<h5>support for 64bit x86_64 systems</h5>
</li>
@@ -30,7 +30,7 @@
<a href="http://distfiles.gentoo.org/releases/x86/autobuilds/">iso</a>
<a href="http://distfiles.gentoo.org/releases/x86/autobuilds/">stages</a>
<p>
- <a href="http://bouncer.gentoo.org/fetch/gentoo-20121221-livedvd/x86/"><b>20121221 LiveDVD (Dec 21, 2012)</b></a>
+ <a href="http://bouncer.gentoo.org/fetch/gentoo-20140826-livedvd/x86/"><b>"Iron Penguin" - 20140826 LiveDVD (Aug 26, 2014)</b></a>
</p>
<h5>support for 32bit x86 systems</h5>
</li>
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2014-09-29 22:10 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 15:12 [gentoo-commits] proj/get-gentoo:master commit in: htdocs/ Matthew Summers
-- strict thread matches above, loose matches on Subject: below --
2014-09-29 22:10 Pavlos Ratis
2014-09-29 22:04 Pavlos Ratis
2014-04-03 17:26 Matthew Summers
2014-04-03 17:20 Matthew Summers
2013-09-27 0:46 Matthew Summers
2012-04-01 0:33 Robin H. Johnson
2012-03-24 0:21 Matthew Summers
2012-03-09 22:40 Sebastian Pipping
2012-01-21 0:12 Alec Warner
2011-04-25 15:26 Matthew Summers
2011-04-25 15:20 Matthew Summers
2011-04-08 21:30 Matthew Summers
2011-03-28 21:41 Matthew Summers
2011-03-26 19:02 Matthew Summers
2011-03-03 18:11 Matthew Summers
2011-02-21 21:31 Matthew Summers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox