Get the contents of an http url and dumps
it to stdout. supports ipv6 and https (SSL).
A useful tool. :)
mod_tidy validates the HTML output of your apache2 webserver. So you don't need
a separate application to check your HTML.
It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML
output to TidyLib which validates the HTML output. If TidyLib finds
an error the client receives a HTML page with a list of all found errors. If
TidyLib doesn't complain you will get your HTML data as without mod_tidy.
A hassle-free way to serve an RSS, Atom, or other XML feed from your Catalyst
application.
The ANTRIK internet Viewer -- just the best text-mode WWW browser
around :-) , and maybe a bit more...
`multisort' is a small program designed to take multiple httpd
logfiles in the Common Log Format and merge them into a single log,
sorted by date, sent to standard output.
This is useful if you're running a single website on multiple hosts
and using round-robin DNS to do load distribution. With multisort, you
can take the various logfiles from each server and merge them into a
single file for analysis.
This module is a simple wrapper around Apache::Session which provides some
methods to simplify getting and setting the session id.
It can uses cookies to store the session id, or it can look in a provided
object for a specific parameter. Alternately, you can simply provide the
session id yourself in the call to the session() method.
If you're using Mason, you should probably take a look at
MasonX::Request::WithApacheSession first, which integrates this module directly
into Mason.
CGI::Ajax is an object-oriented module that provides a unique
mechanism for using perl code asynchronously from javascript-enhanced
web pages. You would commonly use CGI::Ajax in AJAX/DHTML-based
web applications. CGI::Ajax unburdens the user from having to write
any javascript, except for having to associate an exported method
with a document-defined event (such as onClick, onKeyUp, etc). Only
in the more advanced implementations of a exported perl method would
a user need to write any javascript.
This module is a Perl extension that extends
REST::Client for use with the CIF-Framework REST interface
This creates a new HTML::FormFu object, passing as it's argument
the contents of the "constructor" config value.
Catalyst::View::Jemplate is a Catalyst View plugin to automatically
compile TT files into JavaScript, using ingy's Jemplate.