----------------
Added support for multiple template engines, reviewed documentation.
- Feature 77 - One `diecutter` server can support multiple template engines:
* The client can ask `diecutter` to use a specific engine with ``engine``
in query string.
* The list of supported engines in displayed in API index.
* Supported engines and their implementation can be configured server-side.
- Feature 104 - Get in touch via IRC: diecutter on freenode.
- Bug 103 - README is rendered as HTML on PyPI (was plain reStructuredText).
- Refactoring 107 - Functional tests moved to Sphinx documentation.
- Refactoring 108 - `diecutter` no longer requires `webtest` and `mock`. They
are only required to run tests or building documentation. Removed
``diecutter.tests`` from distributed package.
- Refactoring 110 - From demo, removed templates that are now maintained as
third-party projects: Django project, Python project and Sphinx
documentation.
- Features 81 and 87 - Reviewed documentation about alternatives and related
projects: added `Voodoo` and `cookiecutter` to alternatives ; highlighted
`piecutter` as the core Python API provider.