Rassmalog A static blog engine based on YAML, eRuby, and Rake. It transforms blog entries written in Textile or other formatting systems into valid XHTML files that you can view on your computer or upload to your website. http://rassmalog.rubyforge.org ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? Version 9.0.0 Contents ??? Caution ??? Repairs This release improves appearance, simplifies the main HTML template, and fixes several bugs. 1 Caution ??? Revised the project license text for clarity. ??? Removed the ???menu??? element and dissolved its functionality into the ???links??? element in config/ html.erb. Updated the CSS files accordingly. ??? New phrases have been added to the translation files. 2 Repairs ??? The ???copy??? task was not copying empty directories. ??? ARCHIVES was not ordered by date. ??? Prevented the generation of next/prev link in config/ section.erb when it ???wraps around??? the array. ??? Fixed conversion of -- into ??? before redcloth spoils it, in config/format.rb. ??? Fixed a Ruby syntax warning in config/format.rb. ??? Renamed the ambiguous ???Entries??? phrase to ???All entries??? for better coordination with the ???Recent entries??? phrase. ??? Moved the main blog navigation menu into the user-defined menu of links in config/html.erb. It was getting in the way of the main attraction of the web page: the blog entry itself! -- Posted via http://www.ruby-forum.com/.