New sitemap generator in rc that also includes .html files
Fix null concat error when opening rss feeds with no items
Call rc with $rcargs for debugging.
Create $extraHeaders for pages with blog entries.
Wrap the RSS description in <pre> tags. Fix summary. (should run the description through fmt(1), since *some* people insist on using WordPress, which doesn't hard wrap paragraphs).
Add rss feed link to blog html pages
Merge Kris' version, thanks for all the cleanups!
Add table.tpl and revert some cosmetic changes from controller.rc
Small style tunning (center th's and make page text body a bit more narrow)
Move functions near the top, allow .tpl files to be parsed on the fly and dont expect .md files everywhere, move some things into functions
Content updates for both gsoc and harmful
Make page titles a bit more reasonable
Proper fix for the blog post sort issue
Various small fixes and code improvements, mostly for the blog code
Delete left-over files that were either deleted or moved
Remove obsolete sitemap and minnor style update
A bunch of stuff before breaking things up