Jelajahi Sumber

xcap_server: added section ids in docs

Daniel-Constantin Mierla 7 tahun lalu
induk
melakukan
ba3f64ec28
1 mengubah file dengan 15 tambahan dan 15 penghapusan
  1. 15 15
      src/modules/xcap_server/doc/xcap_server_admin.xml

+ 15 - 15
src/modules/xcap_server/doc/xcap_server_admin.xml

@@ -10,9 +10,9 @@
 <!-- Module User's Guide -->
 <!-- Module User's Guide -->
 
 
 <chapter>
 <chapter>
-	
+
 	<title>&adminguide;</title>
 	<title>&adminguide;</title>
-	
+
 	<section>
 	<section>
 	<title>Overview</title>
 	<title>Overview</title>
 	<para>
 	<para>
@@ -113,14 +113,14 @@
 	</section>
 	</section>
 	<section>
 	<section>
 	<title>Parameters</title>
 	<title>Parameters</title>
-	<section>
+	<section id="xcap_server.p.db_url">
 		<title><varname>db_url</varname> (string)</title>
 		<title><varname>db_url</varname> (string)</title>
 		<para>
 		<para>
 		Database &url;.
 		Database &url;.
 		</para>
 		</para>
 		<para>
 		<para>
 		<emphasis>
 		<emphasis>
-			Default value is 
+			Default value is
 			<quote>&defaultdb;</quote>.
 			<quote>&defaultdb;</quote>.
 		</emphasis>
 		</emphasis>
 		</para>
 		</para>
@@ -133,7 +133,7 @@ modparam("xcap_server", "db_url", "mysql://user:[email protected]/dbname")
 </programlisting>
 </programlisting>
 		</example>
 		</example>
 	</section>
 	</section>
-	<section>
+	<section id="xcap_server.p.xcap_table">
 		<title><varname>xcap_table</varname> (string)</title>
 		<title><varname>xcap_table</varname> (string)</title>
 		<para>
 		<para>
 		The name of table where to store the xcap documents.
 		The name of table where to store the xcap documents.
@@ -152,7 +152,7 @@ modparam("xcap_server", "xcap_table", "xcapdocs")
 </programlisting>
 </programlisting>
 		</example>
 		</example>
 	</section>
 	</section>
-	<section>
+	<section id="xcap_server.p.xcap_root">
 		<title><varname>xcap_root</varname> (str)</title>
 		<title><varname>xcap_root</varname> (str)</title>
 		<para>
 		<para>
 			XCAP root URL.
 			XCAP root URL.
@@ -171,7 +171,7 @@ modparam("xcap_server", "xcap_root", "/xcap-root/")
 </programlisting>
 </programlisting>
 		</example>
 		</example>
 	</section>
 	</section>
-	<section>
+	<section id="xcap_server.p.buf_size">
 		<title><varname>buf_size</varname> (int)</title>
 		<title><varname>buf_size</varname> (int)</title>
 		<para>
 		<para>
 		Size of local buffer for handling XCAP documents.
 		Size of local buffer for handling XCAP documents.
@@ -190,7 +190,7 @@ modparam("xcap_server", "buf_size", 2048)
 </programlisting>
 </programlisting>
 		</example>
 		</example>
 	</section>
 	</section>
-	<section>
+	<section id="xcap_server.p.xml_ns">
 		<title><varname>xml_ns</varname> (str)</title>
 		<title><varname>xml_ns</varname> (str)</title>
 		<para>
 		<para>
 			Register extra XML namespaces to be used with XPath. You
 			Register extra XML namespaces to be used with XPath. You
@@ -214,7 +214,7 @@ modparam("xcap_server", "xml_ns",
 </programlisting>
 </programlisting>
 		</example>
 		</example>
 	</section>
 	</section>
-	<section>
+	<section id="xcap_server.p.directory_scheme">
 		<title><varname>directory_scheme (int)</varname></title>
 		<title><varname>directory_scheme (int)</varname></title>
 		<para>
 		<para>
 			Allows the scheme used in
 			Allows the scheme used in
@@ -240,7 +240,7 @@ modparam("xcap_server", "xml_ns",
 		<emphasis>0</emphasis> - use the HTTP scheme.
 		<emphasis>0</emphasis> - use the HTTP scheme.
 		</para></listitem>
 		</para></listitem>
 		<listitem><para>
 		<listitem><para>
-		<emphasis>1</emphasis> - use the HTTPS scheme. 
+		<emphasis>1</emphasis> - use the HTTPS scheme.
 		</para></listitem>
 		</para></listitem>
 		</itemizedlist>
 		</itemizedlist>
 		<example>
 		<example>
@@ -252,7 +252,7 @@ modparam("xcap_server", "directory_scheme", 0)
 </programlisting>
 </programlisting>
 		</example>
 		</example>
 	</section>
 	</section>
-	<section>
+	<section id="xcap_server.p.directory_hostname">
 		<title><varname>directory_hostname (str)</varname></title>
 		<title><varname>directory_hostname (str)</varname></title>
 		<para>
 		<para>
 			Allows the hostname (and port) used in
 			Allows the hostname (and port) used in
@@ -288,7 +288,7 @@ modparam("xcap_server", "directory_hostname", "xcap.example.com")
 
 
 	<section>
 	<section>
 	<title>Functions</title>
 	<title>Functions</title>
- 	<section>
+ 	<section id="xcap_server.f.xcaps_put">
 	    <title>
 	    <title>
 		<function moreinfo="none">xcaps_put(uri, path, doc)</function>
 		<function moreinfo="none">xcaps_put(uri, path, doc)</function>
 	    </title>
 	    </title>
@@ -315,7 +315,7 @@ event_route[xhttp:request] {
 </programlisting>
 </programlisting>
 	    </example>
 	    </example>
 	</section>
 	</section>
- 	<section>
+ 	<section id="xcap_server.f.xcaps_get">
 	    <title>
 	    <title>
 		<function moreinfo="none">xcaps_get(uri, path)</function>
 		<function moreinfo="none">xcaps_get(uri, path)</function>
 	    </title>
 	    </title>
@@ -342,7 +342,7 @@ event_route[xhttp:request] {
 </programlisting>
 </programlisting>
 	    </example>
 	    </example>
 	</section>
 	</section>
- 	<section>
+ 	<section id="xcap_server.f.xcaps_del">
 	    <title>
 	    <title>
 		<function moreinfo="none">xcaps_del(uri, path)</function>
 		<function moreinfo="none">xcaps_del(uri, path)</function>
 	    </title>
 	    </title>
@@ -372,7 +372,7 @@ event_route[xhttp:request] {
 	</section>
 	</section>
 
 
 	<section>
 	<section>
-		<title>Exported pseudo-variables</title>
+		<title>Pseudo Variables</title>
 		<itemizedlist>
 		<itemizedlist>
 			<listitem><para>
 			<listitem><para>
 				<emphasis>$xcapuri(name=>key)</emphasis> - name can be any
 				<emphasis>$xcapuri(name=>key)</emphasis> - name can be any