<?php if (!defined('PmWiki')) exit();
/*
+----------------------------------------------------------------------+
| Copyright 2007 Guy Moreau (Original Author)
| http://www.gpws.ca/Projects/PMWikiPhpBBExtentions
|   **** NOT GPL COMPATIBLE ****
| This is free software, you may use it as you see fit. Please do not redistribute but rather point them
| to the original author(s) web site. This help the software and limits branches that can get confusing.
| You may modify this work if you provide to the original author(s) your modifications for inclution 
| and release. Original author(s) remains sole owner(s) of this work. Contributors will be listed by
| contribution. You may not reproduce or distribute this work in part or in hole without the 
| expressed written consent of original author(s)
+----------------------------------------------------------------------+
*/
$RecipeInfo['Accessibility']['1.0'] = '2007-01-23'; 
///Markup for acromyn and abbr requirements of accessibility
Markup("abbr", "directive", "/\\(:abbr '(.*?)' '(.*?)':\\)/", "<abbr title=\"$1\">$2</abbr>");
Markup("acronym", "directive", "/\\(:acronym '(.*?)' '(.*?)':\\)/", "<acronym title=\"$1\">$2</acronym>");
?>