]> git.llucax.com Git - software/bife/bife-all.git/blob - core/package.xml
- Moved package.xml to the core.
[software/bife/bife-all.git] / core / package.xml
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <!DOCTYPE package SYSTEM "../package.dtd">
3 <package version="1.0">
4     <name>BIFE</name>
5     <summary>Build It FastEr</summary>
6     <description>BIFE - Build It FastEr:
7 BIFE is a framwork to separate the logic, contents and looks of a PHP
8 application, inspired on BIF (Buil It Fast) but with speed and simplicity
9 in mind. One of the main goals of BIFE is to be fast.
10     </description>
11     <license>GPL</license>
12     <maintainers>
13         <maintainer>
14             <user>luca</user>
15             <name>Leandro Lucarella</name>
16             <email>luca@lugmen.org.ar</email>
17             <role>lead</role>
18         </maintainer>
19     </maintainers>
20
21     <release>
22         <version>0.11</version>
23         <date>2003-06-29</date>
24         <state>alpha</state>
25         <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
26         <filelist>
27             <file role="php">BIFE/Parser.php</file>
28             <file role="php">BIFE/Widget.php</file>
29             <file role="php">BIFE/Container.php</file>
30             <file role="php">BIFE/Fallback.php</file>
31             <file role="php">HTML/Template/HIT.php</file>
32             <file role="doc">bife.xmi</file>
33             <file role="doc">examples/index.php</file>
34             <file role="doc">examples/index.xbf</file>
35             <file role="doc">examples/templates/bife_page.html</file>
36             <file role="doc">examples/templates/bife_title.html</file>
37             <file role="doc">examples/templates/bife_album.html</file>
38             <file role="doc">examples/templates/bife_album_item.html</file>
39             <file role="doc">examples/templates/bife_album_emptyitem.html</file>
40         </filelist>
41     </release>
42     <deps>
43         <dep type="php" rel="ge">4.2.3</dep>
44         <!-- dep type="pkg" rel="ge" version="1.0">HTML_Template_Sigma</dep -->
45     </deps>
46 </package>