The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App-Zapzi

0.006     2013-08-06 15:30:06 Asia/Hong_Kong

  * Added HTML transformer for use when HTMLExtractMain does not give
    desired output
  * Added -t command line switch to allow selection of transformers
  * Use UTF-8 to encode MOBI files
  * Bugfix for article test
  * Set Moo version dependency
  * Handle HTML fragments as HTML in files
  * Bugfix for HTML articles with no title
  * Handle HTML pages with two title tags and extra whitespace
  * Format title for text with leading whitespace and long lines
  * Added config table plus support for schema versioning and upgrades

0.005     2013-07-12 22:42:11 Asia/Hong_Kong

  * Better validation of URLs
  * Handle UTF-8 text correctly
  * --noarchive option to publish command
  * Correct HTML when using show command
  * Use plugins for FetchArticle
  * Improve test coverage

0.004     2013-07-09 15:10:08 Asia/Hong_Kong

  * Added command aliases md, rd and cat
  * Update installation instructions
  * Set explicit version dependencies for modules
  * Use roles and plugins in Transform module

0.003     2013-07-08 23:02:34 Asia/Hong_Kong

  * Update READMEs
  * Make implicit dependency on DateTime::Format::SQLite
  * Set error attribute correctly

0.002     2013-07-08 15:40:37 Asia/Hong_Kong

  * --version command line option
  * Handle HTML entities in article titles correctly
  * Use an in-memory SQLite database to speed up testing
  * Tidy up class access

0.001     2013-07-07 22:18:51 Asia/Hong_Kong

  * Initial version