Sha256: 838ac157cc5c13eb8fbc2ac54d690ff1b1c9ce79d01377d1582afe409dffc7b9

Contents?: true

Size: 522 Bytes

Versions: 1

Compression:

Stored size: 522 Bytes

Contents

= Hurricane: a simple WordPress eXtended RSS file parser

Hurricane is a tiny tool to parser WordPress eXtended RSS file.

== Example

	blog = Hurricane.from(WORDPRESS_FILE)
	puts "Looking for #{blog.title}"

== Features

Few (really!) features. Just what I needed until this moment:

* Blog title
* Blog link
* Blog description
* Blog creation date
* Blog categories
* Posts titles
* Posts links
* Posts creation dates
* Posts descriptions

== How it works?

	sudo gem install hpricot hurricane

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hurricane-0.0.1 README.rdoc