CGI::Application::Plugin::TT adds support for the popular Template
Toolkit engine to your CGI::Application modules by providing several
helper methods that allow you to process template files from within
your runmodes.
It complements the support for HTML::Template that is built into
CGI::Application through the load_tmpl method. It also provides a few
extra features than just the ability to load a template.
CGI::Session::ExpireSessions is a pure Perl module.
It deletes CGI::Session-type sessions which have passed their use-by date.
It works with CGI::Session-type sessions in a database or in disk files,
but does not appear to work with CGI::Session::PureSQL-type sessions.
The recommended way to use this module is via method expire_sessions(),
which requires CGI::Session V 4 or later.
Dealing with large web based applications with multiple forms is a minefield.
It's often hard enough to ensure you validate all your input at all, without
having to worry about doing it in a consistent manner. If any of the validation
rules change, you often have to alter them in many different places. And, if
you want to operate taint-safe, then you're just adding even more headaches.
Catalyst::Model::CDBI::Plain is a Model class for Catalyst to be used
with user-specified Class::DBI classes.
It does not automatically set anything up or create relationships;
this is left to the user. This module can be used with existing
Class::DBI classes, so that they can be used with Catalyst, or as a
way of writing CDBI-based Model classes within Catalyst.
This model class wraps Search::Xapian to provide a friendly, paged
interface to Xapian (www.xapian.org) indexes. This class adds a little
extra convenience on top of the Search::Xapian class. It expects you to
use the QueryParser, and sets up some keywords based on the standard
omega keywords (id, host, date, month, year,title), so that you can do
searches like
'fubar site:microsoft.com'
This model class wraps Search::Xapian to provide a friendly, paged
interface to Xapian (www.xapian.org) indexes. This class adds a little
extra convenience on top of the Search::Xapian class. It expects you to
use the QueryParser, and sets up some keywords based on the standard
omega keywords (id, host, date, month, year,title), so that you can do
searches like
'fubar site:microsoft.com'
Image::Delivery - Efficient transformation and delivery of web images
Many web applications generate or otherwise deliver graphics as part
of their interface. Getting the delivery of these images right is
tricky, and developers usually need to make trade-offs in order
to get a usable mechanism.
Image::Delivery is an extremely sophisticated module for delivering
these generated images. It is designed to be powerful, flexible,
extensible, scalable, secure, stable and correct, and use a minimum
of resources.
This module provides an RPC::ExtDirect gateway implementation for Plack
environment. It is packaged as a standard Plack middleware component suitable
for using with Plack::Builder.
Plack::Middleware::ExtDirect is recommended to be used with Perl versions 5.12
and newer, for reasons explained below. For Perls older than 5.12,
CGI::ExtDirect gateway may be a better choice - especially if you cannot
install XS dependent packages.
If you are not familiar with Ext.Direct, more information can be found in
RPC::ExtDirect::Intro.
Kanboard is a simple visual task board software.
Main features:
* Kanban methodology
* Visualize your work
* Limit your work in progress to be more efficient
* Customize your boards according to your business activities
* Multiple boards with the ability to drag and drop tasks
* Minimalist software, focus only on essential features (Less is more)
* Fast and simple to use
* Access from anywhere with a modern browser
* Free, open source and self-hosted
* Super simple installation
This class is the parent for all access method supported by the WWW::Search
library. This library implements a Perl API to web-based search engines.
Current search engines supported include AltaVista (both web and news),
Dejanews, Excite (web only), HotBot (web only), Infoseek (e-mail, web, and news)
and Lycos.
Search results are limited and there is a pause between each request for results
to avoid overloading either the client or the server.