------------------------------------------
TODO
$Id: TODO 4918 2011-04-19 08:18:22Z toms $
------------------------------------------

General:
 * Reduce debug messages of make and stylesheets
 * Make our environment more robust through unittests and the like
 * IDEA: Replace xsltproc calls in Makefile with general suse-xslt 
   wrapper script. Calls saxon{6,9} or xsltproc internally.
 * IDEA: Replace xmllint calls in Makefile with general suse-xml 
   wrapper script. Calls xmllint or Jing internally.
 * IDEA: Add bash completion for susedoc wrapper script

---------------------------------------------------------
Makefiles:
 * Improve make help, use also make help build, make help export ...
   Include grepimage.sh and trunkcopy as a make target

 * make admin: Get a list of all scripts and stylesheets

 * Remove user config in ~/.susedoc/xep-config.xml as it
   is obsolete now

 * Allow custom stylesheets [2011-04-07, fs]

 * Create flow chart of Makefile mechanic [2011-04-06, fs]

 * Reduce Makefile magic mechanic  [?, jw]

 * Move .env-profile into susedoc package


---------------------------------------------------------
Stylesheets:
  * Improve automatic indexranges so it doesn't create problems during profiling

  * Revamp stylesheets and remove any obsolete code pieces

  * FUTURE: Consider XSLT 2.0 and derive it from there

  Quick Starts:
    * Add metadata information into Quick Starts as well
      (mainly doc:status and doc:maintainer) [taroth 2010-12-22]


---------------------------------------------------------
Packaging:
  * Make DocManager a subpackage of susedoc?

  * Call/add some (unit) tests in spec file

  * Use xep script from same package and revamp/remove suse-xep
    (only XEP_CONFIG_FILE needed)
    Maybe better place the env variable in a system wide configuration
    [2011-04-07]


