--- /dev/null
+$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.
+
+
$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).
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');