Documentation
- Text::Xslate::Manual - Xslate users manual
- Text::Xslate::Manual::Builtin - Builtin methods and filters/functions in Xslate
- Text::Xslate::Manual::Cookbook - How to cook Xslate templates
- Text::Xslate::Manual::Debugging - Debugging techniques for Xslate templates
- Text::Xslate::Manual::FAQ - Frequently asked questions and answers
- Text::Xslate::PP::Const - Text::Xslate constants in pure Perl
- xslate - Process Xslate Templates
Modules
- Text::Xslate - Scalable template engine for Perl5
- Text::Xslate::Bridge - The interface base class to import methods
- Text::Xslate::Bridge::Star - Selection of common utilities for templates
- Text::Xslate::Compiler - An Xslate compiler to generate intermediate code
- Text::Xslate::HashWithDefault - Helper class to fill in default values
- Text::Xslate::PP - Yet another Text::Xslate runtime in pure Perl
- Text::Xslate::PP::Const - Text::Xslate constants in pure Perl
- Text::Xslate::PP::Method - Text::Xslate builtin method call in pure Perl
- Text::Xslate::PP::Opcode - Text::Xslate opcode implementation in pure Perl
- Text::Xslate::PP::State - Text::Xslate pure-Perl virtual machine state
- Text::Xslate::PP::Type::Macro - Text::Xslate macro object in pure Perl
- Text::Xslate::PP::Type::Pair - Text::Xslate builtin pair type in pure Perl
- Text::Xslate::PP::Type::Raw - Text::Xslate raw string type in pure Perl
- Text::Xslate::Parser - The base class of template parsers
- Text::Xslate::Runner - The guts of the xslate(1) command
- Text::Xslate::Symbol - The symbol representation used by parsers and compilers
- Text::Xslate::Syntax::Kolon - The default template syntax
- Text::Xslate::Syntax::Metakolon - The same as Kolon but using [% ... %] tags
- Text::Xslate::Syntax::TTerse - An alternative syntax compatible with Template Toolkit 2
- Text::Xslate::Type::Raw - The raw string representation
- Text::Xslate::Util - A set of utilities for Xslate
Provides
- Text::Xslate in lib/Text/Xslate/Compiler.pm
- Text::Xslate::Engine in lib/Text/Xslate.pm
Examples
- example/amon2.psgi
- example/amon2.psgi.gold
- example/autolink.pl
- example/autolink.pl.gold
- example/base.tx
- example/bridge.pl
- example/bridge.tx
- example/cascade.pl
- example/cascade.pl.gold
- example/cascade.tx
- example/chained-scope.pl
- example/chained-scope.pl.gold
- example/data_section.pl
- example/data_section.pl.gold
- example/dynamic_functions.pl
- example/dynamic_functions.tx
- example/err_handler.pl
- example/fillinform.pl
- example/fillinform.pl.gold
- example/form.psgi
- example/form.psgi.gold
- example/hello.pl
- example/hello.pl.gold
- example/hello.tmpl
- example/hello.tx
- example/htmltemplate.pl
- example/htparser.pl
- example/i18n-data-localize.pl
- example/i18n-data-localize.pl.gold
- example/i18n.pl
- example/i18n.pl.gold
- example/list.pl
- example/list.pl.gold
- example/list.tx
- example/locale/ja.po
- example/mojo.psgi
- example/mojo.psgi.gold
- example/put_js.pl
- example/put_js.pl.gold
- example/simple.psgi
- example/simple.psgi.gold