From 93ebb6cfe68748103b065768c7cb530ebefc7543 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 1 Jun 2003 21:56:26 +0000 Subject: [PATCH] Updated ROADMAP. --- doc/ROADMAP | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/doc/ROADMAP b/doc/ROADMAP index c5d1395..5b7317d 100644 --- a/doc/ROADMAP +++ b/doc/ROADMAP @@ -1,28 +1,14 @@ $Id$ -Version 0.8 -=========== - - General: - - Add a Root interface and derivate Page from Root (done). - - 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. - - Make other more specific Packages (like Album) with other widgets. - - Parser: - - Remove include statement, replace it with Root 'use' attribute - (done). - - - 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. -- 2.43.0