]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - package.xml
- Fixed examples.
[software/bife/bife-all.git] / package.xml
index 0c54d1b1ce8009220cb68bc7d7a9dbf448ccd3f7..ecaf73878ca22a12d60bd3d3373910481fab7746 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-<!DOCTYPE package SYSTEM "../package.dtd">
+<!DOCTYPE package SYSTEM "/usr/share/doc/pear/data/PEAR/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.
+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>
@@ -19,37 +19,30 @@ One of the main goals of BIFE is to be fast.
     </maintainers>
 
     <release>
-        <version>0.8</version>
-        <date>2003-05-23</date>
+        <version>0.11</version>
+        <date>2003-06-29</date>
         <state>alpha</state>
-        <notes>
-            - Added a root blah... <!-- TODO completar -->
-        </notes>
+        <notes>Check http://www.llucax.hn.org/desarrollo/bife/ for details.</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>
+            <!-- PHP -->
+            <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">BIFE/Link.php</file>
+            <file role="php">BIFE/Translate.php</file>
+            <!-- DOC -->
+            <file role="doc">README</file>
+            <file role="doc">ROADMAP</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>
+            <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>
         </filelist>
     </release>
     <deps>
         <dep type="php" rel="ge">4.2.3</dep>
-        <dep type="pkg" rel="ge" version="1.0">HTML_Template_Sigma</dep>
+        <dep type="pkg" rel="ge" version="1.0.0beta">HTML_Template_HIT</dep>
     </deps>
 </package>