The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:AxKit"

AxKit::XSP::Auth - Authorization tag library for AxKit eXtensible Server Pages. River stage zero No dependents

The XSP session taglib provides authorization management to XSP pages. It allows you to view, check and modify access permissions for users (logging in and out) and the effective permissions of an object (file, directory or subtarget). Moreover, it p...

JWALT/Apache-AxKit-Plugin-Session-1 - 10 Aug 2005 20:56:33 UTC

AxKit::XSP::Global - Application global variables tag library for AxKit eXtensible Server Pages. River stage zero No dependents

The XSP globals taglib provides basic application global variable operations to XSP similar to the Cocoon2 Session taglib specification. The global variables provided by this taglib have limited persistance. They may get removed on server restarts or...

JWALT/Apache-AxKit-Plugin-Session-1 - 10 Aug 2005 20:56:33 UTC

AxKit::XSP::MD5 - AxKit XSP taglib for MD5 digests River stage zero No dependents

The XSP MD5 taglib implements MD5 digests (as provided by the Digest::MD5 module). You may use it to generate keys for cookies or checksums for files (if there is demand for this, I'll implement MD5'ing an external file). Tag Reference There are thre...

RBERJON/AxKit-XSP-MD5-0.01 - 26 Jun 2001 18:30:10 UTC

AxKit::XSP::Session - Session tag library for AxKit eXtensible Server Pages. River stage zero No dependents

The XSP session taglib provides basic session object operations to XSP using the Cocoon2 Session taglib specification. Except for very minor differences, it behaves fully compatible to the original implementation. This taglib works in conjunction wit...

JWALT/Apache-AxKit-Plugin-Session-1 - 10 Aug 2005 20:56:33 UTC

AxKit::XSP::Util - XSP util: taglib. River stage zero No dependents

The XSP util: taglib seeks to add a short list of basic utility functions to the eXtesible Server Pages library. It trivializes the inclusion of external fragments and adds a few other useful bells and whistles....

MSERGEANT/AxKit-XSP-Util-1.6 - 11 Jun 2002 07:46:31 UTC

AxKit::XSP::ESQL - An Extended SQL taglib for AxKit eXtensible Server Pages River stage zero No dependents

This tag library provides extensive support for executing SQL statements from within XSP. This tag library is the same as the Cocoon ESQL taglib....

MSERGEANT/AxKit-XSP-ESQL-1.4 - 05 Jun 2001 16:09:35 UTC

AxKit::XSP::L10N - String localization (L10N) taglib for AxKit River stage zero No dependents

This tag library provides an interface to localiize string values within XSP pages using "Locale::Maketext"....

CLACO/AxKit-XSP-L10N-0.05000 - 08 Mar 2008 20:34:07 UTC

AxKit::XSP::Wiki - An AxKit XSP based Wiki clone River stage zero No dependents

There's not much to say about Wiki's. They're kind cool, writable web sites. This module implements a wiki that uses (at the moment) POD for it's editing language. At the moment there's no version control, user management, search, recent edits, or pr...

MSERGEANT/AxKit-XSP-Wiki-0.07 - 15 Dec 2003 11:27:11 UTC

AxKit::XSP::Swish - A namespace wrapper for accessing Swish-e. River stage zero No dependents

The XSP Swish: tag library implements a simple way Swish-e. 1- Make sure that you have swish installed and have compiled the Perl XS library for the swish-e indexer. See www.swish-e.org for more information on using swish-e. 2- Add this to your httpd...

FMACHABEE/AxKit-XSP-Swish-0.2a - 02 Oct 2002 17:46:22 UTC

AxKit::App::TABOO - Object Oriented Publishing Framework for AxKit River stage zero No dependents

This is what TABOO contains at this point.: The base data object, AxKit::App::TABOO::Data and a wealth of subclasses of it, some of which is again subclassed. There are too many to list. They provide an abstraction layer that can manage the data for ...

KJETILK/AxKit-App-TABOO-0.52 - 01 Dec 2007 13:26:02 UTC

