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
12 link = http://planet.webkit.org/
13 owner_name = Adam Roben
14 owner_email = aroben@apple.com
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 = cache
25 # template_files: Space-separated list of output template files
26 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
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
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 [templates/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.kdedevelopers.org/blog/105/feed]
89 [http://www.atoker.com/blog/category/webkit/feed/]
93 [http://blog.kov.eti.br/wp-rss2.php?cat=16]
94 name = Gustavo Noronha
97 [http://zecke.blogspot.com/feeds/posts/full/-/WebKit]
98 name = Holger Freyther
101 [http://blog.justinhaygood.com/category/webkit/feed/]
102 name = Justin Haygood
105 [http://sideshowbarker.net/feed/]
106 name = Michael(tm) Smith
110 [http://webkit.org/blog/feed/]
111 name = Surfin’ Safari
113 [http://labs.trolltech.com/blogs/feed/atom/?cat=9]
114 name = Trolltech Labs
116 [http://feeds.feedburner.com/liferc/webkit]
117 name = Jan Michael Alonzo
121 [http://lwat.blogspot.com/feeds/posts/default]
126 [http://blog.squidy.info/category/webkit/feed/en/]
127 name = Pierre-Luc Beaudoin
130 [http://summerofjsc.blogspot.com/feeds/posts/default]
131 name = Cameron Zwarich
133 [http://hanblog.info/blog/feed/category/WebKit/atom]
134 name = Anthony Ricaud
136 [http://blog.chromium.org/feeds/posts/default?alt=rss]
137 name = The Chromium Blog
140 [http://blogs.gnome.org/xan/category/webkit/feed/rss/]