Here it is.
This release has only a few but significant features:
- GUI to write docs (with formatting, images etc...)
- Sequences and notes into the db
- Powerfull sql diff module
- Rewritten html docs generation (fully customizable)
- Stronger velocity support
- Possibility to import databases from another druid project
- Improved look & feel with antialiasing
- Many bugs fixed.
(See the changes/notes in the download page for various issues)
I want to ship this release as is because I need to
change the jdbc access in deep in order to better support
the various dbms (postgresql, mysql etc...).
A 3.0 final release will follow only with bugs fixed and
(I hope) a lot of documentation for both users and developers.
The html generation module now uses velocity and several templates
located in "<druid-dir>/data/templates/html/docgen/Classic".
You can customize them and learn almost all new velocity bindings
(until I write the docs). To add a new template set simply create a
new directory in "<druid-dir>/data/templates/html/docgen"
As usual, any feedback will be greatly appreciated.
Enjoy
Andrea Carboni