Accessibility

Summary: Accessibility Enhancements
Version: 1.0
Prerequisites: None
Status: Active
Maintainer: Guy Moreau
Discussion: Accessibility-Talk
Categories: Markup

Questions answered by this recipe

  • how can I make PmWiki more accessible?

This section is optional; use it to indicate the types of questions (if any) this recipe is intended to answer.

Description

Some markup enhancements to help make PmWiki more accessible.

Notes

This cookbook has a goal of incorporating accessibility features into PmWiki.

Release Notes

  1. uploads the accessibility.phpΔ file to your cookbook folder
  2. add 'include_once "$FarmD/cookbook/accessibility.php"' in your config.php file.

Use

Currently this adds the abbr and acronym markup that represent the corresponding HTML tags.
(:abbr 'Long form' 'shortform':)
(:acronym 'Long form' 'shortform':)

Future Plans

I plan on including more HTML tags that enhance accessibility including table tags.

If the recipe has multiple releases, then release notes can be placed here. Note that it's often easier for people to work with "release dates" instead of "version numbers".

See Also

Contributors

Guy Moreau

Comments

See discussion at Accessibility-Talk

User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.