summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-09-15 13:41:33 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-09-15 13:41:33 +0300
commit27ad59a12f92f4e7629dcca16a0a6d174a95a081 (patch)
tree6fb0188157b7181e6c57283f82a38c034bb83052
parentArchive files are rearranged in dirs based on year, change index.php to (diff)
downloadplanet-27ad59a12f92f4e7629dcca16a0a6d174a95a081.tar.gz
planet-27ad59a12f92f4e7629dcca16a0a6d174a95a081.tar.bz2
planet-27ad59a12f92f4e7629dcca16a0a6d174a95a081.zip
Stylish changes
-rw-r--r--archives/planet/index.php13
-rw-r--r--archives/universe/index.php13
-rw-r--r--templates/config.ini2
-rw-r--r--templates/index.html.tmpl7
4 files changed, 12 insertions, 23 deletions
diff --git a/archives/planet/index.php b/archives/planet/index.php
index 0083a61..a0e7d38 100644
--- a/archives/planet/index.php
+++ b/archives/planet/index.php
@@ -24,15 +24,13 @@
<div class="menu">
<a href="http://www.gentoo.org/main/en/about.xml" class="menulink">About</a> |
<a href="http://www.gentoo.org/proj/en/metastructure/projects.xml?showlevel=1" class="menulink">Projects</a> |
- <a href="http://www.gentoo.org/main/en/philosophy.xml" class="menulink">Philosophy</a> |
<a href="http://www.gentoo.org/doc/en/index.xml" class="menulink">Docs</a> |
<a href="http://forums.gentoo.org/" class="menulink">Forums</a> |
<a href="http://www.gentoo.org/main/en/lists.xml" class="menulink">Lists</a> |
<a href="http://bugs.gentoo.org/" class="menulink">Bugs</a> |
- <a href="http://www.cafepress.com/officialgentoo/" class="menulink">Store</a> |
- <a href="http://www.gentoo.org/news/en/gmn/" class="menulink">GMN</a> |
<a href="http://www.gentoo.org/main/en/where.xml" class="menulink">Get Gentoo!</a> |
- <a href="http://www.gentoo.org/main/en/sponsors.xml" class="menulink">Sponsors</a>
+ <a href="http://www.gentoo.org/main/en/support.xml" class="menulink">Support</a>
+ <a href="http://planet.gentoo.org/" class="menulink">Planet</a>
</div></td>
@@ -44,11 +42,10 @@
<img alt="Gentoo Spaceship" src="/images/gridtest.gif" align="right" height="96" width="132"><br clear="all"><br>
<div class='altmenu'>
-<br>Bugs? Comments? Suggestions? Contact us:
-<a href="mailto:planet@gentoo.org">planet@gentoo.org</a>
+<br>Bugs? Comments? Suggestions? <a href="http://www.gentoo.org/proj/en/userrel/planet/">Contact us!</a>
<br><br><b>Powered by:</b><br>
-<a href="http://www.planetplanet.org/">Planet</a>
+<a href="http://www.intertwingly.net/code/venus/">Planet Venus</a>
</div>
</td>
@@ -78,7 +75,7 @@
<tr><td colspan="2" class="footer">
-Gentoo Design, Copyright 2001-2006 Gentoo Foundation, Inc.<br>
+Gentoo Design, Copyright 2001-2010 Gentoo Foundation, Inc.<br>
Views expressed in the content shown above do not necessarily represent the views of Gentoo Linux or the Gentoo Foundation.
</td></tr>
</tbody></table></body></html>
diff --git a/archives/universe/index.php b/archives/universe/index.php
index f050546..754c1dd 100644
--- a/archives/universe/index.php
+++ b/archives/universe/index.php
@@ -24,15 +24,13 @@
<div class="menu">
<a href="http://www.gentoo.org/main/en/about.xml" class="menulink">About</a> |
<a href="http://www.gentoo.org/proj/en/metastructure/projects.xml?showlevel=1" class="menulink">Projects</a> |
- <a href="http://www.gentoo.org/main/en/philosophy.xml" class="menulink">Philosophy</a> |
<a href="http://www.gentoo.org/doc/en/index.xml" class="menulink">Docs</a> |
<a href="http://forums.gentoo.org/" class="menulink">Forums</a> |
<a href="http://www.gentoo.org/main/en/lists.xml" class="menulink">Lists</a> |
<a href="http://bugs.gentoo.org/" class="menulink">Bugs</a> |
- <a href="http://www.cafepress.com/officialgentoo/" class="menulink">Store</a> |
- <a href="http://www.gentoo.org/news/en/gmn/" class="menulink">GMN</a> |
<a href="http://www.gentoo.org/main/en/where.xml" class="menulink">Get Gentoo!</a> |
- <a href="http://www.gentoo.org/main/en/sponsors.xml" class="menulink">Sponsors</a>
+ <a href="http://www.gentoo.org/main/en/support.xml" class="menulink">Support</a>
+ <a href="http://planet.gentoo.org/" class="menulink">Planet</a>
</div></td>
@@ -44,11 +42,10 @@
<img alt="Gentoo Spaceship" src="/images/gridtest.gif" align="right" height="96" width="132"><br clear="all"><br>
<div class='altmenu'>
-<br>Bugs? Comments? Suggestions? Contact us:
-<a href="mailto:planet@gentoo.org">planet@gentoo.org</a>
+<br>Bugs? Comments? Suggestions? <a href="http://www.gentoo.org/proj/en/userrel/planet/">Contact us!</a>
<br><br><b>Powered by:</b><br>
-<a href="http://www.planetplanet.org/">Planet</a>
+<a href="http://www.intertwingly.net/code/venus/">Planet Venus</a>
</div>
</td>
@@ -76,7 +73,7 @@
<tr><td colspan="2" class="footer">
-Gentoo Design, Copyright 2001-2006 Gentoo Foundation, Inc.<br>
+Gentoo Design, Copyright 2001-2010 Gentoo Foundation, Inc.<br>
Views expressed in the content shown above do not necessarily represent the views of Gentoo Linux or the Gentoo Foundation.
</td></tr>
</tbody></table></body></html>
diff --git a/templates/config.ini b/templates/config.ini
index 3c38348..dd82c12 100644
--- a/templates/config.ini
+++ b/templates/config.ini
@@ -8,4 +8,4 @@ template_files:
index.html.tmpl
template_directories:
- /var/www/planet.gentoo.org/planet-gentoo/templates
+ /usr/share/webapps/20100911/themes/
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index b90ca0b..808f0da 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -25,16 +25,12 @@
<div class="menu">
<a href="http://www.gentoo.org/main/en/about.xml" class="menulink">About</a> |
<a href="http://www.gentoo.org/proj/en/metastructure/projects.xml?showlevel=1" class="menulink">Projects</a> |
- <a href="http://www.gentoo.org/main/en/philosophy.xml" class="menulink">Philosophy</a> |
<a href="http://www.gentoo.org/doc/en/index.xml" class="menulink">Docs</a> |
<a href="http://forums.gentoo.org/" class="menulink">Forums</a> |
<a href="http://www.gentoo.org/main/en/lists.xml" class="menulink">Lists</a> |
<a href="http://bugs.gentoo.org/" class="menulink">Bugs</a> |
- <a href="http://www.cafepress.com/officialgentoo/" class="menulink">Store</a> |
- <a href="http://www.gentoo.org/news/en/gmn/" class="menulink">GMN</a> |
<a href="http://www.gentoo.org/main/en/where.xml" class="menulink">Get Gentoo!</a> |
<a href="http://www.gentoo.org/main/en/support.xml" class="menulink">Support</a> |
- <a href="http://www.gentoo.org/main/en/sponsors.xml" class="menulink">Sponsors</a> |
<a href="/archives/" class="menulink">Archives</a>
</div></td>
@@ -66,8 +62,7 @@ Views expressed in the content published here do not necessarily represent the v
</a><br>
</div>
-<br>Bugs? Comments? Suggestions? Contact us:
-<a href="mailto:planet@gentoo.org">planet@gentoo.org</a>
+<br>Bugs? Comments? Suggestions? <a href="http://www.gentoo.org/proj/en/userrel/planet/">Contact us!</a>
<br><br><b>Powered by:</b><br>
<a href="http://www.intertwingly.net/code/venus/">Planet Venus</a>