summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Magnus Hagander [Mon, 3 Nov 2008 14:21:31 +0000 (14:21 +0000)]
Include full text of all feeds in the RSS feed.
Create second RSS feed that contains the truncated entries,
like the one before.
Magnus Hagander [Mon, 3 Nov 2008 14:06:45 +0000 (14:06 +0000)]
Re-order the way we try to get the text from a blog post. This
should favour the longer posts available in some feeds (and
we'll just cut them off before displaying them if required)
Magnus Hagander [Mon, 3 Nov 2008 13:40:19 +0000 (13:40 +0000)]
Switch to using the Django template engine, since we'll
be using Django for some of the other stuff later, and it
sucks to have more than one template engine...
Magnus Hagander [Tue, 28 Oct 2008 16:17:56 +0000 (16:17 +0000)]
Only quote ampersand, that's the one that the HTML validator bitches about.
Specifically don't quote the whole URL, because it's going into HTML and not
into a different URL.
Per notice from Gevik
Dave Page [Tue, 28 Oct 2008 15:56:20 +0000 (15:56 +0000)]
Fix border sizing [Greg Stark]
Magnus Hagander [Tue, 28 Oct 2008 10:07:50 +0000 (10:07 +0000)]
Add google analytics snippet
Magnus Hagander [Tue, 28 Oct 2008 10:07:24 +0000 (10:07 +0000)]
Oops, broken HTML alert!
Magnus Hagander [Mon, 27 Oct 2008 18:40:35 +0000 (18:40 +0000)]
Handle exceptions during parsing. Showed up when the domain of one of our
aggregated blogs dropped off DNS... Oops.
Magnus Hagander [Mon, 27 Oct 2008 18:21:25 +0000 (18:21 +0000)]
Add comment about english.
Magnus Hagander [Mon, 27 Oct 2008 11:34:15 +0000 (11:34 +0000)]
Add simple installation instructions, from Selena.
Magnus Hagander [Sat, 25 Oct 2008 21:34:47 +0000 (21:34 +0000)]
Split template into a base piece shared for more pages, and a main piece for the frontend.
Add support for building static files if template has changed.
And finally, write a policy document using this method and link it in from the front page.
Magnus Hagander [Sat, 25 Oct 2008 08:14:47 +0000 (08:14 +0000)]
Make tidy deal with utf8 properly. Oops.
Magnus Hagander [Fri, 24 Oct 2008 15:41:51 +0000 (15:41 +0000)]
Add sample INI file
Magnus Hagander [Fri, 24 Oct 2008 15:23:30 +0000 (15:23 +0000)]
Add svn:ignore for files that should not be checked in
Magnus Hagander [Fri, 24 Oct 2008 15:22:10 +0000 (15:22 +0000)]
Add database schema to svn
Magnus Hagander [Fri, 24 Oct 2008 15:20:43 +0000 (15:20 +0000)]
Read database from a configfile, so beta can now easily have
it's own database.
Magnus Hagander [Thu, 23 Oct 2008 15:46:27 +0000 (15:46 +0000)]
Switch order of images and textx for feed list, per (broken) patch from Selena.
Magnus Hagander [Thu, 23 Oct 2008 11:29:11 +0000 (11:29 +0000)]
Switch icon for RSS feed links.
Patch from Selena, reworked for templates.
Magnus Hagander [Thu, 23 Oct 2008 11:15:29 +0000 (11:15 +0000)]
Switch to using templates to generate the HTML instead
of hardcoded strings inside the program.
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