Commit e3fa732a authored by Clément Stenac's avatar Clément Stenac

* doc/faq/Makefile: added "text" and "clean" targets.

* doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
* doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
* doc/faq/fdl.sgml: text of the FSF Free Documentation License.
parent 17f4d010
all: html all: clean html
html: html:
rm -f *.html rm -f *.html
...@@ -7,3 +7,8 @@ html: ...@@ -7,3 +7,8 @@ html:
rmdir faq-alone rmdir faq-alone
ln -s book1.html index.html ln -s book1.html index.html
clean:
rm -f *.html *.txt
txt:
sgmltools -b txt faq-alone.sgml
...@@ -2,25 +2,44 @@ ...@@ -2,25 +2,44 @@
[ [
<!ENTITY faq SYSTEM "faq.sgml"> <!ENTITY faq SYSTEM "faq.sgml">
<!ENTITY fdl SYSTEM "fdl.sgml">
]> ]>
<book> <book>
<bookinfo> <bookinfo>
<title>Frequently Asked Questions</title> <title>Frequently Asked Questions for the VideoLAN Client</title>
<copyright> <copyright>
<year>2002, 2003</year> <year>2002, 2003</year>
<holder>the VideoLAN project</holder> <holder>the VideoLAN project</holder>
</copyright> </copyright>
</bookinfo> <legalnotice>
<para>
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation ; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. The text of the license can be found in the appendix
<xref linkend="gfdl" endterm="tgfdl">.</para>
</legalnotice>
<abstract>
<para>This document is the FAQ (Frequently Asked Questions) for the VideoLAN Client. For a complete user guide, please have a look at the VideoLAN Client User Guide, available on the <ulink url="http://www.videolan.org">VideoLAN Website</ulink>
</abstract>
</bookinfo>
<toc></toc> <toc></toc>
&faq; &faq;
&fdl;
</book> </book>
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment