Update for 2012-11-26
[iron-blogger] / templates / config.ini
index ffa19098579e0f3a5085b97612e998e66e0d7ba8..8c312b0e14abda177cce93c16661ce1fd97cc5d5 100644 (file)
@@ -7,19 +7,19 @@
 # owner_name: Your name
 # owner_email: Your e-mail address
 name = Planet Iron Blogger
-link = http://iron-blogger.mit.edu/planet/
-owner_name = Nelson Elhage
-owner_email = nelhage@mit.edu
+link = http://iron-blogger.mako.cc/planet/
+owner_name = Benjamin Mako Hill
+owner_email = mako@atdot.cc
 
 # cache_directory: Where cached feeds are stored
 # new_feed_items: Number of items to take from new feeds
 # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
-cache_directory = /mit/nelhage/web_scripts_tmp/planet
+cache_directory = cache
 new_feed_items = 2
 log_level = DEBUG
 
 # template_files: Space-separated list of output template files
-template_files = iron-blogger/index.html.tmpl iron-blogger/atom.xml.tmpl iron-blogger/rss20.xml.tmpl iron-blogger/rss10.xml.tmpl iron-blogger/opml.xml.tmpl iron-blogger/foafroll.xml.tmpl
+template_files = templates/index.html.tmpl templates/atom.xml.tmpl templates/rss20.xml.tmpl templates/rss10.xml.tmpl templates/opml.xml.tmpl templates/foafroll.xml.tmpl
 
 # The following provide defaults for each template:
 # output_dir: Directory to place output files
@@ -33,14 +33,13 @@ template_files = iron-blogger/index.html.tmpl iron-blogger/atom.xml.tmpl iron-bl
 # locale: locale to use for (e.g.) strings in dates, default is taken from your
 #         system. You can specify more locales separated by ':', planet will
 #         use the first available one
-output_dir = /mit/nelhage/web_scripts/iron-blogger/planet/
-items_per_page = 15
+output_dir = out
+items_per_page = 40
 days_per_page = 0
 date_format = %B %d, %Y %I:%M %p
 new_date_format = %B %d, %Y
 encoding = utf-8
 
-
 % for u in userlist:
 <%
 if u.username == 'adehnert':

Benjamin Mako Hill || Want to submit a patch?