From a5285cf62877ac23d7e6e81d9e74d947f4571d99 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 1 Jul 2003 03:43:09 +0000 Subject: [PATCH] Updated ROADMAPs. --- album/ROADMAP | 15 +++++++++++++++ bife/ROADMAP | 15 ++++----------- bife/examples/index.php | 1 + 3 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 album/ROADMAP diff --git a/album/ROADMAP b/album/ROADMAP new file mode 100644 index 0000000..f09aefe --- /dev/null +++ b/album/ROADMAP @@ -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. + + diff --git a/bife/ROADMAP b/bife/ROADMAP index 1c524cb..801d858 100644 --- a/bife/ROADMAP +++ b/bife/ROADMAP @@ -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). diff --git a/bife/examples/index.php b/bife/examples/index.php index 3b9f86d..c38ac9c 100644 --- a/bife/examples/index.php +++ b/bife/examples/index.php @@ -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'); -- 2.43.0