Renee Baecker > EPublisher-Target-Plugin-EPub-0.3 > EPublisher::Target::Plugin::EPub

Download:
EPublisher-Target-Plugin-EPub-0.3.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.3   Source   Latest Release: EPublisher-Target-Plugin-EPub-0.5

NAME ^

EPublisher::Target::Plugin::EPub - Use EPub as a target for EPublisher

VERSION ^

version 0.3

SYNOPSIS ^

  use EPublisher::Target;
  my $EPub = EPublisher::Target->new( { type => 'EPub' } );
  $EPub->deploy;

METHODS ^

deploy

creates the output.

  $EPub->deploy;

YAML SPEC ^

  EPubTest:
    source:
      #...
    target:
      type: EPub
      author: reneeb
      output: /path/to/test.epub
      title: The Books Title
      cover: /path/to/an/image/for/the/cover.jpg
      encoding: utf-8

TODO ^

document methods

add_to_table_of_contents
table_of_contents
_html_header
set_table_of_contents
get_css_file
user_css
add_cover

write more tests

Untile now the test just cover the basics. Tests of output should be added.

AUTHOR ^

Renee Bäcker <module@renee-baecker.de>, Boris Däppen <boris_daeppen@bluewin.ch>

COPYRIGHT AND LICENSE ^

This software is Copyright (c) 2012 by Renee Bäcker, Boris Däppen.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)
syntax highlighting: