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



commit 05a9c57123bc4b08809123b90856ce72dd634fc4
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.

 README                 |    2 +-
 doc/man/rygel.conf.xml |   31 +++++++++++++++++--------------
 2 files changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/README b/README
index 1189874..c0395c1 100644
--- a/README
+++ b/README
@@ -67,7 +67,7 @@ Requirements
       * gst-ffmpeg
       * gst-plugins-bad
       * gst-plugins-ugly
-      
+
 To build without gstreamer, use:
   --with-media-engine=simple
 This will also disable any plugins that use gstreamer.
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]