]> git.llucax.com Git - software/bife/base.git/commitdiff
- Added examples to package.xml. 1.0.0beta3
authorLeandro Lucarella <llucax@gmail.com>
Thu, 10 Jul 2003 04:17:37 +0000 (04:17 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 10 Jul 2003 04:17:37 +0000 (04:17 +0000)
Doxyfile
package.xml

index 1707af633332d1cba5855631492bd9f5240940a9..fd92d10b01983c23b83757fdd35ed21347666be3 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
 # General configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = "BIFE Base"
 # General configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = "BIFE Base"
-PROJECT_NUMBER         = 1.0.0beta2
+PROJECT_NUMBER         = 1.0.0beta3
 OUTPUT_DIRECTORY       = api
 OUTPUT_LANGUAGE        = English
 USE_WINDOWS_ENCODING   = NO
 OUTPUT_DIRECTORY       = api
 OUTPUT_LANGUAGE        = English
 USE_WINDOWS_ENCODING   = NO
index a90058f05536718d217cee0109bbc34db3665e5d..f66c032d32b47b473a673e920f39258bf37b0941 100644 (file)
@@ -3,7 +3,10 @@
 <package version="1.0">
     <name>BIFE_Base</name>
     <summary>BIFE's basic implementation to make a simple website</summary>
 <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>
     </description>
     <license>GPL</license>
     <maintainers>
@@ -16,7 +19,7 @@
     </maintainers>
 
     <release>
     </maintainers>
 
     <release>
-        <version>1.0.0beta2</version>
+        <version>1.0.0beta3</version>
         <date>2003-06-29</date>
         <state>beta</state>
         <notes>Check http://bife.llucax.hn.org/ for details.</notes>
         <date>2003-06-29</date>
         <state>beta</state>
         <notes>Check http://bife.llucax.hn.org/ for details.</notes>
                 <file>bife.php</file>
                 <file>index.xbf</file>
                 <file>link.xbf</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>
                 <dir name="templates">
                     <file>bife_page.tpl.html</file>
                     <file>bife_title.tpl.html</file>