daisy / ace

Ace by DAISY, an Accessibility Checker for EPUB
MIT License
75 stars 22 forks source link

Ace version of Ace variant in Ace report #362

Closed LaZay closed 2 years ago

LaZay commented 2 years ago

The Ace report is indicating Ace version, which is very helpfull, as Ace is increasingly demanding. But unlike the beginning of Ace story, there are now two coexisting Ace variants with different version numbers:

Would it be possible to specify which variant of the tool has generated an Ace report? This would avoid panic, and misunterstanding in the Ace version that is installed!... ;-)

Thanks!

LaZay commented 2 years ago

EPUB Accessibility Report

Generated by DAISY Ace (1.2.2) on 2022-1-3 18:04:50 could become: Generated by DAISY Ace command line (1.2.2) on 2022-1-3 18:04:50

Generated by DAISY Ace (1.1.3) on 2022-1-3 18:04:50 could become: Generated by DAISY Ace Application (1.1.3) on 2022-1-3 18:04:50

danielweck commented 2 years ago

Fixed via https://github.com/daisy/ace/commit/a585612fdb6622383ff0926bf4b9b6a680a2aeec and https://github.com/daisy/ace-gui/commit/b4211ea002c6cb41ed319148cedd13d001a9680f Example in English:

As you can see, the main information remains Ace "core" (CLI = command line interface) which actually drives the accessibility evaluation and the production of the JSON+HTML reports, but we append Ace App (GUI) information in order to disambiguate version numbers.