1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243
|
<!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>
|