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">
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.
11 <license>GPL</license>
15 <name>Leandro Lucarella</name>
16 <email>luca@lugmen.org.ar</email>
22 <version>0.11</version>
23 <date>2003-06-29</date>
25 <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</notes>
26 <provides type="class" name="BIFE_Parser"/>
27 <provides type="class" name="BIFE_Widget"/>
28 <provides type="class" name="BIFE_Container"/>
29 <provides type="class" name="BIFE_Fallback"/>
30 <provides type="class" name="BIFE_Link"/>
31 <provides type="class" name="BIFE_Translate"/>
34 <file role="php">BIFE/Parser.php</file>
35 <file role="php">BIFE/Widget.php</file>
36 <file role="php">BIFE/Container.php</file>
37 <file role="php">BIFE/Fallback.php</file>
38 <file role="php">BIFE/Link.php</file>
39 <file role="php">BIFE/Translate.php</file>
41 <file role="doc">README</file>
42 <file role="doc">ROADMAP</file>
43 <file role="doc">examples/index.php</file>
44 <file role="doc">examples/index.xbf</file>
45 <file role="doc">examples/templates/bife_page.tpl.html</file>
46 <file role="doc">examples/templates/bife_title.tpl.html</file>
47 <file role="doc">examples/templates/bife_link.tpl.html</file>
51 <dep type="php" rel="ge">4.2.3</dep>
52 <dep type="pkg" rel="ge" version="1.0.0beta">HTML_Template_HIT</dep>