summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Magnus Hagander [Thu, 23 Oct 2008 11:13:11 +0000 (11:13 +0000)]
Add mako templating engine that will be used to build
the HTML from templates instead of embedded strings.
Magnus Hagander [Wed, 22 Oct 2008 20:58:02 +0000 (20:58 +0000)]
Use HTMLTidy and some attribute trickery to make output XHTML valid.
Change to XHTML Transitional, because that's really what it is.
Fix issue where [...] appendings weren't always rewritten to proper
HTML links in the HTML output.
Magnus Hagander [Wed, 22 Oct 2008 20:20:33 +0000 (20:20 +0000)]
Make the output use the full width of the page.
In passing, fix a number of XHTML errors.
Magnus Hagander [Mon, 20 Oct 2008 12:38:09 +0000 (12:38 +0000)]
Set lastget based on what the RSS feed contained, and not when we last checked it. Hopefully this
will fix cases where the time being different between server and planet caused blogs not to update.
Magnus Hagander [Sat, 18 Oct 2008 10:14:25 +0000 (10:14 +0000)]
Exception handling for semi-broken RSS feeds, like those at Sun...
Magnus Hagander [Sat, 18 Oct 2008 09:45:28 +0000 (09:45 +0000)]
Add mandatory alt attributes to img tags
Magnus Hagander [Sat, 18 Oct 2008 08:34:08 +0000 (08:34 +0000)]
Add workaround for s9y blogs with author pics (hello Ads)
Magnus Hagander [Sat, 18 Oct 2008 08:22:43 +0000 (08:22 +0000)]
Initial version of new planet code