2008-11-04 Cameron Zwarich <zwarich@apple.com>
[webkit/qt.git] / PlanetWebKit / config.ini
blobd682672323f6ed75079f5ec66b0d973044f7d660
1 # Planet configuration file
3 # This illustrates some of Planet's fancier features with example.
5 # Every planet needs a [Planet] section
6 [Planet]
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 WebKit
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
21 new_feed_items = 2
22 log_level = DEBUG
23 feed_timeout = 20
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
40 output_dir = wwwroot
41 items_per_page = 60
42 days_per_page = 0
43 date_format = %B %d, %Y %I:%M %p
44 new_date_format = %B %d, %Y
45 encoding = utf-8
46 # locale = C
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
51 # in template_files).
53 # Provide no more than 7 days articles on the front page
54 [templates/index.html.tmpl]
55 days_per_page = 14
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.
65 [DEFAULT]
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.
69 facewidth = 65
70 faceheight = 85
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]
86 name = Adam Treat
87 filter = webkit
89 [http://www.atoker.com/blog/category/webkit/feed/]
90 name = Alp Toker
91 nick = alp
93 [http://zecke.blogspot.com/feeds/posts/full/-/WebKit]
94 name = Holger Freyther
95 nick = zecke
97 [http://blog.justinhaygood.com/category/webkit/feed/]
98 name = Justin Haygood
99 nick = jhaygood
101 [http://webkit.org/blog/feed/]
102 name = Surfin&rsquo; Safari
104 [http://labs.trolltech.com/blogs/feed/atom/?cat=9]
105 name = Trolltech Labs
107 [http://feeds.feedburner.com/liferc/webkit]
108 name = Jan Michael Alonzo
109 nick = janm
110 filter = webkit
112 [http://lwat.blogspot.com/feeds/posts/default]
113 name = Brent Fulgham
114 nick = bfulgham
115 filter = webkit
117 [http://blog.squidy.info/category/webkit/feed/en/]
118 name = Pierre-Luc Beaudoin
119 nick = pierlux
121 [http://summerofjsc.blogspot.com/feeds/posts/default]
122 name = Cameron Zwarich
124 [http://hanblog.info/blog/feed/category/WebKit/atom]
125 name = Anthony Ricaud
127 [http://blog.chromium.org/feeds/posts/default?alt=rss]
128 name = The Chromium Blog
129 filter = webkit