1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/indoc/Tests/Assistants/epubcheck-4.0.1/README.txt
2019-02-05 00:44:07 +00:00

61 lines
1.5 KiB
Plaintext

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.