NAME
EPublisher::Target::Plugin::Mobi - Use the Mobipocket format as a target for EPublisher
SYNOPSIS
use EPublisher::Target;
my $mobi = EPublisher::Target->new( { type => 'Mobi' } );
$mobi->deploy;
METHODS
deploy
creates the output.
$mobi->deploy;
testresult
YAML SPEC
MobiTest:
source:
#...
target:
type: Mobi
author: Boris Daeppen
title: My eBook
encoding: utf-8
cover: /path/to/image/for/cover.jpg
htmcover: <h1>My own Titlepage</h1><p>Cool, isn't it?<p>
output: /path/to/test.mobi
COPYRIGHT & LICENSE
Boris Däppen, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms of Artistic License 2.0.
AUTHOR
Boris Däppen (<boris_daeppen@bluewin.ch>)
Some code is taken from Renee Baeckers module EPublisher::Target::Plugin::EPub