forked from lespacedunmatin/typofr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
112 lines (70 loc) · 3.92 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
=== WPTypo ===
Contributors: fxbenard, G3ronimo
Tags: typography
Tested up to: 4.6
Stable tag: 0.12
Requires at least: 4.0
License: GPL2
License URI: https://raw.githubusercontent.com/fxbenard/WPTypo/master/LICENSE
A WordPress plugin for French typography management, powered by the JoliTypo library.
== Description ==
Don't you ever get tired of your CMS bad management of French typography?
Ellipsis, hyphenation, quotes, there are a lot of things that are not well managed by neither the browser, nor WordPress. And on a Responsive Web Design, a bad arrangement of characters can be very ugly.
WPTypo is a WordPress plugin for French typography management, powered by [JoliTypo](https://github.com/jolicode/JoliTypo), that solve all of the microtyphic glitches inside your HTML content.
== Warnings ==
1. Because of its object-oriented, namespaced code, WPTypo is not available for WordPress sites running on PHP <= 5.3.2.
2. WPTypo corrects all of your content just-in-time. Your website can suffer from degraded performances if you do not use a cache-management plugin, like [W3 Total Cache](https://WordPress.org/plugins/w3-total-cache/ "W3 Total Cache Plugin").
== Features ==
WPTypo uses JoliTypo for content fixing:
* Dimension: replaces the letter x between numbers (12 x 123) by a times entity (×, the real math symbol).
* Ellipsis: replaces the three dot ... by an ellipsis ….
* FrenchQuotes: converts dumb quotes " " to smart English style quotation marks “ ”.
* FrenchNoBreakSpace: replaces some classic spaces by non breaking spaces following the French typographic code. No break space are placed before :, thin no break space before ; ! and ?.
* Hyphen (automatic hyphenation): enables word-hyphenation, using the pattern-files from OpenOffice which are based on the pattern-files created for TeX
* CurlyQuote (Smart Quote): replace straight quotes ' by curly one's ’.
* Trademark: handle trademark symbol ™, a registered trademark symbol ®, and a copyright symbol ©. This fixer replace commonly used approximations: (r), (c) and (TM). A non-breaking space is put between numbers and copyright symbol too.
More information on JoliTypo fixers on the [JoliTypo GitHub Repository](https://github.com/jolicode/JoliTypo).
== Installation ==
1. Copy the `WPTypo` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go make something fun of your life, you've finished here
== Screenshots ==
1. WordPress admin settings management screenshot-1.png.
2. What does this plugin ? See an example with screenshot-2.png
== Changelog ==
=0.13 =
* Update JoliTypo version
* Introduce SmartQuotes
= 0.12 =
Initial fork of the typofr plugin by boris.schapira. Thanks to him for all his work
= 0.11 =
* Detects « » and insert or replace spaces by non-breaking spaces
= 0.10 =
* Abilitiy to fix the content of the comments (desactivated by default)
= 0.9 =
* Better HTML on the plugin's options page (https://github.com/borisschapira/WPTypo/issues/7)
* Add beta feature (default: off) : meta keywords fixing
= 0.8 =
* Update JoliTypo version
* Clean some unecessary files
= 0.7 =
* Fix a regression on Jolitypo version
= 0.6 =
* Fix issue with options [yes/no], not considered
= 0.5 =
* Better UTF8 management (both removing encoding manipulation in WPTypo and improving JoliTypo dependancy). See : https://github.com/jolicode/JoliTypo/issues/7
= 0.4 =
* Adding i18n support
* Adding french translation
= 0.3 =
* Better OOP structure
* Back-Office settings for content to fix
* Back-Office settings for fix to apply
= 0.2 =
* Added a message regarding the installation of a cache-management plugin
= 0.1 =
* Use of Jolitypo as a typographic library
== Thanks ==
* https://github.com/borisschapira/typofr, developer of typofr, forked plugin of WPTypo
* https://github.com/damienalexandre, lead developer of the JoliTypo library
* https://github.com/darklg for his WordPress skills and input