release-notes/devel/en_US Multimedia.xml,1.19,1.20

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Apr 8 16:56:49 UTC 2008


Author: pfrields

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22016

Modified Files:
	Multimedia.xml 
Log Message:
Add CDATA sections to make translation easier



Index: Multimedia.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Multimedia.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Multimedia.xml	7 Apr 2008 06:41:49 -0000	1.19
+++ Multimedia.xml	8 Apr 2008 16:56:46 -0000	1.20
@@ -39,37 +39,36 @@
       formats.
     </para>
     <para>
-	    <package>Totem</package>, the default movie player for GNOME, now has the ability to switch playback back-ends without recompilation or switching packages. To install the xine back-end, run the following command as root:
+      <package>Totem</package>, the default movie player for GNOME,
+      now has the ability to switch playback back-ends without
+      recompilation or switching packages. To install the xine
+      back-end, run the following command as root:
     </para>
     <para>
-<screen>
-yum install totem-xine
-</screen>
-	</para>
-	<para>
-		To run <package>Totem</package> with the xine back-end once, run the following command as root:
-	</para>
-	<para>
-<screen>
-totem-backend -b xine totem
-</screen>
-	</para>
-	<para>
-		To change the default back-end to xine for the entire system, run the following command as root:
-	</para>
-	<para>
-<screen>
-totem-backend -b xine
-</screen>
-	</para>
-	<para>
-		While using the xine back-end, it is possible to temporarily use the GStreamer back-end. To use the GStreamer back-end, run the following command as root:
-	</para>
-	<para>
-<screen>
-totem-backend -b gstreamer
-</screen>
-	</para>
+      <screen><![CDATA[yum install totem-xine]]></screen>
+    </para>
+    <para>
+      To run <package>Totem</package> with the xine back-end once, run
+      the following command as root:
+    </para>
+    <para>
+      <screen><![CDATA[totem-backend -b xine totem]]></screen>
+    </para>
+    <para>
+      To change the default back-end to xine for the entire system,
+      run the following command as root:
+    </para>
+    <para>
+      <screen><![CDATA[totem-backend -b xine]]></screen>
+    </para>
+    <para>
+      While using the xine back-end, it is possible to temporarily use
+      the GStreamer back-end. To use the GStreamer back-end, run the
+      following command as root:
+    </para>
+    <para>
+      <screen><![CDATA[totem-backend -b gstreamer]]></screen>
+    </para>
   </section>
 
   <section id="sn-Ogg-and-Xiph-Foundation-Formats">




More information about the docs-commits mailing list