File: index.html

package info (click to toggle)
python3-simpletal 5.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 812 kB
  • sloc: python: 5,797; xml: 23; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 1,498 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
	<title>SimpleTAL</title>
	<link href="../style/site.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>SimpleTAL</h1>
  <p id="subject">Welcome to SimpleTAL</p>
  <div><p>SimpleTAL is a stand alone Python implementation of the TAL, TALES and <a href="http://www.zope.org/Wikis/DevSite/Projects/ZPT/METAL%20Specification%201.0">METAL</a> <a href="http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixC.stx">specifications</a> used in Zope to power HTML and XML templates. SimpleTAL is an independent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used.</p>
<ul class="linkList">
<li><a href="api.html">API Documentation</a>&nbsp; Documentation on the SimpleTAL API.</li>
<li><a href="notes.html">Notes on SimpleTAL</a>&nbsp; Notes, known limitations, and differences between SimpleTAL and Zope's ZPT</li>
<li><a href="tal-guide.html">TAL Guide</a>&nbsp; A quick reference guide to TAL/TALES/METAL.</li>
</ul>
<p>Feedback, feature enhancements and bug fixes will all be gladly received!</p>
</div>
	  
  <p id="version">PubTal Version </p>
  <div id="footer">
  <p>File: index.txt</p>
  <p>Last modified: Sat, 15 Aug 2009 12:30:36 BST</p>
  <p>Copyright 2011 Colin Stewart</p>
  <p title="PubTal is a template driven web site publisher.">Made with <a href="http://www.owlfish.com/software/PubTal/">PubTal</a> 3.5</p>
  </div>
</body>