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

Template::Plugin::URL - Plugin to construct complex URLs River stage three • 564 direct dependents • 962 total dependents

The "URL" plugin can be used to construct complex URLs from a base stem and a hash array of additional query parameters. The constructor should be passed a base URL and optionally, a hash array reference of default parameters and values. Used from wi...

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

HTML::Template::Menu - ease menu items for quick web user interface River stage zero No dependents

LEOCHARRE/CGI-Application-Plugin-Menu-1.06 - 12 May 2009 20:54:09 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::Image - Plugin access to image sizes River stage three • 564 direct dependents • 962 total dependents

This plugin provides an interface to the Image::Info or Image::Size modules for determining the size of image files. You can specify the plugin name as either '"Image"' or '"image"'. The plugin object created will then have the same name. The file na...

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

Template::Plugin::Gravatar - Configurable TT2-based generation of Gravatar URLs from email addresses. River stage one • 1 direct dependent • 1 total dependent

Please see <http://gravatar.com/site/implement/url> for more on the service interface and <http://gravatar.com/> for information about Gravatars (globally recognized avatars) in general. All of the options supported in Gravatars—default, rating, and ...

ASHLEY/Template-Plugin-Gravatar-0.10 - 11 Sep 2016 13:13:21 UTC

Template::Plugin::Clickable - Make URLs clickable in HTML River stage zero No dependents

Template::Plugin::Clickable is a plugin for TT, which allows you to filter HTMLs clickable....

MIYAGAWA/Template-Plugin-Clickable-0.06 - 20 Feb 2006 04:56:21 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::AutoLink - TT filter plugin to replace URL and e-mail address with hyperlink automatically. River stage zero No dependents

Template::Plugin::AutoLink is filter plugin for TT, which replace URL and e-mail address with hyperlink automatically....

HORIUCHI/Template-Plugin-AutoLink-0.03 - 02 Feb 2006 08:25:33 UTC

Template::Plugin::XML::RSS - Plugin interface to XML::RSS River stage zero No dependents

This Template Toolkit plugin provides a simple interface to the XML::RSS module. [% USE news = XML.RSS('mysite.rdf') %] It creates an XML::RSS object, which is then used to parse the RSS file specified as a parameter in the USE directive. A reference...

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

OpenInteract::Template::Plugin - Custom OpenInteract functionality in templates River stage zero No dependents

This implements a Template Toolkit Plugin. For more information about plugins, see Template::Manual::Plugins. Normally a plugin is instantiated like this: [% USE OI %] [% object_info = OI.object_description( object ) %] But since this plugin will pro...

CWINTERS/OpenInteract-1.62 - 01 Oct 2004 03:29:29 UTC

Template::Plugin::XML::LibXML - XML::LibXML Template Toolkit Plugin River stage zero No dependents

This module provides a plugin for the XML::LibXML module. It can be utilised the same as any other Template Toolkit plugin, by using a USE statement from within a Template. The use statment will return a reference to root node of the parsed document ...

MARKF/Template-Plugin-XML-LibXML-1.07 - 12 Aug 2004 10:10:32 UTC

Template::Plugin::Thumbalizr - A Thumbalizr (https://thumbalizr.com) plugin for Template::Toolkit. This allows you to easily embed live screenshots into your website. River stage zero No dependents

Thumbalizr (<http://www.thumbalizr.com/>) is a web service to easily embed live screenshots of any URL in your website. Thumbalizr has full support for Flash, JavaScript, CSS, & HTML5. The latest API version is detailed at <https://www.thumbalizr.com...

JSOBRIER/Template-Plugin-Thumbalizr-1.0.1 - 17 Dec 2019 02:45:14 UTC

XML::Template::Element::User - XML::Template plugin module for the user namespace. River stage zero No dependents

EMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 UTC

Template::Plugin::WebService - plugin to allow webservice calls from Template and Template::Alloy River stage zero No dependents

Template::Plugin::WebService helps handle HTTP from a template....

EARL/Template-Plugin-WebService-0.16 - 27 Mar 2008 07:15:03 UTC

Template::Plugin::TextToHtml - Plugin interface to HTML::FromText River stage zero No dependents

This plugin provides an interface to the HTML::FromText module which provides simple HTML formatting. TextToHtml defines a subrouting "text2html" that, when called, reformats plain text into HTML. The options passed to the "text2html" subroutine corr...

CWEST/Template-Plugin-TextToHtml-0.02 - 06 Aug 2002 19:13:55 UTC

Template::Plugin::Text::Filter::URI - Filter a string to meet URI requirements River stage zero No dependents

PERLER/Template-Plugin-Text-Filter-URI-0.03 - 15 Jul 2012 11:28:34 UTC

Template::Plugin::GoogleChart - Using Google::Chart as a template plugin River stage zero No dependents

MARCEL/Template-Plugin-GoogleChart-0.02 - 10 Feb 2010 14:11:18 UTC

Template::Plugin::HTML::BBCode - Template Toolkit plugin which implements wrapper around HTML::BBCode module. River stage zero No dependents

Template::Plugin::HTML::BBCode - Template Toolkit plugin which implements wrapper around HTML::BBCode module and provides filter for converting BBCode to HTML....

LIOL/Template-Plugin-HTML-BBCode-0.01 - 28 Mar 2005 17:50:01 UTC

Template::Plugin::Filter::PlantUML - A template toolkit plugin filter for encoding and processing PlantUML Diagrams using a PlantUML Server. River stage zero No dependents

This is a trivial Template::Toolkit plugin filter to allow any template writer to embed PlantUML Diagram Syntax in Templates and have them encoded and processed via any PlantUML Server in any supported formats. It uses "WWW:PlantUML" remote client un...

RWI/Template-Plugin-Filter-PlantUML-0.02 - 06 Nov 2023 19:07:29 UTC

Template::Plugin::Config::General - Template Toolkit plugin which implements wrapper around Config::General module. River stage zero No dependents

This module implements interface wrapper around Config::General. The task of easy access to configuration items from both code and templates may appear in applications which uses configuration files which are saved apart from code and templates. This...

LIOL/Template-Plugin-Config-General-0.01 - 31 Jan 2005 19:12:48 UTC
20 results (0.075 seconds)