=== French Slugs ===
Contributors: Residence mixte
Donate link: http://residence-mixte.com/
Tags: slug, url, french, apostrophe, quotes
Requires at least: 3.2
Tested up to: 3.5.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Changes simple quotes (apostrophes) to dashes (-) to keep slugs readable and SEO friendly, mostly in French.

== Description ==

Useful in french, with this plugin simple quotes (apostrophes) will be changed to dashes (-) to keep slugs readable and SEO friendly.

Before :

* "L'équipe" > lequipe
* "L'histoire de France" > lhistoire-de-france
* "Suzy's Place" > suzys-place

With this plugin :

* "L'équipe" > l-equipe
* "L'histoire de France" > l-histoire-de-france
* "Suzy's Place" > suzy-s-place

== Installation ==

1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Publish a new post to see the result

== Frequently Asked Questions ==

= Where are the options ? =

Just enable or disable the plugin from the 'Plugins' menu in WordPress. Nothing is added database.

== Changelog ==

= 1.0 =
* Initial release on WordPress.org