- Updated ROADMAP.
- Cleaned old FIXME comments in Thumbs.
- Cleaned (not yet functional) Menu.
- Fixed HIT example.
$Id$
-Version 0.10
-============
-
- - Add XML file caching. [done!]
- - Remove Root widget, is has no sense with the new autoincluding
- method. [done!]
- - Make the proyect modular. [done as a first draft]
- - Make a Core module with the core classes (Parser, Widget, Container,
- Fallback). [almost done]
- - Make a Basic (or Generic?) module with simple implementations of all
- classes in Core module (Page, Title, Copy, etc). [almost done]
- - Make other more specific modules (like Album) with other widgets.
- [almost done]
- - Fix bugs: all classes should done the dynamic work in the render()
- method or using __sleep() and __wakeup() because of the new cache
- capabilities. [started]
-
-
Version 0.11
============
// This is a simple test and example of HTML_Template_HIT
$tmp = ini_get('include_path');
-ini_set('include_path', "../src:$tmp");
+ini_set('include_path', "../core:$tmp");
unset($tmp);
umask('002');
'COLUMNS' => 4,
'LINK-BIFE' => 'photo.xbf',
'LINK-URL' => '',
- // TODO - agregar atributo para el LINK, ver de hacer el
- // widget de un link.
);
$attrs = array_merge($defaults, $attrs);
$attrs['EXTENSIONS'] = explode(',', $attrs['EXTENSIONS']);
// | along with Hooks; if not, write to the Free Software Foundation, |
// | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +--------------------------------------------------------------------+
-// | Created: Sun Jun 8 20:03:30 2003 |
+// | Created: Sun Jun 8 20:03:30 2003 |
// | Authors: Leandro Lucarella <luca@lugmen.org.ar> |
// +--------------------------------------------------------------------+
//
// $Id$
//
-
-
// +X2C includes
require_once 'BIFE/Widget.php';
// ~X2C
// -X2C
} // -X2C Class :Menu
+
?>
\ No newline at end of file