Module: sip-router
Branch: master
Commit: e175629e7522350991bc4325f5141ecb68b05c3f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e175629…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Thu Dec 20 20:11:59 2012 +0100
xmlrpc Documentation minor edits.
---
modules/xmlops/doc/xmlops.xml | 6 +++---
modules/xmlrpc/README | 2 +-
modules/xmlrpc/doc/xmlrpc.xml | 6 +++---
.../doc/{rpc_example.dia => xmlrpc_example.dia} | Bin 2197 -> 2197 bytes
.../doc/{rpc_example.png => xmlrpc_example.png} | Bin 22105 -> 22105 bytes
.../doc/{functions.xml => xmlrpc_functions.xml} | 0
.../xmlrpc/doc/{params.xml => xmlrpc_params.xml} | 0
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/modules/xmlops/doc/xmlops.xml b/modules/xmlops/doc/xmlops.xml
index e54608a..1917a8e 100644
--- a/modules/xmlops/doc/xmlops.xml
+++ b/modules/xmlops/doc/xmlops.xml
@@ -3,6 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<book id="xmlops"
xmlns:xi="http://www.w3.org/2001/XInclude">
+ <title>XMLOPS Module</title>
<bookinfo>
<authorgroup>
<author>
@@ -16,9 +17,8 @@
<year>2009</year>
<holder>asipto.com</holder>
</copyright>
- </sectioninfo>
+ </bookinfo>
- <title>XMLOPS Module</title>
<section id="xmlops.overview">
<title>Overview</title>
@@ -62,5 +62,5 @@
<xi:include href="xmlops_params.xml"/>
<xi:include href="xmlops_functions.xml"/>
-</bookinfo>
+</book>
diff --git a/modules/xmlrpc/README b/modules/xmlrpc/README
index b77e4c6..35be9ed 100644
--- a/modules/xmlrpc/README
+++ b/modules/xmlrpc/README
@@ -151,7 +151,7 @@ Server: UserLand Frontier/7.0.1-WinNT
terminates the request, executes corresponding function, and generates
a reply.
- [rpc_example.png]
+ [xmlrpc_example.png]
Example RPC Scenario
diff --git a/modules/xmlrpc/doc/xmlrpc.xml b/modules/xmlrpc/doc/xmlrpc.xml
index 67c76f8..ede97db 100644
--- a/modules/xmlrpc/doc/xmlrpc.xml
+++ b/modules/xmlrpc/doc/xmlrpc.xml
@@ -214,7 +214,7 @@ Server: UserLand Frontier/7.0.1-WinNT
</para>
<mediaobject id="fig.rpc_example" xreflabel="Figure RPC
Example">
<imageobject>
- <imagedata align="center" fileref="rpc_example.png"
format="PNG"/>
+ <imagedata align="center" fileref="xmlrpc_example.png"
format="PNG"/>
</imageobject>
<textobject>
<para>Example RPC Scenario</para>
@@ -756,7 +756,7 @@ route[XMLRPC]{
</para>
</section>
- <xi:include href="params.xml"/>
- <xi:include href="functions.xml"/>
+ <xi:include href="xmlrpc_params.xml"/>
+ <xi:include href="xmlrpc_functions.xml"/>
</book>
diff --git a/modules/xmlrpc/doc/rpc_example.dia b/modules/xmlrpc/doc/xmlrpc_example.dia
similarity index 100%
rename from modules/xmlrpc/doc/rpc_example.dia
rename to modules/xmlrpc/doc/xmlrpc_example.dia
diff --git a/modules/xmlrpc/doc/rpc_example.png b/modules/xmlrpc/doc/xmlrpc_example.png
similarity index 100%
rename from modules/xmlrpc/doc/rpc_example.png
rename to modules/xmlrpc/doc/xmlrpc_example.png
diff --git a/modules/xmlrpc/doc/functions.xml b/modules/xmlrpc/doc/xmlrpc_functions.xml
similarity index 100%
rename from modules/xmlrpc/doc/functions.xml
rename to modules/xmlrpc/doc/xmlrpc_functions.xml
diff --git a/modules/xmlrpc/doc/params.xml b/modules/xmlrpc/doc/xmlrpc_params.xml
similarity index 100%
rename from modules/xmlrpc/doc/params.xml
rename to modules/xmlrpc/doc/xmlrpc_params.xml