Reverse menu listing of blog items.
Make default dir listing a bit less ugly
New (saner?) title format, and extra input sanity check.
Add new meta headers (description and keywords), replace '-' with '|' in titles and comment out alternative stylesheet.
Fix wrong permalinks for gsoc.cat-v.org/blog (this is a bit of a special case hack)
Bluk add of tons of missing content
Don't include individual blog posts in sitemap
Add an extra em of width to sidebar
Limite the length of descs and factor into sep function
Fix bug that broke project blogs (that had set blogDirs in parental _config)
Fix RSS feeds, this sucks and needs to be heavily reworked
Add optional site-local css stylesheet
Silence some silly 'broken pipe' errors
Add feature to handle shared templates in pub/ and use it for a new sitemap template
Small fix to last commit's hack, check that we don't have blogDirs or inBlog *after* parsing _config
Hack on top of hack: set inBlog for dirs that are magically set as blogs
Comment about how 'dirfilter' is now used in some _config files
Make html filtering hack case insensitive
Minnor tunning of margins and padding in sidebar to make more space for longer page names
Previous fix also fixes what the comment complained about
Don't cascade blogDirs setting into individual blog dir items
Massive add and update of new content and other files.
New embeded handling of .html files
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