docGeneHelpChecker.jar tool allows to check the content of a Help content archive. It checks that the XML database is valid, and that the articles which are referred exist. This tool is under the BSD license, as the Help API.
| Error message | Reason |
|---|---|
There is already an article of ID article ID |
The article ID already exists in the database |
Article of URL article URL not found |
The URL for the article is not found |
MalformedURLException for article of ID article ID |
The URL for the article is not well-formed |
There is no article of ID article ID |
The article ID already exists in the database. It can appear for example when referencing an article in a chapter |
There is no title of ID title ID in article article ID |
The title does not exist for the article in the article html file |
jsoup.jar library, which must be in a lib directory at the same level as the jar file of the checker:docGeneHelpChecker.jar -- lib ---- jsoup.jar
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.