From a7684c3082957d19e7c6eabb6083b4adb54addec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 9 Nov 2012 16:39:55 +0100 Subject: [PATCH] Utilize glossary --- faq.rst | 16 ++++++---------- glossary.rst | 7 +++++++ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/faq.rst b/faq.rst index af86233c73..d554c5e621 100644 --- a/faq.rst +++ b/faq.rst @@ -1558,17 +1558,13 @@ work with it, nor delete it. 6.14 How do I set up the :abbr:`SQL (structured query language)` Validator? --------------------------------------------------------------------------- -To use SQL Validator, you need PHP with :abbr:`XML (Extensible Markup -Language)`, :abbr:`PCRE (Perl Compatible Regular Expressions)` and -:abbr:`PEAR (PHP Extension and Application Repository)` support. In -addition you need a :abbr:`SOAP (Simple Object Access Protocol)` -support, either as a PHP extension or as a PEAR SOAP module. +To use SQL Validator, you need PHP with :term:`XML`, :term:`PCRE` and +:term:`PEAR` support. In addition you need a :term:`SOAP` support, either as a +PHP extension or as a PEAR SOAP module. -To install :abbr:`PEAR (PHP Extension and Application Repository)` -:abbr:`SOAP (Simple Object Access Protocol)` module, run ``"pear -install Net\_Socket Net\_URL HTTP\_Request Mail\_Mime Net\_DIME -SOAP"`` to get the necessary :abbr:`PEAR (PHP Extension and -Application Repository)` modules for usage. +To install :term:`PEAR` :term:`SOAP` module, run :command:`pear install +Net_Socket Net_URL HTTP_Request Mail_Mime Net_DIME SOAP` to get the necessary +:term:`PEAR` modules for usage. If you use the Validator, you should be aware that any :abbr:`SQL (structured query language)` statement you submit will be stored diff --git a/glossary.rst b/glossary.rst index e5d4cd938d..d7914edc1a 100644 --- a/glossary.rst +++ b/glossary.rst @@ -296,6 +296,13 @@ From Wikipedia, the free encyclopedia .. seealso:: + SOAP + Simple Object Access Protocol is a protocol specification for exchanging + structured information in the implementation of Web Services in computer + networks. + + .. seealso:: + socket a form of inter-process communication.