From: Jens Frank Date: Mon, 6 Sep 2004 21:01:18 +0000 (+0000) Subject: more verbose description X-Git-Tag: 1.5.0alpha1~2075 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=31445a1104c08105b37583c1a829fc6fb1e7a487;p=lhc%2Fweb%2Fwiklou.git more verbose description --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f2248adcf1..93b9728b1e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -677,6 +677,11 @@ $wgUseRCPatrol = true; # ); # Enable SOAP interface. Off by default +# SOAP is a protocoll for remote procedure calls (RPC) using http as middleware. +# This interface can be used by bots or special clients to receive articles from +# a wiki. +# Most bots use the normal HTTP interface and don't use SOAP. +# If unsure, set to false. $wgEnableSOAP = false; } else {