]> git.llucax.com Git - software/bife/bife-all.git/blob - hit/package.xml
Last general corrections for start releasing the modules.
[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>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.
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.0beta1</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         <provides type="class" name="HTML_Template_HIT"/>
26         <filelist>
27             <!-- PHP -->
28             <file role="php" install-as="HTML/Template/HIT.php">src/HTML/Template/HIT.php</file>
29             <!-- DOC -->
30             <dir name="examples" role="doc">
31                 <file>index.php</file>
32                 <dir name="hooks">
33                     <file>body.tpl.html</file>
34                     <file>cell.tpl.html</file>
35                     <file>row.tpl.html</file>
36                 </dir>
37             </dir>
38         </filelist>
39     </release>
40     <deps>
41         <dep type="php" rel="ge">4.2.3</dep>
42     </deps>
43 </package>