Difference between revisions of "EpubCheck"

From COPTR
Jump to navigation Jump to search
(Created page with "{{Infobox_tool |purpose=Validator for EPUB files |homepage=https://github.com/IDPF/epubcheck |license=New BSD License |platforms= }} Category:Validation Category:Metada...")
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
 
|purpose=Validator for EPUB files
 
|purpose=Validator for EPUB files
 
|homepage=https://github.com/IDPF/epubcheck
 
|homepage=https://github.com/IDPF/epubcheck
|license=New BSD License
+
|license=[http://opensource.org/licenses/BSD-3-Clause/ New BSD License]
|platforms=
+
|platforms=Any OS with Java (1.6 or above)
 +
|formats_in=EPUB
 +
|function=Encryption Detection, Metadata Extraction, Validation
 +
|content=Document, EBook
 
}}
 
}}
 +
{{Infobox tool details
 +
|ohloh_id=epubcheck
 +
}}
 +
= Description =
 +
EpubCheck is a tool to validate EPUB files. It is also able to extract technical characteristics and embedded metadata from an EPUB file. Both the EPUB 2 and EPUB 3 formats are supported. 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 or used as a Java library.
 +
Development of this tool is supported by the [http://idpf.org/ International Digital Publishing Forum] (IDPF), which also publishes the EPUB standards. Most of the EpubCheck functionality comes from the schema validation tool [http://www.thaiopensource.com/relaxng/jing.html/ Jing] and schemas that were developed by [http://www.idpf.org/ IDPF] and [http://www.daisy.org/ DAISY]. Initial EpubCheck development was largely done at [http://blogs.adobe.com/digitaleditions/2007/12/epubchecker.html/ Adobe Systems].
 +
 
 +
===Contributors===
 +
Authors and contributors to EpubCheck include:
 +
* Peter Sorotokin
 +
* Garth Conboy
 +
* Markus Gylling
 +
* Piotr Kula
 +
* Paul Norton
 +
* Jessica Hekman
 +
* Liza Daly
 +
* George Bina
 +
* Bogdan Iordache
 +
* Romain Deltour
 +
* Thomas Ledoux
 +
* Tobias Fischer
 +
* Steve Antoch
 +
* Arwen Pond
 +
* Masayoshi Takahashi
 +
* Satoshi Kojima
 +
 
 +
===Documentation and user support===
 +
<!-- Link to documentation and/or User Guide, if available. If not available, make a note to that effect. (optional) -->
 +
Using EPubCheck as command line tool, all detected errors are simply printed to stderr output stream.
 +
There is no native graphical user interface (GUI) for the tool. However, there are some third-party apps offering a GUI for Windows/Mac/Linux platforms:
 +
• [http://www.pagina-online.de/produkte/epub-checker/ pagina EPUB-Checker] for Windows / Mac / Linux
 +
• [https://itunes.apple.com/us/app/epub-checker/id453480324/ ePub Checker] for iPad/iPod/iPhone (iTunes Store App)
 +
 
 +
===Platform===
 +
<!-- required -->
 +
* EPubCheck is a command line tool that can be run on any operating system (OS).
 +
* EPubCheck can be used as part of Java library.
 +
* Build tool require Java Development Kit JDK (1.6 or above)
 +
 
 +
===Online version of EpubCheck ===
 +
* http://validator.idpf.org/
 +
* http://epubvalidator.com/
 +
 
 +
===Releases===
 +
Check the [https://github.com/IDPF/epubcheck/releases/ release page] on IDPF to get the latest distribution.
 +
[https://github.com/IDPF/epubcheck/releases/tag/v3.0.1/ EpubCheck 3.0.1] is the latest recommended version to validate both EPUB 2 and 3 files.
 +
 
 +
===Documentation===
 +
* Documentation on how to use or how to contribute is available on the [https://github.com/IDPF/epubcheck/wiki/ EpubCheck wiki].
 +
* Technical discussions are hosted on the [https://groups.google.com/forum/#%21forum/epubcheck/ EpubCheck Google Group].
 +
  
[[Category:Validation]]
+
= User Experiences =
[[Category:Metadata Extraction]]
 
[[Category:Characterisation]]
 
 
 
[[Category:Document]]
 
 
 
== Description ==
 
EpubCheck is a tool to validate EPUB files. It is also able to extract technical characteristics and embedded metadata from an EPUB file. Both the EPUB 2 and EPUB 3 formats are supported. EpubCheck can be run as a standalone command-line tool or used as a Java library. Development of this tool is supported by the [http://idpf.org/ International Digital Publishing Forum] (IDPF), which also publishes the EPUB standards.
 
 
 
== User Experiences ==
 
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. -->
 
<!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. -->
 
+
* [https://blog.safaribooksonline.com/2010/12/16/running-epubcheck-on-your-computer/ Running EPubCheck] (SafariBooks)
===Online version of EpubCheck ===
+
* [http://opensource.com/life/14/9/open-source-tools-prepare-your-ebooks-publication/ Open Source Tools for ebooks] (OpenSource.com)
 
+
http://validator.idpf.org/
+
===EPubCheck standard on Smashwors publishing===
 
+
Self-publishing site, Smashwords, requires author to pass EPubCheck in order to get their publication to Apple Bookstore [http://www.smashwords.com/epubcheck/ HOW TO FIX EPUBCHECK ERRORS]
== Development Activity ==
+
 +
 +
= Development Activity =
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
  
<!-- Add the Ohloh.com ID for the tool, if known. -->
+
For tool updates and development, check https://github.com/IDPF/epubcheck
{{Infobox_tool_details
+
|ohloh_id=epubcheck
+
=== Release Feed ===
}}
+
Below the last 3 release feeds:
 +
<rss max=3>https://github.com/IDPF/epubcheck/releases.atom</rss>
 +
 
 +
=== Activity Feed===
 +
Below the last 5 commits:
 +
<rss max=5>https://github.com/IDPF/epubcheck/commits/master.atom</rss>

Revision as of 11:37, 9 June 2021


Validator for EPUB files
Homepage:https://github.com/IDPF/epubcheck
License:New BSD License
Platforms:Any OS with Java (1.6 or above)
Input Formats:EPUB
Function:Encryption Detection,Metadata Extraction,Validation
Content type:Document,EBook


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt662221a1d68886_78048016


Description

EpubCheck is a tool to validate EPUB files. It is also able to extract technical characteristics and embedded metadata from an EPUB file. Both the EPUB 2 and EPUB 3 formats are supported. 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 or used as a Java library. Development of this tool is supported by the International Digital Publishing Forum (IDPF), which also publishes the EPUB standards. Most of the EpubCheck functionality comes from the schema validation tool Jing and schemas that were developed by IDPF and DAISY. Initial EpubCheck development was largely done at Adobe Systems.

Contributors

Authors and contributors to EpubCheck include:

  • Peter Sorotokin
  • Garth Conboy
  • Markus Gylling
  • Piotr Kula
  • Paul Norton
  • Jessica Hekman
  • Liza Daly
  • George Bina
  • Bogdan Iordache
  • Romain Deltour
  • Thomas Ledoux
  • Tobias Fischer
  • Steve Antoch
  • Arwen Pond
  • Masayoshi Takahashi
  • Satoshi Kojima

Documentation and user support

Using EPubCheck as command line tool, all detected errors are simply printed to stderr output stream. There is no native graphical user interface (GUI) for the tool. However, there are some third-party apps offering a GUI for Windows/Mac/Linux platforms: • pagina EPUB-Checker for Windows / Mac / Linux • ePub Checker for iPad/iPod/iPhone (iTunes Store App)

Platform

  • EPubCheck is a command line tool that can be run on any operating system (OS).
  • EPubCheck can be used as part of Java library.
  • Build tool require Java Development Kit JDK (1.6 or above)

Online version of EpubCheck

Releases

Check the release page on IDPF to get the latest distribution. EpubCheck 3.0.1 is the latest recommended version to validate both EPUB 2 and 3 files.

Documentation


User Experiences

EPubCheck standard on Smashwors publishing

Self-publishing site, Smashwords, requires author to pass EPubCheck in order to get their publication to Apple Bookstore HOW TO FIX EPUBCHECK ERRORS


Development Activity

For tool updates and development, check https://github.com/IDPF/epubcheck

Release Feed

Below the last 3 release feeds:

2023-07-07 13:54:36
[tag:github.com,2008:Repository/13576006/v5.1.0 EPUBCheck v5.1.0]
by rdeltour
2023-07-07 13:53:38
[tag:github.com,2008:Repository/13576006/v5.0.1 EPUBCheck v5.0.1]
by rdeltour
2023-01-12 08:51:38
[tag:github.com,2008:Repository/13576006/w3c/epub-33-cr-report w3c/epub-33-cr-report]
by rdeltour

Activity Feed

Below the last 5 commits: Failed to load RSS feed from https://github.com/IDPF/epubcheck/commits/master.atom: There was a problem during the HTTP request: 404 Not Found