https://github.com/su-sws/stanford_alt_check
https://github.com/su-sws/stanford_alt_check
d7 module
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/su-sws/stanford_alt_check
- Owner: SU-SWS
- License: gpl-2.0
- Created: 2016-12-28T06:20:51.000Z (over 9 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2018-06-27T00:10:43.000Z (about 8 years ago)
- Last Synced: 2025-06-24T08:09:37.955Z (about 1 year ago)
- Topics: d7, module
- Language: PHP
- Size: 38.1 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Stanford Alt Check](https://github.com/SU-SWS/stanford_alt_check)
##### Version: 7.x-1.x-dev
Maintainers: [pookmish](https://github.com/pookmish), [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)
[Changelog.txt](CHANGELOG.txt)
The Stanford Module feature is used to view and edit images that are missing alt texts. Image alt texts are a
requirement as seen [here](https://www.w3.org/TR/WCAG20-TECHS/H37.html).
Installation
---
1. Install this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-7)
2. Navigate to admin/content/images - This page displays all images in image fields. It also provides an easy form to
edit the alt text directly without viewing the entity.
3. Navigate to admin/content/images/wysiwyg - This page displays all entities that have images in wysiwyg fields that
are missing alt texts. You can then view the entity and edit the alt text directly.
Configuration
---
Nothing special needed.
Troubleshooting
---
If you are experiencing issues with this module try reinstalling the module first. If you are still experiencing issues try posting an issue on the GitHub issues page.
Contribution / Collaboration
---
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)