New, simple method to retrieve the plain source of an article
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 28 Apr 2004 17:38:48 +0000 (17:38 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 28 Apr 2004 17:38:48 +0000 (17:38 +0000)
commitdf106e2f495b8a2d5ec0c6946f7c19d54eaa30e6
treec8da391002ae44ee55f3f82fa19ed4419671ec52
parentd1d87379369e669b7a3e10cea35b609cd9c7e974
New, simple method to retrieve the plain source of an article
Syntax:
* action=raw
* ctype=text/plain (defaults to text/plain, used in the header)
* charset=utf-8 (defaults to wgInputEncoding, used in header)
* oldid=int (retrieves old version if set)
includes/RawPage.php [new file with mode: 0644]
includes/SpecialExport.php
index.php