[rygel/wip/basic-management: 1/6] doc: Re-organize rygel.conf man file



commit 277f48297e55732ef18007bd569a55f4e76b901d
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Tue Sep 10 11:13:12 2013 +0300

    doc: Re-organize rygel.conf man file
    
    Add a "Plugin-specific settings" section title and move it so that
    the plugin sections are directly below this section.

 doc/man/rygel.conf.xml |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)
---
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index 5b4e438..7cd4d83 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -231,6 +231,23 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
         </listitem>
       </varlistentry>
     </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>GStreamer Media Engine settings</title>
+    <para>The settings in the <code>[GstMediaEngine]</code> section are specific to the Gstreamer media 
engine, which is the default media engine. See the media-engine setting. These following options are 
available for the <ulink url="http://gstreamer.freedesktop.org";>GStreamer</ulink> media engine.</para>
+    <variablelist>
+      <varlistentry>
+        <term>
+          <option>transcoders</option>
+        </term>
+        <listitem>
+          <para>A semicolon-separated list of the active transcoders. This setting has no effect if 
<option>enable-transcoding</option> is set to <code>false</code>. Possible values are: 
<code>lpcm,mp3,mp2ts,aac,avc</code> or <code>wmv</code>. Its default value is 
<code>lpcm;mp3;mp2ts;aac;wmv</code>.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>Plugin-specific settings</title>
     <para>Sections for plugins are denoted with <option>[PluginName]</option>
       and can contain options specific to a plugin (see below)  as well these common options:
     </para>
@@ -260,20 +277,6 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
     </variablelist>
   </refsect1>
   <refsect1>
-    <title>GStreamer Media Engine settings</title>
-    <para>The settings in the <code>[GstMediaEngine]</code> section are specific to the Gstreamer media 
engine, which is the default media engine. See the media-engine setting. These following options are 
available for the <ulink url="http://gstreamer.freedesktop.org";>GStreamer</ulink> media engine.</para>
-    <variablelist>
-      <varlistentry>
-        <term>
-          <option>transcoders</option>
-        </term>
-        <listitem>
-          <para>A semicolon-separated list of the active transcoders. This setting has no effect if 
<option>enable-transcoding</option> is set to <code>false</code>. Possible values are: 
<code>lpcm,mp3,mp2ts,aac,avc</code> or <code>wmv</code>. Its default value is 
<code>lpcm;mp3;mp2ts;aac;wmv</code>.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
     <title>Tracker Plugin</title>
     <para>The tracker plugin uses the centralized database of meta information
       from the tracker project. See the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]