๐Ÿ“ฆ EqualifyEverything / equalify-uic-utilties

Web Accessibility helper utilties via Equalify, built for UIC's WP Network.

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/EqualifyEverything/equalify-uic-utilties.git
HTTPS git clone https://github.com/EqualifyEverything/equalify-uic-utilties.git
SSH git clone git@github.com:EqualifyEverything/equalify-uic-utilties.git
CLI gh repo clone EqualifyEverything/equalify-uic-utilties
Blake Bertuccelli-Booth Blake Bertuccelli-Booth Merge pull request #2 from EqualifyEverything/codex/wp-plugin-permanent-url 9eee725 22 days ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Equalify + UIC Utilities

WordPress plugin for generating a public CSV of site URLs for Equalify ingestion.

Current behavior (v3.0.0)

  • Runs scans in the background with WP-Cron.
  • Schedules a weekly scan automatically.
  • Supports manual runs from the plugin admin page.
  • Scans public content for:
  • PDF links
  • Public page/post URLs
  • Writes one stable CSV file per site and overwrites it after each completed scan.
  • Shows status in wp-admin, including:
  • current state (Queued, Running, Complete, Failed)
  • progress (processed / total, remaining count, stage message)
  • last started/completed timestamps
  • next scheduled run time
  • latest CSV row count
  • latest error message (if any)

CSV output

  • The CSV has two columns: url, type
  • type values:
  • pdf
  • html
  • CSV URL is shown in the plugin settings page once the file exists.