The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Template::Plugin::Directory"

Template::Plugin::Directory - Plugin for generating directory listings River stage three • 564 direct dependents • 962 total dependents

This Template Toolkit plugin provides a simple interface to directory listings. It is derived from the Template::Plugin::File module and uses Template::Plugin::File object instances to represent files within a directory. Sub-directories within a dire...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template - Front-end module to the Template Toolkit River stage three • 564 direct dependents • 962 total dependents

This documentation describes the Template module which is the direct Perl interface into the Template Toolkit. It covers the use of the module and gives a brief summary of configuration options and template directives. Please see Template::Manual for...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Apache::Template - Apache/mod_perl interface to the Template Toolkit River stage zero No dependents

The Apache::Template module provides a simple interface to the Template Toolkit from Apache/mod_perl. The Template Toolkit is a fast, powerful and extensible template processing system written in Perl. It implements a general purpose template languag...

ABW/Apache-Template-0.09 - 27 Apr 2004 09:26:34 UTC

Template::Benchmark - Pluggable benchmarker to cross-compare template systems. River stage one • 1 direct dependent • 1 total dependent

Template::Benchmark provides a pluggable framework for cross-comparing performance of various template engines across a range of supported features for each, grouped by caching methodology. If that's a bit of a mouthful... have you ever wanted to fin...

SGRAHAM/Template-Benchmark-1.09 - 18 Oct 2010 09:30:20 UTC

App::ZofCMS::Template - "core" part of ZofCMS - web-framework/templating system River stage one • 1 direct dependent • 1 total dependent

This module is used internally by App::ZofCMS and this documentation explains how ZofCMS templates work. This documentation assumes you have read App::ZofCMS::Config. If you wish to make changes to this module, please contact the author....

ZOFFIX/App-ZofCMS-1.001008 - 05 Dec 2019 18:55:19 UTC

Template::Plugin::MP3 - Interface to the MP3::Info Module River stage zero No dependents

"Template::Plugin::MP3" provides a simple wrapper for using "MP3::Info" in object oriented mode; see MP3::Info for more details....

DARREN/Template-Plugin-MP3-1.02 - 24 Jun 2003 13:48:06 UTC

Template::Plugin::Java - Generate Java Classes from XML description files and templates. River stage zero No dependents

Template::Plugin::Java is a plugin module for the Template toolkit that makes it easier to write templates for generating Java source code, ultimately for transforming XML descriptions into Java language sources. It can be used either directly on the...

RKITOVER/Template-Plugin-Java-0.4 - 10 Oct 2000 06:27:24 UTC

Template::Plugin::XML - XML plugin for the Template Toolkit River stage zero No dependents

The Template-XML distribution provides a number of Template Toolkit plugin modules for working with XML. The Template::Plugin::XML module is a front-end to the various other XML plugin modules. Through this you can access XML files and directories of...

ABW/Template-XML-2.17 - 09 Feb 2007 17:30:10 UTC

Template::Plugin::SSI - Plugin to use SSI in Template Toolkit (wrapper for CGI::SSI) River stage zero No dependents

A Template Toolkit Plugin that provides an easy way to include Apache's SSI within a template. (acts as a wrapper to CGI::SSI) The plugin can be loaded via the familiar USE directive. [% USE SSI %] This creates a plugin object with the name of 'SSI'....

COREY/Template-Plugin-SSI-0.11 - 16 Feb 2005 20:10:16 UTC

Jedi::Plugin::Template - Plugin for Template Toolkit River stage zero No dependents

This is a Template::Toolkit plugin for Jedi web app framework. Jedi is just a simple web app framework that help your create app above Plack. This plugin handle your Template::Toolkit files for you. It will use the Jedi config to get the directory of...

CELOGEEK/Jedi-Plugin-Template-1.001 - 29 Mar 2014 19:09:15 UTC

HTML::Template::Compiled - Template System Compiles HTML::Template files to Perl code River stage two • 18 direct dependents • 19 total dependents

HTML::Template::Compiled is a template system which can be used for HTML::Template templates with almost the same API. It offers more flexible template delimiters, additional tags and features, and by compiling the template into perl code it can run ...

TINITA/HTML-Template-Compiled-1.003 - 03 May 2016 12:15:34 UTC

Template::Plugin::File - Plugin providing information about files River stage three • 564 direct dependents • 962 total dependents

This plugin provides an abstraction of a file. It can be used to fetch details about files from the file system, or to represent abstract files (e.g. when creating an index page) that may or may not exist on a file system. A file name or path should ...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC

Template::Plugin::Session - Template Toolkit interface to Apache::Session River stage zero No dependents

This Template Toolkit plugin provides an interface to Apache::Session module wich provides a persistence framework for session data. A Session plugin object can be created as follows: [% options = { Store => 'File' Generate => 'MD5', Lock => 'Null', ...

ENRYS/Template-Plugin-Session-0.01 - 23 Jun 2003 17:30:28 UTC

Template::Plugin::Latex - Template Toolkit plugin for Latex River stage one • 1 direct dependent • 1 total dependent

The "Latex" Template Toolkit plugin provides a "latex" filter that allows the use of LaTeX to generate PDF, PostScript and DVI output files from the Template Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs. Processing of the ...

EHUELS/Template-Plugin-Latex-3.12 - 10 May 2017 22:05:17 UTC

Template::Plugin::DataHash - use INCLUDE_PATH to get confs with key fallback River stage zero No dependents

EARL/Template-Plugin-DataHash-0.04 - 20 Dec 2003 07:06:54 UTC

Template::Plugin::TwoStage - two stage processing of template blocks with first stage caching River stage zero No dependents

ALEXK/Template-Plugin-TwoStage-0.08 - 22 Aug 2014 09:46:02 UTC

Konstrukt::Plugin::template - Konstrukt templating engine River stage zero No dependents

An important goal of this framework is the fast creation of maintainable static content. Therefore the template (Konstrukt::Plugin::template) plugin was developed. You are enouraged to encapsulate your web site components that are used in several pla...

TWITTEK/Konstrukt-0.5-beta13 - 13 Dec 2007 19:46:13 UTC

Template::Benchmark::Engine - Base class for Template::Benchmark template engine plugins. River stage one • 1 direct dependent • 1 total dependent

Provides a base class for Template::Benchmark template engine plugins....

SGRAHAM/Template-Benchmark-1.09 - 18 Oct 2010 09:30:20 UTC

Catalyst::View::Template::Pure - Catalyst view adaptor for Template::Pure River stage zero No dependents

Catalyst::View::Template::Pure is an adaptor for Template::Pure for the Catalyst web development framework. Template::Pure is an HTML templating system that fully separates concerns between markup (the HTML), transformations on that markup (called 'd...

JJNAPIORK/Catalyst-View-Template-Pure-0.017 - 22 Dec 2016 20:48:02 UTC

Template::Plugin::WikiCreole - TT wrapper for Text::WikiCreole River stage zero No dependents

This is a plugin used for Wiki Creole rendering inside Template Toolkit. [% USE WikiCreole %] At this time none of the methods for customising Text::WikiCreole are not directly available via Template::Plugin::WikiCreole. However Text:WikiCreole is an...

MARTINELL/Template-Plugin-WikiCreole-0.02 - 06 Jul 2009 11:19:33 UTC
34 results (0.082 seconds)