diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-12-18 20:30:34 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-12-18 20:30:34 +0000 |
commit | f42b583e6e93543780519cbb9759591b52125eb8 (patch) | |
tree | 741eae12ae4caa11932a9a627da608b7baab226c /configs/base | |
parent | move opfer to fauli (diff) | |
download | planet-f42b583e6e93543780519cbb9759591b52125eb8.tar.gz planet-f42b583e6e93543780519cbb9759591b52125eb8.tar.bz2 planet-f42b583e6e93543780519cbb9759591b52125eb8.zip |
add new venus configs
Diffstat (limited to 'configs/base')
-rw-r--r-- | configs/base/venus.planet | 25 | ||||
-rw-r--r-- | configs/base/venus.universe | 25 |
2 files changed, 50 insertions, 0 deletions
diff --git a/configs/base/venus.planet b/configs/base/venus.planet new file mode 100644 index 0000000..c720b92 --- /dev/null +++ b/configs/base/venus.planet @@ -0,0 +1,25 @@ +[Planet] + +# metadata +name = Planet Gentoo +link = http://planet.gentoo.org/venus/ +owner_name = Daniel Drake +owner_email = dsd@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>. + +# planet +cache_directory = /var/www/planet.gentoo.org/venus/cache/planet +log_level = DEBUG +output_theme = planet_gentoo +output_dir = /var/www/planet.gentoo.org/htdocs/venus +items_per_page = 50 +days_per_page = 0 +date_format = %B %d, %Y, %H:%M %Z + +# testing new features +# http://www.intertwingly.net/code/venus/docs/config.html +activity_threshhold = 30 +spider_threads = 2 +feed_timeout = 20 +new_feed_items = 10 +future_dates = ignore_date diff --git a/configs/base/venus.universe b/configs/base/venus.universe new file mode 100644 index 0000000..d256042 --- /dev/null +++ b/configs/base/venus.universe @@ -0,0 +1,25 @@ +[Planet] + +# metadata +name = Gentoo Universe +link = http://planet.gentoo.org/venus/universe/ +owner_name = Daniel Drake +owner_email = dsd@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>. + +# planet +cache_directory = /var/www/planet.gentoo.org/venus/cache/universe +log_level = DEBUG +output_theme = planet_gentoo +output_dir = /var/www/planet.gentoo.org/htdocs/venus/universe +items_per_page = 50 +days_per_page = 0 +date_format = %B %d, %Y, %H:%M %Z + +# testing new features +# http://www.intertwingly.net/code/venus/docs/config.html +activity_threshhold = 30 +spider_threads = 2 +feed_timeout = 20 +new_feed_items = 10 +future_dates = ignore_date |