thunderbird / autoconfig

The ISPDB, Thunderbird's database of mail configuration files.
https://autoconfig.thunderbird.net/v1.1/
Mozilla Public License 2.0
53 stars 39 forks source link

Automated XML Check/Generation #4

Open Sancus opened 5 years ago

Sancus commented 5 years ago

We should provide some way to automatically check that proposed XML files are valid, and possibly some way to automatically generate one by filling in some form fields somewhere.

Note that this is not a suggestion that we return to the idea of a fully database backed live web app, only that we add/improve some tools.

benbucksch commented 5 years ago

The old tracking bug was bug 543614 and its dependencies.

Here's a list of things to check (with links to specs and rationale why it's necessary):

The above list should be considered the minimum, not sufficient. It helps a human reviewer, and does not replace him.

benbucksch commented 5 years ago

The above checks are tedious, but necessary, and it would really help reviewers to see a compiled report of such checks during the review. Compare AMO/ATN pre-review automated checks. The reviewer needs to see the test results, though.

benbucksch commented 3 years ago

See also https://github.com/thundernest/autoconfig/issues/5#issuecomment-753441397