summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2008-04-04 13:47:58 +0200
committerwurblzap%gmail.com <>2008-04-04 13:47:58 +0200
commit39a18aeef85cd6e22fc6fdf5c8db5ae7414657b4 (patch)
tree155d4e54fb255e3baa376714f9ffdf3e0ba3a985 /docs/en/xml/installation.xml
parent640f75fd5858269e7fe071c8ba55ac206d4458c4 (diff)
downloadbugzilla-39a18aeef85cd6e22fc6fdf5c8db5ae7414657b4.tar.gz
bugzilla-39a18aeef85cd6e22fc6fdf5c8db5ae7414657b4.tar.xz
Bug 224577: Bugzilla could use a web services interface.
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 374d66e07..f6a82f4b9 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.127 2008/04/04 06:47:57 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.128 2008/04/04 06:47:58 wurblzap%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -387,6 +387,13 @@
<listitem>
<para>
+ <link linkend="install-modules-soap-lite">SOAP::Lite</link>
+ (&min-soap-lite-ver;) for the web service interface
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<link linkend="install-modules-patchreader">PatchReader</link>
(&min-patchreader-ver;) for pretty HTML view of patches
</para>
@@ -488,6 +495,14 @@
</para>
</section>
+ <section id="install-modules-soap">
+ <title>SOAP::Lite (&min-soap-lite-ver;)</title>
+ <para>Installing SOAP::Lite enables your Bugzilla installation to be
+ accessible at a standardized Web Service interface (SOAP/XML-RPC)
+ by third-party applications via HTTP(S).
+ </para>
+ </section>
+
<section id="install-modules-patchreader">
<title>PatchReader (&min-patchreader-ver;)</title>