README.rdoc in papermill-0.6.0 vs README.rdoc in papermill-0.6.1
- old
+ new
@@ -1,6 +1,6 @@
-= Papermill
+= Papermill
Asset management made easy.
== Install the gem!
@@ -10,11 +10,11 @@
$ sudo gem install sqlite3-ruby # unless you did it already
$ rails -m http://github.com/bbenezech/papermill/raw/master/installation-template.txt papermill-example
$ cd papermill-example
$ ./script/server
- $ GoTo localhost:3000 and try to create an article with assets but without title
+ Open localhost:3000 in your browser and try to create an article with assets but without title
== Papermill comes in 2 flavors:
=== Generic catch-all declaration
@@ -92,11 +92,11 @@
@assetable.my_gallery.each{ |image| image_tag image.url("100x100") }
@assetable.papermill_assets(:my_assets).each{ |asset| asset.url }
@assetable.papermill_assets(:my_other_asset).first.url
-Also see http://gist.github.com/177714.txt for more precises installation steps.
+Also see http://github.com/bbenezech/papermill/raw/master/installation-template.txt for more precises installation steps.
Have a look at the API here http://rdoc.info/projects/BBenezech/papermill
=== Translations:
Papermill is fully I18n-able.
@@ -108,6 +108,9 @@
Beta. Wait for gem 1.0.0 for the production ready thing.
This is xNIX only (system("rm ...")).
Rails 2.3
-Copyright (c) 2009 Benoit Bénézech, released under the MIT license
+Copyright (c) 2009 Benoit Bénézech, released under the MIT license
+
+
+http://rubyonrails.org/images/rails.png
\ No newline at end of file