-*- outline -*-

* High priority

- Complete the the user manual.  Use DocBook instead of LinuxDoc.

- Make sections and subsections work as they ought, i.e. create a
  title slide for each section

- Fix DTD where it has limitations

- Translate the program-messages to other languages.
  (except for "de", "es", "fr", "hu" and "pt_BR")

- Implement a description-environment, which will create <dl>, <dt>
  and <dd> tags in the HTML-output.

- Fix the LaTeX-output, when pdflatex is used. The documentclass seminar
  seems to have some features implemented, that don't work with pdflatex.


* Medium priority

- Create more themes, i.e. a gnu theme

- Implement a logo, which may be presented on all slides or just on the
  title-slide.

- Fix the getopt-calls in main.cc. non-GNU implementations of getopt don't
  seem to recognize an optional argument for a parameter via '::'.
  Is there any other possibility to use optional arguments ?


* One day

- Introduce a new install-rule, which won't install the documentation.
  Another rule, which installs only the documentation would also be nice.

- Make use of the tool "code2html" to produce source-code with
  syntax-highlighting for the presentation.
  Check out the possibilities to define the colors for the highlighting.
