-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).
-
-
-