
EPublisher::Target::Plugin::EPub - Use EPub as a target for EPublisher

version 0.3

use EPublisher::Target;
my $EPub = EPublisher::Target->new( { type => 'EPub' } );
$EPub->deploy;

creates the output.
$EPub->deploy;

EPubTest:
source:
#...
target:
type: EPub
author: reneeb
output: /path/to/test.epub
title: The Books Title
cover: /path/to/an/image/for/the/cover.jpg
encoding: utf-8

Untile now the test just cover the basics. Tests of output should be added.

Renee Bäcker <module@renee-baecker.de>, Boris Däppen <boris_daeppen@bluewin.ch>

This software is Copyright (c) 2012 by Renee Bäcker, Boris Däppen.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)