-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aaron Hewitt
authored and
Aaron Hewitt
committed
Aug 30, 2022
1 parent
dfec80b
commit 5302a25
Showing
3 changed files
with
125 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>About-The Mac Accessibility Hub</title> | ||
<meta name="author" content="Aaron Hewitt"> | ||
<meta name="keywords" content="mac, accessibility, blind, hub, about"> | ||
</head> | ||
<body> | ||
<div role="navigation" aria-label="Navigation"> | ||
<a href="index.html"> home</a><a href="about.html"> About</a><a href="contact.html"> Contact</a></div> | ||
<div role="main" aria-label="Content"> | ||
<h1>About the Mac Accessibility Hub</h1> | ||
<p>Welcome to the Mac Accessibility hub. Download links can be found here to applications and scripts that enhance the accessibility of the mac.</p> | ||
<h2>FAQ</h2> | ||
<h3>Who made these applications/scripts?</h3> | ||
<p>Members of the Mac OS blind community, mostly. However, regardless of the source for your software, you should always insure that you get it from somewhere you trust.</p> | ||
<h3>Can I submit an application/script to be posted here?</h3> | ||
<p>Sure. Anyone is welcome to submit their own applications/scripts, or applications/scripts created by others given their permission. Simply submit them through the contact form and they shall be reviewed and added.</p> | ||
<h3>Will unsupported/incompatible applications/scripts be posted here?</h3> | ||
<p>Compatibility, in this case, is defined as the most recent major Mac OS version, plus the 2 previous ones. Unsupported applications/scripts will be posted, so long as they remain within the scope of compatibility. Once they do not, their entries will be removed. The compatibility range is subject to change should the need arise.</p> | ||
<h2>Credits</h2> | ||
<p>The Mac Accesibility hub was authored by Aaron Hewitt. A huge thank you to everyone who provided links to resources and information about compatibility and status.</p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Contact-The Mac Accessibility Hub</title> | ||
<meta name="author" content="Aaron Hewitt"> | ||
<meta name="keywords" content="mac, accessibility, blind, contact"> | ||
</head> | ||
<body> | ||
<div role="navigation" aria-label="Navigation"> | ||
<a href="index.html"> Home</a><a href="about.html"> About</a><a href="contact.html"> Contact</a></div> | ||
<div role="main" aria-label="Content"> | ||
<h1>Contact</h1> | ||
<p>To contact the maintainers of the Mac Accessibility Hub, fill out the following form.</p> | ||
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScQZuAPV_TvjFY8WVBg2DGazrWSKsYbhGxWQ3mXEC3XpbJ7Cw/viewform?embedded=true" width="640" height="1189" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,89 @@ | ||
<html> | ||
<!DOCTYPE html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>The Mac Accessibility hub</title> | ||
<meta name="author" content="Aaron Hewitt"> | ||
<meta name="keywords" content="Mac, accessibility, blind, screen reader, resources"> | ||
<meta name="description" content="A resource for all third-party Mac OS accessibility enhancements."> | ||
</head> | ||
<body> | ||
<P>This is not finished. check back later!</P> | ||
<div role="navigation" aria-label="Navigation"> | ||
<a href="index.html"> Home</a><a href="about.html"> About</a><a href="contact.html"> Contact</a></div> | ||
<div role="main" aria-label="Content"> | ||
<h1>Mac Accessibility Resources</h1> | ||
<p>Hello, and welcome to the Mac accessibility resources page. | ||
Here you will find download links and information on third-party addons for the Mac to make the accessibility just that little bit better. | ||
Resources are divided into catagories at heading level 2, with each resource at heading level 3. | ||
For more information on why this exists, and who made it, check out the about and contact pages above.</p> | ||
<h2>Productivity</h2> | ||
<h3>Indent Beeper</h3> | ||
<ul> | ||
<li>Description: A small hammerspoon module to add indentation beeps to VoiceOver.</li> | ||
<li>Author: Pitermach</li> | ||
<li>Status: Supported</li> | ||
<li><a href="https://github.com/pitermach/IndentBeeper">Download</a></li> | ||
</ul> | ||
<h3>Transpoon</h3> | ||
<ul> | ||
<li>Description: A hammerspoon module to quickly translate the last phrase spoken by voiceOver or the contents of the clipboard.</li> | ||
<li>Author: Guillem Leon</li> | ||
<li>Status: Supported</li> | ||
<li><a href="https://github.com/guilevi/transpoon">Download</a></li> | ||
</ul> | ||
<h2>System tools</h2> | ||
<h3>Triggrd</h3> | ||
<ul> | ||
<li>Description: A tool to make automations based on system events.</li> | ||
<li>Author: Guillem Leon</li> | ||
<li>Status: Supported</li> | ||
<li><a href="https://github.com/guilevi/Triggrd">Download</a></li> | ||
</ul> | ||
<h3>tdsr</h3> | ||
<ul> | ||
<li>Description: A console screen reader for Mac OS.</li> | ||
<li>Author: Tyler Spivy</li> | ||
<li>Status: Supported</li> | ||
<li><a href="https://github.com/tspivey/tdsr">Download</a></li> | ||
</ul> | ||
<h2>Sound enhancements</h2> | ||
<h3>Arfy's sound note replacement</h3> | ||
<ul> | ||
<li>Description: A drop-in replacement for sound note, adding sounds to many events on the Mac.</li> | ||
<li>Author: Arfy</li> | ||
<li>Status: supported</li> | ||
<li><a href="http://4.onj.me/arfy/arfys_soundnote_replacement.zip">Download</a></li> | ||
</ul> | ||
<h2>System Monitoring</h2> | ||
<h3>Recmon</h3> | ||
<ul> | ||
<li>Description: A resource monitor for the Mac.</li> | ||
<li>Author: Quin</li> | ||
<li>Status: Supported</li> | ||
<li><a href="https://github.com/TheQuinbox/recmon">Download</a></li> | ||
</ul> | ||
<h3>Resource Monitor</h3> | ||
<ul> | ||
<li>Description: A collection of Apple scripts to report on resource usage.</li> | ||
<li>Author: Masonasons</li> | ||
<li>Status: Unknown</li> | ||
<li><a href="http://masonasons.me/softs/ResourceMonitorMac.zip">Download</a></li> | ||
</ul> | ||
<h2>VoiceOver enhancements</h2> | ||
<h3>VOCR</h3> | ||
<ul> | ||
<li>Description: An application to add OCR (optical character recognition) functionality to voiceOver.</li> | ||
<li>Author: Chigkim</li> | ||
<li>Status: Supported</li> | ||
<li><a href="https://github.com/chigkim/VOCR">Download</a></li> | ||
</ul> | ||
<h3>Speech History</h3> | ||
<ul> | ||
<li>Description: Review the last speech announcements made by VoiceOver and copy them to the clipboard if desired.</li> | ||
<li>Author: Mikolaj Holysz</li> | ||
<li>Status: Supported</li> | ||
<li><a href="https://github.com/mikolysz/speech-history">Download</a></li> | ||
</ul> | ||
<p>Last updated on: 30/08/2022, 13:24 UTC+1</p> | ||
</div> | ||
</body> | ||
</html> |