summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-07-28 18:06:49 +0200
committerwm4 <wm4@mplayer2.org>2012-07-28 20:44:58 +0200
commitf606bb6d97cfdfb8f740259eb4ea683adddfd06b (patch)
tree8915aafcc2e6bc869c08ba679f4ba7e03c85f859 /DOCS
parent6dc124962527556512b6b18fbf23f9b6af9f331c (diff)
downloadmpv-f606bb6d97cfdfb8f740259eb4ea683adddfd06b.tar.bz2
mpv-f606bb6d97cfdfb8f740259eb4ea683adddfd06b.tar.xz
Remove DOCS/xml
This contained _some_ documentation, but it was all old, crappy, barely maintained. Even if it was maintained, uau hasn't merged back changes for years.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/Makefile54
-rw-r--r--DOCS/xml/README84
-rwxr-xr-xDOCS/xml/configure184
-rw-r--r--DOCS/xml/default.css83
-rw-r--r--DOCS/xml/en/bugreports.xml255
-rw-r--r--DOCS/xml/en/documentation.xml76
-rw-r--r--DOCS/xml/en/encoding-guide.xml9
-rw-r--r--DOCS/xml/en/faq.xml626
-rw-r--r--DOCS/xml/en/install.xml96
-rw-r--r--DOCS/xml/en/mencoder.xml10
-rw-r--r--DOCS/xml/en/ports.xml10
-rw-r--r--DOCS/xml/en/usage.xml1501
-rw-r--r--DOCS/xml/en/video.xml10
-rw-r--r--DOCS/xml/html-common.xsl95
-rw-r--r--DOCS/xml/ldp.dsl364
-rw-r--r--DOCS/xml/xsl/ldp-html-chunk.xsl27
-rw-r--r--DOCS/xml/xsl/ldp-html-common.xsl228
-rw-r--r--DOCS/xml/xsl/ldp-html.xsl27
-rw-r--r--DOCS/xml/xsl/ldp-print.xsl18
19 files changed, 0 insertions, 3757 deletions
diff --git a/DOCS/xml/Makefile b/DOCS/xml/Makefile
deleted file mode 100644
index bf89d1d2ad..0000000000
--- a/DOCS/xml/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# Makefile for generating the HTML documentation
-
-include ../../config.mak
-include xml.mak
-
-# Generated HTML files go here.
-HTML = ../HTML
-
-MAIN_XML_ALL = $(foreach lang,$(DOC_LANG_ALL),$(lang)/main.xml)
-CONFIGURE_GENERATED = html-chunk.xsl html-single.xsl xml.mak
-
-all: html-chunked html-single
-
-html-chunked: $(addprefix html-chunked-,$(DOC_LANGS))
-html-single: $(addprefix html-single-,$(DOC_LANGS))
-
-xmllint: $(addprefix xmllint-,$(DOC_LANGS))
-
-$(CONFIGURE_GENERATED) $(MAIN_XML_ALL):
- ./configure
-
-define lang-def
-html-chunked-$(lang): $(HTML)/$(lang)/dummy.html
-html-single-$(lang): $(HTML)/$(lang)/MPlayer.html
-$(HTML)/$(lang)/dummy.html $(HTML)/$(lang)/MPlayer.html: $(lang)/main.xml $(wildcard $(lang)/*.xml) html-common.xsl $(HTML)/$(lang)/default.css
-
-$(HTML)/$(lang)/default.css:
- mkdir -p $$(@D)
- cp -f default.css $$(@D)
-
-$(HTML)/$(lang)/dummy.html:
- SGML_CATALOG_FILES=$(CATALOG) $(XSLT_COMMAND) $$@ html-chunk.xsl $$<
-
-$(HTML)/$(lang)/MPlayer.html:
- SGML_CATALOG_FILES=$(CATALOG) $(XSLT_COMMAND) $$@ html-single.xsl $$<
-
-xmllint-$(lang):
- SGML_CATALOG_FILES=$(CATALOG) $(XMLLINT_COMMAND) $(lang)/main.xml
-endef
-
-$(foreach lang, $(DOC_LANG_ALL),$(eval $(lang-def)))
-
-clean:
- -rm -rf $(HTML)
-
-# Remove generated files but keep the HTML (for release tarballs).
-releaseclean:
- -rm -f $(CONFIGURE_GENERATED)
- -rm -f $(MAIN_XML_ALL)
-
-distclean: clean releaseclean
-
-.PHONY: all html-chunked html-single xmllint
-.PHONY: html-chunked-* html-single-* xmllint-* *clean
diff --git a/DOCS/xml/README b/DOCS/xml/README
deleted file mode 100644
index e00cd9abac..0000000000
--- a/DOCS/xml/README
+++ /dev/null
@@ -1,84 +0,0 @@
-Tools required for building the documentation
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-* GNU make 3.80 or later
-* DocBook 4.1.2 or later
-* The DocBook XML DTD (also known as DocBk XML)
-* DocBook XSL stylesheets -- version 1.50.0 or later is recommended.
-
-I am not quite sure which tools work, but I used the following
-ones successfully, so they are required:
-
-* xmllint (part of libxml2) is used for validation.
-* xsltproc (part of libxslt1) is used for transforming XML files into HTML
- files. Version 1.0.18 or later is recommended.
-
-On Red Hat systems you need the following packages:
-libxml2, libxslt, docbook-dtds, docbook-style-xsl
-
-On Debian you will need these packages:
-docbook-xml, docbook-xsl, xsltproc, libxml2-utils
-
-
-Building the documentation
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Before trying to build the documentation, run
-
- make help
-
-to see all available build targets and make your choice. If something goes
-wrong, check the Configuration section of the toplevel Makefile and adjust
-the variables.
-
-The documentation and its translations reside in subdirectories.
-When building the documentation, the generated HTML files are
-placed in subdirectories of the 'HTML' directory.
-
-IMPORTANT: Do NOT place sensitive files under 'HTML'!
- It is for generated documentation only.
- The whole directory tree is wiped out by the Makefile
- when running 'make distclean' or 'make clean'.
-
-
-Adding new translations
-~~~~~~~~~~~~~~~~~~~~~~~
-
-1) Create a new subdirectory and copy the XML files there. main.xml must not be
- copied, it is autogenerated.
-
-2) In each translated file after the <?xml ... ?> tag you must put a note
- like <!-- synced with r2 -->, where 2 is the revision of corresponding
- English file (see comment at the top of file).
-
-That's all, in theory.
-
-
-A few words about SGML catalog files
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-As far as I know, the document type declaration in XML files requires
-both a public and a system identifier. For example:
-
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd">
-
-where
-
- "-//OASIS//DTD DocBook XML V4.1.2//EN"
-
-is the public, and
-
- "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
-
-is the system identifier.
-
-The problem is that the system identifier is most probably system-dependent.
-To avoid the need to manually fix the system identifiers before building the
-documentation, I've decided to use SGML catalogs. If you have your catalogs
-set up correctly, xmllint and xsltproc will use them to find the DTDs
-based on the public identifiers.
-
-Note that this works only if public identifiers override system identifiers
-(i.e. the catalog file must contain 'OVERRIDE YES'). (I had no problem with
-these on my system, since the Debian people took care of everything. ;-))
diff --git a/DOCS/xml/configure b/DOCS/xml/configure
deleted file mode 100755
index e4c63d4934..0000000000
--- a/DOCS/xml/configure
+++ /dev/null
@@ -1,184 +0,0 @@
-#!/bin/sh
-
-# Script to check for catalogs, stylesheets, XSL processors and all
-# the other stuff necessary to convert the XML documentation.
-
-echo "Searching for XML catalogs..."
-for try_catalog in \
- /etc/sgml/catalog \
- /usr/share/xml/docbook/*/catalog.xml \
- /opt/local/share/xml/docbook-xml/*/catalog.xml \
- /opt/local/share/xml/docbook/*/catalog.xml \
- /usr/share/sgml/docbook/*/*catalog \
- /usr/share/apps/ksgmltools2/customization/en/catalog \
- /usr/share/sgml/catalog \
- /usr/local/share/sgml/catalog \
- /usr/lib/sgml/catalog \
- /usr/local/lib/sgml/catalog \
- /usr/share/docbook-xml42/catalog.xml \
- /usr/share/sgml/docbook/xmlcatalog
-do
- if test -f "$try_catalog"; then
- catalog=$try_catalog
- break
- fi
-done
-
-if test -n "$catalog"; then
- echo "Found SGML catalog at $catalog"
- catalog_opts=--catalogs
-else
- echo "No SGML catalog found."
-fi
-
-
-
-echo "Searching for stylesheets..."
-echo "Searching for html/chunk.xsl..."
-for try_chunk_xsl in \
- /usr/share/xml/docbook/*/html/chunk.xsl \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl \
- /usr/share/sgml/docbook/yelp/docbook/html/chunk.xsl \
- /usr/local/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl \
- /usr/local/share/sgml/docbook/yelp/docbook/html/chunk.xsl \
- /usr/share/docbook-xsl/html/chunk.xsl \
- /usr/share/sgml/docbook/xsl-stylesheets*/html/chunk.xsl \
- /usr/share/xml/docbook/stylesheet/nwalsh/current/html/chunk.xsl \
- /opt/local/share/xsl/docbook-xsl/html/chunk.xsl \
-
-do
- if test -f "$try_chunk_xsl"; then
- chunk_xsl=$try_chunk_xsl
- break
- fi
-done
-
-if test -z "$chunk_xsl"; then
- chunk_xsl=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl
- echo "Not found. Using default ($chunk_xsl)"
- fake_chunk_xsl=yes
-else
- echo "Found chunk.xsl at $chunk_xsl"
-fi
-
-echo "Searching for html/docbook.xsl..."
-for try_docbook_xsl in \
- /usr/share/xml/docbook/*/html/docbook.xsl \
- /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl \
- /usr/share/sgml/docbook/yelp/docbook/html/docbook.xsl \
- /usr/local/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl \
- /usr/local/share/sgml/docbook/yelp/docbook/html/docbook.xsl \
- /usr/share/docbook-xsl/html/docbook.xsl \
- /usr/share/sgml/docbook/xsl-stylesheets*/html/docbook.xsl \
- /usr/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl \
- /opt/local/share/xsl/docbook-xsl/html/docbook.xsl \
-
-do
- if test -f "$try_docbook_xsl"; then
- docbook_xsl=$try_docbook_xsl
- break
- fi
-done
-
-if test -z "$docbook_xsl"; then
- docbook_xsl=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl
- echo "Not found. Using default ($docbook_xsl)"
-else
- echo "Found docbook.xsl at $docbook_xsl"
-fi
-
-cat > html-chunk.xsl << EOF
-<?xml version="1.0" encoding="utf-8"?>
-<!-- **************************************************
- This file is generated automatically. DO NOT EDIT.
- ************************************************** -->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
- <xsl:import href="$chunk_xsl"/>
- <xsl:include href="html-common.xsl"/>
-
-</xsl:stylesheet>
-EOF
-
-
-cat > html-single.xsl << EOF
-<?xml version="1.0" encoding="utf-8"?>
-<!-- **************************************************
- This file is generated automatically. DO NOT EDIT.
- ************************************************** -->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
- <xsl:import href="$docbook_xsl"/>
- <xsl:include href="html-common.xsl"/>
-
-</xsl:stylesheet>
-EOF
-
-echo "Searching for DTD..."
-#FIXME: This should prefer higher version numbers, not the other way around ..
-for try_dtd in \
- /usr/share/xml/docbook/*/dtd/4*/docbookx.dtd \
- /usr/share/xml/docbook/*/docbookx.dtd \
- /usr/share/sgml/docbook/*/docbookx.dtd \
- /usr/share/sgml/docbook/dtd/*/docbookx.dtd \
- /usr/share/sgml/docbook/dtd/xml/*/docbookx.dtd \
- /usr/share/docbook-xml*/docbookx.dtd \
- /opt/local/share/xml/docbook*/*/docbookx.dtd \
- /usr/share/apps/ksgmltools2/docbook/*/docbookx.dtd
-do
- if test -f "$try_dtd"; then
- dtd=$try_dtd
- break
- fi
-done
-
-if test -z "$dtd"; then
- dtd=/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd
- echo "Not found. Using default ($dtd)."
-else
- echo "Found docbookx.dtd at $dtd"
-fi
-
-for lang in `grep 'DOC_LANGS =' ../../config.mak|cut -d= -f2`; do
- cat > $lang/main.xml << EOF
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<!-- **************************************************
- This file is generated automatically. DO NOT EDIT.
- ************************************************** -->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "$dtd"
-[
-EOF
-
- for file in $(find en -name \*.xml -exec basename \{\} \;); do
- echo '<!ENTITY '$file' SYSTEM "'$file'">' >> $lang/main.xml
- done
-
- cat >> $lang/main.xml << EOF
-]>
-<book id="index" lang="$lang">
-&documentation.xml;
-</book>
-EOF
-
-done
-
-echo "Looking for a valid XSLT processor..."
-if xsltproc --version > /dev/null 2>&1; then
- if test -z "$fake_chunk_xsl"; then
- echo "Found xsltproc. If it works, it's probably the best choice."
- xsltcommand="xsltproc $catalog_opts -o \$\$1 \$\$2 \$\$3"
- else
- echo "Found xsltproc but no stylesheets on your system."
- echo "xsltproc is unusable without stylesheets."
- fi
-fi
-
-
-cat > xml.mak << EOF
-CATALOG = $catalog
-XMLLINT_COMMAND = xmllint --noout --noent --postvalid $catalog_opts \$*
-XSLT_COMMAND = $xsltcommand
-EOF
diff --git a/DOCS/xml/default.css b/DOCS/xml/default.css
deleted file mode 100644
index 61046b653f..0000000000
--- a/DOCS/xml/default.css
+++ /dev/null
@@ -1,83 +0,0 @@
-body {
- color: black;
- background: white;
-
- font-family: Arial, Helvetica, sans-serif;
-/*
- * It's a Bad Idea(tm) to use fixed font sizes.
- * Uncomment it if you _really_ want
- */
- font-size: 14px;
-}
-
-div.table table, div.informaltable table {
- background: #333366;
- border-collapse: separate;
- border: solid 1px #333366;
- border-spacing: 1px;
-}
-
-div.table th, div.informaltable th {
- color: white;
- background: #4488cc;
- border: 0px;
- padding: 2px;
-}
-
-div.table td, div.informaltable td {
- background: #fffff8;
- border: 0px;
- padding: 2px;
-}
-
-
-pre.screen {
- padding: 4px;
- background: #e0e0e0;
-}
-
-pre.programlisting {
- padding: 4px;
- background: #e0e8f0;
-}
-
-/*
-span.application {
-}
-*/
-
-span.keycap {
- background: #ddd;
- border: solid 1px #aaa;
- white-space: nowrap;
- font-family: Arial, Helvetica, sans-serif;
-}
-
-span.guimenu, span.guisubmenu, span.guimenuitem {
- background: #dddddd;
-}
-
-tt.filename {
- color: maroon;
- white-space: nowrap;
-}
-
-tt.option {
- color: #066;
- white-space: nowrap;
-}
-
-div.example {
- padding-left: 0.5em;
- border-left: solid 2px black;
-}
-
-div.important .title, div.caution .title, div.warning .title {
- color: #c00;
-}
-/*
-div.important, div.warning, div.caution {
- padding-left: 0.5em;
- border-left: solid 2px maroon;
-}
-*/
diff --git a/DOCS/xml/en/bugreports.xml b/DOCS/xml/en/bugreports.xml
deleted file mode 100644
index dbcffcb88a..0000000000
--- a/DOCS/xml/en/bugreports.xml
+++ /dev/null
@@ -1,255 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<appendix id="bugreports">
-<title>How to report bugs</title>
-
-<para>
-Good bug reports are a very valuable contribution to the development of any
-software project. But just like writing good software, good problem reports
-involve some work. Please realize that most developers are extremely busy and
-receive obscene amounts of email. So while your feedback is crucial in improving
-<application>MPlayer</application> and very much appreciated, please understand
-that you have to provide <emphasis role="bold">all</emphasis> of the information
-we request and follow the instructions in this document closely.
-</para>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
-
-<sect1 id="bugreports_security">
-<title>Report security related bugs</title>
-
-<para>
-In case you have found an exploitable bug and you would like to do the
-right thing and let us fix it before you disclose it, we would be happy
-to get your security advisory at
-<ulink url="mailto:&#115;&#101;&#99;&#117;&#114;&#105;&#116;&#121;&#64;&#109;&#112;&#108;&#97;&#121;&#101;&#114;&#104;&#113;&#46;&#104;&#117;">&#115;&#101;&#99;&#117;&#114;&#105;&#116;&#121;&#64;&#109;&#112;&#108;&#97;&#121;&#101;&#114;&#104;&#113;&#46;&#104;&#117;</ulink>.
-Please add [SECURITY] or [ADVISORY] in the subject.
-Be sure that your report contains complete and detailed analysis of the bug.
-Sending a fix is highly appreciated.
-Please don't delay your report to write proof-of-concept exploit, you can
-send that one with another mail.
-</para>
-</sect1>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
-
-<sect1 id="bugreports_fix">
-<title>How to fix bugs</title>
-
-<para>
-OUTDATED CONTENT REMOVED
-</para>
-</sect1>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
-
-<sect1 id="bugreports_regression_test">
-<title>How to do regression testing using Subversion</title>
-
-<para>
-OUTDATED CONTENT REMOVED
-</para>
-</sect1>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
-
-<sect1 id="bugreports_report">
-<title>How to report bugs</title>
-
-<para>
-OUTDATED CONTENT REMOVED
-</para>
-</sect1>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
-
-<sect1 id="bugreports_where">
-<title>Where to report bugs</title>
-
-<para>
-OUTDATED CONTENT REMOVED
-</para>
-
-<para>
-The language of this list is <emphasis role="bold">English</emphasis>.
-Please follow the standard
-<ulink url="http://www.ietf.org/rfc/rfc1855.txt">Netiquette Guidelines</ulink>
-and <emphasis role="bold">do not send HTML mail</emphasis> to any of our
-mailing lists. You will only get ignored or
-banned. If you do not know what HTML mail is or why it is evil, read this
-<ulink url="http://efn.no/html-bad.html">fine document</ulink>.
-It explains all the details and has instructions for turning HTML off. Also
-note that we will not individually CC (carbon-copy) people so it is a good idea
-to subscribe to actually receive your answer.
-</para>
-</sect1>
-
-
-<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
-
-
-<sect1 id="bugreports_what">
-<title>What to report</title>
-
-<para>
-OUTDATED CONTENT REMOVED
-</para>
-
-<!-- ********** -->
-
-<sect2 id="bugreports_system">
-<title>System Information</title>
-
-<para>
-OUTDATED CONTENT REMOVED
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="bugreports_hardware">
-<title>Hardware and drivers</title>
-
-<para>
-OUTDATED CONTENT REMOVED
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="bugreports_configure">
-<title>Configure problems</title>
-
-<para>
-If you get errors while running <command>./configure</command>, or autodetection
-of something fails, read <filename>config.log</filename>. You may find the
-answer there, for example multiple versions of the same library mixed on your
-system, or you forgot to install the development package (those with the -dev
-suffix). If you think there is a bug, include <filename>config.log</filename>
-in your bug report.
-</para>
-</sect2>
-
-<sect2 id="bugreports_compilation">
-<title>Compilation problems</title>
-
-<para>
-Please include these files:
-<itemizedlist>
- <listitem><para>config.h</para></listitem>
- <listitem><para>config.mak</para></listitem>
-</itemizedlist>
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="bugreports_playback">
-<title>Playback problems</title>
-
-<para>
-Please include the output of <application>MPlayer</application> at verbosity
-level 1, but remember to
-<emphasis role="bold">not truncate the output</emphasis> when
-you paste it into your mail. The developers need all of the messages to properly
-diagnose a problem. You can direct the output into a file like this:
-<screen>
-mplayer -v <replaceable>options</replaceable> <replaceable>filename</replaceable> &gt; mplayer.log 2&gt;&amp;1
-</screen>
-</para>
-
-<para>
-If your problem is specific to one or more files,
-then please upload the offender(s) to:
-<ulink url="ftp://upload.mplayerhq.hu/MPlayer/incoming/"/>
-</para>
-
-<para>
-Also upload a small text file having the same base name as your file with a .txt
-extension. Describe the problem you are having with the particular file there
-and include your email address as well as the output of
-<application>MPlayer</application> at verbosity level 1.
-Usually the first 1-5 MB of a file are enough to reproduce
-the problem, but to be sure we ask you to:
-<screen>
-dd if=<replaceable>yourfile</replaceable> of=<replaceable>smallfile</replaceable> bs=1024k count=5
-</screen>
-It will take the first five megabytes of
-'<emphasis role="bold">your-file</emphasis>' and write it to
-'<emphasis role="bold">small-file</emphasis>'. Then try again on
-this small file and if the bug still shows up your sample is sufficient for us.
-Please <emphasis role="bold">do not ever</emphasis> send such files via mail!
-Upload it, and send only the path/filename of the file on the FTP-server. If the
-file is accessible on the net, then sending the
-<emphasis role="bold">exact</emphasis> URL is sufficient.
-</para>
-</sect2>
-
-<!-- ********** -->
-
-<sect2 id="bugreports_crash">
-<title>Crashes</title>
-
-<para>
-You have to run <application>MPlayer</application> inside <command>gdb</command>
-and send us the complete output or if you have a <filename>core</filename> dump
-of the crash you can extract useful information from the Core file. Here's how:
-</para>
-
-
-<sect3 id="bugreports_debug">
-<title>How to conserve information about a reproducible crash</title>
-
-<para>
-Recompile <application>MPlayer</application> with debugging code enabled:
-<screen>
-./configure --enable-debug=3
-make
-</screen>
-and then run <application>MPlayer</application> within gdb using:
-<screen>gdb ./mplayer</screen>
-You are now within gdb. Type:
-<screen>
-run -v <replaceable>options-to-mplayer</replaceable> <replaceable>filename</replaceable>
-</screen>
-and reproduce your crash. As soon as you did it, gdb will return you to the
-command line prompt where you have to enter
-<screen>
-bt
-disass $pc-32 $pc+32
-info all-registers
-</screen>
-</para>
-</sect3>
-
-
-<sect3 id="bugreports_core">
-<title>How to extract meaningful information from a core dump</title>
-
-<para>
-Create the following command file:
-<screen>
-bt
-disass $pc-32 $pc+32
-info all-registers
-</screen>
-Then simply execute this command:
-<screen>
-gdb mplayer --core=core -batch --command=command_file &gt; mplayer.bug
-</screen>
-</para>
-</sect3>
-</sect2>
-</sect1>
-
-</appendix>
diff --git a/DOCS/xml/en/documentation.xml b/DOCS/xml/en/documentation.xml
deleted file mode 100644
index 2d6e16c4c2..0000000000
--- a/DOCS/xml/en/documentation.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<bookinfo id="toc">
-<title><application>MPlayer</application> - The Movie Player</title>
-<subtitle><ulink url="http://www.mplayer2.org/"></ulink></subtitle>
-<date>March 24, 2003</date>
-<copyright>
- <year>2000</year>
- <year>2001</year>
- <year>2002</year>
- <year>2003</year>
- <year>2004</year>
- <year>2005</year>
- <year>2006</year>
- <year>2007</year>
- <year>2008</year>
- <year>2009</year>
- <year>2010</year>
- <year>2011</year>
- <holder>MPlayer team</holder>
-</copyright>
-<legalnotice>
- <title>License</title>
- <para>MPlayer is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2 as
- published by the Free Software Foundation.</para>
-
- <para>MPlayer is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.</para>
-
- <para>You should have received a copy of the GNU General Public License
- along with MPlayer; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</para>
-</legalnotice>
-</bookinfo>
-
-
-<preface id="howtoread">
-<title>How to read this documentation</title>
-
-<para>
-If you are a first-time installer: be sure to read everything from here to
-the end of the Installation section, and follow the links you will find. If
-you have any other questions, return to the <link linkend="toc">Table of
-Contents</link> and search for the topic, read the <xref linkend="faq"/>,
-or try grepping through the files.
-</para>
-</preface>
-
-
-<chapter id="intro">
-<title>Introduction</title>
-OUTDATED CONTENT REMOVED
-<para>
-</para>
-
-<!-- FIXME: the license should be in bookinfo -->
-<para>
-<application>MPlayer</application> and <application>MEncoder</application>
-can be distributed under the terms of the GNU General Public License Version 2.
-</para>
-
-</chapter>
-
-&install.xml;
-
-&usage.xml;
-&video.xml;
-&ports.xml;
-&mencoder.xml;
-&encoding-guide.xml;
-&faq.xml;
-&bugreports.xml;
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
deleted file mode 100644
index d458f31b1c..0000000000
--- a/DOCS/xml/en/encoding-guide.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<chapter id="encoding-guide">
-<title>Encoding with <application>MEncoder</application></title>
-
-<para>
-OUTDATED CONTENT REMOVED
-</para>
-</chapter>
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
deleted file mode 100644
index 13ba61c3e9..0000000000
--- a/DOCS/xml/en/faq.xml
+++ /dev/null
@@ -1,626 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<chapter id="faq" xreflabel="FAQ">
-<title>Frequently Asked Questions</title>
-
-<qandaset defaultlabel="qanda">
-
-<qandadiv id="faq-development">
-<title>Development</title>
-
-<qandaentry>
-<question><para>
-How do I create a proper patch for <application>MPlayer</application>?
-</para></question>
-<answer><para>
-OUTDATED CONTENT REMOVED
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-How do I translate <application>MPlayer</application> to a new language?
-</para></question>
-<answer><para>
-OUTDATED CONTENT REMOVED
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-How can I support <application>MPlayer</application> development?
-</para></question>
-<answer><para>
-OUTDATED CONTENT REMOVED
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-How can I become an <application>MPlayer</application> developer?
-</para></question>
-<answer><para>
-OUTDATED CONTENT REMOVED
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-Why don't you use autoconf/automake?
-</para></question>
-<answer><para>
-We have a modular, handwritten build system. It does a reasonably good
-job, so why change? Besides, we dislike the auto* tools, just like
-<ulink url="http://freshmeat.net/articles/view/889/">other people</ulink>.
-</para></answer>
-</qandaentry>
-</qandadiv>
-
-<!-- ********** -->
-
-<qandadiv id="faq-compilation-installation">
-<title>Compilation and installation</title>
-
-<qandaentry>
-<question><para>
-Compilation fails with an error and <application>gcc</application> bails out
-with some cryptic message containing the phrase
-<systemitem>internal compiler error</systemitem> or
-<systemitem>unable to find a register to spill</systemitem> or
-<systemitem>can't find a register in class `GENERAL_REGS'
-while reloading `asm'</systemitem>.
-</para></question>
-<answer><para>
-You have stumbled over a bug in <application>gcc</application>. Please
-<ulink url="http://gcc.gnu.org/bugs.html">report it to the gcc team</ulink>
-but not to us. For some reason <application>MPlayer</application> seems to
-trigger compiler bugs frequently. Nevertheless we cannot fix them and do not
-add workarounds for compiler bugs to our sources. To avoid this problem,
-either stick with a compiler version that is known to be reliable and
-stable, or upgrade frequently.
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-Are there binary (RPM/Debian) packages of <application>MPlayer</application>?
-</para></question>
-<answer><para>
-OUTDATED CONTENT REMOVED
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-How can I build a 32 bit <application>MPlayer</application> on a 64 bit Athlon?
-</para></question>
-<answer><para>
-OUTDATED CONTENT REMOVED
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-During 'make', <application>MPlayer</application> complains about
-missing X11 libraries. I don't understand, I <emphasis>do</emphasis>
-have X11 installed!?
-</para></question>
-<answer><para>
-... but you don't have the X11 development package installed. Or not correctly.
-It's called <filename>XFree86-devel*</filename> under Red Hat,
-<filename>xlibs-dev</filename> under Debian Woody and
-<filename>libx11-dev</filename> under Debian Sarge. Also check if the
-<filename class="directory">/usr/X11</filename> and
-<filename class="di