]> git.llucax.com Git - software/bife/bife-all.git/blob - doc/ROADMAP
- Added a new simple template system: Hooks + IT = HIT.
[software/bife/bife-all.git] / doc / ROADMAP
1 $Id$
2
3 Version 0.9
4 ===========
5
6         - Finish HTML_Template_HIT.
7         - Separate Album funtionality function from renderer (BIFE_Album).
8         - Use new hooks libs.
9
10 Version 0.10
11 ============
12
13     Makefile:
14         - Make a way to put all classes in a package together in a single file to
15           avoid overhead in require_once calls.
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 (Page, Title, Copy, etc).
20         - Make other more specific Packages (like Album) with other widgets.
21