Java HTML/XML Compressor is a very small, fast and easy to use library
that minifies given HTML or XML source by removing extra whitespaces,
comments and other unneeded characters without breaking the content
structure. As a result pages become smaller in size and load faster.
A command-line version of the compressor is also included.
Snap is a simple and fast web development framework and server written
in Haskell. The Snap HTTP server is a high performance, epoll-enabled,
iteratee-based web server library written in Haskell. Together with the
"snap-core" library upon which it depends, it provides a clean and
efficient Haskell programming interface to the HTTP protocol.
mod_fcgid is a high performance alternative to mod_cgi or mod_cgid,
which starts a sufficient number instances of the CGI program to
handle concurrent requests, and these programs remain running to
handle further incoming requests. It is favored by the PHP developers,
for example, as a preferred alternative to running mod_php in-process,
delivering very similar performance.
License: Apache License
mod_macro is a third-party module to the Apache Http Server, distributed with
a BSD-style license like Apache. It allows the definition and use of macros
within apache runtime configuration files. The syntax is a natural extension
to apache html-like configuration style.
This is the Net::LDAP model class for Catalyst. It is nothing more than a
simple wrapper for Net::LDAP. This class simplifies LDAP access by letting
you configure a common set of bind arguments. It also lets you configure a
base DN for searching.
GLPI is an Information Resource-Manager with an additional
Administration- Interface. You can use it to build up a
database with an inventory for your company (computer,
software, printers...). It has enhanced functions to make
the daily life for the administrators easier, like a job-
tracking-system with mail-notification and methods to build
a database with basic information about your network-topology.
Continuity is a library to simplify web applications. Each session is
written and runs as a persistant application, and is able to request
additional input at any time without exiting. This is significantly
different from the traditional CGI model of web applications in which a
program is restarted for each new request.
FEAR::API is a tool that helps reduce your time creating site scraping scripts
and help you do it in a much more elegant way. FEAR::API combines many strong
and powerful features from various CPAN modules, such as LWP::UserAgent,
into a deeper Zen.
A fast and easy way to integrate your apps with Facebook.
This is a Perl interface to the Facebook Graph API
http://developers.facebook.com/docs/api. With this module you can
currently query public Facebook data, query privileged Facebook data,
and build a privileged Facebook application. See the TODO for all
that this module cannot yet do.
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with the tokens. Rather than
try to remember a bunch of array indices or try to write a bunch of
constants for them, you can now do something like:
$token->is_start_tag( 'form' )
Instead of
$token->[0] eq 'S' and $token->[1] eq 'form'