diff options
author | wurblzap%gmail.com <> | 2008-04-04 13:47:58 +0200 |
---|---|---|
committer | wurblzap%gmail.com <> | 2008-04-04 13:47:58 +0200 |
commit | 39a18aeef85cd6e22fc6fdf5c8db5ae7414657b4 (patch) | |
tree | 155d4e54fb255e3baa376714f9ffdf3e0ba3a985 | |
parent | 640f75fd5858269e7fe071c8ba55ac206d4458c4 (diff) | |
download | bugzilla-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
-rw-r--r-- | docs/en/xml/installation.xml | 17 |
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> |