Skip to content

Ace v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@rdeltour rdeltour released this 07 Aug 10:38
· 531 commits to master since this release
v0.2.0

This is a pre-release of Ace, the Accessibility Checker for EPUB developed by the DAISY Consortium.

New

  • New JSON-LD report format, using properties from W3C's Evaluation and Report Language
  • New HTML report
  • Include link to DAISY's accessibility knowledge base (work in progress)
  • Include a visualization of various EPUB outlines (Navigation Document's ToC, headings hiererachy, and HTML outline)
  • Include a list of the EPUB's images and associated descriptive text
  • Include the full publication metadata set

Details

Instructions

Update a previous installation of Ace with:

npm update ace-core -g

Install from scratch by running (requires a Node.JS installation) with:

npm install ace-core -g

This will install the ace command in your system.