2. Added conversion to ePub

Afterwards I started working on adding new conversions to OxGarage. Firstly I added the conversion to ePub. This conversion was added into TEIConverter and most of the conversion logic is performed there. However I also needed to change the framework a little bit, as ePub required a special zipping procedure. Therefore, this procedure was added to the framework utilities which take care of zipping.

Up: Contents Previous: 1. Changes to user interface Next: 3. Added image support