[MPlayer-DOCS] [PATCH] Formatting issue in codecs.xml
Torinthiel
torinthiel at megapolis.pl
Wed Sep 1 21:26:51 CEST 2004
Around line 488 in codecs.xml there is ./configure --help in <screen>
tags. Unfortunately, xsltproc puts it into it's own line in resulting
HTML, which, considering the fact that after it there is only ').',
looks awful. IMHO a way to fix it would be to change <screen> to
<command> (And quite logical. It is a command after all ;)
Also, there is one probably missing capitalization around line 532.
Attached patch fixes both. Ok to apply?
Torinthiel
--
Waclaw "Torinthiel" Schiller GG#: 542916, 3073512
torinthiel(at)megapolis(dot)pl
gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8 7346 2B6E 39F2 B069 01F1
"No classmates may be used during this examination"
-------------- next part --------------
Index: codecs.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/codecs.xml,v
retrieving revision 1.45
diff -u -r1.45 codecs.xml
--- codecs.xml 24 Aug 2004 11:10:40 -0000 1.45
+++ codecs.xml 1 Sep 2004 19:19:10 -0000
@@ -485,7 +485,7 @@
<step><para>
<screen>./configure</screen>
You may have to add some options (examine the output of
- <screen>./configure --help</screen>).
+ <command>./configure --help</command>).
</para></step>
<step><para>
<screen>make && make install</screen>
@@ -529,7 +529,7 @@
<procedure>
<title>COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT</title>
-<note><para>currently only 32bit Intel platforms are supported.</para></note>
+<note><para>Currently only 32bit Intel platforms are supported.</para></note>
<step><para>download <application>MPlayer</application> CVS</para></step>
<step><para>download QuickTime DLL pack from
<ulink url="http://www.mplayerhq.hu/MPlayer/releases/codecs/"/>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-docs/attachments/20040901/95a76f8e/attachment.pgp>
More information about the MPlayer-DOCS
mailing list