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

NAME

App::Zapzi::Transform - routines to transform Zapzi articles to readble HTML

VERSION

version 0.001

DESCRIPTION

This class takes text or HTML and returns readable HTML.

This interface is temporary to get the initial version of Zapzi working and will be replaced with a more flexible role based system later.

ATTRIBUTES

raw_article

Object of type App::Zapzi::FetchArticle to get original text from.

readable_text

Holds the readable text of the article

title

Title extracted from the article

METHODS

to_readable

Converts raw_article to readable text. Returns true if converted OK.

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.