This module contains several data tables useful in various kinds of
HTML parsing operations.
Note that all tag names used are lowercase.
In the following documentation, a "hashset" is a hash being used as a
set -- the hash conveys that its keys are there, and the actual values
associated with the keys are not significant. (But what values are
there, are always true.)
This module implements a HTTP proxy, using a HTTP::Daemon to accept client
connections, and a LWP::UserAgent to ask for the requested pages.
The most interesting feature of this proxy object is its hability to filter the
HTTP requests and responses through user-defined filters.
LWP::UserAgent::POE is a subclass of LWP::UserAgent and works well
in a POE environment. It is a drop-in replacement for LWP::UserAgent
in systems that are already using LWP::UserAgent synchronously and
want to play nicely with POE.
LWP::UserAgent suitable for simulating and testing network calls.
It overrides a few key low-level methods of LWP::UserAgent that are
concerned with actually sending your request over the network,
allowing an interception of that request and simulating a particular
response. This greatly facilitates testing of client networking
code where the server follows a known protocol.
TestGen4Web::Runner is a PERL module to replay files recorded with
SpikeSource's TestGen4Web Recorder.
From http://developer.spikesource.com/projects/testgen4web :
"TestGen4Web is written to ease the pain of writing tests for web applications.
This is a 2 part tool. Firefox extension, which records user input to a xml
file. Translator script: to generate automated test scripts."
Cherokee is a very fast, flexible and easy to configure Web Server. It
supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI,
TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
fly encoding, Load balancing, Apache compatible log files, and much
more. A user friendly interface called cherokee-admin is provided for a
no-hassle configuration of the server.
This module parses /robots.txt files which are used to forbid conforming
robots from accessing parts of a web site. The parsed files are kept in
a WWW::RobotRules object, and this object provides methods to check if
access to a given URL is prohibited.
This class provides a simple abstraction layer between SOAP::Lite and
Salesforce.com. Because SOAP::Lite does not support complexTypes, and
document/literal encoding is limited, this module works around those
limitations and provides a more intuitive interface a developer can
interact with.
kPlaylist is a free PHP system that makes your music collection
available via the Internet.
kPlaylist is a music database that you manage via the web. With kPlaylist
you can stream your music (ogg, mp3, wav, wma, etc.), you can upload,
make playlists, share, search, download and a lot more.
Bottle is a fast and simple micro-framework for small web-applications.
It offers request dispatching (Routes) with url parameter support,
Templates, key/value Databases, a build-in HTTP Server and adapters
for many third party WSGI/HTTP-server and template engines.
All in a single file and with no dependencies other than the Python
Standard Library.