diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-15 18:43:51 +0300 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-15 18:43:51 +0300 |
commit | 640b77734a6144546c128a3c99e32fbbfae7ae33 (patch) | |
tree | f3775c1a7a2a8f4950519bcaec5c24dd85a57961 /configs/base | |
parent | Apply the archives fix to universe too, small fix in the path so the (diff) | |
download | planet-640b77734a6144546c128a3c99e32fbbfae7ae33.tar.gz planet-640b77734a6144546c128a3c99e32fbbfae7ae33.tar.bz2 planet-640b77734a6144546c128a3c99e32fbbfae7ae33.zip |
For some reason the html template doesn't print the description var, changing the name to owner_name for now (NEEDS FIX)
Diffstat (limited to 'configs/base')
-rw-r--r-- | configs/base/venus.planet | 7 | ||||
-rw-r--r-- | configs/base/venus.universe | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/configs/base/venus.planet b/configs/base/venus.planet index 107f2fe..48131ad 100644 --- a/configs/base/venus.planet +++ b/configs/base/venus.planet @@ -3,9 +3,12 @@ # metadata name = Planet Gentoo link = http://planet.gentoo.org/ -owner_name = Gentoo Foundation +#owner_name = Gentoo Foundation owner_email = planet@gentoo.org -description = Welcome to <b>Planet Gentoo</b>, an aggregation of Gentoo-related weblog articles written by Gentoo developers. For a broader range of topics, you might be interested in <a href="http://planet.gentoo.org/universe/">Gentoo Universe</a>. +#description = Welcome to <b>Planet Gentoo</b>, an aggregation of Gentoo-related weblog articles written by Gentoo developers. For a broader range of topics, you might be interested in <a href="http://planet.gentoo.org/universe/">Gentoo Universe</a>. + +# For some reason the html template doesn't print the description var, changing the name to owner_name for now (NEEDS FIX) +owner_name = Welcome to <b>Planet Gentoo</b>, an aggregation of Gentoo-related weblog articles written by Gentoo developers. For a broader range of topics, you might be interested in <a href="http://planet.gentoo.org/universe/">Gentoo Universe</a>. # planet cache_directory = /var/www/planet.gentoo.org/cache/planet diff --git a/configs/base/venus.universe b/configs/base/venus.universe index 2997881..f45d705 100644 --- a/configs/base/venus.universe +++ b/configs/base/venus.universe @@ -3,9 +3,13 @@ # metadata name = Gentoo Universe link = http://planet.gentoo.org/universe/ -owner_name = Gentoo Foundation +#owner_name = Gentoo Foundation owner_email = planet@gentoo.org -description = Welcome to <b>Gentoo Universe</b>, an aggregation of weblog articles on all topics written by Gentoo developers. For a more refined aggregation of Gentoo-related topics only, you might be interested in <a href="http://planet.gentoo.org/">Planet Gentoo</a>. +#description = Welcome to <b>Gentoo Universe</b>, an aggregation of weblog articles on all topics written by Gentoo developers. For a more refined aggregation of Gentoo-related topics only, you might be interested in <a href="http://planet.gentoo.org/">Planet Gentoo</a>. + +# For some reason the html template doesn't print the description var, changing the name to owner_name for now (NEEDS FIX) +owner_name = Welcome to <b>Gentoo Universe</b>, an aggregation of weblog articles on all topics written by Gentoo developers. For a more refined aggregation of Gentoo-related topics only, you might be interested in <a href="http://planet.gentoo.org/">Planet Gentoo</a>. + # planet cache_directory = /var/www/planet.gentoo.org/cache/universe |