From 3d5a952ecee55085857928d3863c6e91bf5f92e6 Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Tue, 25 Jun 2024 10:55:51 +0100 Subject: [PATCH 1/2] (doc) Confirm WCAG Compliance --- ABOUT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ABOUT.md b/ABOUT.md index a50460a52..4290f5265 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -10,6 +10,10 @@ In 2013, Christiaan handed over maintainance of Chocolatey GUI to [Gary Ewan Par Since then, with a set of major contributions from [Richard Simpson](https://twitter.com/richardsimp), Chocolatey GUI has changed from a Windows Forms application to a WPF application, with a much richer User Interface. +## Accessibility + +As Chocolatey CLI works well with screen readers and other accessibility tools, Chocolatey GUI is not [WCAG compliant](https://www.w3.org/WAI/standards-guidelines/wcag/). If you need WCAG compliance, please use [Chocolatey CLI](https://docs.chocolatey.org/en-us/choco/) instead. + ## Support If you have any questions, comments, concerns, or problems with Chocolatey GUI, please feel free to get in touch with us. The best starting place would be our [Community Chat Room](https://ch0.co/community), and from there, you may be directed to raise an issue on our [Issues List](https://github.com/chocolatey/ChocolateyGUI/issues). From 0c9abf50cfeb61fb97630dd25dca9339f091c7c2 Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Wed, 26 Jun 2024 18:54:27 +0100 Subject: [PATCH 2/2] (fix) Typos --- ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ABOUT.md b/ABOUT.md index 4290f5265..9d09ee452 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -6,7 +6,7 @@ Chocolatey GUI, formerly known as Chocolatey Explorer or Chocolatey PackageManag * [Making a chocolatey package for Chocolatey GUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/making-a-chocolatey-package/) * [Chocolatey GUI](http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/chocolatey-gui/) -In 2013, Christiaan handed over maintainance of Chocolatey GUI to [Gary Ewan Park](http://www.gep13.co.uk/about/), who later, under the supervision of [Rob Reynolds](https://twitter.com/ferventcoder) (creator of [Chocolatey](https://chocolatey.org/)), brought the application under the main Chocolatey Organisation on [GitHub](https://github.com/chocolatey). +In 2013, Christiaan handed over maintenance of Chocolatey GUI to [Gary Ewan Park](http://www.gep13.co.uk/about/), who later, under the supervision of [Rob Reynolds](https://twitter.com/ferventcoder) (creator of [Chocolatey](https://chocolatey.org/)), brought the application under the main Chocolatey Organisation on [GitHub](https://github.com/chocolatey). Since then, with a set of major contributions from [Richard Simpson](https://twitter.com/richardsimp), Chocolatey GUI has changed from a Windows Forms application to a WPF application, with a much richer User Interface.