Fix silly syntax error in blog-sidebar code
Add some new debug facilities, and also fix a minnor bug in the new blog-sidebar-menu
New regex based redirection mechanism, still somewhat expermental
Properly comment out css attributes
Include <link RSS header for 'implicit' blogs
Move .txt handling belog site-wide .tpl's which was allowing the .txt sitemaps to shadow the html version
Make it easy to hide certain directories or files from _config
Fix to handle 'implicit dir paths' (ie., paths that match a dir but have no trailing /) properly in menu
Comment explaning what still needs to be done to properly allow files in dirs
I'm a moron, revert pointless change to dirfilter that broke everything
Fix dirfilter to so files with dots in name are displayed
Re-remove tpl/ files that somehow got re-added
Fix regexp to handle dots in path elements (brown paper bag bug)
Add comment pointing out misterious branch
Experimental: allow (non-consecutive) dots in path elements!
Add bpst.rc script to easily create blog posts, it takes a single argument that is used as the post tile.
Add new redirectPermanent _config variable
Move rss template into its own file
Make the output of fortunes.txt more readable and comment a couple of hacks/issues with .txt files.
Make font side for <pre> more readable
Fix silly syntax error, thanks anothy for the bug repport and squeek for the fix
More correctly follow the rss spec, and use mtime for lastBuildDate and the post date for pubDate instead.
Update ignore list, and add a dummy file to sites/
Make troff-generated html pages look a bit better
Use fmt(1) to fix formating of rss feed descriptions
- Move some of the rss code to where it belongs
Have a more reasonable inter-paragraph marging.
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