READMEs for some tests and status reports.

This commit is contained in:
Georges Dupéron 2019-03-10 06:46:37 +01:00
parent d585a9a756
commit 9b3afd96b4
2 changed files with 10 additions and 0 deletions

5
tests/to-do/README.md Normal file
View File

@ -0,0 +1,5 @@
Check how many tasks have been left aside.
These tasks are marked with the four consecutive letters T, O, D, O in the source code.
This tool also looks for instances of F, I, X, M, E and of X, X, X

5
tests/website/README.md Normal file
View File

@ -0,0 +1,5 @@
Tests for the web pages.
* Checks that the pages are valid Polyglot Markup (an HTML5 / XHTML chameleon, TODO link to references)
* Uses the W3C validator to check that the pages are valid HTML 5, XHTML 1.0, XHTML 1.1, as well as valid HTML 3.2, HTML 4.0 with the exception of the obvious incompatibilities (doctype and self-closing tags)
* Checks that there are no broken links between the pages, and no broken links to external pages.