inclusive-design / AChecker

Automated interactive Web content accessibility checker.
https://achecker.ca
GNU General Public License v2.0
70 stars 61 forks source link

Best way to check entire site #103

Open cryogenx opened 5 years ago

cryogenx commented 5 years ago

is there a good way to automate checking an entire site with aChecker?

cindyli commented 5 years ago

You could implement the site crawling with AChecker web service.

cryogenx commented 5 years ago

I ended up using a sitemap generator to feed a list of URLs to aChecker via a php script.. its a little clunky but it works...

I've published my code in a public repo, feel free to expand it

https://github.com/HernClerkDevOps/PHP_ADAChecker

cindyli commented 5 years ago

This is great. Thanks, @cryogenx.