Prechádzať zdrojové kódy

Minor stylistic edits to documentation, and translation of Latinate
language word "desponible" to "available", as "desponible" does not
exist in English. :-)

Alex Balashov 13 rokov pred
rodič
commit
af75111cbc

+ 10 - 4
modules/xhttp_rpc/README

@@ -10,6 +10,12 @@ Ovidiu Sas
 
 
    <[email protected]>
    <[email protected]>
 
 
+Edited by
+
+Alex Balashov
+
+   <[email protected]>
+
    Copyright © 2011 VoIPEmbedded Inc.
    Copyright © 2011 VoIPEmbedded Inc.
      __________________________________________________________________
      __________________________________________________________________
 
 
@@ -68,7 +74,7 @@ Chapter 1. Admin Guide
    1.1. Limitations
    1.1. Limitations
 
 
    This module provides an HTTP transport layer implementation for the RPC
    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.
    The xHTTP_RPC module uses the xHTTP module to handle HTTP requests.
    Read the documentation of the xHTTP module for more details.
    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
    At startup, all RPC commands are sorted and grouped based on their
    format. The expected format is [group].[subcommand]. The initial
    format. The expected format is [group].[subcommand]. The initial
    xhttp_rpc webpage displays all the retrieved groups. All RPC commands
    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
    the expected format, it will be dropped from the initial xhttp_rpc home
    page menu.
    page menu.
 
 
@@ -126,7 +132,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc")
 3.2. xhttp_rpc_buf_size (str)
 3.2. xhttp_rpc_buf_size (str)
 
 
    It specifies the maximum length of the buffer used to write in the RPC
    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
    Default value is 0 (auto set to 1/3 of the size of the configured pkg
    mem).
    mem).
@@ -142,7 +148,7 @@ modparam("xhttp", "xhttp_rpc_buf_size", )
 
 
 4.1.  dispatch_xhttp_rpc()
 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
    Example 1.3. dispatch_xhttp_rpc usage
 ...
 ...

+ 5 - 0
modules/xhttp_rpc/doc/xhttp_rpc.xml

@@ -23,6 +23,11 @@
 		<surname>Sas</surname>
 		<surname>Sas</surname>
 		<email>[email protected]</email>
 		<email>[email protected]</email>
 	    </editor>
 	    </editor>
+	    <editor>
+		<firstname>Alex</firstname>
+		<surname>Balashov</surname>
+		<email>[email protected]</email>
+	    </editor>
 	</authorgroup>
 	</authorgroup>
 	<copyright>
 	<copyright>
 	    <year>2011</year>
 	    <year>2011</year>

+ 4 - 4
modules/xhttp_rpc/doc/xhttp_rpc_admin.xml

@@ -17,7 +17,7 @@
 	<title>Overview</title>
 	<title>Overview</title>
 	<para>
 	<para>
 		This module provides an HTTP transport layer implementation for
 		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>
 	</para>
 	</para>
 		The xHTTP_RPC module uses the xHTTP module to handle HTTP requests.
 		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
 		At startup, all RPC commands are sorted and grouped based on
 		their format.  The expected format is [group].[subcommand].
 		their format.  The expected format is [group].[subcommand].
 		The initial xhttp_rpc webpage displays all the retrieved groups.
 		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
 		If an RPC command is not in the expected format, it will be
 		dropped from the initial xhttp_rpc home page menu.
 		dropped from the initial xhttp_rpc home page menu.
 	</para>
 	</para>
@@ -106,7 +106,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc")
 		<para>
 		<para>
 			It specifies the maximum length of the buffer used
 			It specifies the maximum length of the buffer used
 			to write in the RPC reply information in order to
 			to write in the RPC reply information in order to
-			build the html response.
+			build the HTML response.
 		</para>
 		</para>
 		<para>
 		<para>
 		<emphasis>
 		<emphasis>
@@ -131,7 +131,7 @@ modparam("xhttp", "xhttp_rpc_buf_size", )
 		<function moreinfo="none">dispatch_xhttp_rpc()</function>
 		<function moreinfo="none">dispatch_xhttp_rpc()</function>
 	    </title>
 	    </title>
 	    <para>
 	    <para>
-		Handle the HTTP request and generate back a response.
+		Handle the HTTP request and generate a response.
 	    </para>
 	    </para>
 		<example>
 		<example>
 		<title><function>dispatch_xhttp_rpc</function> usage</title>
 		<title><function>dispatch_xhttp_rpc</function> usage</title>