From 31445a1104c08105b37583c1a829fc6fb1e7a487 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Mon, 6 Sep 2004 21:01:18 +0000 Subject: [PATCH] more verbose description --- includes/DefaultSettings.php | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.20.1