1 # Planet configuration file
3 # Every planet needs a [Planet] section
5 # name: Your planet's name
6 # link: Link to the main page
7 # owner_name: Your name
8 # owner_email: Your e-mail address
10 link = http://www.planet.zog/
11 owner_name = Zig The Alien
12 owner_email = zig@planet.zog
14 # cache_directory: Where cached feeds are stored
15 # new_feed_items: Number of items to take from new feeds
16 # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
17 cache_directory = examples/cache
21 # template_files: Space-separated list of output template files
22 template_files = examples/basic/index.html.tmpl examples/atom.xml.tmpl examples/rss20.xml.tmpl examples/rss10.xml.tmpl examples/opml.xml.tmpl examples/foafroll.xml.tmpl
24 # The following provide defaults for each template:
25 # output_dir: Directory to place output files
26 # items_per_page: How many items to put on each page
27 # days_per_page: How many complete days of posts to put on each page
28 # This is the absolute, hard limit (over the item limit)
29 # date_format: strftime format for the default 'date' template variable
30 # new_date_format: strftime format for the 'new_date' template variable
31 # encoding: output encoding for the file, Python 2.3+ users can use the
32 # special "xml" value to output ASCII with XML character references
33 # locale: locale to use for (e.g.) strings in dates, default is taken from your
34 # system. You can specify more locales separated by ':', planet will
35 # use the first available one
36 output_dir = examples/output
39 date_format = %B %d, %Y %I:%M %p
40 new_date_format = %B %d, %Y
45 # To define a different value for a particular template you may create
46 # a section with the same name as the template file's filename (as given
49 # [examples/rss10.xml.tmpl]
54 # Any other section defines a feed to subscribe to. The section title
55 # (in the []s) is the URI of the feed itself. A section can also be
56 # have any of the following options:
58 # name: Name of the feed (defaults to the title found in the feed)
60 # Additionally any other option placed here will be available in
61 # the template (prefixed with channel_ for the Items loop). You can
62 # define defaults for these in a [DEFAULT] section, for example
63 # Planet Debian uses the following to define faces:
69 # [http://www.blog.com/rss]
73 # The facewidth of the defined blog defaults to 64.
75 [http://www.netsplit.com/blog/index.rss]
76 name = Scott James Remnant
78 [http://www.gnome.org/~jdub/blog/?flav=rss]
81 [http://usefulinc.com/edd/blog/rss91]
84 [http://blog.clearairturbulence.org/?flav=rss]
87 [http://www.hadess.net/diary.rss]