epubcheck-ruby 4.0.2.1 → 4.1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +6 -1
- data/jar/epubcheck-4.1.0/CHANGELOG.md +69 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/COPYING.txt +0 -0
- data/jar/epubcheck-4.1.0/README.txt +92 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/THIRD-PARTY.txt +21 -5
- data/jar/epubcheck-4.1.0/epubcheck.jar +0 -0
- data/jar/epubcheck-4.1.0/lib/Saxon-HE-9.8.0-8.jar +0 -0
- data/jar/epubcheck-4.1.0/lib/animal-sniffer-annotations-1.14.jar +0 -0
- data/jar/epubcheck-4.1.0/lib/checker-compat-qual-2.0.0.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/common-image-3.1.2.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/common-io-3.1.2.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/common-lang-3.1.2.jar +0 -0
- data/jar/epubcheck-4.1.0/lib/commons-compress-1.18.jar +0 -0
- data/jar/epubcheck-4.1.0/lib/error_prone_annotations-2.1.3.jar +0 -0
- data/jar/epubcheck-4.1.0/lib/guava-24.0-android.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/imageio-core-3.1.2.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/imageio-jpeg-3.1.2.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/imageio-metadata-3.1.2.jar +0 -0
- data/jar/epubcheck-4.1.0/lib/j2objc-annotations-1.1.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/jackson-core-asl-1.9.12.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/jackson-mapper-asl-1.9.12.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/jing-20120724.0.0.jar +0 -0
- data/jar/epubcheck-4.1.0/lib/jsr305-1.3.9.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/lib/sac-1.3.jar +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/licenses/Apache-2.0.txt +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/licenses/BSD-3-Clause.txt +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/licenses/MPL-1.0.txt +0 -0
- data/jar/{epubcheck-4.0.2 → epubcheck-4.1.0}/licenses/W3C.txt +0 -0
- data/lib/epubcheck/ruby/cli.rb +1 -1
- data/lib/epubcheck/ruby/version.rb +1 -1
- metadata +30 -24
- data/jar/epubcheck-4.0.2/README.txt +0 -60
- data/jar/epubcheck-4.0.2/epubcheck.jar +0 -0
- data/jar/epubcheck-4.0.2/lib/Saxon-HE-9.5.1-5.jar +0 -0
- data/jar/epubcheck-4.0.2/lib/commons-compress-1.5.jar +0 -0
- data/jar/epubcheck-4.0.2/lib/guava-14.0.1.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b492c280e9f19727b714097730ef27b8c4314013ef5b420e9fd1ccb4b9d2423f
|
4
|
+
data.tar.gz: 175ffe498f27d891f21113ef1feed42ca0bb70381a3dc9b8859ed02b2e204f82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dda0c136429e744778980000de66d46fdf3ba9e12e7477000228259c166126b8cbff81dd08215f94e56b2383bbd0f1b61571b9cd63b3b6d517f4b6f2676636e1
|
7
|
+
data.tar.gz: 14905133c7f8548ddf6c8c09238a5c0c76791bdea6dffa865128f0e62d54abab72fdfbb394066e3005ea146d28ee392ba389b4ea3fdfd3dd7479efe80879cab4
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Epubcheck::Ruby
|
2
2
|
|
3
|
-
This rubygem provide simple wrapper command of
|
3
|
+
This rubygem provide simple wrapper command of EPUBCheck, epub cheker library in Java by IDPF (https://github.com/IDPF/epubcheck)
|
4
4
|
|
5
5
|
## Usage
|
6
6
|
|
@@ -33,6 +33,11 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
33
33
|
|
34
34
|
## History
|
35
35
|
|
36
|
+
### v4.1.0.0
|
37
|
+
|
38
|
+
* support EPUBCheck 4.1.0
|
39
|
+
* update document to use `EPUBCheck` instead of `epubcheck` (class name in Ruby is not changed)
|
40
|
+
|
36
41
|
### v4.0.2.1
|
37
42
|
|
38
43
|
* exit with original epubcheck command status (thx @hanachin)
|
@@ -0,0 +1,69 @@
|
|
1
|
+
# EPUBCheck change log
|
2
|
+
|
3
|
+
<a name="4.1.0"></a>
|
4
|
+
## [4.1.0](https://github.com/w3c/epubcheck/compare/v4.0.2...v4.1.0) (2018-11-26)
|
5
|
+
|
6
|
+
This is a maintenance release of EPUBCheck, the conformance validator for EPUB publications. It includes various improvements and bug fixes that have been contributed over the past two years.
|
7
|
+
|
8
|
+
This release was made by the DAISY Consortium, for the W3C.
|
9
|
+
|
10
|
+
Many thanks to the various people who contributed to this release, including @bitsgalore, @kalaspuffar, @kamorrissey, @matthew-macgregor, @mkraetke, @murata2makoto, @takahashim, @tledoux… and especially Tobias Fischer (@tofi86), who has been the primary project maintainer after v4.0.2 and before the DAISY Consortium took over the maintenance role in October 2018!
|
11
|
+
|
12
|
+
**Note:** this release does _not_ yet implement support for the newer EPUB 3.2 specifications.
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
* silence a Saxon warning (Schematron XSLT) ([5045d78b](https://github.com/w3c/epubcheck/commit/5045d78b)), closes #859
|
17
|
+
* fix path resolution in EpubNCXCheck (ctc package) ([f572a861](https://github.com/w3c/epubcheck/commit/f572a861))
|
18
|
+
* handle `IllegalStateException` in NCX checker ([25336894](https://github.com/w3c/epubcheck/commit/25336894)), closes #666
|
19
|
+
* check that the `mimetype` file is uncompressed ([6764e250](https://github.com/w3c/epubcheck/commit/6764e250)), closes #303
|
20
|
+
* fix wrong exit message for single file validation ([68af5a9a](https://github.com/w3c/epubcheck/commit/68af5a9a)), closes #740
|
21
|
+
* allow ARIA `role` attributes in SVG ([49412e05](https://github.com/w3c/epubcheck/commit/49412e05)), closes #769
|
22
|
+
* allow empty `xml:lang` attributes ([392c2f68](https://github.com/w3c/epubcheck/commit/392c2f68)), closes #777
|
23
|
+
* handle no src uri in fonts, correct embedded font boolean in the XML output ([a26f9c13](https://github.com/w3c/epubcheck/commit/a26f9c13)), closes #773
|
24
|
+
* fix issues with landmarks checks `ACC-008` ([74d0bdd1](https://github.com/w3c/epubcheck/commit/74d0bdd1)), closes #457, #734
|
25
|
+
* fix focus issue when using EPUBCheck in a GUI app ([cd63a166](https://github.com/w3c/epubcheck/commit/cd63a166)), closes #665
|
26
|
+
* fix incorrect warning `ACC_011` ([5e6a69af](https://github.com/w3c/epubcheck/commit/5e6a69af)), closes #680
|
27
|
+
* make the `type` attribute optional on SVG `style` elements ([275f6b6a](https://github.com/w3c/epubcheck/commit/275f6b6a)), closes #688
|
28
|
+
* exit with error when directory is not found in expanded mode ([e42d189c](https://github.com/w3c/epubcheck/commit/e42d189c)), closes #525
|
29
|
+
* fix a `NullPointerException` when checking an empty meta rendition element in OPF ([42d75297](https://github.com/w3c/epubcheck/commit/42d75297)), closes #727
|
30
|
+
* fix `DefaultReportImpl` to avoid duplicate path info in message locations ([9321355b](https://github.com/w3c/epubcheck/commit/9321355b)), closes #729
|
31
|
+
* fix broken `OPF_060` and `OPF_061` message format ([9f0e7d12](https://github.com/w3c/epubcheck/commit/9f0e7d12)), closes #658
|
32
|
+
* fix broken `OPF_060` and `OPF_061` checks for duplicate ZIP entries ([05e96f40](https://github.com/w3c/epubcheck/commit/05e96f40)), closes #728
|
33
|
+
|
34
|
+
### Features
|
35
|
+
|
36
|
+
* allow the configuration of EPUBCheck’s locale ([9b249956](https://github.com/w3c/epubcheck/commit/9b249956)), closes #650, #498
|
37
|
+
* report invalid `dc:identifier` UUIDs validation (as `WARNING`) ([48800a04](https://github.com/w3c/epubcheck/commit/48800a04)), closes #853
|
38
|
+
* change `--version` and `-version` command line options to output EPUBCheck version ([e498c61d](https://github.com/w3c/epubcheck/commit/e498c61d)), closes #743
|
39
|
+
* check files with extensions other than `.epub` ([1b67e046](https://github.com/w3c/epubcheck/commit/1b67e046)), closes #490
|
40
|
+
* report `file://` URL as `INFO` ([8f7a2b7d](https://github.com/w3c/epubcheck/commit/8f7a2b7d)), closes #289
|
41
|
+
* improve messages for `OPF-058` and `OPF-059` ([5e33645e](https://github.com/w3c/epubcheck/commit/5e33645e)), closes #804
|
42
|
+
* enable `NCX_001` check also for EPUB 3 when an NCX file is present ([9715c352](https://github.com/w3c/epubcheck/commit/9715c352))
|
43
|
+
* report non-matching identifiers in OPF and NCX as an error again ([515682dc](https://github.com/w3c/epubcheck/commit/515682dc))
|
44
|
+
* improved css font size validation ([25c0b372](https://github.com/w3c/epubcheck/commit/25c0b372)), closes #529
|
45
|
+
* issue a `WARNING` when landmarks anchors are not unique ([557308ef](https://github.com/w3c/epubcheck/commit/557308ef)), closes #493
|
46
|
+
* issue a `WARNING` when guide/reference elements are not unique ([25f28c01](https://github.com/w3c/epubcheck/commit/25f28c01)), closes #493
|
47
|
+
* partial update of OPF 2.0 RelaxNG schema to latest version (changing datatype `text` to `anyURI` for `href` attributes) ([251aa936](https://github.com/w3c/epubcheck/commit/251aa936)), closes #725
|
48
|
+
* display error/warning count in EPUBCheck results ([b7babedf](https://github.com/w3c/epubcheck/commit/b7babedf)), closes #655
|
49
|
+
* add file path info in `uri` attributes of the XML report ([c958c117](https://github.com/w3c/epubcheck/commit/c958c117)), closes #540
|
50
|
+
* update the XHTML 1.1 RelaxNG schema to latest version ([4c6fb49a](https://github.com/w3c/epubcheck/commit/4c6fb49a))
|
51
|
+
* update the OPF20 RNG schema in sync with official schema to validate empty guide elements ([6540b03d](https://github.com/w3c/epubcheck/commit/6540b03d))
|
52
|
+
* report an `ERROR` when `@clipBegin` equals `@clipEnd` in SMIL Media Overlays ([00716768](https://github.com/w3c/epubcheck/commit/00716768)), closes #568
|
53
|
+
* improve Nav Doc validation ([d32de854](https://github.com/w3c/epubcheck/commit/d32de854)), closes #763, #759
|
54
|
+
* update the NCX RelaxNG schema to add fixed list of `pageTarget` type values ([b2c9e939](https://github.com/w3c/epubcheck/commit/b2c9e939)), closes #761
|
55
|
+
* improve URL checks ([a44a596b](https://github.com/w3c/epubcheck/commit/a44a596b)), closes #708
|
56
|
+
* rephrase messages `RSC-005`, `RSC-016`, `RSC-017` ([5ef44973](https://github.com/w3c/epubcheck/commit/5ef44973))
|
57
|
+
* add JHove XSD schema declaration in XML output ([e55039c9](https://github.com/w3c/epubcheck/commit/e55039c9)), closes #736
|
58
|
+
* add detailed resource info in `RSC-008` messages ([5f5ef7b7](https://github.com/w3c/epubcheck/commit/5f5ef7b7)), closes #720
|
59
|
+
* add detailed resource info in `RSC-007` messages ([71a76ee4](https://github.com/w3c/epubcheck/commit/71a76ee4)), closes #475
|
60
|
+
|
61
|
+
### Maintenance
|
62
|
+
|
63
|
+
* change the project name to 'EPUBCheck' ([dfd7fd27](https://github.com/w3c/epubcheck/commit/dfd7fd27))
|
64
|
+
* update the minimum source code compatibility to Java 1.7 ([9b249956](https://github.com/w3c/epubcheck/commit/9b249956))
|
65
|
+
* update the Saxon dependency to v9.8 ([bf10f380](https://github.com/w3c/epubcheck/commit/bf10f380))
|
66
|
+
* update the Apache `commons-compress` dependency to v1.18 ([e7dfedd8](https://github.com/w3c/epubcheck/commit/e7dfedd8))
|
67
|
+
* update the Google Guava dependency to v24.0 ([befd9fc3](https://github.com/w3c/epubcheck/commit/befd9fc3))
|
68
|
+
* update the continuous integration build matrix, now testing from Java 7 up to Java 11 ([fb84b23c](https://github.com/w3c/epubcheck/commit/fb84b23c))
|
69
|
+
* various translation updates ([39a9a093](https://github.com/w3c/epubcheck/commit/39a9a093), [6e3a8b41](https://github.com/w3c/epubcheck/commit/6e3a8b41))
|
File without changes
|
@@ -0,0 +1,92 @@
|
|
1
|
+
EPUBCheck
|
2
|
+
=========
|
3
|
+
|
4
|
+
This folder contains the distribution of the EPUBCheck project.
|
5
|
+
|
6
|
+
EPUBCheck is a tool to validate the conformance of EPUB publications against
|
7
|
+
the EPUB specifications. EPUBCheck can be run as a standalone command-line tool
|
8
|
+
or used as a Java library.
|
9
|
+
|
10
|
+
EPUBCheck project home: https://github.com/idpf/epubcheck
|
11
|
+
|
12
|
+
|
13
|
+
RUNNING
|
14
|
+
-------
|
15
|
+
|
16
|
+
To run the tool you need a Java runtime (1.7 or above).
|
17
|
+
Any Operating System should do.
|
18
|
+
|
19
|
+
Run it from the command line:
|
20
|
+
|
21
|
+
> java -jar epubcheck.jar file.epub
|
22
|
+
|
23
|
+
All detected errors are simply printed to the standard error stream.
|
24
|
+
|
25
|
+
Print the commandline help with the --help argument:
|
26
|
+
|
27
|
+
> java -jar epubcheck.jar --help
|
28
|
+
|
29
|
+
|
30
|
+
USING AS A LIBRARY
|
31
|
+
------------------
|
32
|
+
|
33
|
+
You can also use EPUBCheck as a library in your Java application. EPUBCheck
|
34
|
+
public interfaces can be found in the `com.adobe.epubcheck.api package`.
|
35
|
+
EPUBCheck class can be used to instantiate a validation engine. Use one of its
|
36
|
+
constructors and then call validate() method. Report is an interface that you
|
37
|
+
can implement to get a list of the errors and warnings reported by the
|
38
|
+
validation engine (instead of the error list being printed out).
|
39
|
+
|
40
|
+
|
41
|
+
LICENSING
|
42
|
+
---------
|
43
|
+
|
44
|
+
EPUBCheck is made available under the terms of the New BSD License.
|
45
|
+
|
46
|
+
See details in COPYING.txt and THIRD-PARTY.txt
|
47
|
+
|
48
|
+
|
49
|
+
AUTHORS / CONTRIBUTORS
|
50
|
+
----------------------
|
51
|
+
|
52
|
+
This distribution of EPUBCheck was made by the DAISY Consortium, for the W3C.
|
53
|
+
|
54
|
+
Previous contributors include:
|
55
|
+
|
56
|
+
- Alberto Pettarin
|
57
|
+
- Alexander Walters
|
58
|
+
- Andrew Neitsch
|
59
|
+
- Arwen Pond
|
60
|
+
- Bogdan Iordache
|
61
|
+
- Dave Cramer
|
62
|
+
- dilbirligi
|
63
|
+
- Emiliano Molina
|
64
|
+
- Francisco Sanchez
|
65
|
+
- Garth Conboy
|
66
|
+
- George Bina
|
67
|
+
- Ionut-Maxim Margelatu
|
68
|
+
- Jessica Hekman
|
69
|
+
- Jostein Austvik Jacobsen
|
70
|
+
- Liza Daly
|
71
|
+
- Markus Gylling
|
72
|
+
- Martin Kraetke
|
73
|
+
- Masayoshi Takahashi
|
74
|
+
- Matt Garrish
|
75
|
+
- MURATA Makoto
|
76
|
+
- Paul Norton
|
77
|
+
- Peter Sorotokin
|
78
|
+
- Piotr Kula
|
79
|
+
- Romain Deltour
|
80
|
+
- Satoshi KOJIMA
|
81
|
+
- Stephan Kreutzer
|
82
|
+
- Steve Antoch
|
83
|
+
- Thomas Ledoux
|
84
|
+
- Tobias Fischer
|
85
|
+
- Tomohiko Hayashi
|
86
|
+
- Tzviya Siegman
|
87
|
+
|
88
|
+
|
89
|
+
Most of the EPUBCheck functionality comes from the schema validation tool Jing
|
90
|
+
and schemas that were developed by IDPF and DAISY. Initial EPUBCheck development
|
91
|
+
was largely done at Adobe Systems. EPUBCheck 4.0 was largely developed by
|
92
|
+
DAISY and Barnes & Noble.
|
@@ -1,7 +1,16 @@
|
|
1
1
|
Licenses of third-party dependencies
|
2
2
|
------------------------------------
|
3
3
|
|
4
|
-
|
4
|
+
FindBugs-jsr305, 1.3.9
|
5
|
+
The Apache Software License, Version 2.0
|
6
|
+
|
7
|
+
error-prone annotations, 2.1.3
|
8
|
+
Apache 2.0
|
9
|
+
|
10
|
+
Guava: Google Core Libraries for Java, 24.0-android
|
11
|
+
The Apache Software License, Version 2.0
|
12
|
+
|
13
|
+
J2ObjC Annotations, 1.1
|
5
14
|
The Apache Software License, Version 2.0
|
6
15
|
|
7
16
|
TwelveMonkeys :: Common :: Image, 3.1.2
|
@@ -22,11 +31,15 @@ Licenses of third-party dependencies
|
|
22
31
|
TwelveMonkeys :: ImageIO :: Metadata, 3.1.2
|
23
32
|
New BSD License
|
24
33
|
|
25
|
-
Saxon-HE, 9.
|
34
|
+
Saxon-HE, 9.8.0-8
|
26
35
|
Mozilla Public License Version 2.0
|
27
36
|
|
28
|
-
Commons Compress, 1.
|
29
|
-
|
37
|
+
Apache Commons Compress, 1.18
|
38
|
+
Apache License, Version 2.0
|
39
|
+
|
40
|
+
Checker Qual, 2.0.0
|
41
|
+
GNU General Public License, version 2 (GPL2), with the classpath exception
|
42
|
+
The MIT License
|
30
43
|
|
31
44
|
Jackson, 1.9.12
|
32
45
|
The Apache Software License, Version 2.0
|
@@ -34,6 +47,9 @@ Licenses of third-party dependencies
|
|
34
47
|
Data Mapper for Jackson, 1.9.12
|
35
48
|
The Apache Software License, Version 2.0
|
36
49
|
|
50
|
+
Animal Sniffer Annotations, 1.14
|
51
|
+
MIT license
|
52
|
+
|
37
53
|
Jing, 20120724.0.0
|
38
54
|
New BSD License
|
39
55
|
|
@@ -41,4 +57,4 @@ Licenses of third-party dependencies
|
|
41
57
|
The W3C Software License
|
42
58
|
|
43
59
|
|
44
|
-
Copies of the licenses are provided in the 'licenses' directory.
|
60
|
+
Copies of the licenses are provided in the 'licenses' directory.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/epubcheck/ruby/cli.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epubcheck-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- takahashim
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -69,27 +69,33 @@ files:
|
|
69
69
|
- bin/setup
|
70
70
|
- epubcheck-ruby.gemspec
|
71
71
|
- exe/epubcheck
|
72
|
-
- jar/epubcheck-4.0
|
73
|
-
- jar/epubcheck-4.0
|
74
|
-
- jar/epubcheck-4.0
|
75
|
-
- jar/epubcheck-4.0
|
76
|
-
- jar/epubcheck-4.0
|
77
|
-
- jar/epubcheck-4.0
|
78
|
-
- jar/epubcheck-4.0
|
79
|
-
- jar/epubcheck-4.0
|
80
|
-
- jar/epubcheck-4.0
|
81
|
-
- jar/epubcheck-4.0
|
82
|
-
- jar/epubcheck-4.0
|
83
|
-
- jar/epubcheck-4.0
|
84
|
-
- jar/epubcheck-4.0
|
85
|
-
- jar/epubcheck-4.0
|
86
|
-
- jar/epubcheck-4.0
|
87
|
-
- jar/epubcheck-4.0
|
88
|
-
- jar/epubcheck-4.0
|
89
|
-
- jar/epubcheck-4.0
|
90
|
-
- jar/epubcheck-4.0
|
91
|
-
- jar/epubcheck-4.0
|
92
|
-
- jar/epubcheck-4.0
|
72
|
+
- jar/epubcheck-4.1.0/CHANGELOG.md
|
73
|
+
- jar/epubcheck-4.1.0/COPYING.txt
|
74
|
+
- jar/epubcheck-4.1.0/README.txt
|
75
|
+
- jar/epubcheck-4.1.0/THIRD-PARTY.txt
|
76
|
+
- jar/epubcheck-4.1.0/epubcheck.jar
|
77
|
+
- jar/epubcheck-4.1.0/lib/Saxon-HE-9.8.0-8.jar
|
78
|
+
- jar/epubcheck-4.1.0/lib/animal-sniffer-annotations-1.14.jar
|
79
|
+
- jar/epubcheck-4.1.0/lib/checker-compat-qual-2.0.0.jar
|
80
|
+
- jar/epubcheck-4.1.0/lib/common-image-3.1.2.jar
|
81
|
+
- jar/epubcheck-4.1.0/lib/common-io-3.1.2.jar
|
82
|
+
- jar/epubcheck-4.1.0/lib/common-lang-3.1.2.jar
|
83
|
+
- jar/epubcheck-4.1.0/lib/commons-compress-1.18.jar
|
84
|
+
- jar/epubcheck-4.1.0/lib/error_prone_annotations-2.1.3.jar
|
85
|
+
- jar/epubcheck-4.1.0/lib/guava-24.0-android.jar
|
86
|
+
- jar/epubcheck-4.1.0/lib/imageio-core-3.1.2.jar
|
87
|
+
- jar/epubcheck-4.1.0/lib/imageio-jpeg-3.1.2.jar
|
88
|
+
- jar/epubcheck-4.1.0/lib/imageio-metadata-3.1.2.jar
|
89
|
+
- jar/epubcheck-4.1.0/lib/j2objc-annotations-1.1.jar
|
90
|
+
- jar/epubcheck-4.1.0/lib/jackson-core-asl-1.9.12.jar
|
91
|
+
- jar/epubcheck-4.1.0/lib/jackson-mapper-asl-1.9.12.jar
|
92
|
+
- jar/epubcheck-4.1.0/lib/jing-20120724.0.0.jar
|
93
|
+
- jar/epubcheck-4.1.0/lib/jsr305-1.3.9.jar
|
94
|
+
- jar/epubcheck-4.1.0/lib/sac-1.3.jar
|
95
|
+
- jar/epubcheck-4.1.0/licenses/Apache-2.0.txt
|
96
|
+
- jar/epubcheck-4.1.0/licenses/BSD-3-Clause.txt
|
97
|
+
- jar/epubcheck-4.1.0/licenses/MPL-1.0.txt
|
98
|
+
- jar/epubcheck-4.1.0/licenses/W3C.txt
|
93
99
|
- lib/epubcheck/ruby.rb
|
94
100
|
- lib/epubcheck/ruby/cli.rb
|
95
101
|
- lib/epubcheck/ruby/version.rb
|
@@ -113,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
119
|
version: '0'
|
114
120
|
requirements: []
|
115
121
|
rubyforge_project:
|
116
|
-
rubygems_version: 2.6
|
122
|
+
rubygems_version: 2.7.6
|
117
123
|
signing_key:
|
118
124
|
specification_version: 4
|
119
125
|
summary: wrapper command of epubcheck (IDPF)
|
@@ -1,60 +0,0 @@
|
|
1
|
-
This folder contains the distribution of epubcheck project.
|
2
|
-
|
3
|
-
EpubCheck is a tool to validate IDPF Epub files. It can detect many
|
4
|
-
types of errors in Epub. OCF container structure, OPF and OPS mark-up,
|
5
|
-
and internal reference consistency are checked. EpubCheck can be run
|
6
|
-
as a standalone command-line tool, installed as a web application or
|
7
|
-
used as a library.
|
8
|
-
|
9
|
-
EpubCheck project home: https://github.com/idpf/epubcheck
|
10
|
-
|
11
|
-
|
12
|
-
RUNNING
|
13
|
-
|
14
|
-
To run the tool you need Java Runtime (1.6 or above). Any OS should do. Run
|
15
|
-
it from the command line:
|
16
|
-
|
17
|
-
java -jar epubcheck.jar file.epub
|
18
|
-
|
19
|
-
All detected errors are simply printed to stderr.
|
20
|
-
|
21
|
-
|
22
|
-
USING AS A LIBRARY
|
23
|
-
|
24
|
-
You can also use EpubCheck as a library in your Java application. EpubCheck
|
25
|
-
public interfaces can be found in com.adobe.epubcheck.api package. EpubCheck
|
26
|
-
class can be used to instantiate a validation engine. Use one of its
|
27
|
-
constructors and then call validate() method. Report is an interface that
|
28
|
-
you can implement to get a list of the errors and warnings reported by the
|
29
|
-
validation engine (instead of the error list being printed out).
|
30
|
-
|
31
|
-
|
32
|
-
LICENSING
|
33
|
-
|
34
|
-
See COPYING.txt and THIRD-PARTY.txt
|
35
|
-
|
36
|
-
|
37
|
-
AUTHORS / CONTRIBUTORS
|
38
|
-
|
39
|
-
Peter Sorotokin
|
40
|
-
Garth Conboy
|
41
|
-
Markus Gylling
|
42
|
-
Piotr Kula
|
43
|
-
Paul Norton
|
44
|
-
Jessica Hekman
|
45
|
-
Liza Daly
|
46
|
-
George Bina
|
47
|
-
Bogdan Iordache
|
48
|
-
Ionut-Maxim Margelatu
|
49
|
-
Romain Deltour
|
50
|
-
Thomas Ledoux
|
51
|
-
Tobias Fischer
|
52
|
-
Steve Antoch
|
53
|
-
Arwen Pond
|
54
|
-
Masayoshi Takahashi
|
55
|
-
Satoshi KOJIMA
|
56
|
-
|
57
|
-
|
58
|
-
Most of the EpubCheck functionality comes from the schema validation tool Jing
|
59
|
-
and schemas that were developed by IDPF and DAISY. EpubCheck development was
|
60
|
-
largely done at Adobe Systems.
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|