summaryrefslogtreecommitdiff
path: root/planet/generator.py
AgeCommit message (Collapse)Author
2009-03-01Add a page specifically outlining how you add a blogMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2419 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-12-14Only list blogs that are approved in the blog-list on the right...Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2338 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-12-01Increase truncation limit to 4k, by popular demand.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2323 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-18Now that we have the admin schema up, only show feeds that are approved, and ↵Magnus Hagander
only show posts that are not hidden. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2295 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-03Include full text of all feeds in the RSS feed.Magnus Hagander
Create second RSS feed that contains the truncated entries, like the one before. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2260 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-11-03Switch to using the Django template engine, since we'llMagnus Hagander
be using Django for some of the other stuff later, and it sucks to have more than one template engine... git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2258 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-25Split template into a base piece shared for more pages, and a main piece for ↵Magnus Hagander
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. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2241 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-25Make tidy deal with utf8 properly. Oops.Magnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2240 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-24Read database from a configfile, so beta can now easily haveMagnus Hagander
it's own database. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2236 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-23Switch to using templates to generate the HTML insteadMagnus Hagander
of hardcoded strings inside the program. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2229 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-22Use HTMLTidy and some attribute trickery to make output XHTML valid.Magnus Hagander
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. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2227 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-18Initial version of new planet codeMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2220 8f5c7a92-453e-0410-a47f-ad33c8a6b003