Module: sip-router
Branch: master
Commit: af75111cbc47c4f4134d22561bd5796ff3f27955
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af75111…
Author: Alex Balashov <abalashov(a)evaristesys.com>
Committer: Alex Balashov <abalashov(a)evaristesys.com>
Date: Thu Jan 19 07:45:09 2012 -0500
Minor stylistic edits to documentation, and translation of Latinate
language word "desponible" to "available", as "desponible"
does not
exist in English. :-)
---
modules/xhttp_rpc/README | 14 ++++++++++----
modules/xhttp_rpc/doc/xhttp_rpc.xml | 5 +++++
modules/xhttp_rpc/doc/xhttp_rpc_admin.xml | 8 ++++----
3 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/modules/xhttp_rpc/README b/modules/xhttp_rpc/README
index b8328e6..6ffa34f 100644
--- a/modules/xhttp_rpc/README
+++ b/modules/xhttp_rpc/README
@@ -10,6 +10,12 @@ Ovidiu Sas
<osas(a)voipembedded.com>
+Edited by
+
+Alex Balashov
+
+ <abalashov(a)evaristesys.com>
+
Copyright © 2011 VoIPEmbedded Inc.
__________________________________________________________________
@@ -68,7 +74,7 @@ Chapter 1. Admin Guide
1.1. Limitations
This module provides an HTTP transport layer implementation for the RPC
- management interface in a human easy readable format.
+ management interface in a human-readable format.
The xHTTP_RPC module uses the xHTTP module to handle HTTP requests.
Read the documentation of the xHTTP module for more details.
@@ -85,7 +91,7 @@ Chapter 1. Admin Guide
At startup, all RPC commands are sorted and grouped based on their
format. The expected format is [group].[subcommand]. The initial
xhttp_rpc webpage displays all the retrieved groups. All RPC commands
- are disponible as submenus of each [group]. If an RPC command is not in
+ are available as sub-menus of each [group]. If an RPC command is not in
the expected format, it will be dropped from the initial xhttp_rpc home
page menu.
@@ -126,7 +132,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root",
"http_rpc")
3.2. xhttp_rpc_buf_size (str)
It specifies the maximum length of the buffer used to write in the RPC
- reply information in order to build the html response.
+ reply information in order to build the HTML response.
Default value is 0 (auto set to 1/3 of the size of the configured pkg
mem).
@@ -142,7 +148,7 @@ modparam("xhttp", "xhttp_rpc_buf_size", )
4.1. dispatch_xhttp_rpc()
- Handle the HTTP request and generate back a response.
+ Handle the HTTP request and generate a response.
Example 1.3. dispatch_xhttp_rpc usage
...
diff --git a/modules/xhttp_rpc/doc/xhttp_rpc.xml b/modules/xhttp_rpc/doc/xhttp_rpc.xml
index 4332606..a9e92d8 100644
--- a/modules/xhttp_rpc/doc/xhttp_rpc.xml
+++ b/modules/xhttp_rpc/doc/xhttp_rpc.xml
@@ -23,6 +23,11 @@
<surname>Sas</surname>
<email>osas(a)voipembedded.com</email>
</editor>
+ <editor>
+ <firstname>Alex</firstname>
+ <surname>Balashov</surname>
+ <email>abalashov(a)evaristesys.com</email>
+ </editor>
</authorgroup>
<copyright>
<year>2011</year>
diff --git a/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml
b/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml
index 2929340..b5f8974 100644
--- a/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml
+++ b/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml
@@ -17,7 +17,7 @@
<title>Overview</title>
<para>
This module provides an HTTP transport layer implementation for
- the RPC management interface in a human easy readable format.
+ the RPC management interface in a human-readable format.
<para>
</para>
The xHTTP_RPC module uses the xHTTP module to handle HTTP requests.
@@ -40,7 +40,7 @@
At startup, all RPC commands are sorted and grouped based on
their format. The expected format is [group].[subcommand].
The initial xhttp_rpc webpage displays all the retrieved groups.
- All RPC commands are disponible as submenus of each [group].
+ All RPC commands are available as sub-menus of each [group].
If an RPC command is not in the expected format, it will be
dropped from the initial xhttp_rpc home page menu.
</para>
@@ -106,7 +106,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root",
"http_rpc")
<para>
It specifies the maximum length of the buffer used
to write in the RPC reply information in order to
- build the html response.
+ build the HTML response.
</para>
<para>
<emphasis>
@@ -131,7 +131,7 @@ modparam("xhttp", "xhttp_rpc_buf_size", )
<function moreinfo="none">dispatch_xhttp_rpc()</function>
</title>
<para>
- Handle the HTTP request and generate back a response.
+ Handle the HTTP request and generate a response.
</para>
<example>
<title><function>dispatch_xhttp_rpc</function> usage</title>