File tree Expand file tree Collapse file tree 1 file changed +50
-2
lines changed Expand file tree Collapse file tree 1 file changed +50
-2
lines changed Original file line number Diff line number Diff line change 11Unicode-url-for-Textpattern
22===========================
33
4- Plugin for using unicode urls instead of transliterations to ASCII characters
4+ Summary
55
6- wcz_utf8_url – uses UTF-8 permlinks instead of transliterated ones for SEO
6+ textpattern plugin wcz_utf8_url – uses UTF-8 permlinks instead of transliterated ones for SEO
7+
8+ Features
9+
10+ automatically handles non ASCII characters
11+ integrated function for updating all of your existing titles – backup first!!!, use on your OWN risk —> <txp:update_urls />
12+ works with German, Russian, Ukrainian (on live sites)
13+ tested with Japanese
14+
15+ Version history:
16+
17+ 0.1.6 - Minor fix autodetect charset in mb_strlower
18+ 0.1.5 - Minor fix for mb_strlower and charset
19+ 0.1.4 - minor fix of preserving already existing dashes/minuses
20+ 0.1.3 - added remove small words
21+ 0.1.2 - minor fixes with double dashes and trimming the url string
22+ 0.1.1 - minor fixes
23+ 0.1.0 - initial release
24+
25+ Requirements
26+
27+ Tested with:
28+
29+ Textpattern 4.4.1 – 4.5.7, MySQL 5.1.49, PHP 5.3.3 (Debian Squeeze)
30+
31+ Download & Installation
32+
33+ Download wcz_utf_url and install it in the usual way.
34+ Adjust Textpattern->Advanced Options->“Maximum URL length (in characters)” to your needs.
35+
36+ Source
37+
38+ Git repository: https://github.com/whocarez-textpattern/Unicode-url-for-Textpattern
39+
40+ Bugs & Limitations
41+
42+ Let me know if you find any problems.
43+
44+ To do
45+
46+ make list of “small words” a parameter
47+
48+ Feedback
49+
50+ Comments are welcome.
51+
52+ Credits
53+
54+ Big thanks to Gocom
755
856Features
957
You can’t perform that action at this time.
0 commit comments