summaryrefslogtreecommitdiff
path: root/planet/planethtml.py
AgeCommit message (Collapse)Author
2008-10-28Only quote ampersand, that's the one that the HTML validator bitches about.Magnus Hagander
Specifically don't quote the whole URL, because it's going into HTML and not into a different URL. Per notice from Gevik git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2252 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-22Make the output use the full width of the page.Magnus Hagander
In passing, fix a number of XHTML errors. git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2226 8f5c7a92-453e-0410-a47f-ad33c8a6b003
2008-10-18Add mandatory alt attributes to img tagsMagnus Hagander
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2222 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