public
Description: A ruby on rails plugin to check Google Pagerank
Homepage:
Clone URL: git://github.com/veilleperso/google_pr.git
name age message
file README Loading commit data...
directory doc/
file init.rb
directory lib/
directory spec/
directory test/
README
GooglePR
===============

This plugin for Ruby on Rails allow to check the Google PageRank of an URL
The original script was wrote by Vsevolod S. Balashov <vsevolod@balashov.name>
and is base on code snippets found on the web (see code comments)

This script was rewritten to become a plugin for Rails

Example
=======

GooglePR.new("http://www.microsoft.com").page_rank

Specs
=====

Run this after each improvement in this project
spec spec/pagerank_checker_specs.rb
It requires Rspec installation: gem install rspec


(C) 2006-2007 under terms of LGPL v2.1
by Vsevolod S. Balashov <vsevolod@balashov.name>