Add the option to display the Google PageRank in a block.
Mostly a rewrite. Doesn't have end-user query forms anymore. Google has a strict limit, so it only queries, then caches the PageRank of the site it is running on.
Fix spelling error in access arguments that denied the google_pr page to everyone except UID 1.
missing info file
It now caches the PageRank for the requested URLs.
There’s a new function that permits you to get the Google PageRank anywhere in Drupal (filter PHP enabled) with:
echo google_pr_get(‘www.example.com’);
First release for Drupal 5.