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