]> git.llucax.com Git - software/bife/bife-all.git/blob - doc/ROADMAP
WARNING: This is a broken revision!!!
[software/bife/bife-all.git] / doc / ROADMAP
1 $Id$
2
3 Version 0.10
4 ============
5
6     - Add XML file caching (done!).
7     - Make a way to put all classes in a package together in a single file to
8       avoid overhead in require_once calls (to be reviewed).
9     - Make a Core Package with the core classes (Parser, Widget, Container,
10       Root, Fallback).
11     - Make a Basic (or Generic?) Package with simple implementations of all
12       classes in Core Package (Page, Title, Copy, etc).
13     - Make other more specific Packages (like Album) with other widgets.
14
15
16 Version 0.11
17 ============
18
19     - Separate Album funtionality function from renderer (BIFE_Album).
20     - Use new hooks libs.
21