]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - doc/ROADMAP
HTML_Template_HIT:
[software/bife/bife-all.git] / doc / ROADMAP
index 5b7317d02822b21786348b99c8634065ea84f70e..1510d2b7069942f48336066fc310f045dffca30d 100644 (file)
@@ -3,12 +3,24 @@ $Id$
 Version 0.9
 ===========
 
 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.
-        - 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 (Page, Title, Copy, etc).
-        - Make other more specific Packages (like Album) with other widgets.
+    - Finish HTML_Template_HIT (done?).
+
+
+Version 0.10
+============
+
+    - 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 (Page, Title, Copy, etc).
+    - Make other more specific Packages (like Album) with other widgets.
+
+
+Version 0.11
+============
+
+    - Separate Album funtionality function from renderer (BIFE_Album).
+    - Use new hooks libs.