Extension:WikiCurl
From MediaWiki.org
|
Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | Universal CURL extension |
| Author(s) | MikoĊaj Musielak and Tomasz Klim |
| Last Version | 1.0 (February 22, 2009) |
| License | GNU General Public License 2.0 or later |
| Download | Download snapshot |
|
check usage (experimental) |
|
WikiCurl extension is an universal cURL extension for MediaWiki. GetFamily extension requires WikiCurl (at least if $IP/extensions/WikiCurl is not installed).
[edit] Installation
- Download the file from SVN and place it in $IP/extensions/WikiCurl/
- Add
into your wiki's LocalSettings.phprequire_once("$IP/extensions/WikiCurl/WikiCurl.php");
- Installation can now be verified through your wiki's Special:Version.