X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/202cf371076f9aba5c308830a9d92d08681440ed..32c4af54172ab70146bee5addc9b0786dd727c80:/doc/ROADMAP?ds=sidebyside diff --git a/doc/ROADMAP b/doc/ROADMAP index 22255c2..b59ca3f 100644 --- a/doc/ROADMAP +++ b/doc/ROADMAP @@ -1,23 +1,5 @@ $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 ============