summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/install.xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-05 23:32:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-05 23:32:18 +0000
commit5abb8c42f5ba67a5110a9735ad3f0c7e8c3b8cea (patch)
tree759355059306b33da83d79886688a346b5d7e740 /DOCS/xml/en/install.xml
parent1a5f1ffe05896e022ee895feae5c9a09c3b7520a (diff)
downloadmpv-5abb8c42f5ba67a5110a9735ad3f0c7e8c3b8cea.tar.bz2
mpv-5abb8c42f5ba67a5110a9735ad3f0c7e8c3b8cea.tar.xz
Improve overall structure by adding a few top-level chapters so that
sections no longer nest as deeply. This has the added benefit of removing a few sections that only consisted of the section title. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17322 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/install.xml')
-rw-r--r--DOCS/xml/en/install.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 1b7e64617d..8b04078b6b 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
-<sect1 id="install">
+<chapter id="install">
<title>Installation</title>
<para>
@@ -22,8 +22,7 @@ contain. It will take some time, but it IS worth it.
You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
</para>
-
-<sect2 id="softreq">
+<sect1 id="softreq">
<title>Software requirements</title>
<itemizedlist>
@@ -132,10 +131,10 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
<filename>./configure</filename> where that file is.
</para></listitem>
</itemizedlist>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="installation_codecs">
<title>Codecs</title>
<itemizedlist>
@@ -258,10 +257,10 @@ You need a fairly recent system. On Linux, 2.4.x kernels are recommended.
section for installation instructions and more information.
</para></listitem>
</itemizedlist>
-</sect2>
+</sect1>
-<sect2 id="video-cards">
+<sect1 id="video-cards">
<title>Video cards</title>
<para>
@@ -271,7 +270,7 @@ the other cards don't.
</para>
-<sect3 id="yuv-cards">
+<sect2 id="yuv-cards">
<title>YUV cards</title>
<para>
@@ -348,10 +347,10 @@ zooming), thus fullscreen is nice and very fast.
</para></listitem>
</itemizedlist>
</para>
-</sect3>
+</sect2>
-<sect3 id="non-yuv-cards" xreflabel="Non-YUV cards">
+<sect2 id="non-yuv-cards" xreflabel="Non-YUV cards">
<title>Non-YUV cards</title>
<para>
@@ -377,10 +376,10 @@ it works with the following drivers:
</simpara></listitem>
</itemizedlist>
</para>
-</sect3>
+</sect2>
<!-- FIXME: find a more logical organization for this section -->
-<sect3 id="cirrus-logic-cards" xreflabel="Cirrus-Logic cards">
+<sect2 id="cirrus-logic-cards" xreflabel="Cirrus-Logic cards">
<title>Cirrus-Logic cards</title>
<itemizedlist>
<listitem><para>
@@ -410,11 +409,11 @@ it works with the following drivers:
</itemizedlist>
</para></listitem>
</itemizedlist>
-</sect3>
</sect2>
+</sect1>
-<sect2 id="sound-cards">
+<sect1 id="sound-cards">
<title>Sound cards</title>
<itemizedlist>
@@ -435,10 +434,10 @@ it works with the following drivers:
to read the <link linkend="audio">sound card</link> section!</emphasis>
</simpara></listitem>
</itemizedlist>
-</sect2>
+</sect1>
-<sect2>
+<sect1 id="features">
<title>Features</title>
<itemizedlist>
@@ -521,7 +520,6 @@ font file and telling <application>MPlayer</application> to use it.
See the <link linkend="subosd">Subtitles and OSD</link> section for details.
</para>
-</sect2>
</sect1>
<!-- ********** -->
@@ -957,3 +955,5 @@ It's a clear way for everyone to become root.
</para></note>
</para>
</sect1>
+
+</chapter>