A WordPress plugin for Equalify Iris
https://github.com/EqualifyEverything/equalify-iris-wp.git
A WordPress multisite plugin that gives every PDF on the network an accessible HTML version, automatically, using Equalify Iris.
A screen reader user clicks a PDF link and often finds nothing usable. This plugin finds the PDFs linked from published pages across the network, converts them, publishes the result as a real web page, and adds a small icon next to every PDF link that opens it. Editors do nothing and never see the plugin. One super admin turns it on once, from the network dashboard.
PRD.md The product requirements this was built from
docs/ Documentation β start here
plugin/equalify-iris/ The plugin. This is the thing that ships.
test-site/ A disposable WordPress multisite for testing it (gitignored)
| If you want to⦠| Read |
|---|---|
| Install it and convert a first PDF | docs/README.md |
| Understand how it works | docs/HOW-IT-WORKS.md |
| Look up a term | docs/GLOSSARY.md |
| Fix something that is not working | docs/TROUBLESHOOTING.md |
| Change the code | docs/DEVELOPING.md |
| Know why it is built this way | docs/DECISIONS.md |
cd test-site && ./setup.sh
Needs DDEV and a running Docker engine. Everything else is in the containers. Details in test-site/README.md.