]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - doc/ROADMAP
- Added a new simple template system: Hooks + IT = HIT.
[software/bife/bife-all.git] / doc / ROADMAP
index c1e042c31e9bbb8530b17068b5c81d46c0d01b10..5e75e617c65730f3097146753bedfcfd1fd91b2a 100644 (file)
@@ -1,35 +1,21 @@
 $Id$
 
-Version 0.7
+Version 0.9
 ===========
 
-    Parser:
-        - Implement the Fallback class.
-
+        - Finish HTML_Template_HIT.
+        - Separate Album funtionality function from renderer (BIFE_Album).
+        - Use new hooks libs.
 
+Version 0.10
+============
 
-Version 0.8
-===========
-
-    General:
-        - Add a Root interface and derivate Page from Root.
+    Makefile:
+        - Make a way to put all classes in a package together in a single file to
+          avoid overhead in require_once calls.
         - Make a Core Package with the core classes (Parser, Widget, Container,
           Root, Fallback).
         - Make a Basic (or Generic?) Package with simple implementations of all
-          classes in Core Package.
+          classes in Core Package (Page, Title, Copy, etc).
         - Make other more specific Packages (like Album) with other widgets.
 
-    Parser:
-        - Remove include statement, replace it with Root 'use' attribute.
-
-
-
-Version 0.9
-===========
-
-    Makefile:
-        - Make a way to put all classes in a package together in a single file to
-          avoid overhead in require_once calls.
-
-
-