Current Path : /usr/share/doc/perl-Template-Toolkit-2.24/old/manual/ |
Current File : //usr/share/doc/perl-Template-Toolkit-2.24/old/manual/Refs.html |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"> <html> <head> <title>Template Toolkit Documentation</title> <link rel="stylesheet" type="text/css" href="../css/blue.css" title="Blue Glass"> <link rel="alternate stylesheet" type="text/css" href="../css/green.css" title="Green Glass"> <link rel="stylesheet" type="text/css" href="/css/print.css" media="print"> <script type="text/javascript" src="../js/tt2.js"></script> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta name="author" content="Andy Wardley"> </head> <body> <div id="body"> <div id="page"> <div id="sidebar"> <a href="/index.html" id="logo"></a> <div id="menu"> <ul class="menu"> <li class="l0 first"><a href="../manual/index.html" class="warm">Manual</a></li> <li class="l1"><a href="../manual/Intro.html">Intro</a></li> <li class="l1"><a href="../manual/Syntax.html">Syntax</a></li> <li class="l1"><a href="../manual/Directives.html">Directives</a></li> <li class="l1"><a href="../manual/Variables.html">Variables</a></li> <li class="l1"><a href="../manual/VMethods.html">VMethods</a></li> <li class="l1"><a href="../manual/Config.html">Config</a></li> <li class="l1"><a href="../manual/Filters.html">Filters</a></li> <li class="l1"><a href="../manual/Plugins.html">Plugins</a></li> <li class="l1"><a href="../manual/Internals.html">Internals</a></li> <li class="l1"><a href="../manual/Views.html">Views</a></li> <li class="l1"><a href="../manual/Credits.html">Credits</a></li> <li class="l0"><a href="../modules/index.html">Modules</a></li> <li class="l0"><a href="../tools/index.html">Tools</a></li> <li class="l0 last"><a href="../tutorial/index.html">Tutorial</a></li> </ul> <div class="foot"></div> </div> </div> <div id="header"> <div id="nav"> <ul id="trail"> <li><a href="../manual/index.html">Manual</a></li> <li class="last"><a href=".."></a></li> </ul><div class="pager"> <span class="go back">Back</span> <span class="go up">Up</span> <span class="go next">Next</span> </div> </div> <h1 class="headline"></h1> </div> <div id="content"> <div class="section"> <div class="head"> <h1 id="contents" onclick="switch_section(this)" title="Click title to show/hide section content.">Contents</h1> <a href="#body" class="top" title="Back up to the top of the page" >Top</a> </div> <div class="body"> <ul class="toc"> <li class=""><a href="#DESCRIPTION">DESCRIPTION</a></li> <li class="sub"><a href="#section_Resources">Resources</a></li> <li class="sub"><a href="#section_Projects">Projects</a></li> <li class=""><a href="#AUTHOR">AUTHOR</a></li> <li class=""><a href="#VERSION">VERSION</a></li> <li class=""><a href="#COPYRIGHT">COPYRIGHT</a></li> </ul> </div> </div> <div class="pod"> <div class="section"> <div class="head"> <h1 id="DESCRIPTION" onclick="switch_section(this)" title="Click title to show/hide section content.">DESCRIPTION</h1> <a href="#body" class="top" title="Back up to the top of the page" >Top</a> </div> <div class="body"> <div class="subsection"> <div class="head"> <h2 id="section_Resources" onclick="switch_subsection(this)" title="Click title to show/hide sub-section content.">Resources</h2> <a href="#body" class="top" title="Back up to the top of the page" >Top</a> </div> <div class="body"> <p> The Template Toolkit web site contains the latest information, news and other resources. </p> <pre>http://www.template-toolkit.org/</pre> <p> A mailing list exists for up-to-date information on the Template Toolkit and for following and contributing to the development process. To subscribe, send an email to </p> <pre>templates-request@template-toolkit.org</pre> <p> with the message 'subscribe' in the body. You can also use the web interface to subscribe or browse the archives: </p> <pre>http://www.template-toolkit.org/mailman/listinfo/templates</pre> <p> The <i>tpage</i> and <i>ttree</i> scripts are distributed and installed along with the Template Toolkit. The <i>tpage</i> script simply processes named files or STDIN if unspecified, using a default Template object. The <i>ttree</i> script can be used to process entire directory trees of templates, allowing large content systems such as web sites to be rebuilt from a single command or configuration file. </p> <pre>perldoc tpage perldoc ttree</pre> <p> The <i>Template::Tutorial</i> document provides an introduction to the Template Toolkit and shows some typical examples of usage. </p> <pre>perldoc Template::Tutorial</pre> <p> You may also like to consult the paper 'Building and Managing Web Systems with the Template Toolkit' and accompanying slides from the presentation at the 4th Perl Conference. These are available from the Template Toolkit web site: </p> <pre>http://www.template-toolkit.org/docs.html</pre> </div> </div> <div class="subsection"> <div class="head"> <h2 id="section_Projects" onclick="switch_subsection(this)" title="Click title to show/hide sub-section content.">Projects</h2> <a href="#body" class="top" title="Back up to the top of the page" >Top</a> </div> <div class="body"> <p> There are a number of other projects related to the Template Toolkit. </p> <ul> <li><b id="item_OpenInteract">OpenInteract</b> <p> OpenInteract is a robust web application framework built to run under Apache and mod_perl using the Template Toolkit as a foundation. </p> <pre>http://www.openinteract.org/</pre> </li> <li><b id="item_Apache_Template">Apache::Template</b> <p> This is an Apache/mod_perl interface to the Template Toolkit. Available from CPAN in the directory: </p> <pre>http://www.cpan.org/modules/by-module/Apache/</pre> </li> <li><b id="item_AxKit_Template">AxKit::Template</b> <p> AxKit is Matt Sergeant's Apache XML Delivery Toolkit. AxKit::Template provides an interface between AxKit and the Template Toolkit. Available from CPAN in the directory: </p> <pre>http://www.cpan.org/modules/by-module/Apache/</pre> </li> <li><b id="item_Slashcode">Slashcode</b> <p> Slashcode is the code which runs Slashdot. Version 2 uses the Template Toolkit for generating the user interface from database driven template. </p> <pre>http://slashcode.org/</pre> </li> <li><b id="item_OpenFrame">OpenFrame</b> <p> OpenFrame is an open source application framework for distributed media applications. It ships with a generator for the Template Toolkit. </p> <pre>http://openframe.fotango.com/</pre> </li> <li><b id="item_PCMT">PCMT</b> <p> PCMT is the Personal Content Management Toolkit. It uses the Template Toolkit as the presentation engine. </p> <pre>http://pcmt.sf.net/</pre> </li> </ul> </div> </div> </div> </div> <div class="section"> <div class="head"> <h1 id="AUTHOR" onclick="switch_section(this)" title="Click title to show/hide section content.">AUTHOR</h1> <a href="#body" class="top" title="Back up to the top of the page" >Top</a> </div> <div class="body"> <p> Andy Wardley <abw@wardley.org> </p> <p> <a href="http://wardley.org/">http://wardley.org/</a>|<a href="http://wardley.org/">http://wardley.org/</a> </p> </div> </div> <div class="section"> <div class="head"> <h1 id="VERSION" onclick="switch_section(this)" title="Click title to show/hide section content.">VERSION</h1> <a href="#body" class="top" title="Back up to the top of the page" >Top</a> </div> <div class="body"> <p> Template Toolkit version 2.19, released on 27 April 2007. </p> </div> </div> <div class="section"> <div class="head"> <h1 id="COPYRIGHT" onclick="switch_section(this)" title="Click title to show/hide section content.">COPYRIGHT</h1> <a href="#body" class="top" title="Back up to the top of the page" >Top</a> </div> <div class="body"> <pre>Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.</pre> <p> This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. </p> </div> </div> </div></div> <br clear="both"> </div> <div id="footer"> <div id="br"> <div class="pager"> <span class="go back">Back</span> <span class="go up">Up</span> <span class="go next">Next</span> </div> </div> <a href="http://opensource.org/" class="osi"></a> <div class="copyright"> Copyright © 1996-2007 <a href="http://wardley.org/">Andy Wardley</a>. All Rights Reserved. </div> <div class="licence"> The <a href="http://template-toolkit.org/">Template Toolkit</a> is <a href="http://opensource.org/">Open Source</a> software. You can redistribute and/or modify it under the terms of the <a href="http://www.opensource.org/licenses/gpl-license.php">GNU Public Licence</a> or the <a href="http://www.opensource.org/licenses/artistic-license.php">Perl Artistic Licence</a>. </div> </div></div> </body> </html>