7 - Make a way to put all classes in a package together in a single file to
8 avoid overhead in require_once calls.
9 - Make a Core Package with the core classes (Parser, Widget, Container,
11 - Make a Basic (or Generic?) Package with simple implementations of all
12 classes in Core Package (Page, Title, Copy, etc).
13 - Make other more specific Packages (like Album) with other widgets.