From fc17f3da84591c5a73919360c7d86c5773b6c1b7 Mon Sep 17 00:00:00 2001 From: Steve Dibb Date: Tue, 16 Dec 2008 17:29:11 +0000 Subject: rename files --- configs/base/planet | 13 +++++++++++++ configs/base/universe | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 configs/base/planet create mode 100644 configs/base/universe (limited to 'configs/base') diff --git a/configs/base/planet b/configs/base/planet new file mode 100644 index 00000000..702af587 --- /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 Planet Gentoo, an aggregation of Gentoo-related weblog articles written by Gentoo developers. For a broader range of topics, you might be interested in Gentoo Universe. +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 00000000..47e25738 --- /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 Gentoo Universe, 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 Planet Gentoo. +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 -- cgit v1.2.3-65-gdbad