Daniel Kraus c800862990 Fix word detection with non-ASCII characters.
Use the unicode character property \pL together with look-behind and
look-ahead assertions rather than '\b' escape sequences (which do not work
with non-ASCII characters).
2014-08-28 15:57:49 +02:00
2014-06-13 17:15:09 +02:00
2014-06-13 17:15:09 +02:00
2014-06-08 19:23:41 +02:00
2014-06-13 17:15:09 +02:00
2014-06-13 17:15:09 +02:00
2014-06-06 06:05:55 +02:00

LinkTitles

MediaWiki extension that automatically adds links to words that match titles of existing pages.

For more information, see http://www.mediawiki.org/wiki/Extension:LinkTitles

Minimum requirements: MediaWiki 1.21+, PHP 5.3

Source code documentation can be found at the Github project pages.

Description
MediaWiki extension that automatically adds links to words that match titles of existing pages.
Readme 3.9 MiB
Languages
PHP 98%
Dockerfile 0.8%
Shell 0.8%
Makefile 0.4%