1 2009-08-14 Csaba Osztrogonac <oszi@inf.u-szeged.hu>
3 Reviewed by Simon Hausmann.
5 Add the blog of University of Szeged.
6 https://bugs.webkit.org/show_bug.cgi?id=28301
10 2009-08-06 Brent Fulgham <bfulgham@webkit.org>
12 Rubber-stamped by Adam Barth.
14 Update my blog's address.
16 * config.ini: Update Blog address.
18 2009-03-15 Xan Lopez <xlopez@igalia.com>
20 Rubber-stamped by Mark Rowe.
22 * config.ini: fix my blog's feed address.
24 2009-03-13 Xan Lopez <xlopez@igalia.com>
26 Reviewed by Mark Rowe.
28 https://bugs.webkit.org/show_bug.cgi?id=24591
29 Add my blog to Planet WebKit
31 Add my blog to the planet.
35 2009-02-09 Gustavo Noronha Silva <gns@gnome.org>
37 Fix Bug 23851: Add my blog's webkit category to Planet
39 <https://bugs.webkit.org/show_bug.cgi?id=23851>
41 Reviewed by Mark Rowe.
43 * config.ini: Add Gustavo Noronha's blog webkit category.
45 2009-02-10 Adam Roben <aroben@apple.com>
47 Add Michael(tm) Smith's blog to Planet WebKit
49 Rubberstamped by Alexey Proskuryakov.
53 2008-09-07 Robert Blaut <webkit@blaut.biz>
55 Reviewed by Tim Hatcher.
57 * config.ini: Add The Chromium Blog
59 2008-08-20 Anthony Ricaud <rik24d@gmail.com>
61 Reviewed by Tim Hatcher.
63 * config.ini: Add Anthony Ricaud's blog.
65 2008-06-27 Dan Bernstein <mitz@apple.com>
67 Reviewed by Timothy Hatcher.
69 * wwwroot/planetwebkit.css: Reduced text shadow offsets.
71 2008-06-02 Maciej Stachowiak <mjs@apple.com>
73 * config.ini: Correct URL for just-added blog.
75 2008-06-02 Maciej Stachowiak <mjs@apple.com>
77 Rubber stamped by Mark.
79 * config.ini: Add Cameron's Summer of JavaScriptCore blog.
81 2008-02-11 Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
83 Reviewed by Alp Toker.
85 Add my blog's WebKit category, English only posts.
89 2008-02-11 Adam Roben <aroben@apple.com>
91 Add Brent Fulgham's blog
97 2008-02-09 Alp Toker <alp@atoker.com>
99 Only syndicate Jan's WebKit posts, not his entire blog.
103 2007-12-27 Mark Rowe <mrowe@apple.com>
109 2007-12-03 Matt Lilek <webkit@mattlilek.com>
111 Rubberstamped by Tim.
113 Make the bullets lickable.
115 * wwwroot/planetwebkit.css:
117 2007-12-03 Matt Lilek <webkit@mattlilek.com>
121 Make it sexy with awesome icon and tweaks from Tim.
123 * templates/index.html.tmpl:
124 * wwwroot/ie.css: Added.
125 * wwwroot/images/ie-nav-blue.png: Added.
126 * wwwroot/planetwebkit.css: Added.
128 2007-12-01 Dan Bernstein <mitz@apple.com>
130 Reviewed by Mark Rowe.
132 * config.ini: Correct blog name.
134 2007-11-30 Adam Roben <aroben@apple.com>
140 2007-11-30 Adam Roben <aroben@apple.com>
142 Add a simple script to update the site
146 2007-11-30 Adam Roben <aroben@apple.com>
148 Include all WebKit posts from Trolltech Labs
152 2007-11-30 Adam Roben <aroben@apple.com>
154 Initial checkin of Planet WebKit
156 Rubberstamped by Sam.
160 * planet/AUTHORS: Added.
161 * planet/INSTALL: Added.
162 * planet/LICENCE: Added.
163 * planet/NEWS: Added.
164 * planet/PKG-INFO: Added.
165 * planet/README: Added.
166 * planet/THANKS: Added.
167 * planet/TODO: Added.
168 * planet/examples/atom.xml.tmpl: Added.
169 * planet/examples/basic/config.ini: Added.
170 * planet/examples/basic/index.html.tmpl: Added.
171 * planet/examples/fancy/config.ini: Added.
172 * planet/examples/fancy/index.html.tmpl: Added.
173 * planet/examples/foafroll.xml.tmpl: Added.
174 * planet/examples/opml.xml.tmpl: Added.
175 * planet/examples/output/images/edd.png: Added.
176 * planet/examples/output/images/evolution.png: Added.
177 * planet/examples/output/images/feed-icon-10x10.png: Added.
178 * planet/examples/output/images/jdub.png: Added.
179 * planet/examples/output/images/keybuk.png: Added.
180 * planet/examples/output/images/logo.png: Added.
181 * planet/examples/output/images/opml.png: Added.
182 * planet/examples/output/images/planet.png: Added.
183 * planet/examples/output/images/thom.png: Added.
184 * planet/examples/output/planet.css: Added.
185 * planet/examples/rss10.xml.tmpl: Added.
186 * planet/examples/rss20.xml.tmpl: Added.
187 * planet/planet-cache.py: Added.
188 * planet/planet.py: Added.
189 * planet/planet/__init__.py: Added.
190 * planet/planet/atomstyler.py: Added.
191 * planet/planet/cache.py: Added.
192 * planet/planet/compat_logging/__init__.py: Added.
193 * planet/planet/compat_logging/config.py: Added.
194 * planet/planet/compat_logging/handlers.py: Added.
195 * planet/planet/feedparser.py: Added.
196 * planet/planet/htmltmpl.py: Added.
197 * planet/planet/sanitize.py: Added.
198 * planet/planet/tests/__init__.py: Added.
199 * planet/planet/tests/data/simple.tmpl: Added.
200 * planet/planet/tests/data/simple2.tmpl: Added.
201 * planet/planet/tests/test_channel.py: Added.
202 * planet/planet/tests/test_main.py: Added.
203 * planet/planet/tests/test_sanitize.py: Added.
204 * planet/planet/tests/test_sub.py: Added.
205 * planet/planet/timeoutsocket.py: Added.
206 * planet/runtests.py: Added.
207 * planet/setup.py: Added.
208 * templates/atom.xml.tmpl: Added.
209 * templates/foafroll.xml.tmpl: Added.
210 * templates/index.html.tmpl: Added.
211 * templates/opml.xml.tmpl: Added.
212 * templates/rss10.xml.tmpl: Added.
213 * templates/rss20.xml.tmpl: Added.
214 * wwwroot/images/feed-icon-10x10.png: Added.
215 * wwwroot/images/planet.png: Added.
216 * wwwroot/planet.css: Added.