Awesome
<img src="icon.png" align="right" height="110"/>EPUBCheckFX
A graphical interface for the official W3C EPUBCheck conformance checker.
Screenshots
Installation / Usage
[!IMPORTANT]
An installation of Java 17 or later is required to run the application.
Download the correct version of the application for your operating system on the releases page.
Windows
- Extract the downloaded ZIP file.
- Double-click the extracted executable
EPUBCheckFX.exe
.
macOS
[!IMPORTANT]
ARM based Macs are currently unsupported. The macOS application or the JAR file will only run on intel based Macs.
- Double-click the downloaded disk image (DMG file).
- Drag the application
EPUBCheckFX
into theApplication
folder. - Start the application
EPUBCheckFX
from theApplication
folder by double-clicking.
Linux
-
Extract the downloaded tar.gz archive by executing
tar -zxvf EPUBCheckFX-x.x.x-linux.tar.gz
in the terminal (wherex.x.x
is the current version number). -
Start the application by double-clicking on the file
EPUBCheckFX-x.x.x.jar
.One can also start the application from the command line by executing the following command:
java -jar EPUBCheckFX-x.x.x.jar
Documentation
Please refer to the EPUBCheck documentation at https://www.w3.org/publishing/epubcheck/ or the EPUBCheck GitHub Wiki at https://github.com/w3c/epubcheck/wiki.
Build / Development
Install the required dependencies:
In order to build the runnable JAR file and all other artifacts, you have to run the following Maven command in the terminal:
mvn clean package
The macOS build is only possible on Macs and disabled during the normal build. You have to pass the profile macos
to
Maven in order to build the dmg
file:
mvn clean package -Pmacos
Known Issues / Bugs
- The App is only translated in English and German.
- It is not possible to select an EPUB folder with the button on the start page. One can however drag an EPUB folder on the window to validate it.
Credits
- EPUBCheckFX uses EPUBCheck, the official W3C conformance checker for EPUB publications, to perform the EPUB validation.
- EPUBCheckFX is an homage to the pagina EPUB-Checker however it is a completely independent project and does not share any code.
License
This project is open source licensed under the BSD 3-Clause License. Please see the LICENSE file for more information.