From 97042eb8235767615607052cdfb88f6ba50404e9 Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Fri, 22 Mar 2024 13:34:12 -0700 Subject: [PATCH 1/4] Setting http://www.hemingwayapp.com/ to https --- _guide/plain-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_guide/plain-language.md b/_guide/plain-language.md index b7cec524..706bb0fc 100644 --- a/_guide/plain-language.md +++ b/_guide/plain-language.md @@ -97,7 +97,7 @@ Automated readability tools won't catch everything. You'll need to test your con ## Find a plain language tool -* [Hemingway App](http://www.hemingwayapp.com/) +* [Hemingway App](https://www.hemingwayapp.com/) * [Readable.io](https://readable.io/) * [Flesch-Kincaid](https://support.microsoft.com/en-us/topic/get-your-document-s-readability-and-level-statistics-85b4969e-e80a-4777-8dd3-f7fc3c8b3fd2) (available in tools like Microsoft Word) * [OpenAdvocate WriteClearly](https://www.openadvocate.org/writeclearly/) - [OpenAdvocate on GitHub](https://github.com/openadvocate/writeclearly-server) From 377fc94da86c3fe84afa11a6cfaa7ca76c32d722 Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Fri, 22 Mar 2024 13:36:44 -0700 Subject: [PATCH 2/4] Removing Interactive Accessibility podcasts as the site is no longer there --- _playbook/training.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_playbook/training.md b/_playbook/training.md index b433cd56..aeb12e9f 100644 --- a/_playbook/training.md +++ b/_playbook/training.md @@ -20,7 +20,7 @@ Some of our favorite, free accessibility courses include: * [Information and Communication Technology (ICT) Accessibility by GeorgiaTech](https://www.edx.org/course/information-and-communication-technology-ict-acces); * [Assistive technologies and online learning by the Open University](https://www.open.edu/openlearn/education-development/assistive-technologies-and-online-learning/content-section-0?active-tab=description-tab). -Podcasts are another great way to learn about web accessibility—including [A11yRules.com](https://a11yrules.com/), [Interactive Accessibility](http://www.interactiveaccessibility.com/iap-podcasts) and [Human Potential At Work](https://www.ruhglobal.com/podcasthuman-potential-work/). While these resources are often available for free, the publishers usually depend on donations to support the ongoing education work. If you choose to listen, please consider contributing to a [Patreon campaign](https://www.patreon.com/steenhout) to support their wonderful work. Supporting these initiatives is a cost-effective way to increase the availability of new accessibility resources. +Podcasts are another great way to learn about web accessibility—including [A11yRules.com](https://a11yrules.com/) and [Human Potential At Work](https://www.ruhglobal.com/podcasthuman-potential-work/). While these resources are often available for free, the publishers usually depend on donations to support the ongoing education work. If you choose to listen, please consider contributing to a [Patreon campaign](https://www.patreon.com/steenhout) to support their wonderful work. Supporting these initiatives is a cost-effective way to increase the availability of new accessibility resources. There are also several high-quality accessibility guides available for free. For example, the US government has produced a guide with [18F](https://accessibility.18f.gov/). Rather than creating a new guide from scratch, these resources are available to build upon and improve. CivicActions is looking to extend these to provide an [accessibility playbook](https://civicactions.github.io/accessibility/) for people interested in accessibility best practices. From 2bc7c9a3ef415c9972678ed38773693721650ec3 Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Fri, 22 Mar 2024 13:37:32 -0700 Subject: [PATCH 3/4] Removing CA team link --- ...2021-5-6-qa-with-mike-gifford-accessibility-in-civic-tech.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2021-5-6-qa-with-mike-gifford-accessibility-in-civic-tech.md b/_posts/2021-5-6-qa-with-mike-gifford-accessibility-in-civic-tech.md index 50be8e83..f21f0a2b 100644 --- a/_posts/2021-5-6-qa-with-mike-gifford-accessibility-in-civic-tech.md +++ b/_posts/2021-5-6-qa-with-mike-gifford-accessibility-in-civic-tech.md @@ -4,7 +4,7 @@ title: "Q&A with Mike Gifford: Accessibility in civic tech" date: 2021-5-6 08:00:00 -0800 author: allison-carroll --- -[_Mike Gifford_](https://civicactions.com/team/mike-gifford) _is a Senior +_Mike Gifford_ _is a Senior Strategist at CivicActions, a_ [_Drupal_](https://www.drupal.org/u/mgifford) _core maintainer, and accessibility advocate. He's passionate about changing the conversation around accessibility in civic tech by moving beyond From e04d28187ce59781fd59364ba6db5b32c52b4dbb Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Fri, 22 Mar 2024 13:51:05 -0700 Subject: [PATCH 4/4] Ignore VPAT from linkchecker. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4c9d36a..7f11572f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "pa11y-ci:home": "pa11y-ci http://127.0.0.1:4000", "pa11y-ci:sitemap": "pa11y-ci --sitemap http://127.0.0.1:4000/sitemap.xml --sitemap-find https://accessibility.civicactions.com --sitemap-replace http://127.0.0.1:4000 --sitemap-exclude \"/*.pdf\"", "cypress-tests": "cypress run --browser chrome --headless", - "link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" ./_site" + "link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --ignore_files \"./_site/VPAT/Drupal9AccessibilityConformanceReport-December2020.html\" ./_site" }, "dependencies": { "simple-jekyll-search": "^1.9.2"