1 |
This file is just a reminder to myself of the things I know I have yet to do. |
2 |
It is by no means comprehensive. |
3 |
|
4 |
2.x.x |
5 |
----- |
6 |
- finish ImageThumbnailtableWidget |
7 |
- get HTMLParserClass done. (way of parsing raw html files into objects) |
8 |
- finish TreeNav widget |
9 |
|
10 |
- Add function for converting libxml2 dom into an XMLTag tree. |
11 |
- add a function/widget for automatically dumping a db table/schema |
12 |
to an xml file. |
13 |
- Add some SVG widgets for building bar graphs, pie charts |
14 |
- Add the display() ability to the base classes to directly output |
15 |
the contents to the output buffer. This is much better for HUGE pages. |