summaryrefslogtreecommitdiffstats
path: root/planet2/config
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-08-30 03:37:03 +0200
committerMichael Bien <[email protected]>2010-08-30 03:37:03 +0200
commitecbb7d1860942c18b3f481553898b9ba626269ee (patch)
tree7813d1a8f2b6e4691476cf7ae3179e071152fdd5 /planet2/config
parente3b64395f99a8b6652c979b7a11d9b487815ea64 (diff)
added Anthony Rogers' blog feed to planet.
small changes in config files. fixed urls in planet-template.
Diffstat (limited to 'planet2/config')
-rw-r--r--planet2/config/planet-config.xml4
-rw-r--r--planet2/config/planet-template.html4
-rw-r--r--planet2/config/stream-config.xml4
3 files changed, 5 insertions, 7 deletions
diff --git a/planet2/config/planet-config.xml b/planet2/config/planet-config.xml
index 2d54f44..fddb1ba 100644
--- a/planet2/config/planet-config.xml
+++ b/planet2/config/planet-config.xml
@@ -4,7 +4,7 @@
<planet title="Planet JogAmp"
description="JogAmp Aggregated Feeds"
author="Hungry Harry"
- maxEntries="20"
+ maxEntries="30"
link="http://jogamp.org/planet">
<feed>rss_2.0</feed>
<template>/srv/www/jogamp.org/planet2/config/planet-template.html</template>
@@ -15,5 +15,5 @@
<feed name="mbien" url="http://michael-bien.com/mbien/feed/entries/atom?tags=jogl"/>
<feed name="jau" url="http://jausoft.com/blog/category/computer-stuff/3d-opengl/jogl/feed/"/>
<feed name="rami" url="http://ramisantina.blogspot.com/feeds/posts/default/-/jogl"/>
- <!--<feed name="ant" url="http://blogs.sun.com/ant/feed/entries/rss"/>-->
+ <feed name="ant" url="http://blogs.sun.com/ant/feed/entries/rss"/>
</config>
diff --git a/planet2/config/planet-template.html b/planet2/config/planet-template.html
index d2e22bb..dd6d44d 100644
--- a/planet2/config/planet-template.html
+++ b/planet2/config/planet-template.html
@@ -43,8 +43,8 @@
<h3>Links</h3>
<ul>
- <li><a href="forum.html">Forum / Mailing Lists</a></li>
- <li><a href="stream">Streams</a></li>
+ <li><a href="../forum.html">Forum / Mailing Lists</a></li>
+ <li><a href="../stream">Streams</a></li>
</ul>
<p>
Powered by <a href="http://github.com/mbien/Hungry-Harry">Hungry Harry</a>
diff --git a/planet2/config/stream-config.xml b/planet2/config/stream-config.xml
index 5052a53..22822c8 100644
--- a/planet2/config/stream-config.xml
+++ b/planet2/config/stream-config.xml
@@ -1,12 +1,10 @@
-
<config>
<planet title="JogAmp Streams"
description="JogAmp Aggregated Feeds"
author="Hungry Harry"
- maxEntries="16"
+ maxEntries="50"
link="http://jogamp.org/stream/">
- <feed>atom_0.3</feed>
<feed>rss_2.0</feed>
<template>/srv/www/jogamp.org/planet2/config/stream-template.html</template>
<output>/srv/www/jogamp.org/stream</output>