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::Provider"

Template::Provider - Provider module for loading/compiling templates River stage three • 564 direct dependents • 962 total dependents

The Template::Provider is used to load, parse, compile and cache template documents. This object may be sub-classed to provide more specific facilities for loading, or otherwise providing access to templates. The Template::Context objects maintain a ...

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

Template::Provider::PAR - Include templates from a path within a PAR or Zip archive. River stage zero No dependents

This "Template::Provider::PAR" is designed to behave like a regular "Template::Provider", except that it retrieves templates from a path in a PAR archive, by default the archive in which the running script is embedded within. This allows "Template::T...

NPW/Template-Provider-PAR-0.1.102 - 09 Sep 2007 23:42:28 UTC

Template::Provider::DBI - A class to allow retrieval of templates from a DB River stage zero No dependents

This class adds a provider to Template Toolkit to retrieve templates from a database of your choice. Using the LOAD_TEMPLATES option to Template, multiple providers can be created and used. The DBI provider searches for the given template name, and r...

JROBINSON/Template-Provider-DBI-0.04 - 10 Nov 2019 19:21:02 UTC

Template::TAL::Provider - Base class for TAL template providers River stage zero No dependents

TAL Templates come from Providers. You ask an instance of a provider for a template with a specific name, and it should return a Template::TAL::Template object to you for that template. This module is the base class of all providers - it should be su...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::Provider::MD5 - MD5 Cached Compiled SCALARS for Template Toolkit River stage zero No dependents

Extension for Template Toolkit to cache SCALAR Templates by using MD5. A Template::Provider is actually designed to provide an alternate method for getting data (eg: the example is a WEB Access Module). In this case it is actually a replacement to th...

SCOTT/Template-Provider-MD5-0.01 - 14 Sep 2004 23:36:48 UTC

Template::Provider::HTTP - fetch templates from a webserver River stage zero No dependents

Templates usually live on disk, but this is not always ideal. This module lets you serve your templates over HTTP from a webserver. For our purposes we wanted to access the latest templates from a Subversion repository and have them update immediatel...

KKANE/Template-Provider-HTTP-0.05 - 17 Dec 2012 15:45:08 UTC

Template::Provider::Mojo - Use Mojolicious to provide templates River stage zero No dependents

Template::Provider::Mojo is a Template::Provider subclass that uses a Mojolicious::Renderer instance to resolve template names. This means that "paths" in Mojolicious::Renderer will be searched for file-based templates, and "classes" in Mojolicious::...

DBOOK/Mojolicious-Plugin-TemplateToolkit-0.006 - 16 Jun 2021 05:05:58 UTC

Template::Provider::DBIC - Load templates using DBIx::Class River stage zero No dependents

Template::Provider::DBIC allows a Template object to fetch its data using DBIx::Class instead of, or in addition to, the default filesystem-based Template::Provider. SCHEMA This provider requires a schema containing at least the following: * A column...

DCARDWELL/Template-Provider-DBIC-0.02 - 28 Mar 2007 22:23:49 UTC

Template::Provider::Encode - Encode templates for Template Toolkit River stage zero No dependents

TBW...

SEKIMURA/Template-Provider-Encode-0.02 - 30 Dec 2005 02:48:39 UTC

Template::Provider::Pandoc - pre-process templates with Pandoc River stage one • 1 direct dependent • 1 total dependent

Template::Provider::Pandoc is an extension to the Template Toolkit which automatically processes templates using Pandoc before they are processed by TT....

DAVECROSS/Template-Provider-Pandoc-0.0.5 - 22 Feb 2024 10:12:05 UTC

Template::Provider::Preload - Preload templates to save memory when forking River stage zero No dependents

One of the nicer things that the Template Toolkit modules do in the default Template::Provider is provide two powerful caching features. The first is to cache the result of the slow and expensive compilation phase, storing the Perl version of the tem...

ADAMK/Template-Provider-Preload-0.05 - 25 Sep 2008 04:43:51 UTC

Template::Provider::Markdown - Markdown as template body, no HTML. River stage zero No dependents

GUGOD/Template-Provider-Markdown-0.05 - 26 Mar 2010 03:02:00 UTC

Template::Provider::Encoding - Explicitly declare encodings of your templates River stage one • 3 direct dependents • 5 total dependents

Template::Provider::Encoding is a Template Provider subclass to decode template using its declaration. You have to declare encoding of the template in the head (1st line) of template using (fake) encoding TT plugin. Otherwise the template is handled ...

MIYAGAWA/Template-Provider-Encoding-0.10 - 01 Aug 2007 06:58:16 UTC

Template::Provider::FromDATA - Load templates from your __DATA__ section River stage one • 3 direct dependents • 5 total dependents

This module allows you to store your templates inline with your code in the "__DATA__" section. It will search any number of classes specified....

BRICAS/Template-Provider-FromDATA-0.13 - 22 Oct 2012 12:57:38 UTC

Template::TAL::Provider::Disk - find template files on disk River stage zero No dependents

A Template::TAL::Provider that creates template objects from files on disk. Given a list of include paths, it will search them in order, looking for a named template, then return it in a Template::TAL::Template object. This is the default provider an...

FOTANGO/Template-TAL-0.91 - 23 Mar 2007 16:54:40 UTC

Template::Multipass::Provider - template provider wrapper for multipass hooks River stage zero No dependents

See "INTERNALS OVERVIEW" in Template::Multipass...

NUFFIN/Template-Multipass-0.03 - 29 Mar 2008 20:49:12 UTC

Template::Provider::PrefixDBIC - A template provider that uses DBIC for database access and exhibits fallback functionality River stage zero No dependents

Template::Provider::PrefixDBIC combines the fallback functionality of Template::Provider along with the database access of Template::Provider::DBIC. If you don't need the fallback functionality, I highly recommend the Template::Provider::DBIC module....

RHOELZ/Template-Provider-PrefixDBIC-0.01 - 10 May 2011 17:43:18 UTC

Template::Provider::OpenOffice - OpenOffice (ODT) Provider for Template Toolkit River stage zero No dependents

This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing. We use OpenOffice::OODoc to actually open the document and extract the content.xml f...

ABREZINS/Template-Provider-OpenOffice-0.01 - 20 Sep 2006 16:15:56 UTC

Template::Provider::ArchiveTar - fetch templates from an archive River stage zero No dependents

Using this module you can provide templates through a Tar archive or any object compatible with the API of Archive::Tar. Interesting examples are Archive::Dir, Archive::Merged and Archive::SevenZip....

CORION/Template-Provider-ArchiveTar-0.01 - 25 Apr 2016 18:29:05 UTC

Template::Provider::Amazon::S3 - Enable template toolkit to use Amazon's S3 service as a provier of templates. River stage zero No dependents

GDEY/Template-Provider-Amazon-S3-0.009 - 03 Mar 2012 06:08:45 UTC
55 results (0.076 seconds)