Skip to content

A standalone WCAG compliance checker and content site indexer built in Go

License

Notifications You must be signed in to change notification settings

joaooliveirapro/wcag-scan-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcag-scan-go

This app allows for quick scan of a website.

Features include:

  • Concurrency safe
app := App{
    Workers:  8 // Set number of workers
}
  • Regex pattern matching on URLs
ExcludeRegex: []string{"/path/"} // Exlcude URLs that match to /path/
IncludeRegex: []string{"/path/"} // ONLY include URLs that match /path/
  • Content search engine with TF-IDF based content indexing
  • Browser based GUI built using VueJS
  • WCAG 2.2 A and AA compliance check

License

The MIT License (MIT)

About

A standalone WCAG compliance checker and content site indexer built in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published