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

Search results for "template::plugin::"

Template::Plugin - Base class for Template Toolkit plugins River stage three • 561 direct dependents • 959 total dependents

A "plugin" for the Template Toolkit is simply a Perl module which exists in a known package location (e.g. "Template::Plugin::*") and conforms to a regular standard, allowing it to be loaded and used automatically. The "Template::Plugin" module defin...

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

Template::Plugin::HTML::Template - HTML::Template filter in TT River stage zero No dependents

Template::Plugin::HTML::Template is a TT plugin to filter HTML::Template templates. It might sound just silly, but it can be handy when you want to reuse existent HTML::Template templates inside TT....

MIYAGAWA/Template-Plugin-HTML-Template-0.02 - 25 Sep 2002 17:41:31 UTC - Search in distribution

Template::Plugin::GD - GD plugin(s) for the Template Toolkit River stage zero No dependents

The Template-GD distribution provides a number of Template Toolkit plugin modules to interface with Lincoln Stein's GD modules. These in turn provide an interface to Thomas Boutell's GD graphics library. These plugins were distributed as part of the ...

ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC - Search in distribution

Template::Plugin::DBI - Template interface to the DBI module River stage one • 2 direct dependents • 2 total dependents

This Template Toolkit plugin module provides an interface to the Perl DBI/DBD modules, allowing you to integrate SQL queries into your template documents. It also provides an interface via the Tie::DBI module (if installed on your system) so that you...

REHSACK/Template-DBI-2.65 - 27 Jul 2010 16:09:02 UTC - Search in distribution

Template::Plugin::CGI - Simple Template Toolkit plugin interfacing to the CGI.pm module River stage zero No dependents

This is a very simple Template Toolkit Plugin interface to the "CGI" module. A "CGI" object will be instantiated via the following directive: [% USE CGI %] "CGI" methods may then be called as follows: [% CGI.header %] [% CGI.param('parameter') %] An ...

TODDR/Template-Plugin-CGI-3.101 - 27 Apr 2022 16:28:01 UTC - Search in distribution

Template::Plugin::CSV - Plugin for generating CSV River stage one • 2 direct dependents • 4 total dependents

This is a very simple TT2 Plugin for generating CSV. A CSV object will be instantiated via the following directive: [% USE CSV %]...

GUGOD/Template-Plugin-CSV-0.04 - 22 Mar 2007 03:10:39 UTC - Search in distribution

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 - Search in distribution

Template::Plugin::Map - map VMethod for Template::Tookit River stage zero No dependents

This module is a Template Tooklit plugin that provides a "map" VMethod. This just provides a way to map a method call to a list of objects....

MSCHOUT/Template-Plugin-Map-0.03 - 29 Jul 2017 19:23:12 UTC - Search in distribution

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 - Search in distribution

Template::Plugin::URI - A Template Plugin To Use URI Objects River stage zero No dependents

DBOYS/Template-Plugin-URI-0.03 - 25 Dec 2020 15:15:31 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Template::Plugin::Body - Strip HTML to just keep the body content River stage zero No dependents

The things we do to support designers... When you are including a big chunk of HTML into a page via an include, you can have problems editing it in WYSIWYG editors because it won't have the stylesheets, meta tags and javascript libs that the main doc...

ADAMK/Template-Plugin-Body-1.04 - 05 Jun 2008 03:51:28 UTC - Search in distribution

Template::Plugin::Dump - alternative dumper plugin with Data::Dump River stage zero No dependents

This plugin is a simple alternative which uses Data::Dump instead of Data::Dumper. APIs are the same, except this plugin has no configuration options as Data::Dump has none of them....

ISHIGAKI/Template-Plugin-Dump-0.02 - 27 May 2007 05:54:25 UTC - Search in distribution

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

A thin wrapper around Text::Haml when you load the plugin it creates a filter called haml that you can use in a normal way. A full description of the Haml language can be found on the haml site <http://haml-lang.com>. Haml is a terse and whitespace s...

XENO/Template-Plugin-Haml-0.1.2 - 05 Jun 2011 17:57:44 UTC - Search in distribution

Template::Plugin::JSON - Adds a .json vmethod for all TT values. River stage one • 2 direct dependents • 2 total dependents

This plugin provides a ".json" vmethod to all value types when loaded. You can also decode a json string back to a data structure. It will load the JSON::MaybeXS module, which will use Cpanel::JSON::XS when possible and fall back to JSON::PP otherwis...

ETHER/Template-Plugin-JSON-0.08 - 07 Mar 2019 22:05:09 UTC - Search in distribution

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 - Search in distribution

Template::Plugin::LDAP - Handle LDAP queries in TT pages. River stage zero No dependents

This is a plugin for the Template Toolkit to do LDAP queries. It does not do updates. Mostly, it is similiar in design to the DBI plugin, except where I copied it wrong. :-) Basically, pass in a hostname and optionally a username/password to the cons...

GHENRY/Template-Plugin-LDAP-0.05 - 02 Nov 2009 15:55:27 UTC - Search in distribution

Template::Plugin::MARC - Template::Toolkit plugin to make MARC friendly River stage zero No dependents

A Template::Toolkit plugin which given a MARC::Record object parses it into a hash that can be accessed directly in Template::Toolkit....

JCAMINS/Template-Plugin-MARC-0.04 - 08 Feb 2013 22:15:03 UTC - Search in distribution
  • batch-marc-tt - script to process a MARC file with Template::Toolkit

Template::Plugin::MIME - TemplateToolkit plugin providing a interface to MIME::Entity River stage zero No dependents

ZURBORG/Template-Plugin-MIME-0.12 - 15 May 2014 09:22:21 UTC - Search in distribution
1,089 results (0.133 seconds)