ソースを参照

doc: fix links & path for ctl & xmlrpc

ctl & xmlrpc were moved from modules_s/ to modules/, but the
links to them in the docs were not updated.
Andrei Pelinescu-Onciul 15 年 前
コミット
bf27310504
5 ファイル変更10 行追加10 行削除
  1. 1 1
      doc/rpc/ser_rpc.txt
  2. 3 3
      doc/rpc/ser_rpc.xml
  3. 1 1
      modules/ctl/README
  4. 2 2
      modules/ctl/doc/ctl.xml
  5. 3 3
      modules/xmlrpc/doc/xmlrpc.xml

+ 1 - 1
doc/rpc/ser_rpc.txt

@@ -610,4 +610,4 @@ cessing */
 
 
 1.5. Examples using xmlrpc
 1.5. Examples using xmlrpc
 
 
-   See the xmlrpc module documentation: modules_s/xmlrpc/README.
+   See the xmlrpc module documentation: modules/xmlrpc/README.

+ 3 - 3
doc/rpc/ser_rpc.xml

@@ -31,11 +31,11 @@
 	<para>
 	<para>
 		The RPC transports are implemented by writting a RPC
 		The RPC transports are implemented by writting a RPC
 		transport module. The most used transport modules are
 		transport module. The most used transport modules are
-		<ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules_s/ctl/ctl.html'>
+		<ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules/ctl/ctl.html'>
 		<emphasis>ctl</emphasis>
 		<emphasis>ctl</emphasis>
 		</ulink>
 		</ulink>
 		and
 		and
-		<ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules_s/xmlrpc/xmlrpc.html'>
+		<ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules/xmlrpc/xmlrpc.html'>
 		<emphasis>xmlrpc</emphasis>
 		<emphasis>xmlrpc</emphasis>
 		</ulink>.
 		</ulink>.
 		The first one implements a ser-proprietary fast and space efficient
 		The first one implements a ser-proprietary fast and space efficient
@@ -881,7 +881,7 @@ static void rpc_register(rpc_t* rpc)
 <section id="rpc.xmlrpc_examples">
 <section id="rpc.xmlrpc_examples">
 	<title>Examples using xmlrpc</title>
 	<title>Examples using xmlrpc</title>
 	<para>See the <varname>xmlrpc</varname> module documentation:
 	<para>See the <varname>xmlrpc</varname> module documentation:
-	<ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules_s/xmlrpc/xmlrpc.html'>modules_s/xmlrpc/README</ulink>.
+	<ulink url='http://sip-router.org/docbook/sip-router/branch/master/modules/xmlrpc/xmlrpc.html'>modules/xmlrpc/README</ulink>.
 	</para>
 	</para>
 </section>
 </section>
 
 

+ 1 - 1
modules/ctl/README

@@ -67,7 +67,7 @@ $ sercmd ps
    very fast to parse (as opposed to XML-rpc).
    very fast to parse (as opposed to XML-rpc).
 
 
    The binrpc encoding format is fully documented inside
    The binrpc encoding format is fully documented inside
-   modules_s/ctl/binrpc.h.
+   modules/ctl/binrpc.h.
 
 
 1.3. Parameters
 1.3. Parameters
 
 

+ 2 - 2
modules/ctl/doc/ctl.xml

@@ -84,8 +84,8 @@ $ &sercmd; ps
 	</para>
 	</para>
 	<para>
 	<para>
 		The binrpc encoding format is fully documented inside
 		The binrpc encoding format is fully documented inside
-		<ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules_s/ctl/binrpc.h' >
-		modules_s/ctl/binrpc.h</ulink>.
+		<ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules/ctl/binrpc.h' >
+		modules/ctl/binrpc.h</ulink>.
 	</para>
 	</para>
 	</section>
 	</section>
 
 

+ 3 - 3
modules/xmlrpc/doc/xmlrpc.xml

@@ -670,7 +670,7 @@ Content-Length: 276
 		make ser close the tcp connection after each request.
 		make ser close the tcp connection after each request.
 		</para>
 		</para>
 		<para>
 		<para>
-		The <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules_s/xmlrpc/examples/xmlrpc_test.py'>
+		The <ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules/xmlrpc/examples/xmlrpc_test.py'>
 		examples/xmlrpc_test.py
 		examples/xmlrpc_test.py
 		</ulink> provides a very simple example of using xmlrpclib with a
 		</ulink> provides a very simple example of using xmlrpclib with a
 		Transport class that works.
 		Transport class that works.
@@ -728,14 +728,14 @@ route[XMLRPC]{
 	<para>
 	<para>
 	<itemizedlist>
 	<itemizedlist>
 		<listitem><para>
 		<listitem><para>
-			<ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules_s/xmlrpc/examples/xmlrpc_test.pl'>
+			<ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules/xmlrpc/examples/xmlrpc_test.pl'>
 			<emphasis>examples/xmlrpc_test.pl</emphasis>
 			<emphasis>examples/xmlrpc_test.pl</emphasis>
 			</ulink> (basic perl application that builds and sends an
 			</ulink> (basic perl application that builds and sends an
 			<emphasis>XMLRPC</emphasis> request from its commandline
 			<emphasis>XMLRPC</emphasis> request from its commandline
 			parameters).
 			parameters).
 		</para></listitem>
 		</para></listitem>
 		<listitem><para>
 		<listitem><para>
-			<ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules_s/xmlrpc/examples/xmlrpc_test.py'>
+			<ulink url='http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=modules/xmlrpc/examples/xmlrpc_test.py'>
 			<emphasis>examples/xmlrpc_test.py</emphasis>
 			<emphasis>examples/xmlrpc_test.py</emphasis>
 			</ulink> (basic python application that builds and sends an
 			</ulink> (basic python application that builds and sends an
 			<emphasis>XMLRPC</emphasis> request from its commandline
 			<emphasis>XMLRPC</emphasis> request from its commandline