]> git.llucax.com Git - software/bife/bife-all.git/blob - package.xml
WARNING: This is a broken revision!!!
[software/bife/bife-all.git] / 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 in mind.
9 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.8</version>
23         <date>2003-05-23</date>
24         <state>alpha</state>
25         <notes>
26             - Added a root blah... <!-- TODO completar -->
27         </notes>
28         <filelist>
29             <dir role="php" name="/" baseinstalldir="BIFE">
30                 <file role="php" install-as="Parser.php">src/BIFE/Parser.php</file>
31                 <file role="php" install-as="Widget.php">src/BIFE/Widget.php</file>
32                 <file role="php" install-as="Container.php">src/BIFE/Container.php</file>
33                 <file role="php" install-as="Root.php">src/BIFE/Root.php</file>
34                 <file role="php" install-as="Fallback.php">src/BIFE/Fallback.php</file>
35                 <file role="php" install-as="Page.php">src/BIFE/Page.php</file>
36                 <file role="php" install-as="Copy.php">src/BIFE/Copy.php</file>
37                 <file role="php" install-as="Generic.php">src/BIFE/Generic.php</file>
38                 <file role="php" install-as="Title.php">src/BIFE/Title.php</file>
39                 <file role="php" install-as="Album.php">src/BIFE/Album.php</file>
40             </dir>
41             <file role="doc" install-as="bife.xmi">doc/bife.xmi</file>
42             <file role="doc">examples/index.php</file>
43             <file role="doc">examples/simple.xbf</file>
44             <file role="doc">examples/templates/bife_page.html</file>
45             <file role="doc">examples/templates/bife_title.html</file>
46             <file role="doc">examples/templates/bife_album.html</file>
47             <file role="doc">examples/templates/bife_album_item.html</file>
48             <file role="doc">examples/templates/bife_album_emptyitem.html</file>
49         </filelist>
50     </release>
51     <deps>
52         <dep type="php" rel="ge">4.2.3</dep>
53         <dep type="pkg" rel="ge" version="1.0">HTML_Template_Sigma</dep>
54     </deps>
55 </package>