more verbose description
authorJens Frank <jeluf@users.mediawiki.org>
Mon, 6 Sep 2004 21:01:18 +0000 (21:01 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Mon, 6 Sep 2004 21:01:18 +0000 (21:01 +0000)
includes/DefaultSettings.php

index f2248ad..93b9728 100644 (file)
@@ -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 {