Sha256: ab7c5c9f4d0e69db06f40c6339ecaf7f9bfc2e426f789b5d666ba4f0b6c6f214

Contents?: true

Size: 1.55 KB

Versions: 10

Compression:

Stored size: 1.55 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: https://github.com/idpf/epubcheck


RUNNING

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

java -jar epubcheck.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
Jessica Hekman
Liza Daly
George Bina
Bogdan Iordache
Ionut-Maxim Margelatu
Romain Deltour
Thomas Ledoux
Tobias Fischer
Steve Antoch
Arwen Pond
Masayoshi Takahashi
Satoshi KOJIMA


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

10 entries across 10 versions & 2 rubygems

Version Path
gepub-1.0.1 spec/fixtures/epubcheck-4.0.1/README.txt
gepub-1.0.0 spec/fixtures/epubcheck-4.0.1/README.txt
gepub-1.0.0rc1 spec/fixtures/epubcheck-4.0.1/README.txt
gepub-1.0.0beta1 spec/fixtures/epubcheck-4.0.1/README.txt
gepub-0.7.1 spec/fixtures/epubcheck-4.0.1/README.txt
gepub-0.7.0 spec/fixtures/epubcheck-4.0.1/README.txt
gepub-0.7.0beta4 spec/fixtures/epubcheck-4.0.1/README.txt
epubcheck-ruby-4.0.2.1 jar/epubcheck-4.0.2/README.txt
epubcheck-ruby-4.0.2 jar/epubcheck-4.0.2/README.txt
gepub-0.7.0beta3 spec/fixtures/epubcheck-4.0.0/README.txt