The WWW::Google::PageRank is a class implementing a interface
for querying google pagerank.
To use it, you should create WWW::Google::PageRank object
and use its method get(), to query page rank of URL.
It uses LWP::UserAgent for making request to Google.
The WWW::Google::Video is a class implementing a interface for fetch the Google
Video Information. To use it, you should create WWW::Google::Video object and
use its method fetch(), to fetch the information of Video. It uses LWP::Simple
for making request to Google.
This module implements a www-like shell above WWW::Mechanize and also
has the capability to output crude Perl code that recreates the recorded
session. Its main use is as an interactive starting point for automating
a session through WWW::Mechanize.
from various web archives.
* http://www.archive.org - Internet Archive's Wayback Machine
* http://www.google.com - Google's page cache
This is useful if
1. Your web server crashed and you didn't have complete backups
2. A site (such as a valuable reference source) changed or went away and you
want to restore an old version of the site to your local disk
http://www.wikipedia.org, which is a free, collaborative, online encyclopedia.
This module allows you to search for a topic and return the resulting entry.
It also gives you access to related topics which are also available via the
Wikipedia for that entry.
A ZConf backed system for fetching and viewing RSS
feeds.
zcrss-addfeed Calls the addFeed dialog for ZConf::RSS::GUI
zcrss-admin Manages stuff in ZConf for ZConf::RSS.
zcrss-browse Calls the view dialog for ZConf::RSS::GUI
zcrss-get Fetches a feed and applies the template for it.
zcrss-managetemplates Calls the manage di
chklinks is a Perl link checker. It helps finding broken links on your
website.
chklinks differs from linkchecker in that chklinks is non- threaded. It does
not raises many simultaneously connections for its job. It won't run out of
the resources and crash your system in a moment. This is certainly more
desirable for most webmasters and users.
pQuery is a pragmatic attempt to port the jQuery JavaScript framework to
Perl. It is pragmatic in the sense that it switches certain JavaScript
idioms for Perl ones, in order to make the use of it concise. A primary
goal of jQuery is to "Find things and do things, concisely". pQuery has
the same goal.
A Django reusable app providing the overextends template tag, a drop-in
replacement for Django's extends tag, which allows you to use circular
template inheritance.
The primary use-case for overextends is to simultaneously override and extend
templates from other reusable apps, in your own Django project.
CalDAV (RFC4791) client library for Python.
Calendaring extensions to WebDAV, or CalDAV, is an Internet standard
allowing a client to access scheduling information on a remote
server. It extends WebDAV (HTTP-based protocol for data manipulation)
specification and uses iCalendar format for the data.