1 2007-12-03 Matt Lilek <webkit@mattlilek.com>
5 Make the bullets lickable.
7 * wwwroot/planetwebkit.css:
9 2007-12-03 Matt Lilek <webkit@mattlilek.com>
13 Make it sexy with awesome icon and tweaks from Tim.
15 * templates/index.html.tmpl:
16 * wwwroot/ie.css: Added.
17 * wwwroot/images/ie-nav-blue.png: Added.
18 * wwwroot/planetwebkit.css: Added.
20 2007-12-01 Dan Bernstein <mitz@apple.com>
22 Reviewed by Mark Rowe.
24 * config.ini: Correct blog name.
26 2007-11-30 Adam Roben <aroben@apple.com>
32 2007-11-30 Adam Roben <aroben@apple.com>
34 Add a simple script to update the site
38 2007-11-30 Adam Roben <aroben@apple.com>
40 Include all WebKit posts from Trolltech Labs
44 2007-11-30 Adam Roben <aroben@apple.com>
46 Initial checkin of Planet WebKit
52 * planet/AUTHORS: Added.
53 * planet/INSTALL: Added.
54 * planet/LICENCE: Added.
56 * planet/PKG-INFO: Added.
57 * planet/README: Added.
58 * planet/THANKS: Added.
60 * planet/examples/atom.xml.tmpl: Added.
61 * planet/examples/basic/config.ini: Added.
62 * planet/examples/basic/index.html.tmpl: Added.
63 * planet/examples/fancy/config.ini: Added.
64 * planet/examples/fancy/index.html.tmpl: Added.
65 * planet/examples/foafroll.xml.tmpl: Added.
66 * planet/examples/opml.xml.tmpl: Added.
67 * planet/examples/output/images/edd.png: Added.
68 * planet/examples/output/images/evolution.png: Added.
69 * planet/examples/output/images/feed-icon-10x10.png: Added.
70 * planet/examples/output/images/jdub.png: Added.
71 * planet/examples/output/images/keybuk.png: Added.
72 * planet/examples/output/images/logo.png: Added.
73 * planet/examples/output/images/opml.png: Added.
74 * planet/examples/output/images/planet.png: Added.
75 * planet/examples/output/images/thom.png: Added.
76 * planet/examples/output/planet.css: Added.
77 * planet/examples/rss10.xml.tmpl: Added.
78 * planet/examples/rss20.xml.tmpl: Added.
79 * planet/planet-cache.py: Added.
80 * planet/planet.py: Added.
81 * planet/planet/__init__.py: Added.
82 * planet/planet/atomstyler.py: Added.
83 * planet/planet/cache.py: Added.
84 * planet/planet/compat_logging/__init__.py: Added.
85 * planet/planet/compat_logging/config.py: Added.
86 * planet/planet/compat_logging/handlers.py: Added.
87 * planet/planet/feedparser.py: Added.
88 * planet/planet/htmltmpl.py: Added.
89 * planet/planet/sanitize.py: Added.
90 * planet/planet/tests/__init__.py: Added.
91 * planet/planet/tests/data/simple.tmpl: Added.
92 * planet/planet/tests/data/simple2.tmpl: Added.
93 * planet/planet/tests/test_channel.py: Added.
94 * planet/planet/tests/test_main.py: Added.
95 * planet/planet/tests/test_sanitize.py: Added.
96 * planet/planet/tests/test_sub.py: Added.
97 * planet/planet/timeoutsocket.py: Added.
98 * planet/runtests.py: Added.
99 * planet/setup.py: Added.
100 * templates/atom.xml.tmpl: Added.
101 * templates/foafroll.xml.tmpl: Added.
102 * templates/index.html.tmpl: Added.
103 * templates/opml.xml.tmpl: Added.
104 * templates/rss10.xml.tmpl: Added.
105 * templates/rss20.xml.tmpl: Added.
106 * wwwroot/images/feed-icon-10x10.png: Added.
107 * wwwroot/images/planet.png: Added.
108 * wwwroot/planet.css: Added.