X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/afeefb526fa1db0797362edb2227739883a0b617..5a38104a646a3e60a7c29f816f034691ae354351:/doc/ROADMAP?ds=sidebyside diff --git a/doc/ROADMAP b/doc/ROADMAP index c5d1395..8b4ec37 100644 --- a/doc/ROADMAP +++ b/doc/ROADMAP @@ -1,28 +1,21 @@ $Id$ -Version 0.8 -=========== +Version 0.10 +============ - 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. + - Add XML file caching (done!). + - 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). + - 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. - Parser: - - Remove include statement, replace it with Root 'use' attribute - (done). - - - -Version 0.9 -=========== - - Makefile: - - Make a way to put all classes in a package together in a single file to - avoid overhead in require_once calls. +Version 0.11 +============ + - Separate Album funtionality function from renderer (BIFE_Album). + - Use new hooks libs.