diff options
author | 2010-09-15 18:43:51 +0300 | |
---|---|---|
committer | 2010-09-15 18:43:51 +0300 | |
commit | 640b77734a6144546c128a3c99e32fbbfae7ae33 (patch) | |
tree | f3775c1a7a2a8f4950519bcaec5c24dd85a57961 /configs/base/venus.planet | |
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/venus.planet')
-rw-r--r-- | configs/base/venus.planet | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/base/venus.planet b/configs/base/venus.planet index 107f2fef..48131ad6 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 |