X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/afeefb526fa1db0797362edb2227739883a0b617..2ca13aad316873633c3fd9ba59ee2f5579d90272:/doc/ROADMAP diff --git a/doc/ROADMAP b/doc/ROADMAP index c5d1395..5e75e61 100644 --- a/doc/ROADMAP +++ b/doc/ROADMAP @@ -1,28 +1,21 @@ $Id$ -Version 0.8 +Version 0.9 =========== - General: - - Add a Root interface and derivate Page from Root (done). - - Make a Core Package with the core classes (Parser, Widget, Container, - Root, Fallback). - - Make a Basic (or Generic?) Package with simple implementations of all - classes in Core Package. - - Make other more specific Packages (like Album) with other widgets. - - Parser: - - Remove include statement, replace it with Root 'use' attribute - (done). - - + - Finish HTML_Template_HIT. + - Separate Album funtionality function from renderer (BIFE_Album). + - Use new hooks libs. -Version 0.9 -=========== +Version 0.10 +============ Makefile: - Make a way to put all classes in a package together in a single file to avoid overhead in require_once calls. - - + - Make a Core Package with the core classes (Parser, Widget, Container, + Root, Fallback). + - Make a Basic (or Generic?) Package with simple implementations of all + classes in Core Package (Page, Title, Copy, etc). + - Make other more specific Packages (like Album) with other widgets.