Files | Admin

Notes:

Release Name: 0.9.4

Notes:
*Webby* is a fantastic little website management system. It would be called a *content management system* if it were a bigger kid. But, it's just a runt with a special knack for transforming text. And that's really all it does - manages the legwork of turning text into something else, an *ASCII Alchemist* if you will.

Webby works by combining the contents of a *page* with a *layout* to produce HTML. The layout contains everything common to all the pages - HTML headers, navigation menu, footer, etc. - and the page contains just the information for that page. You can use your favorite markup language to write your pages; Webby supports quite a few.

Install Webby and try it out!


Changes: == 0.9.4 / 2009-04-05 * 6 minor enhancements - Added a Maruku filter (thanks to Martyn Loughran) - Updated to version 0.8.0 of Blueprint css - Better handling of errors generated by filters - Modified how the editor is spawned when creating pages - URLs for index pages now have a trailing slash - Configuration options now have nice descriptions webby --options * 7 bug fixes - Fixed haml & sass option handling [Alex Brem] - Work around for a parsing bug in the rdiscount gem (markdown handling) - Editor launching now handles switches passed to the editor - When a page fails to render, it no longer writes an empty file to the output folder (thereby overwriting the last good page) - Pagination bug - Presentation slides were not being found when headers had attributes - The blog template now has all the CSS files