]> git.llucax.com Git - software/bife/bife-all.git/commitdiff
- Moved package.xml to the core.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 30 Jun 2003 01:34:17 +0000 (01:34 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 30 Jun 2003 01:34:17 +0000 (01:34 +0000)
core/package.xml [new file with mode: 0644]
package.xml [deleted file]

diff --git a/core/package.xml b/core/package.xml
new file mode 100644 (file)
index 0000000..fb889dd
--- /dev/null
@@ -0,0 +1,46 @@
+<?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>
diff --git a/package.xml b/package.xml
deleted file mode 100644 (file)
index 0c54d1b..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?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>