--- /dev/null
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE package SYSTEM "../package.dtd">
+<package version="1.0">
+ <name>BIFE</name>
+ <summary>Build It FastEr</summary>
+ <description>BIFE - Build It FastEr:
+BIFE is a framwork to separate the logic, contents and looks of a PHP
+application, inspired on BIF (Buil It Fast) but with speed and simplicity
+in mind. One of the main goals of BIFE is to be fast.
+ </description>
+ <license>GPL</license>
+ <maintainers>
+ <maintainer>
+ <user>luca</user>
+ <name>Leandro Lucarella</name>
+ <email>luca@lugmen.org.ar</email>
+ <role>lead</role>
+ </maintainer>
+ </maintainers>
+
+ <release>
+ <version>0.11</version>
+ <date>2003-06-29</date>
+ <state>alpha</state>
+ <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
+ <filelist>
+ <file role="php">BIFE/Parser.php</file>
+ <file role="php">BIFE/Widget.php</file>
+ <file role="php">BIFE/Container.php</file>
+ <file role="php">BIFE/Fallback.php</file>
+ <file role="php">HTML/Template/HIT.php</file>
+ <file role="doc">bife.xmi</file>
+ <file role="doc">examples/index.php</file>
+ <file role="doc">examples/index.xbf</file>
+ <file role="doc">examples/templates/bife_page.html</file>
+ <file role="doc">examples/templates/bife_title.html</file>
+ <file role="doc">examples/templates/bife_album.html</file>
+ <file role="doc">examples/templates/bife_album_item.html</file>
+ <file role="doc">examples/templates/bife_album_emptyitem.html</file>
+ </filelist>
+ </release>
+ <deps>
+ <dep type="php" rel="ge">4.2.3</dep>
+ <!-- dep type="pkg" rel="ge" version="1.0">HTML_Template_Sigma</dep -->
+ </deps>
+</package>
+++ /dev/null
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<!DOCTYPE package SYSTEM "../package.dtd">
-<package version="1.0">
- <name>BIFE</name>
- <summary>Build It FastEr</summary>
- <description>BIFE - Build It FastEr:
-BIFE is a framwork to separate the logic, contents and looks of a PHP
-application, inspired on BIF (Buil It Fast) but with speed in mind.
-One of the main goals of BIFE is to be fast.
- </description>
- <license>GPL</license>
- <maintainers>
- <maintainer>
- <user>luca</user>
- <name>Leandro Lucarella</name>
- <email>luca@lugmen.org.ar</email>
- <role>lead</role>
- </maintainer>
- </maintainers>
-
- <release>
- <version>0.8</version>
- <date>2003-05-23</date>
- <state>alpha</state>
- <notes>
- - Added a root blah... <!-- TODO completar -->
- </notes>
- <filelist>
- <dir role="php" name="/" baseinstalldir="BIFE">
- <file role="php" install-as="Parser.php">src/BIFE/Parser.php</file>
- <file role="php" install-as="Widget.php">src/BIFE/Widget.php</file>
- <file role="php" install-as="Container.php">src/BIFE/Container.php</file>
- <file role="php" install-as="Root.php">src/BIFE/Root.php</file>
- <file role="php" install-as="Fallback.php">src/BIFE/Fallback.php</file>
- <file role="php" install-as="Page.php">src/BIFE/Page.php</file>
- <file role="php" install-as="Copy.php">src/BIFE/Copy.php</file>
- <file role="php" install-as="Generic.php">src/BIFE/Generic.php</file>
- <file role="php" install-as="Title.php">src/BIFE/Title.php</file>
- <file role="php" install-as="Album.php">src/BIFE/Album.php</file>
- </dir>
- <file role="doc" install-as="bife.xmi">doc/bife.xmi</file>
- <file role="doc">examples/index.php</file>
- <file role="doc">examples/simple.xbf</file>
- <file role="doc">examples/templates/bife_page.html</file>
- <file role="doc">examples/templates/bife_title.html</file>
- <file role="doc">examples/templates/bife_album.html</file>
- <file role="doc">examples/templates/bife_album_item.html</file>
- <file role="doc">examples/templates/bife_album_emptyitem.html</file>
- </filelist>
- </release>
- <deps>
- <dep type="php" rel="ge">4.2.3</dep>
- <dep type="pkg" rel="ge" version="1.0">HTML_Template_Sigma</dep>
- </deps>
-</package>