1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <!DOCTYPE package SYSTEM "/usr/share/doc/pear/data/PEAR/package.dtd">
3 <package version="1.0">
4 <name>HTML_Template_HIT</name>
5 <summary>Hooks vs IT Template Engine</summary>
6 <description>HIT is a simple, ultra fast template engine. It's based on
7 a personal experiment called Hooks and IT Templates. It doesn't support blocks
8 like IT so every chunk must be in a separated file if you want to iterate it.
10 <license>GPL</license>
14 <name>Leandro Lucarella</name>
15 <email>luca@lugmen.org.ar</email>
21 <version>1.0.0beta</version>
22 <date>2003-06-30</date>
24 <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
27 <file role="php">HTML/Template/HIT.php</file>
29 <file role="doc">examples/hit.php</file>
30 <file role="doc">examples/hooks/body.tpl.html</file>
31 <file role="doc">examples/hooks/cell.tpl.html</file>
32 <file role="doc">examples/hooks/row.tpl.html</file>
36 <dep type="php" rel="ge">4.2.3</dep>