README.markdown in orthorings-0.1.1 vs README.markdown in orthorings-0.1.2
- old
+ new
@@ -7,12 +7,13 @@
* 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 (coming soon)
- sudo gem install anthony-orthorings
+As a gem (from gemcutter.org)
+
+ sudo gem install orthorings --source http://gemcutter.org
## Configuration
Add a new file (e.g. orthor_config.rb) with the something like the below to your startup directory (e.g. in Rails config/initializers)
@@ -69,11 +70,9 @@
## TODO
Things that are being mulled over
* Nav helpers (generate navigation based off of the DSL structure)
-* Static Page use needs to be defined more (perhaps define a action to render?)
-* Release as a 0.1 gem
* ...I'm sure there'll be something else here soon
## Example Usage (as provided by the OrthorHelper module, defined as class methods of Orthorings)
orthor_content("content-item-id") or Orthorings.content("id")