The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Zapzi::Publishers::MOBI - publishes articles to a MOBI eBook file

VERSION

version 0.017

DESCRIPTION

This class creates a MOBI file from a collection of articles.

ATTRIBUTES

mobi

Returns the EBook::MOBI object created.

METHODS

name

Name of publisher visible to user.

start_publication($folder, $encoding)

Starts a new publication for the given folder in the given encoding.

add_article($article, $index)

Adds an article, sequence number index, to the publication.

finish_publication()

Finishes publication and returns the filename created.

AUTHOR

Rupert Lane <rupert@rupert-lane.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Rupert Lane.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.