diff options
-rw-r--r-- | configs/base/planet | 13 | ||||
-rw-r--r-- | configs/base/universe | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/configs/base/planet b/configs/base/planet deleted file mode 100644 index 702af587..00000000 --- a/configs/base/planet +++ /dev/null @@ -1,13 +0,0 @@ -[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 deleted file mode 100644 index 47e25738..00000000 --- a/configs/base/universe +++ /dev/null @@ -1,13 +0,0 @@ -[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 |