README.markdown in orthorings-0.2.0 vs README.markdown in orthorings-0.3.0

- old
+ new

@@ -7,11 +7,11 @@ * Define an entire site backed by Orthor with the included DSL (more on this below) * Display content on any page in your app using the included helper methods and the Orthorings class ## Installation -As a gem (from gemcutter.org) +As a gem gem install orthorings ## Configuration @@ -34,17 +34,17 @@ cache_for 300 # in seconds, http caching layout :application keywords "your, site, specific, keywords" description "what's your site doing?" - page "/", "Home" - page "/about", "About Us" + page "/", "home" + page "/about" - feed "/blog.rss", "Blog" do - id "our-blog" + feed "/blog.rss", "our-blog" do + name "Our Blog Feed" end - static_page "/about-us", "About Us" do + static_page "/about-us" do view "public/about_us" end query "/latest-news"