<package version="1.0">
<name>BIFE_Base</name>
<summary>BIFE's basic implementation to make a simple website</summary>
- <description>BIFE Base (tbd) <!-- TODO -->
+ <description>BIFE Base is basic implementation of BIFE. It consists in two
+classes, a Fallback class that searchs for a template and if it doesn't find
+one it copies the XML to the output, and a Link class, used to link a page to
+others.
</description>
<license>GPL</license>
<maintainers>
</maintainers>
<release>
- <version>1.0.0beta1</version>
+ <version>1.0.0beta3</version>
<date>2003-06-29</date>
<state>beta</state>
<notes>Check http://bife.llucax.hn.org/ for details.</notes>
<provides type="class" name="BIFE_Translate"/>
<filelist>
<!-- PHP -->
- <file role="php">BIFE/Link.php</file>
- <file role="php">BIFE/Translate.php</file>
+ <dir name="/" baseinstalldir="BIFE" role="php">
+ <file install-as="Link.php" name="src/BIFE/Link.php"/>
+ <file install-as="Translate.php" name="src/BIFE/Translate.php"/>
+ </dir>
<!-- DOC -->
- <file role="doc">README</file>
- <file role="doc">ROADMAP</file>
- <file role="doc">examples/index.php</file>
- <file role="doc">examples/index.xbf</file>
- <file role="doc">examples/templates/bife_page.tpl.html</file>
- <file role="doc">examples/templates/bife_title.tpl.html</file>
- <file role="doc">examples/templates/bife_link.tpl.html</file>
+ <dir name="/" role="doc">
+ <file>README</file>
+ <file>ROADMAP</file>
+ </dir>
+ <dir name="examples" role="doc">
+ <file>index.php</file>
+ <file>bife.php</file>
+ <file>index.xbf</file>
+ <file>link.xbf</file>
+ <dir name="dir">
+ <file>index.xbf</file>
+ <dir name="subdir">
+ <file>index.xbf</file>
+ </dir>
+ </dir>
+ <dir name="otherdir">
+ <file>index.xbf</file>
+ </dir>
+ <dir name="templates">
+ <file>bife_page.tpl.html</file>
+ <file>bife_title.tpl.html</file>
+ <file>bife_link.tpl.html</file>
+ </dir>
+ </dir>
</filelist>
</release>
<deps>