|
MediaWiki master
|
Outputs page text to stdout. More...
Go to the source code of this file.
Classes | |
| class | GetTextMaint |
| Maintenance script that outputs page text to stdout. More... | |
Variables | |
| $maintClass = GetTextMaint::class | |
Outputs page text to stdout.
Useful for command-line editing automation. Example: php getText.php "page title" | sed -e '...' | php edit.php "page title"
Definition in file getText.php.
| $maintClass = GetTextMaint::class |
Definition at line 78 of file getText.php.