$Id$ 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.