willybahuaud / tinymce-abbr

Abbreviation button for TinyMCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== Abbreviation button for TinyMCE ===
Contributors: audrasjb
Tags: abbreviations,abbreviation,abréviations,abréviation,abbr,tinymce,wysiwyg,visual editor,accessibility,accessibilité,RGAA,section 501,wcag,Accessiweb,Opquast
Requires at least: 4.0
Tested up to: 4.6.1
Stable tag: 1.3
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Provides abbreviation button for WordPress TinyMCE visual editor.

== Description ==

**English:** this plugin should be used to supply abbreviation support in the TinyMCE visual editor. Once activated, it provides an "ABR" button which allows editor to indicate the meaning of each abbreviation used in Pages, Posts or any custom post types used in your WordPress installation. The markup is fully compatible with accessibility rules (WCAG, section 501, etc.). It uses `<abbr>…</abbr>` HTML markup instead of the deprecated `<acronym>…</acronym>` HTML markup.

**Français :** ce plugin ajoute la gestion des abréviations dans l'éditeur visuel TinyMCE. Une fois le plugin activé, vous disposerez d'un bouton "ABR" qui vous permettra d'indiquer la légende (attribut title) de chaque abréviation utilisée sur vos pages, vos posts ou n'importe quel type de contenu personnalisé utilisé sur votre site. Le balisage généré est pleinement compatible avec les règles d'accessibilité (notamment pour la France avec le référentiel général d'accessibilité pour les administrations ou les critères Accesiweb et Opquast). Ce plugin utilise l'élément HTML `<abbr>…</abbr>` à la place de `<acronym>…</acronym>`, qui a été déprécié.

**Credits**

[Jean-Baptiste Audras](http://jeanbaptisteaudras.com/ "Jean-Baptiste Audras"), project manager at [Whodunit](http://www.whodunit.fr/ "Whodunit Web Agency") and WordPress developer. @audrasjb on [Twitter](https://twitter.com/audrasjb "@audrasjb on Twitter") or [Github](https://github.com/audrasjb "@audrasjb on Github").

== Installation ==

English:
1. Upload the plugin to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Use it in your WordPress visual editor with the "ABR" button

Français :
1. Placez le plugin dans le répertoire "/wp-content/plugins/" de votre installation
2. Activez le plugin dans le menu "Extensions" de votre interface d'administration
3. Utilisez-le pour baliser vos abréviations dans l'éditeur visuel à l'aide du bouton "ABR"

== Frequently Asked Questions ==

= EN: Why i cannot see any changes on my website? FR : pourquoi je ne vois pas de changement sur mon site ? =
EN: Your theme probably don't provides any styles for the ABBR tag… You can check if your ABBR tag is generated by "hovering" your ABBR expression with the mouse. Wait 1 second: a tooltip is supposed to appear. If you want some styles, you can put the following CSS in your theme (or wait for the next version of this plugin).
`abbr{border-bottom:1px dotted black;cursor:help;}`
FR : Il est possible que votre thème n'ait pas de styles associés à la balise ABBR… Vous pouvez vérifier si vos balises ABBR sont bien générées en survolant une expression utilisant la balise. Attendez une seconde : une infobulle système doit s'afficher. Si vous voulez ajouter quelques styles CSS de base pour cette balise, vous pouvez utiliser la règle CSS ci-après (ou attendre la prochaine version du plugin).
`abbr{border-bottom:1px dotted black;cursor:help;}`

= EN: What about adding language attribute? // FR : A quoi correspond l'attribut de langue ? =
EN: If the abbreviation's language is different from your page main language, you have to indicate the language of your abbreviation to be fully compatible with accessibility rules.
FR : Si la langue de l'abréviation est différente de la langue de la page courante, il faut indiquer ce changement de langue pour être pleinement compatible avec les critères d'accessibilité.

== Screenshots ==

1. the 'ABR' button in your TinyMCE visual editor (second line of buttons).
2. the popup used to provide the meaning of your abbreviation and eventually it's language.

== Changelog ==

= 1.2.1 =
* Minor corrections on french translation.

= 1.2 =
* Support lang HTML attribute. 
* Some accessibility enhancement, like an accessible modal windows which supports keyboard navigation.
* Adding JS translation EN/FR
* Corrections in screenshots and readme.txt file for better readability

= 1.1 =
* Buttons are in the second line of the visual editor now.

= 1.0 =
* Plugin initial commit.

About

Abbreviation button for TinyMCE

License:GNU General Public License v2.0


Languages

Language:JavaScript 54.8%Language:PHP 45.2%