]> git.llucax.com Git - software/bife/bife-all.git/blob - doc/ROADMAP
- Added experimental phing build file.
[software/bife/bife-all.git] / doc / ROADMAP
1 $Id$
2
3 Version 0.8
4 ===========
5
6     General:
7         - Add a Root interface and derivate Page from Root (done).
8         - Make a Core Package with the core classes (Parser, Widget, Container,
9           Root, Fallback).
10         - Make a Basic (or Generic?) Package with simple implementations of all
11           classes in Core Package.
12         - Make other more specific Packages (like Album) with other widgets.
13
14     Parser:
15         - Remove include statement, replace it with Root 'use' attribute
16           (done).
17
18
19
20 Version 0.9
21 ===========
22
23     Makefile:
24         - Make a way to put all classes in a package together in a single file to
25           avoid overhead in require_once calls.
26
27
28