diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-12-16 17:29:11 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-12-16 17:29:11 +0000 |
commit | fc17f3da84591c5a73919360c7d86c5773b6c1b7 (patch) | |
tree | 1830f0ef002b2a89c1f47c8ca08c96139fa0bfca /configs/base | |
parent | remove old ini files (diff) | |
download | planet-fc17f3da84591c5a73919360c7d86c5773b6c1b7.tar.gz planet-fc17f3da84591c5a73919360c7d86c5773b6c1b7.tar.bz2 planet-fc17f3da84591c5a73919360c7d86c5773b6c1b7.zip |
rename files
Diffstat (limited to 'configs/base')
-rw-r--r-- | configs/base/planet | 13 | ||||
-rw-r--r-- | configs/base/universe | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/configs/base/planet b/configs/base/planet new file mode 100644 index 0000000..702af58 --- /dev/null +++ b/configs/base/planet @@ -0,0 +1,13 @@ +[Planet] +name = Planet Gentoo +link = http://planet.gentoo.org/ +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>. +cache_directory = /var/www/planet.gentoo.org/planet/cache +log_level = INFO +template_files = /var/www/planet.gentoo.org/planet/templates/index.html.tmpl /var/www/planet.gentoo.org/planet/templates/rss20.xml.tmpl /var/www/planet.gentoo.org/planet/templates/opml.xml.tmpl /var/www/planet.gentoo.org/planet/templates/atom.xml.tmpl +output_dir = /var/www/planet.gentoo.org/htdocs +items_per_page = 50 +days_per_page = 0 +date_format = %B %d, %Y, %H:%M %Z diff --git a/configs/base/universe b/configs/base/universe new file mode 100644 index 0000000..47e2573 --- /dev/null +++ b/configs/base/universe @@ -0,0 +1,13 @@ +[Planet] +name = Gentoo Universe +link = http://planet.gentoo.org/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>. +cache_directory = /var/www/planet.gentoo.org/planet/cache +log_level = INFO +template_files = /var/www/planet.gentoo.org/planet/templates/index.html.tmpl /var/www/planet.gentoo.org/planet/templates/rss20.xml.tmpl /var/www/planet.gentoo.org/planet/templates/opml.xml.tmpl /var/www/planet.gentoo.org/planet/templates/atom.xml.tmpl +output_dir = /var/www/planet.gentoo.org/htdocs/universe +items_per_page = 50 +days_per_page = 0 +date_format = %B %d, %Y, %H:%M %Z |