Accessibility Statement Generator
Generates an accessibility statement.
by 10 Degrees · github.com/10degrees/accessibility-statement-plugin
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/10degrees/accessibility-statement-plugin/archive/refs/heads/master.zipReadme
Accessibility Statement Feature Plugin
A plugin to automatically generate the structure of an accessibility statement for a WordPress website. This plugin replicates the look and functionality of the Privacy Policy tool already found in WordPress.
Getting started
Requirements:
- Git
git clone git@github.com:10degrees/accessibility-statement-plugin.git accessibility-statement-generatorintowp-content/plugins- Activate the 'Accessibility Statement Generator' plugin in your Admin area.
- Go to Settings > Accessibility to generate your accessibility statement.
Features
- Generate the basic structure of an accessibility statement for a site in a single click (content from https://www.w3.org/WAI/planning/statements/generator/#create) or:
- Choose which page to use as the accessibility statement.
- Display an 'Accessibility Statement Page' tag next to the accessibility statement page when viewing all pages.
This plugin does not generate a full accessibility statement. It instead provides a page with useful headings and prompts to be used to understand what content an accessibility statement should contain.
Branches
advanced-version
Initially we are focusing on the 'basic' version of the feature plugin (in the master branch), which replicates the Privacy Policy tool. In the advanced-version branch you can find a version of the plugin where the accessibility statement is generated using data inputted by the user.
To view this version of the plugin:
git fetch origin advanced-versiongit checkout advanced-version
This version of the plugin has no build tooling, e.g. Gulp or Webpack, and so its JavaScript may not function on older browsers e.g. IE11.
Related Links
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.0.1 | Feb 18, 2021 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.