README.rdoc in cms-fortress-1.3.6 vs README.rdoc in cms-fortress-1.3.7

- old
+ new

@@ -1,12 +1,13 @@ {<img src="https://badge.fury.io/rb/cms-fortress.png" alt="Gem Version" />}[http://badge.fury.io/rb/cms-fortress] {<img src="https://gemnasium.com/melvinsembrano/cms-fortress.png" alt="Dependencies" />}[https://gemnasium.com/melvinsembrano/cms-fortress] {<img src="https://codeclimate.com/github/melvinsembrano/cms-fortress.png" alt="Code Climate" />}[https://codeclimate.com/github/melvinsembrano/cms-fortress] +{<img src="https://travis-ci.org/melvinsembrano/cms-fortress.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/melvinsembrano/cms-fortress] = cms-fortress -An extension for the awesome Comfortable Mexican Sofa (https://github.com/comfy/comfortable-mexican-sofa) CMS Engine +An extension for the awesome ComfortableMexicanSofa (https://github.com/comfy/comfortable-mexican-sofa) CMS Engine * Added Role Management for proper workflow * Added Devise for User and Session Management * Added User Management * Added Page caching control @@ -20,11 +21,11 @@ == Installation Add gem defintion to your Gemfile: - gem 'cms-fortress', '~> 1.3.0' + gem 'cms-fortress', '~> 1.3.6' Then from the Rails project's root run: bundle install rails generate cms:fortress @@ -82,17 +83,17 @@ :name => 'my_role_detail', :title => 'i18n.label.title', # this is passed to the t() function - can be plain text :path => 'admin_my_role_details_path', :super_user => true } - + # adding a divider menu item (Wide Theme only) config.content_resources << {name: 'divider'} - + #adding a menu header item (Wide Theme only) config.content_resources << {name: 'dropdown-header', title: "i18n.my.header.label"} - + end The path is eval'd at runtime, so you can use Rails helper methods such as +current_user+ or <tt>@site</tt> in it. If the result is nil, the link will not show up in the left nav bar. @@ -115,13 +116,13 @@ Below are the fetures for wide theme: * Compact Layout and Menus * Responsive Layout * Fullcreen Editing -* Integrated image file attachement +* Integrated image file attachment * Integrated video file attachment -* Integrated link file attachement +* Integrated link file attachment http://raw.github.com/melvinsembrano/cms-fortress/master/docs/screens/compact-layout-01.png http://raw.github.com/melvinsembrano/cms-fortress/master/docs/screens/files-integration-02.png @@ -138,18 +139,12 @@ Afterwards you can run the tests by calling rake test -== Contributing to cms-fortress +== Contributing -* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. -* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. -* Fork the project. -* Start a feature/bugfix branch. -* Commit and push until you are happy with your contribution. -* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. -* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. +Please see {CONTRIBUTING.rdoc}[https://github.com/melvinsembrano/cms-fortress/blob/master/CONTRIBUTING.rdoc] for details. == Copyright Copyright (c) 2014 Melvin Sembrano. See LICENSE.txt for further details.