README.md in spree_essential_cms-0.1.2 vs README.md in spree_essential_cms-0.2.0
- old
+ new
@@ -1,29 +1,29 @@
-SpreeEssentialCms
-=================
+# Spree Essential CMS [![Build Status](https://secure.travis-ci.org/citrus/spree_essential_cms.png)](http://travis-ci.org/citrus/spree_essential_cms)
-SpreeEssentialCms is a full featured CMS for managing pages and content on your [Spree](http://spreecommerce.com) site.
-
Installation
------------
If you don't already have an existing Spree site, [click here](https://gist.github.com/946719) then come back later... You can also read the Spree docs [here](http://spreecommerce.com/documentation/getting_started.html)...
Otherwise, follow these steps to get up and running with SpreeEssentialCms:
-Add the necessary gems to your Gemfile:
+Add spree_essential_cms to your Gemfile:
- gem 'spree_essentials', '~> 0.2.3'
- gem 'spree_essential_cms', '~> 0.1.2'
+ gem 'spree_essential_cms', '>= 0.2.0'
-Run the generators to create the migration files.
+Now, bundle up with:
+ bundle install
+
+Then run the generators to create the migration files:
+
rails g spree_essentials:install
rails g spree_essentials:cms
-Now migrate your database...
+Now migrate your database:
rake db:migrate
Boot your server and checkout the admin!
@@ -32,11 +32,16 @@
Usage
-----
+[todo] add basic usage stuff here
+
+### Here's some tips for making content really customized...
+
+
#### Contexts
Contexts allow you to place different forms of content in various places of a page. A slideshow or a sidebar might be good examples...
You can set a content's context (say that ten times fast!) under the 'Optional Fields' tab in the edit content view.
@@ -106,13 +111,14 @@
Change Log
----------
-**0.1.2 - 2012/1/6**
+**0.2.0 - 2011/12/15**
-* Removed automatic attachment config with SpreeHeroku
+* Add 0.70.x compatibility
+* Removed spork dev dependency
**0.1.1 - 2011/6/2**
* Added the image_size option `shared/_content.html.erb`
@@ -152,6 +158,6 @@
License
-------
-Copyright (c) 2011 Spencer Steffen, released under the New BSD License All rights reserved.
\ No newline at end of file
+Copyright (c) 2011 Spencer Steffen & Citrus, released under the New BSD License All rights reserved.