NAME
EPublisher::Target::Plugin::EPub - Use EPub as a target for EPublisher
VERSION
version 0.6
SYNOPSIS
use EPublisher::Target;
my $EPub = EPublisher::Target->new( { type => 'EPub' } );
$EPub->deploy;
METHODS
deploy
creates the output.
$EPub->deploy;
YAML SPEC
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
TODO
document methods
- add_to_table_of_contents
- table_of_contents
- _html_header
- set_table_of_contents
- get_css_file
- user_css
- add_cover
write more tests
Untile now the test just cover the basics. Tests of output should be added.
AUTHOR
Renee Bäcker <reneeb@cpan.org>, Boris Däppen <boris_daeppen@bluewin.ch>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Renee Bäcker, Boris Däppen.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)