mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
Update README_DOC.md.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
@mainpage LinkTitles
|
@mainpage LinkTitles
|
||||||
@author [Daniel Kraus (bovender)](http://www.mediawiki.org/wiki/User:Bovender)
|
@author [Daniel Kraus (bovender)](http://www.mediawiki.org/wiki/User:Bovender)
|
||||||
@date 2012-2014
|
@date 2012-2016
|
||||||
@copyright [GNU GPL v2](http://www.gnu.org/licenses/gpl-2.0.html)
|
@copyright [GNU GPL v2+](http://www.gnu.org/licenses/gpl-2.0.html)
|
||||||
|
|
||||||
%LinkTitles source code documentation
|
%LinkTitles source code documentation
|
||||||
=====================================
|
=====================================
|
||||||
@ -11,10 +11,10 @@ for [MediaWiki][].
|
|||||||
|
|
||||||
The central class is LinkTitles, which contains only static functions. If
|
The central class is LinkTitles, which contains only static functions. If
|
||||||
you are looking for the linking algorithm, inspect the
|
you are looking for the linking algorithm, inspect the
|
||||||
LinkTitles::parseContent() function.
|
LinkTitles\\Extension::parseContent() function.
|
||||||
|
|
||||||
The extension provides two methods for batch-processing of pages. One is a
|
The extension provides two methods for batch-processing of pages. One is a
|
||||||
@link SpecialLinkTitles special page @endlink that provides web-access (by
|
@link LinkTitles\\Special special page @endlink that provides web-access (by
|
||||||
default restricted to sysops). The other is a @link LinkTitlesCli
|
default restricted to sysops). The other is a @link LinkTitlesCli
|
||||||
maintenance script @endlink that can be called from the command line if you
|
maintenance script @endlink that can be called from the command line if you
|
||||||
have access to your server and are authorized to run php from the command
|
have access to your server and are authorized to run php from the command
|
||||||
|
Reference in New Issue
Block a user