This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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>








