Sha256: 102658134d35278fac7a5bd84a2761d60996594a84668c1d6845484cf797763e

Contents?: true

Size: 1.48 KB

Versions: 16

Compression:

Stored size: 1.48 KB

Contents

This folder contains the distribution of epubcheck project.

EpubCheck is a tool to validate IDPF Epub files. It can detect many
types of errors in Epub. OCF container structure, OPF and OPS mark-up,
and internal reference consistency are checked. EpubCheck can be run
as a standalone command-line tool, installed as a web application or
used as a library.

Epubcheck project home: http://code.google.com/p/epubcheck/

RUNNING

To run the tool you need Java Runtime (1.5 or above). Any OS should do. Run
it from the command line: 

java -jar epubcheck-x.x.x.jar file.epub

All detected errors are simply printed to stderr.

USING AS A LIBRARY

You can also use EpubCheck as a library in your Java application. EpubCheck
public interfaces can be found in com.adobe.epubcheck.api package. EpubCheck
class can be used to instantiate a validation engine. Use one of its
constructors and then call validate() method. Report is an interface that
you can implement to get a list of the errors and warnings reported by the
validation engine (instead of the error list being printed out).

LICENSING

See COPYING.txt and THIRD-PARTY.txt

AUTHORS / CONTRIBUTORS

Peter Sorotokin 
Garth Conboy 
Markus Gylling 
Piotr Kula
Paul Norton
Liza Daly
Jessica Hekman
George Bina
Bogdan Iordache
Ionut-Maxim Margelatu
Thomas Ledoux
Romain Deltour

Most of the EpubCheck functionality comes from the schema validation tool Jing
and schemas that were developed by IDPF and DAISY. EpubCheck development was
largely done at Adobe Systems. 

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
epub_validator-1.1.1 lib/epubcheck-3.0.1/README.txt
prophecy-0.2.7 epubcheck_dir/README.txt
prophecy-0.2.6 epubcheck_dir/README.txt
prophecy-0.2.5 epubcheck_dir/README.txt
gepub-0.7.0beta2 spec/fixtures/epubcheck-3.0.1/README.txt
gepub-0.7.0beta1 spec/fixtures/epubcheck-3.0.1/README.txt
epubcheck-3.0.1 lib/epubcheck-3.0.1/README.txt
prophecy-0.2.4 epubcheck_dir/README.txt
prophecy-0.2.3 epubcheck_dir/README.txt
gepub-0.6.9.2 spec/fixtures/epubcheck-3.0.1/README.txt
epub_validator-1.1.0 lib/epubcheck-3.0.1/README.txt
prophecy-0.2.2 epubcheck_dir/README.txt
prophecy-0.2.1 epubcheck_dir/README.txt
epub_validator-1.0.2 lib/epubcheck-3-0/README.txt
epub_validator-1.0.0 lib/epubcheck-3-0/README.txt
epubcheck-3.0.0 lib/epubcheck-3.0/README.txt