=== HTML5ify for WP ===
Contributors: Kenneth Nordahl
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMB89L84NAMNE
Tags: html5,markup,improve writer
Requires at least: 2.8
Tested up to: 3.0
Stable tag: 1.0.1
This is a plugin for wordpress that add html5 markup to your wordpress writing module.
== Description ==
Tags added to the writing module with this plugin:
<article>, <section>, <header>, <footer>, <aside>, <canvas>, <video>, <audio>, <source>, <hgroup>, <figure>, <figcaption>
Want more tags? email kenneth@nordahl.me with suggestions
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Upload `html5ify.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Start writing html5 markup in your writing module
== Changelog ==
= 1.0.1 =
* Added <source> for multiple source tags in <video> and <audio>
= 1.0 =
* First release, activates <article>, <section>, <header>, <footer>, <aside>, <canvas>, <video>, <audio>, <hgroup>, <figure>, <figcaption> in your writing module.