=== wp-webp Plugin ===
Contributors: tuxlog
Donate link: http://www.tuxlog.de
Tags: webp, plugin, wordpress, image format
Requires at least: 2.8
Tested up to: 3.3.2
Stable tag: 0.2

The wp-webp Plugin gives your site the ability to show images in WebP format using webpjs

== Description ==
The wp-webp Plugin gives your site the ability to show images in WebP format using WebPJS by Dominik Homberger
It simply adds the javascript as describe at http://webpjs.appspot.com/ to your site.
You can choose between adding to the header or the footer and you can choose if it's added allways or just 
when the browser used does not support WebP itself.

Credits:
	Thanks to Dominik Homberger who developed the grep WebPJS (http://webpjs.appspot.com/)
    which is included in the subdir webpjs
    
== Installation ==

1. Unzip the package
2. Upload the wp-webp directory to your plugins folder
3. Activate the plugin on the plugin screen.
4. Optional: Go to general settings to set options
or simply install it via the WordPress Plugin dialog :-)
   
== Changelog ==

= v0.2 (2012-04-29) =
* made upload of webp images to mediathek possible (allow mimetype image/webp)
* added webp support for media (but image editing not working yet due to libgd)
* added german translation

= v0.1 (2012-04-21) =
* initial release 
