]> git.llucax.com Git - software/bife/bife-all.git/blob - hit/package.xml
Moved back to a clean bife directory. Each subdirectory has a module
[software/bife/bife-all.git] / hit / package.xml
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>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.
9     </description>
10     <license>GPL</license>
11     <maintainers>
12         <maintainer>
13             <user>luca</user>
14             <name>Leandro Lucarella</name>
15             <email>luca@lugmen.org.ar</email>
16             <role>lead</role>
17         </maintainer>
18     </maintainers>
19
20     <release>
21         <version>1.0.0beta</version>
22         <date>2003-06-30</date>
23         <state>beta</state>
24         <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
25         <filelist>
26             <!-- PHP -->
27             <file role="php">HTML/Template/HIT.php</file>
28             <!-- DOC -->
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>
33         </filelist>
34     </release>
35     <deps>
36         <dep type="php" rel="ge">4.2.3</dep>
37     </deps>
38 </package>