public
Rubygem
Description: Ruby gem for web scraping purposes. It scrapes a given URL, and returns you a hash with data from it like for example the title, meta description, meta keywords, an array with all the links, all the images in it, etc.
Clone URL: git://github.com/jaimeiniesta/metainspector.git
Click here to lend your support to: metainspector and make a donation at www.pledgie.com !
name age message
file README Thu Jun 26 05:50:00 -0700 2008 Changes to README [Jaime]
directory lib/ Fri Jun 27 00:14:49 -0700 2008 Changed hpricot dependency to > 0.5 [Jaime]
file metainspector.gemspec Fri Jun 27 00:14:49 -0700 2008 Changed hpricot dependency to > 0.5 [Jaime]
directory test/ Thu Jun 26 05:49:02 -0700 2008 Adding some files, this isnt yet an installable... [Jaime]
README
--------------
MetaInspector
--------------
DESCRIPTION: Ruby gem for web scraping purposes. It scrapes a given URL, and returns you a hash with data from it like 
for example the title, meta description, meta keywords, an array with all the links, all the images in it, etc.
AUTHOR: Jaime Iniesta (jaimeiniesta@gmail.com, http://www.jaimeiniesta.com)
LICENSE: GPLv3

(more to come soon...)