1 # Planet configuration file
3 # This illustrates some of Planet's fancier features with example.
5 # Every planet needs a [Planet] section
7 # name: Your planet's name
8 # link: Link to the main page
9 # owner_name: Your name
10 # owner_email: Your e-mail address
11 name = Planet Schmanet
12 link = http://planet.schmanet.janet/
13 owner_name = Janet Weiss
14 owner_email = janet@slut.sex
16 # cache_directory: Where cached feeds are stored
17 # new_feed_items: Number of items to take from new feeds
18 # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
19 # feed_timeout: number of seconds to wait for any given feed
20 cache_directory = examples/cache
25 # template_files: Space-separated list of output template files
26 template_files = examples/fancy/index.html.tmpl examples/atom.xml.tmpl examples/rss20.xml.tmpl examples/rss10.xml.tmpl examples/opml.xml.tmpl examples/foafroll.xml.tmpl
28 # The following provide defaults for each template:
29 # output_dir: Directory to place output files
30 # items_per_page: How many items to put on each page
31 # days_per_page: How many complete days of posts to put on each page
32 # This is the absolute, hard limit (over the item limit)
33 # date_format: strftime format for the default 'date' template variable
34 # new_date_format: strftime format for the 'new_date' template variable
35 # encoding: output encoding for the file, Python 2.3+ users can use the
36 # special "xml" value to output ASCII with XML character references
37 # locale: locale to use for (e.g.) strings in dates, default is taken from your
38 # system. You can specify more locales separated by ':', planet will
39 # use the first available one
40 output_dir = examples/output
43 date_format = %B %d, %Y %I:%M %p
44 new_date_format = %B %d, %Y
49 # To define a different value for a particular template you may create
50 # a section with the same name as the template file's filename (as given
53 # Provide no more than 7 days articles on the front page
54 [examples/fancy/index.html.tmpl]
57 # If non-zero, all feeds which have not been updated in the indicated
58 # number of days will be marked as inactive
59 activity_threshold = 0
62 # Options placed in the [DEFAULT] section provide defaults for the feed
63 # sections. Placing a default here means you only need to override the
64 # special cases later.
66 # Hackergotchi default size.
67 # If we want to put a face alongside a feed, and it's this size, we
68 # can omit these variables.
73 # Any other section defines a feed to subscribe to. The section title
74 # (in the []s) is the URI of the feed itself. A section can also be
75 # have any of the following options:
77 # name: Name of the feed (defaults to the title found in the feed)
79 # Additionally any other option placed here will be available in
80 # the template (prefixed with channel_ for the Items loop). We use
81 # this trick to make the faces work -- this isn't something Planet
82 # "natively" knows about. Look at fancy-examples/index.html.tmpl
83 # for the flip-side of this.
85 [http://www.netsplit.com/blog/index.rss]
86 name = Scott James Remnant
88 # pick up the default facewidth and faceheight
90 [http://www.gnome.org/~jdub/blog/?flav=rss]
96 [http://usefulinc.com/edd/blog/rss91]
102 [http://blog.clearairturbulence.org/?flav=rss]
105 # pick up the default faceheight only