forked from inclusive-design/AChecker
-
Notifications
You must be signed in to change notification settings - Fork 0
giuliaforsythe/AChecker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/////////// // AChecker Readme AChecker is an automated accessibility checker used to evaluate the accessibility of HTML pages, and help ensure they can be accessed by all individuals, including those with disabilities, using assistive technologies to navigate the Internet. What sets AChecker apart from other automated accessibility checkers? 1. Reviewers can interact with the system to make decisions on potential barriers that automated checkers can not determine with certainty. 2. Choose from a range of accessibility standards to review conformance with various international accessibility requirements. 3. Design custom accessibility guidelines tailored specifically to your organization 4. View existing guidelines in AChecker to see exactly what it is reviewing. 5. Design new accessibility checks and have them added to AChecker. /////// // Installing AChecker 1. Unzip the achecker.tar.gz file into a php enabled, web accessible directory. 2. Open the installer at AChecker/install 3. Follow the instruction provided by the installer. Note, if you are installing from a Git clone of AChecker, before following the instructions above, you will need to create an empty configuration file. In the AChecker directory, at the command prompt issue the following command: touch include/config.inc.php Then follow the instructions above. For more about using AChecker, see the instructional videos on YouTube. http://www.youtube.com/watch?v=jtNyF7KuOk8
About
Automated interactive Web content accessibility checker.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 92.7%
- JavaScript 5.1%
- CSS 1.9%
- Other 0.3%