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

Search results for "module:Apache::Pod"

Apache::Pod - base class for converting Pod files to prettier forms River stage one • 1 direct dependent • 2 total dependents

PETDANCE/Apache-Pod-0.22 - 17 Sep 2005 03:55:19 UTC

Apache::Pod::Text - mod_perl handler to convert Pod to plain text River stage one • 1 direct dependent • 2 total dependents

PETDANCE/Apache-Pod-0.22 - 17 Sep 2005 03:55:19 UTC

Apache::Pod::HTML - base class for converting Pod files to prettier forms River stage one • 1 direct dependent • 2 total dependents

PETDANCE/Apache-Pod-0.22 - 17 Sep 2005 03:55:19 UTC

Apache::AxKit::Provider::PodSAX - Dynamically Serve POD Files as XML River stage zero No dependents

This module allows you to invisibly serve POD documents (embedded, or not) as XML through AxKit. See the docs for Pod::SAX for the grammar that it uses to markup the POD....

MSERGEANT/Apache-AxKit-Provider-PodSAX-1.00 - 04 Jul 2002 10:28:37 UTC

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC

Apache::Wyrd - HTML embeddable perl objects under mod_perl River stage zero No dependents

Apache::Wyrd is the core module in a collection of interoperating modules that allow the rapid object-oriented development of web sites in Apache's mod_perl environment (LAMP). This collection includes a very flexible, HTML-friendly method of definin...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::XPP River stage zero No dependents

Apache::XPP is an HTML parser which on run time compiles and runs embedded perl code....

CNATION/Apache-XPP-2.02 - 12 Mar 2002 06:32:15 UTC

Apache::Cache - Cache data accessible between Apache childrens River stage zero No dependents

This module allows you to cache data easily through shared memory. Whithin the framework of an apache/mod_perl use, this cache is accessible from any child process. The data validity is managed in the Cache::Cache model, but as well based on time tha...

RSOLIV/Apache-Cache-0.05 - 02 Oct 2001 14:31:07 UTC

Apache::ePerl - Fast emulated Embedded Perl (ePerl) facility River stage zero No dependents

This packages provides a handler function for Apache/mod_perl which can be used to emulate the stand-alone Server-Side-Scripting-Language *ePerl* (see eperl(3) for more details) in a very fast way. This is not a real 100% replacement for nph-eperl be...

RSE/eperl-2.2.13 - 10 Jul 1998 09:22:54 UTC

Apache::TinyCP - a tiny content provider to put up content really quickly River stage zero No dependents

This module is a very simple handler that takes files from ContentDir, formats them somehow, and stamps on a header and footer using the template file template in TemplateDir. The default formatter is Text::KwikiFormatish and the end result is somewh...

IAN/Apache-TinyCP-1.01 - 05 Dec 2005 01:33:57 UTC

Apache::Perldoc - mod_perl handler to spooge out HTML perldocs River stage one • 1 direct dependent • 2 total dependents

A simple mod_perl handler to give you Perl documentation on installed modules. The following configuration should go in your httpd.conf <Location /perldoc> SetHandler perl-script PerlHandler Apache::Perldoc </Location> You can then get documentation ...

RBOW/Apache-Perldoc-1.11 - 04 Dec 2002 20:49:47 UTC

Apache::PageKit - MVCC web framework using mod_perl, XML and HTML::Template River stage zero No dependents

PageKit is an mod_perl based application framework that uses HTML::Template and XML to separate code, design, and content. Includes session management, authentication, form validation, co-branding, and a content management system. Its goal is to solv...

BORISZ/Apache-PageKit-1.18 - 26 Mar 2005 18:49:05 UTC

Apache::Htpasswd - Manage Unix crypt-style password file. River stage one • 3 direct dependents • 3 total dependents

This module comes with a set of methods to use with htaccess password files. These files (and htaccess) are used to do Basic Authentication on a web server. The passwords file is a flat-file with login name and their associated crypted password. You ...

KMELTZ/Apache-Htpasswd-1.9 - 20 Nov 2012 17:30:13 UTC

Apache::SharedMem - Share data between Apache children processes through the shared memory River stage zero No dependents

This module make it easier to share data between Apache children processes through shared memory. This module internal functionment is much inspired from IPC::SharedCache, but without any cache management. The share memory segment key is automaticall...

RSOLIV/Apache-SharedMem-0.09 - 04 Oct 2001 12:22:47 UTC

Apache::CVS::HTML - subclass of Apache::CVS that prints HTML River stage zero No dependents

This is a subclass of "Apache::CVS". Please see its pod page for definitive documentation. "Apache::CVS::HTML" override all of the print_* methods to display directories, files and revisions in HTML tables. Diffs are displayed as plain text. There is...

BARBEE/Apache-CVS-0.10 - 15 Dec 2003 00:53:26 UTC

Apache::GD::Graph - Generate Graphs in an Apache handler. River stage zero No dependents

The primary purpose of this module is to allow a very easy to use, lightweight and fast charting capability for static pages, dynamic pages and CGI scripts, with the chart creation process abstracted and placed on any server. For example, embedding a...

RKITOVER/Apache-GDGraph-0.96 - 09 Apr 2003 17:50:50 UTC

Apache::PrettyText - Simple mod_perl PerlHandler for text files River stage zero No dependents

This is a simple Apache handler written in Perl that converts text files on the fly into a basic HTML format: * surrounded by <PRE> tags * tabs converted to spaces (optional) * white background * hilited URLs * first line of text file = <TITLE> Also ...

CHTHORMAN/Apache-PrettyText-1.08 - 19 Feb 2004 15:37:19 UTC

Apache::XPP::Cache - XPP Cache manegment module River stage zero No dependents

Apache::XPP::Cache is an interface to both Store and Expire caching modules....

CNATION/Apache-XPP-2.02 - 12 Mar 2002 06:32:15 UTC

Apache::XPP::PreParse - XPP TAG Parser River stage zero No dependents

Apache::XPP::PreParse handles pre parsing of an xpp page to convert 'tags' into valid XPML. Tags are meant as a shortcut for code that might otherwise be burdensome or confusing for and xpml author, such as ref checking before calling a method: <xpp ...

CNATION/Apache-XPP-2.02 - 12 Mar 2002 06:32:15 UTC

Apache::Imager::Resize - Fixup handler that resizes and crops images on the fly, caching the results, and doesn't require ImageMagick. River stage zero No dependents

WROSS/Apache-Imager-Resize-0.11 - 07 Oct 2005 15:49:02 UTC
30 results (0.031 seconds)