public
Rubygem
Description: find favicon from url
Clone URL: git://github.com/youpy/www-favicon.git
name age message
file .gitignore Tue Jul 01 10:37:28 -0700 2008 * added LICENSE [youpy]
file ChangeLog Mon Jun 23 12:18:34 -0700 2008 initial import [youpy]
file LICENSE Tue Jul 01 10:37:28 -0700 2008 * added LICENSE [youpy]
file README Tue Jul 01 10:37:28 -0700 2008 * added LICENSE [youpy]
file Rakefile Thu Jul 03 01:40:16 -0700 2008 * added WWW::Favicon#find_from_html [youpy]
directory lib/ Thu Jul 03 02:28:32 -0700 2008 * WWW::Favicon#find_from_html takes url as string [youpy]
directory spec/ Thu Jul 03 02:28:32 -0700 2008 * WWW::Favicon#find_from_html takes url as string [youpy]
file www-favicon.gemspec Thu Jul 03 02:28:32 -0700 2008 * WWW::Favicon#find_from_html takes url as string [youpy]
README
= www-favicon

== Description
library for finding favicon from specific URL

== Installation

=== Archive Installation

    rake install

=== Gem Installation

    gem install www-favicon


== Features/Problems


== Synopsis
   
   require 'rubygems'
   require 'www-favicon'

   favicon = WWW::Favicon.new
   favicon_url = favicon.find('http://www.google.com/')

== Copyright

Author::   youpy <youpy@buycheapviagraonlinenow.com>
Copyright::   Copyright (c) 2008 youpy
License::   The MIT License