TODO 840 B

12345678910111213141516171819
  1. - replace JToaster with standard notifications, see:
  2. http://www.galago-project.org/specs/notification/
  3. http://stackoverflow.com/questions/857154/freedesktop-org-notifications-in-java
  4. DBus and Java:
  5. http://bolta-gecko.blogspot.com/2009/06/using-d-bus-in-java.html
  6. http://dbus.freedesktop.org/doc/dbus-java/ (packaged in Debian)
  7. - properly respect
  8. http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
  9. http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
  10. http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
  11. - Rename classes to avoid redundant "ZooInspector" prefix.
  12. - Ant build file has hard coded log4j dependency. (ZK will move to maven anyways...)
  13. - make directory for config files configurable via commandline parameter
  14. - Clean up the code! :-)