Manage Apache htgroup files. Please note that this is not a mod_perl
module. Please also note that there is another module that does similar
things (HTTPD::UserManage) and that this is a more simplistic module, not
doing all the things that one does.
CGI::Application is a perl module intended to make it easier to create
sophisticated, reusable web-based applications. This module implements
a methodology which, if followed, will make your web software easier to
design, easier to document, easier to write, and easier to solve.
CGI::Simple provides a relatively lightweight drop in replacement
for CGI.pm. It shares an identical OO interface to CGI.pm for
parameter parsing, file upload, cookie handling and header generation.
This module is entirely object oriented, however a complete functional
interface is available by using the CGI::Simple::Standard module.
This engine is designed to run as a standalone Catalyst server, without
requiring the use of another web server. It's goals are
high-performance, HTTP/1.1 compliance, and robustness. It is also
suitable for use as a faster development server with support for
automatic restarting.
This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
documentation for Catalyst::Helper::Model::DBIC::Schema and
Catalyst::Helper::Model::DBIC::SchemaLoader for information on
generating these Models via Helper scripts. The latter of the two will
also generated a DBIx::Class::Schema::Loader-based Schema class for you.
Role based access control is very simple: every user has a list of
roles, which that user is allowed to assume, and every restricted part
of the app makes an assertion about the necessary roles.
If the user is a member in all of the required roles access is granted.
Otherwise, access is denied.
This plugin gives you access to a variety of systems for caching
data. It allows you to use a very simple configuration API, while
maintaining the possibility of flexibility when you need it later.
Among its features are support for multiple backends, segmentation based
on component or controller, keyspace partitioning, and so more, in
various subsidiary plugins.
This is just the Catalyst manual. If you want to develop Catalyst
apps, please install Catalyst::Devel. If you'd like a tutorial and a
full example Catalyst application, please intall
Task::Catalyst::Tutorial.
If you just want to run Catalyst applications, you probably don't need
this manual, but you do need Catalyst::Runtime.
igal2 (the successor of igal) is a quick and easy program for placing
your images online with just one command-line. It generates a pretty
good-looking set of W3-compliant static HTML slides even with its
default settings. The slide show preloads the next image with
JavaScript - ideal for slower links.
Translates a CSS3 selector into an equivalent XPath expression.
This allows us to use CSS selectors when working with the XML package
as it can only evaluate XPath expressions. Also provided are
convenience functions useful for using CSS selectors on XML nodes.
This package is a port of the Python package "cssselect".