]> git.llucax.com Git - software/bife/bife-all.git/commitdiff
Updated ROADMAPs.
authorLeandro Lucarella <llucax@gmail.com>
Tue, 1 Jul 2003 03:43:09 +0000 (03:43 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 1 Jul 2003 03:43:09 +0000 (03:43 +0000)
album/ROADMAP [new file with mode: 0644]
bife/ROADMAP
bife/examples/index.php

diff --git a/album/ROADMAP b/album/ROADMAP
new file mode 100644 (file)
index 0000000..f09aefe
--- /dev/null
@@ -0,0 +1,15 @@
+$Id$
+
+Version 0.12
+============
+
+    - Start using config file for default widgets attributes.
+
+
+Version 0.13
+============
+
+    - Separate Album funtionality function from renderer (BIFE_Album).
+    - Use hooks libs for this.
+
+
index 1c524cb1c3a3a2a605fc14cb54b64aac6121d51c..801d8588e8d1a2c0a007ccdb7e489694f80a52bf 100644 (file)
@@ -1,27 +1,20 @@
 $Id$
 
 
-Version 0.11
-============
-
-    - Separate modules in different repository root dirs.
-    - Make, at least, PEAR packages for each module (and BIFE Core).
-
-
 Version 0.12
 ============
 
-    - Start using config file for default widgets attributes.
+    - Look if using $_SERVER['PATH_INFO'] in Link is viable.
 
 
 Version 0.13
 ============
 
-    - Separate Album funtionality function from renderer (BIFE_Album).
-    - Use hooks libs for this.
+    - Start using config file for default widgets attributes.
 
+...
 
-Version 0.14
+Version 0.x
 ============
     - Make a way to put all classes in a package together in a single file to
       avoid overhead in require_once calls (to be reviewed).
index 3b9f86d86683abf6f34f0d9c202236e84970dc5f..c38ac9c098d524c35dd3903f19b0bb0e13ff0098 100644 (file)
@@ -36,6 +36,7 @@ require_once 'BIFE/Parser.php';
 require_once 'BIFE/Translate.php';
 
 $file = isset($_REQUEST['BIFE']) ? $_REQUEST['BIFE'] : 'index.xbf';
+#$file = isset($_SERVER['PATH_INFO']) ? ".{$_SERVER['PATH_INFO']}" : 'index.xbf';
 
 $template =& new HTML_Template_HIT('templates');