====
TODO
====

- clone z3c.recipe.egg:script recipe and support

  environ, this is not supported zc.recipe.egg


- support clean docs setup for read the docs

  - create docs folder at root level

  - generate conf.py into this docs folder

  - see https://github.com/zopefoundation/zope.component/ as a sample for how
    it should look like


- fix documentation setup

  - use sphinx for documentation

  - describe recipes in README.txt or include all relevant sub docs


- ctags doesn't work with too many packages in sys.path on windows because the
  cmd can't be too large.

  see: http://support.microsoft.com/kb/830473/de

  Fix this with generating a file and use the config file with -L option
  in all _build_* methods where we use self.path

  see: http://ctags.sourceforge.net/ctags.html#OPTIONS
