README.rdoc in hurricane-0.0.0 vs README.rdoc in hurricane-0.0.1
- old
+ new
@@ -2,11 +2,12 @@
Hurricane is a tiny tool to parser WordPress eXtended RSS file.
== Example
-@blog = Hurricane.from(FILE)
+ blog = Hurricane.from(WORDPRESS_FILE)
+ puts "Looking for #{blog.title}"
== Features
Few (really!) features. Just what I needed until this moment:
@@ -16,6 +17,10 @@
* Blog creation date
* Blog categories
* Posts titles
* Posts links
* Posts creation dates
-* Posts descriptions
\ No newline at end of file
+* Posts descriptions
+
+== How it works?
+
+ sudo gem install hpricot hurricane