Skip to content

Commit

Permalink
More docs on accessibility and privacy.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Mar 13, 2024
1 parent 5c8980f commit 8103095
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
'help/:page.md': 'help/:page/index.md',
'docs/:page.md': 'docs/:page/index.md',
'privacy.md': 'privacy/index.md',
'accessibility.md': 'accessibility/index.md',
},
head: [
[
Expand Down Expand Up @@ -111,6 +112,10 @@ export default defineConfig({
text: 'Privacy statement',
link: '/privacy/',
},
{
text: 'Accessibility statement',
link: '/accessibility/',
},
],

socialLinks: [
Expand Down
12 changes: 12 additions & 0 deletions docs/accessibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
nav_exclude: true
publish: false
---

# Accessibility statement

WP Crontrol aims to be fully accessible to all of its users. It implements best practices for web accessibility, outputs semantic and structured markup, adheres to the default styles and accessibility guidelines of WordPress, uses the accessibility APIs provided by WordPress and web browsers where appropriate, and is fully accessible via keyboard and via mobile devices.

WP Crontrol should adhere to Web Content Accessibility Guidelines (WCAG) 2.0 at level AA when used with a recent version of WordPress where its admin area itself adheres to these guidelines.

If you've experienced or identified an accessibility issue in WP Crontrol, please open a thread in [the WP Crontrol plugin support forum](https://wordpress.org/support/plugin/wp-crontrol/) and I'll address it swiftly.
8 changes: 2 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ I maintain several other plugins for developers. Check them out:

### Privacy Statement

WP Crontrol is private by default and always will be. It does not send data to any third party, nor does it include any third party resources.

[WP Crontrol's full privacy statement can be found here](https://wp-crontrol.com/privacy).
WP Crontrol is private by default and always will be. It does not send data to any third party, nor does it include any third party resources. [WP Crontrol's full privacy statement can be found here](https://wp-crontrol.com/privacy/).

### Accessibility Statement

WP Crontrol aims to be fully accessible to all of its users. It implements best practices for web accessibility, outputs semantic and structured markup, adheres to the default styles and accessibility guidelines of WordPress, uses the accessibility APIs provided by WordPress and web browsers where appropriate, and is fully accessible via keyboard and via mobile devices.

WP Crontrol should adhere to Web Content Accessibility Guidelines (WCAG) 2.0 at level AA when used with a recent version of WordPress where its admin area itself adheres to these guidelines. If you've experienced or identified an accessibility issue in WP Crontrol, please open a thread in [the WP Crontrol plugin support forum](https://wordpress.org/support/plugin/wp-crontrol/) and I'll address it swiftly.
WP Crontrol aims to be fully accessible to all of its users. [WP Crontrol's full accessibility statement can be found here](https://wp-crontrol.com/accessibility/).

## Frequently Asked Questions

Expand Down

3 comments on commit 8103095

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnbillion There is no developer README to add a badge to.

Netlify Status

@johnbillion
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the Netlify status is useful to anyone. I've kind of gone off the idea of status badges in general.

Regardless, they can be added to readme.md as long as they're in a format which means they won't do weird things on the WordPress.org plugin directory. For example: https://github.com/johnbillion/user-switching/edit/develop/readme.md

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All right Nobadge John 😃

Please sign in to comment.