TODO
----

Program source.
---------------
Really too much to list here.  I'll be busy working on that.  E.g.:
 - Chained lpd queues
 - 'r' and 'p' should parse reply for possible failure reports (now silently
   ignored)
 - PPR print server support
 - Samba print server support


Translations.
-------------
You can help !  You don't need to be a great programmer to help with this.
There are two things that need translation:

a) The texts used in program's (like menu titles, dialog messages, etc.)

   Go to klp-x.y/po directory.  Copy klp.pot to zz.po (where zz is your
   language code, e.g. nl.po for dutch).  Edit zz.po by translating every
   individual message.  Send zz.po to <dorssel@MolPhys.LeidenUniv.nl>.  You
   are finished !
   
   You can test your translation, but then you need several development
   tools.  First edit klp-x.y/po/Makefile.am and add your zz.po to the top
   line.  Run automake from klp-x.y.  Then autoconf.  Then configure.  Then
   make.  Then make install.  That's it.

   Currently there are translations for
   * en
   * nl
   * fr
   * ro

   All others still need to be done.

b) The handbook

   Go to klp-x.y/doc directory.  Copy a language directory entirely to a new
   directory with your language code (e.g. cp -r en zz).  Translate all
   *.html files.  Some images/*.gif files have screen shots.  If your
   language is supported: make new screen shots and replace these language
   dependent gifs.  You can test your translation by starting your browser
   (or kdehelp) from klp-x.y/doc/zz/index.html and see if all is well.  Send
   the entire directory to <dorssel@MolPhys.LeidenUniv.nl>.  You are
   finished !

   You can test your translation, but then you need several development
   tools.  Edit klp-x.y/doc/zz/Makefile.am and change the datadir entry to
   point to your language code.  Then edit klp-x.y/doc/zz/images/Makefile.am
   and change the datadir entry to point to your language code.  Then edit
   klp-x.y/doc/Makefile.am and add your new subdirectory to SUBDIRS.  Then
   edit klp-x.y/configure.in and add both doc/zz/Makefile and
   doc/zz/images/Makefile to AC_OUTPUT at the bottom.  Run automake from
   klp-x.y.  Then autoconf.  Then configure.  Then make.  Then make install. 
   That's it.

   Currently there are translations for
   * en

   All others still need to be done.
