X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/6040f3feab69010487b3e9b5b7ad532a0f44c50c..5a38104a646a3e60a7c29f816f034691ae354351:/doc/ROADMAP?ds=sidebyside diff --git a/doc/ROADMAP b/doc/ROADMAP index c1e042c..8b4ec37 100644 --- a/doc/ROADMAP +++ b/doc/ROADMAP @@ -1,35 +1,21 @@ $Id$ -Version 0.7 -=========== +Version 0.10 +============ - Parser: - - Implement the Fallback class. + - 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. +Version 0.11 +============ -Version 0.8 -=========== - - General: - - Add a Root interface and derivate Page from Root. - - 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. - - - -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. - - + - Separate Album funtionality function from renderer (BIFE_Album). + - Use new hooks libs.