From: Suraj Kurapati Date: 2008-06-09T05:57:11+09:00 Subject: [ANN] Rassmalog 11.1.0 Rassmalog is 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 11.1.0 This release simplifies feed creation and fixes some visual artifacts. 1 Thanks Josef ‘Jupp’ Schugt suggested making multi-word tags non-breaking. 2 Features The feed method now allows you to create feeds containing only a single blog entry: # create a feed for the most newest entry only! feed 'first.xml', ENTRIES.first, 'single entry' 3 Repairs • Multi-word tags are now non-breaking, so if you zoom the text on the tags page, multi-word tags will stay together as a single unit. {Jupp} • The links menu was pushing the main content below it if the browser window was too small or the font size was too big. -- Posted via http://www.ruby-forum.com/.