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

NAME

App::Zapzi::Publishers::HTML - publishes articles to a HTML file

VERSION

version 0.010

DESCRIPTION

This class creates a single HTML file from a collection of articles.

ATTRIBUTES

file

Returns the output file handle 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) 2013 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.