Skip to content

Commit

Permalink
Fixing broken template file issues for planet.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedersen committed Feb 13, 2013
1 parent ffc8a26 commit 0bc1602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions planet/tgplanet/config.ini
Expand Up @@ -17,13 +17,13 @@ owner_email = turbogears-trunk@googlegroups.com
# new_feed_items: Number of items to take from new feeds
# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
# feed_timeout: number of seconds to wait for any given feed
cache_directory = tgplanet/cache
cache_directory = /home/turbogearsorg/siterepo/website/planet/tgplanet/cache
new_feed_items = 2
log_level = DEBUG
feed_timeout = 20

# template_files: Space-separated list of output template files
template_files = tgplanet/index.html.tmpl tgplanet/atom.xml.tmpl tgplanet/rss20.xml.tmpl tgplanet/rss10.xml.tmpl tgplanet/opml.xml.tmpl tgplanet/foafroll.xml.tmpl
template_files = /home/turbogearsorg/siterepo/website/planet/tgplanet/index.html.tmpl /home/turbogearsorg/siterepo/website/planet/tgplanet/atom.xml.tmpl /home/turbogearsorg/siterepo/website/planet/tgplanet/rss20.xml.tmpl /home/turbogearsorg/siterepo/website/planet/tgplanet/rss10.xml.tmpl /home/turbogearsorg/siterepo/website/planet/tgplanet/opml.xml.tmpl /home/turbogearsorg/siterepo/website/planet/tgplanet/foafroll.xml.tmpl

# The following provide defaults for each template:
# output_dir: Directory to place output files
Expand Down Expand Up @@ -51,7 +51,7 @@ encoding = utf-8
# in template_files).

# Provide no more than 60 days articles on the front page
[tgplanet/index.html.tmpl]
[/home/turbogearsorg/siterepo/website/planet/tgplanet/index.html.tmpl]
days_per_page = 60

# If non-zero, all feeds which have not been updated in the indicated
Expand Down

0 comments on commit 0bc1602

Please sign in to comment.