MediaWiki master
getText.php File Reference

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
 

Detailed Description

Outputs page text to stdout.

Useful for command-line editing automation. Example: php getText.php "page title" | sed -e '...' | php edit.php "page title"

Note
GPL-2.0-or-later

Definition in file getText.php.

Variable Documentation

◆ $maintClass

$maintClass = GetTextMaint::class

Definition at line 78 of file getText.php.