AxKit::XSP::Param - A namespace wrapper for accessing HTTP request paramaters. River stage zero No dependents

The XSP param: tag library implements a simple way to access HTTP request parameters (query string and posted form data) by field name. Thus, the value submitted from this text box <input type="text" name="username"/> is available after POSTing as <p...

MSERGEANT/AxKit-XSP-Param-1.4 - 05 Jun 2001 16:10:05 UTC

AxKit::XSP::Cookie - An XSP library for setting and getting HTTP cookies. River stage zero No dependents

The XSP cookie: tag library implements a simple way to set/get HTTP cookies....

MSERGEANT/AxKit-XSP-Cookie-1.41 - 30 Nov 2001 14:54:22 UTC

AxKit::XSP::Session - Session wrapper tag library for AxKit eXtesible Server Pages. River stage zero No dependents

The XSP session: taglib provides basic session object operations to XSP, using the Cocoon2 Session taglib specification. I tried to stay as close to the Cocoon2 specification as possible, for compatibility reasons. However, there are some tags that e...

NACHBAUR/AxKit-XSP-Session-0.11 - 30 Nov 2001 23:28:31 UTC

AxKit::App::Gallery - web based image galleries using AxKit River stage zero No dependents

AxKit::App::Gallery is a collection of Perl modules, XSLT stylesheets, and XPathScript stylesheets that implement a web-based image gallery. The gallery is generated on the fly, with intelligent caching. Out of the box, the gallery generates two type...

NIKC/AxKit-App-Gallery-0.5 - 26 Feb 2004 18:36:03 UTC

AxKit::XSP::PerForm - XSP Taglib for making complex forms easy River stage zero No dependents

PerForm is a large and complex taglib for AxKit XSP that facilitates creating large and complex HTML, WML, or other types of data-entry forms. PerForm tends to make life easier for you if your form data is coming from different data sources, such as ...

MSERGEANT/AxKit-XSP-PerForm-1.83 - 10 Aug 2003 16:46:31 UTC

AxKit::XSP::IfParam - Equivalent of XSP Param taglib, but conditional. River stage zero No dependents

This library is almost exactly the same as the XSP param taglib, except it gives conditional sections based on parameters. So rather than having to say: <xsp:logic> if (<param:foo/>) { ... } </xsp:logic> You can just say: <if-param:foo> ... </if-para...

MSERGEANT/AxKit-XSP-IfParam-1.4 - 08 Jun 2001 15:57:26 UTC

AxKit::XSP::Minisession - Yet Another Session Handling Library River stage zero No dependents

This is a very simple session library which sets state via a cookie and uses "Apache::Session::File" to store sessions in files on the file system. If you need anything more complex than that, this module isn't for you. The guts of the module are the...

CLACO/AxKit-XSP-Minisession-1.10000 - 08 Mar 2008 21:46:41 UTC

AxKit::XSP::Currency - Currency formatting and conversion taglib River stage zero No dependents

This tag library provides an interface to format and convert currency values within XSP pages....

CLACO/AxKit-XSP-Currency-0.13000 - 08 Mar 2008 22:02:05 UTC

AxKit::XSP::Sendmail - Simple SMTP mailer tag library for AxKit eXtensible Server Pages. River stage one • 1 direct dependent • 1 total dependent

The XSP sendmail: taglib adds a simple SMTP mailer to XSP via Milivoj Ivkovic's platform-neutral Mail::Sendmail module. In addition, all email addresses are validated before sending using Maurice Aubrey's Email::Valid package. This taglib is identica...

KJETILK/AxKit-XSP-Sendmail-1.5 - 17 Apr 2005 20:50:08 UTC

AxKit::XSP::WebUtils - Utilities for building XSP web apps River stage zero No dependents

The XSP WebUtils taglib implements a number of features for building web applications with XSP. It makes things like redirects and getting/setting headers simple....

MSERGEANT/AxKit-XSP-WebUtils-1.6 - 10 Jul 2003 09:48:03 UTC
103 results (0.019 seconds)