summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpknbe <pknbe>2009-08-12 19:43:59 +0000
committerpknbe <pknbe>2009-08-12 19:43:59 +0000
commitf173baf639b661a241457b51cea300f751b24ea6 (patch)
tree36d8b8950925adc27fa255e7e1eb6092db53e477
parentbd952779ad427ec72c88160f2d6931ac74ed262c (diff)
downloadsylpheeddoc-doc-f173baf639b661a241457b51cea300f751b24ea6.tar.gz
sylpheeddoc-doc-f173baf639b661a241457b51cea300f751b24ea6.tar.xz
sylpheeddoc-doc-f173baf639b661a241457b51cea300f751b24ea6.zip
Finished porting to DocBook XML. ChangeLog: Add the file.
-rw-r--r--faq/en/ChangeLog4
-rw-r--r--faq/en/faq.xml86
-rw-r--r--faq/en/faq_001.xml776
-rw-r--r--faq/en/faq_002.xml551
-rw-r--r--faq/en/faq_003.xml211
-rw-r--r--faq/en/faq_004.xml25
-rw-r--r--faq/en/fdl.xml382
7 files changed, 1597 insertions, 438 deletions
diff --git a/faq/en/ChangeLog b/faq/en/ChangeLog
new file mode 100644
index 0000000..acd8f32
--- /dev/null
+++ b/faq/en/ChangeLog
@@ -0,0 +1,4 @@
+2009-08-12 Petr Kovar <pknbe@volny.cz>
+
+ * *.xml: Finished porting to DocBook XML.
+ * ChangeLog: Add the file.
diff --git a/faq/en/faq.xml b/faq/en/faq.xml
index 5428e52..a8b31a7 100644
--- a/faq/en/faq.xml
+++ b/faq/en/faq.xml
@@ -1,82 +1,90 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY faq001 SYSTEM "faq_001.xml">
-<!ENTITY faq002 SYSTEM "faq_002.xml">
-<!ENTITY faq003 SYSTEM "faq_003.xml">
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- This document was created with Syntext Serna Free. -->
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY __faq__001 SYSTEM "faq_001.xml">
+<!ENTITY __faq__002 SYSTEM "faq_002.xml">
+<!ENTITY __faq__003 SYSTEM "faq_003.xml">
+<!ENTITY __faq__004 SYSTEM "faq_004.xml">
+<!ENTITY __license SYSTEM "fdl.xml">
]>
<book>
<title>Sylpheed FAQ</title>
-
<bookinfo>
<abstract>
- <para></para>
+ <para>This document contains answers to various questions which are frequently asked by Sylpheed users.</para>
</abstract>
-
<copyright>
- <year>2005</year>
- <holder>The Sylpheed documentation team</holder>
+ <year>2009</year>
+ <holder>The Sylpheed Documentation Team</holder>
</copyright>
-
<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
+ 1.2 or any later version published by the Free Software Foundation; with
no Invariant Sections, with no Front-Cover Texts, and no Back-Cover
- Texts. A copy of the license is included in the section entitled "GNU
- Free Documentation License".
+ Texts. A copy of the license is included in the section entitled &quot;GNU
+ Free Documentation License&quot;.
</para>
</legalnotice>
-
<author>
<firstname>Paul</firstname>
<surname>Kater</surname>
<affiliation>
- <address><email>paul AT nlpagan DOT net</email></address>
+ <address>
+ <email>paul AT nlpagan DOT net</email>
+ </address>
</affiliation>
- </author>
+ </author>
<author>
<firstname>Jens</firstname>
<surname>Oberender</surname>
<affiliation>
- <address><email>j DOT obi AT troja DOT net</email></address>
+ <address>
+ <email>j DOT obi AT troja DOT net</email>
+ </address>
</affiliation>
</author>
<author>
- <firstname>François</firstname>
+ <firstname>François</firstname>
<surname>Barriere</surname>
<affiliation>
- <address><email>barriere DOT francois AT libertysurf DOT fr</email></address>
+ <address>
+ <email>barriere DOT francois AT libertysurf DOT fr</email>
+ </address>
</affiliation>
</author>
<author>
<firstname>Olivier</firstname>
<surname>Delhomme</surname>
<affiliation>
- <address><email>olivier DOT delhomme AT free DOT fr</email></address>
+ <address>
+ <email>olivier DOT delhomme AT free DOT fr</email>
+ </address>
+ </affiliation>
+ </author>
+ <author>
+ <firstname>Petr</firstname>
+ <surname>Kovář</surname>
+ <affiliation>
+ <address>
+ <email>pknbe AT volny DOT cz</email>
+ </address>
</affiliation>
</author>
<revhistory>
- <!-- ******************************************************************************** -->
- <revision>
+<!-- ******************************************************************************** --> <revision>
<revnumber>2.1</revnumber>
<date>2005/07/08</date>
<authorinitials>OD</authorinitials>
- <revremark>Ported to DocBook/XML.</revremark>
+ <revremark>Ported to DocBook XML.</revremark>
+ </revision>
+ <revision>
+ <revnumber>2.2</revnumber>
+ <date>2009/08/12</date>
+ <authorinitials>PK</authorinitials>
+ <revremark>Finished porting to DocBook XML.</revremark>
</revision>
- <!-- ******************************************************************************** -->
- </revhistory>
+<!-- ******************************************************************************** --> </revhistory>
</bookinfo>
-
- <para>
- In this FAQ, the question starting with the <quote>C</quote> letter
- (instead of the usual <quote>Q</quote>) concern features that are
- only present in the <quote>claws</quote> branch of Sylpheed.
- </para>
-
- &faq001;
- &faq002;
- &faq003;
-
-</book>
+<!-- missing outdated remark about Sylpheed and Claws -->&__faq__001;&__faq__002;&__faq__003;&__faq__004;&__license;</book>
diff --git a/faq/en/faq_001.xml b/faq/en/faq_001.xml
index cacb587..22f2f2a 100644
--- a/faq/en/faq_001.xml
+++ b/faq/en/faq_001.xml
@@ -1,9 +1,8 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
- <chapter>
- <qandaset>
- <qandadiv id="faq-general">
- <title>Sylpheed FAQ - General information</title>
-
+<?xml version='1.0' encoding='UTF-8'?><chapter id="sylpheed-faq-1">
+ <title>Sylpheed FAQ - General Information</title>
+ <qandaset>
+ <qandadiv id="faq-general">
+ <title>General Information</title>
<!--
<qandaentry>
<question id="">
@@ -15,215 +14,221 @@
</para>
</answer>
</qandaentry>
--->
-
- <qandaentry>
- <question id="faq-languages">
- <para>
- Are there FAQ's in other languages?
- </para>
- </question>
- <answer>
- <para>
- Yes. Here are links to several translations:
-
- <itemize>
- <item><ulink url="http://sylpheeddoc.sourceforge.net/fr/faq/faq.html">Sylpheed FAQ in French</ulink> Translated by Olivier Delhomme.</item>
- <item><ulink url="http://sylpheeddoc.sourceforge.net/de/faq/faq.html">Sylpheed FAQ in German</ulink> Translated by Nicolas Kaiser.</item>
- <item><ulink url="http://sylpheeddoc.sourceforge.net/es/faq/faq.html">Sylpheed FAQ in Spanish</ulink> Translated by Ricardo Mones Lastra.</item>
- <item><ulink url="http://silver.lacmhacarh.gr.jp/sylpheed/sylpheedfaq-ja.htm">Sylpheed FAQ in Japanese</ulink> courtesy of WAKAI "SilverRain" Kazunao.</item>
- <item><ulink url="http://www.cs.uoi.gr/~csst9910/el_sylfaq.html">Sylpheed FAQ in Greek</ulink> courtesy of Theofilos Intzoglou.</item>
- <item><ulink
-url="http://hem.passagen.se/webplats/sylpheed-faq-se.html">Sylpheed FAQ in Swedish</ulink>, courtesy of Mattias Stergren.</item>
- <item><ulink
-url="http://sylpheed.goodhorse.idv.tw/faq/sylpheed-faq.html">Sylpheed FAQ in Traditional Chinese</ulink>, courtesy of Franklin.</item>
- </itemize>
- You can download this FAQ from <ulink url="http://sylpheeddoc.sf.net">http://sylpheeddoc.sf.net</ulink>
- </para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-what-sylpheed">
- <para>
+--> <qandaentry>
+ <question id="faq-languages">
+ <para>
+ Are there FAQ&apos;s in other languages?
+ </para>
+ </question>
+ <answer>
+ <para>
+ Yes. Here are links to several translations:</para>
+ <itemizedlist>
+ <listitem>
+ <para><ulink url="http://sylpheeddoc.sourceforge.net/fr/faq/faq.html">Sylpheed FAQ in French</ulink>, translated by Olivier Delhomme.</para>
+ </listitem>
+ <listitem>
+ <para><ulink url="http://sylpheeddoc.sourceforge.net/de/faq/faq.html">Sylpheed FAQ in German</ulink>, translated by Nicolas Kaiser.</para>
+ </listitem>
+ <listitem>
+ <para><ulink url="http://sylpheeddoc.sourceforge.net/es/faq/faq.html">Sylpheed FAQ in Spanish</ulink>, translated by Ricardo Mones Lastra.</para>
+ </listitem>
+ <listitem>
+ <para><ulink url="http://silver.lacmhacarh.gr.jp/sylpheed/sylpheedfaq-ja.htm">Sylpheed FAQ in Japanese</ulink>, courtesy of WAKAI &quot;SilverRain&quot; Kazunao.</para>
+ </listitem>
+ <listitem>
+ <para><ulink url="http://www.cs.uoi.gr/~csst9910/el_sylfaq.html">Sylpheed FAQ in Greek</ulink>, courtesy of Theofilos Intzoglou.</para>
+ </listitem>
+ <listitem>
+ <para><ulink url="http://hem.passagen.se/webplats/sylpheed-faq-se.html">Sylpheed FAQ in Swedish</ulink>, courtesy of Mattias Stergren.</para>
+ </listitem>
+ <listitem>
+ <para><ulink url="http://sylpheed.goodhorse.idv.tw/faq/sylpheed-faq.html">Sylpheed FAQ in Traditional Chinese</ulink>, courtesy of Franklin.</para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ You can download this FAQ from <ulink url="http://sylpheeddoc.sf.net">http://sylpheeddoc.sf.net</ulink>.</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-what-sylpheed">
+ <para>
What is Sylpheed?
</para>
- </question>
- <answer>
- <para>
- Sylpheed is an e-mail client (& news reader) based on GTK+,
- running on the X Window System, and aiming for
- <itemize>
- <item>Quick response</item>
- <item>Graceful, and sophisticated interface</item>
- <item>Easy configuration, intuitive operation</item>
- <item>Abundant features</item>
- </itemize>
- </para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-get-sylpheed">
- <para>
+ </question>
+ <answer>
+ <para>
+ Sylpheed is an e-mail client (and news reader) based on GTK+,
+ running on the X Window System, and aiming for:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Quick response</para>
+ </listitem>
+ <listitem>
+ <para>Graceful, and sophisticated interface</para>
+ </listitem>
+ <listitem>
+ <para>Easy configuration, intuitive operation</para>
+ </listitem>
+ <listitem>
+ <para>Abundant features</para>
+ </listitem>
+ </itemizedlist>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-get-sylpheed">
+ <para>
Where can I get Sylpheed?
</para>
- </question>
- <answer>
- <para>
- You can download it from <literal><ulink url="http://sylpheed.good-day.net">sylpheed.good-day.net</ulink></literal> There are links to download
+ </question>
+ <answer>
+ <para>
+ You can download it from <literal>
+ <ulink url="http://sylpheed.good-day.net">sylpheed.good-day.net</ulink>
+ </literal> There are links to download
the tarball sources, and also links to sites where you can
- download RPM's (for Redhat and Mandrake), DEB packages for
+ download RPM&apos;s (for Redhat and Mandrake), DEB packages for
Debian, and installations for Solaris and FreeBSD.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-writes-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-writes-sylpheed">
+ <para>
Who writes Sylpheed?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Hiroyuki Yamamoto (<literal>hiro-y@kcn.ne.jp</literal>)
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-sylpheed-name">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-sylpheed-name">
+ <para>
What does the name Sylpheed mean?
</para>
- </question>
- <answer>
- <para>
- It means 'light weight', like air. This comes from the
+ </question>
+ <answer>
+ <para>
+ It means &apos;light weight&apos;, like air. This comes from the
name of the wind spirits, the Sylphs.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-sylpheed-store-mail">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-sylpheed-store-mail">
+ <para>
How does Sylpheed store mails?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Mails are stored in the MH mailfile format as used by MH
and EMH. Maildir and mbox format are not (yet)
supported, although it is possible to import an mbox
file into a Sylpheed mailbox.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-auto-collection-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-auto-collection-sylpheed">
+ <para>
Why does the auto collection of mail not work?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Autocollection works since version 0.5.1. If you need it
or want it, you should upgrade.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-filtering-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-filtering-sylpheed">
+ <para>
Does Sylpheed have mail filtering?
</para>
- </question>
- <answer>
- <para>
- Yes. You can find it in Configuration -&gt; filtering tab.<p>
+ </question>
+ <answer>
+ <para>
+ Yes. You can find it in Configuration -&gt; filtering tab.</para>
+ <para>
Please note that filtering is not yet implemented for IMAP accounts.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-imap-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-imap-sylpheed">
+ <para>
Can Sylpheed handle IMAP mail?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Yes. As of version 0.4.99 IMAP is supported.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-local-unix-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-local-unix-sylpheed">
+ <para>
Can Sylpheed handle local unix mailboxes?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Yes.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-ipv6-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-ipv6-sylpheed">
+ <para>
Can Sylpheed handle IPv6?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Yes, IPv6 is fully supported in Sylpheed.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-encryption-gpg-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-encryption-gpg-sylpheed">
+ <para>
Does Sylpheed support encryption like GPG?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Yes. GPG is implemented and works fine. For activating it in Sylpheed,
see Q14 in the Installation section.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-mime-types-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-mime-types-sylpheed">
+ <para>
How does Sylpheed check for MIME types?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Sylpheed uses the Mutt type of mime checking.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-html-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-html-sylpheed">
+ <para>
Does Sylpheed allow me to write HTML styled messages?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
No. A discussion has gone around over this topic, and
the outcome was that HTML mail is not wanted. If you
really need to send HTML, you can of course attach a
@@ -232,81 +237,78 @@ url="http://sylpheed.goodhorse.idv.tw/faq/sylpheed-faq.html">Sylpheed FAQ in Tra
find these patches at the Sylpheed Patch Page (see
further down in the document).
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-completion-adress-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-completion-adress-sylpheed">
+ <para>
Does Sylpheed have name completion in the address fields?
</para>
- </question>
- <answer>
- <para>
- Yes. When you search for a name that starts with "<literal>don</literal>",
- type "<literal>don</literal>" (without the quotes) and press the TAB key.
- This will show you the correct name (when only one "don"
+ </question>
+ <answer>
+ <para>
+ Yes. When you search for a name that starts with &quot;<literal>don</literal>&quot;,
+ type &quot;<literal>don</literal>&quot; (without the quotes) and press the TAB key.
+ This will show you the correct name (when only one &quot;don&quot;
exists in your addressbook. Otherwise a dropdown list
appears, which allows you to select the name you want.
E.g. Donald Duck, Don Johnson. But also e-mail addresses
- starting with "<literal>don</literal>" will appear in the list (like
- "<literal>don.giovanni@maffia.org</literal>").
- </para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-tab-error-sylpheed">
- <para>
+ starting with &quot;<literal>don</literal>&quot; will appear in the list (like
+ &quot;<literal>don.giovanni@maffia.org</literal>&quot;).
+ </para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-tab-error-sylpheed">
+ <para>
Fine, but when I hit the TAB key I get an error message.
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
When you want to use name completion, make sure that
there are names in your address book. If there are no
names, even Sylpheed has a hard time completing
something.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-sylpheed-fast">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-sylpheed-fast">
+ <para>
Why is Sylpheed so fast?
</para>
- </question>
- <answer>
- <para>
- That's what it is designed for!
+ </question>
+ <answer>
+ <para>
+ That&apos;s what it is designed for!
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-patches-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-patches-sylpheed">
+ <para>
Where can I get the current patches for Sylpheed?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
The Sylpheed Patch homepage:
- <literal><ulink url="http://www.thewildbeast.co.uk/sylpheed/">http://www.thewildbeast.co.uk/sylpheed/</ulink></literal>
+ <literal>
+ <ulink url="http://www.thewildbeast.co.uk/sylpheed/">http://www.thewildbeast.co.uk/sylpheed/</ulink>
+ </literal>
(Also see section on Installation on how to install a patch)
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-send-patches-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-send-patches-sylpheed">
+ <para>
How can I send in patches, report bugs, talk about Sylpheed with others?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
To talk to others, you should join the Sylpheed mailing
list at <literal>http://sylpheed.good-day.net</literal>. Note that there is
a japanese and an english list, so pick the right one!
@@ -314,33 +316,31 @@ url="http://sylpheed.goodhorse.idv.tw/faq/sylpheed-faq.html">Sylpheed FAQ in Tra
of, please get in touch with the manager of the Sylpheed
Patch homepage, at <literal>sylpheed@thewildbeast.co.uk</literal>
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-content-type-header-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-content-type-header-sylpheed">
+ <para>
When I send mail, the Content-Type header says the mail is in
US-ASCII, even when I specified ISO-8859-1?
</para>
- </question>
- <answer>
- <para>
- If ISO-8859-1 characters (>= 0x80) are not used in the
+ </question>
+ <answer>
+ <para>
+ If ISO-8859-1 characters (&gt;= 0x80) are not used in the
message body, Sylpheed will automatically set the
charset value in the Content-Type header as US-ASCII.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-word-wrap-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-word-wrap-sylpheed">
+ <para>
Why does it look like word wrap is not working?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Word wrapping is a bit peculiar perhaps. You can type
lines as long as you like. By the time you send or queue
a mail with long lines, Sylpheed will first wrap the
@@ -349,217 +349,215 @@ url="http://sylpheed.goodhorse.idv.tw/faq/sylpheed-faq.html">Sylpheed FAQ in Tra
a line is wrapped (hard line breaks are inserted in the
text) and you add something in a line there, the next
line will move to a separate new line, leaving one or
- two words from the previous line "hanging there" alone.
+ two words from the previous line &quot;hanging there&quot; alone.
E.g.
- <verb>
+ <literallayout>
This is a long line that
is wrapped.
- </verb>
+ </literallayout>
Now you add one word in the first line:
- <verb>
+ <literallayout>
This is a very long line
that
is wrapped
- </verb>
+ </literallayout>
This would cause you a lot of manual reformatting to get
a presentable mail again.
Note: As of Sylpheed 0.8.0., active wordwrap has been
implemented. You can turn it on in Common
- Preferences->Compose->wrap on input.
+ Preferences-&gt;Compose-&gt;wrap on input.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-faq-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-faq-sylpheed">
+ <para>
Where can I find the latest FAQ on Sylpheed?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Go to <ulink url="http://sylpheeddoc.sf.net">http://sylpheeddoc.sf.net</ulink> and check out
the FAQ and manual from the sylpheeddoc project. Both
documents are available in multiple languages there and
usually contain the latest updates.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-import-mbox-sylpheed">
- <para>
- Can I import a mbox into Sylpheed's MH mailfolders?
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-import-mbox-sylpheed">
+ <para>
+ Can I import a mbox into Sylpheed&apos;s MH mailfolders?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Yes, just create/select the folder you want your
- mails in, and select "Import mbox file" in the File
+ mails in, and select &quot;Import mbox file&quot; in the File
menu.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-procmail-use-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-procmail-use-sylpheed">
+ <para>
Can I use procmail to sort my mails with the MH mail handling?
</para>
- </question>
- <answer>
- <para>
+ </question>
+ <answer>
+ <para>
Yes. Just make sure that you add /. to the end of a rule so
procmail knows you are filtering into an MH mail folder. Example:
<literal>0:</literal>
<literal>* ^Subject:.*sylpheed</literal>
- <literal> sylpheedmail/.</literal>
+ <literal> sylpheedmail/.</literal>
Check man procmail for details.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-upgrade-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-upgrade-sylpheed">
+ <para>
When I upgrade Sylpheed, are there things I should be aware of?
</para>
- </question>
- <answer>
- <para>
- Yes!
- <itemize>
- <item>Upgrade to 0.4.50: you should reconfigure your newsgroup settings</item>
- <item>Upgrade to 0.4.63: you should set the URL string colors from the Configuration menu</item>
- <item>Upgrade to 0.4.65: some menu items have been moved</item>
- <item>Upgrade to 0.7.3: many keybindings have changed</item>
- </itemize>
- </para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-update-views-sylpheed">
- <para>
+ </question>
+ <answer>
+ <para>
+ Yes!</para>
+ <itemizedlist>
+ <listitem>
+ <para>Upgrade to 0.4.50: you should reconfigure your newsgroup settings</para>
+ </listitem>
+ <listitem>
+ <para>Upgrade to 0.4.63: you should set the URL string colors from the Configuration menu</para>
+ </listitem>
+ <listitem>
+ <para>Upgrade to 0.4.65: some menu items have been moved</para>
+ </listitem>
+ <listitem>
+ <para>Upgrade to 0.7.3: many keybindings have changed</para>
+ </listitem>
+ </itemizedlist>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-update-views-sylpheed">
+ <para>
How can I quickly update the views in Sylpheed?
</para>
- </question>
- <answer>
- <para>
- Just press Alt-U or select "update" from the summary menu.
- </para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-gvim-external-editor-sylpheed">
- <para>
- Why can't I use gvim as external editor?
- </para>
- </question>
- <answer>
- <para>
- If one wishes to use gvim as an external editor it's
+ </question>
+ <answer>
+ <para>
+ Just press Alt-U or select &quot;update&quot; from the summary menu.
+ </para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-gvim-external-editor-sylpheed">
+ <para>
+ Why can&apos;t I use gvim as external editor?
+ </para>
+ </question>
+ <answer>
+ <para>
+ If one wishes to use gvim as an external editor it&apos;s
necessary to start it with the no-fork option -f, i.e.
in the configuration dialog box you need to enter
- "gvim -f %s". If not the editor forks and open up a
+ &quot;gvim -f %s&quot;. If not the editor forks and open up a
separate file and when one quits the editor the changes
- are lost and don't show up in the composer window.
+ are lost and don&apos;t show up in the composer window.
(Thanks, Ed Collins!)
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-quote-messages-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-quote-messages-sylpheed">
+ <para>
Can I quote just parts of the original message when replying?
</para>
- </question>
- <answer>
- <para>
- Yes, select the part in the textview and choose "reply".
+ </question>
+ <answer>
+ <para>
+ Yes, select the part in the textview and choose &quot;reply&quot;.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-not-quoting-sylpheed">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-not-quoting-sylpheed">
+ <para>
Can I reply without quoting at all?
</para>
- </question>
- <answer>
- <para>
- Right click on the "reply" button in the toolbar
- and choose "reply without quote" (also works with
- "forward").
+ </question>
+ <answer>
+ <para>
+ Right click on the &quot;reply&quot; button in the toolbar
+ and choose &quot;reply without quote&quot; (also works with
+ &quot;forward&quot;).
Tip: You can also assign hotkeys to these menu entries.
</para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-selective-download-sylpheed-claws">
- <para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-selective-download-sylpheed-claws">
+ <para>
How does selective download work?
</para>
- </question>
- <answer>
- <para>
- There are two ways using it.
- <itemize>
- <item>Manually: Open "Tools/Selective download" and
- choose "Fetch" to retrieve the mail headers. Afterwards,
- select the mails to delete and pres the remove button.</item>
- <item>Automatic: Create a -global- filtering rule to
- delete mails on server. If you then choose "Selective
- download", all mails that conform to this rule are marked
- for deletion.</item>
- </itemize>
- Note: By default, selective download only retrieves new (unread) messages.
- If you want to process the read mails also, you need to set "retrieve
- all messages".
- </para>
- </answer>
- </qandaentry>
-
-
- <qandaentry>
- <question id="faq-two-filter-options-sylpheed-claws">
- <para>
+ </question>
+ <answer>
+ <para>
+ There are two ways using it.</para>
+ <itemizedlist>
+ <listitem>
+ <para>Manually: Open &quot;Tools/Selective download&quot; and
+ choose &quot;Fetch&quot; to retrieve the mail headers. Afterwards,
+ select the mails to delete and pres the remove button.</para>
+ </listitem>
+ <listitem>
+ <para>Automatic: Create a -global- filtering rule to
+ delete mails on server. If you then choose &quot;Selective
+ download&quot;, all mails that conform to this rule are marked
+ for deletion.</para>
+ </listitem>
+ </itemizedlist>
+ <para>Note: By default, selective download only retrieves new (unread) messages.
+ If you want to process the read mails also, you need to set &quot;retrieve
+ all messages&quot;.
+ </para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-two-filter-options-sylpheed-claws">
+ <para>
Why are there two filter options?
</para>
- </question>
- <answer>
- <para>
- "Filter setting" is the traditional one with less options.
- The "Filtering" option is new in sylpheed-claws and more
+ </question>
+ <answer>
+ <para>
+ &quot;Filter setting&quot; is the traditional one with less options.
+ The &quot;Filtering&quot; option is new in sylpheed-claws and more
powerful and may replace the old option in the future.
Tip: To convert your old filter rules into the new format,
- you can use the "filter_conv.pl" script, that can be found
- in "tools" subdirectory from sylphed-claws sources.
- </para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question id="faq-use-both-filter-sylpheed-claws">
- <para>
+ you can use the &quot;filter_conv.pl&quot; script, that can be found
+ in &quot;tools&quot; subdirectory from sylphed-claws sources.
+ </para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question id="faq-use-both-filter-sylpheed-claws">
+ <para>
Can I use both filter options?
</para>
- </question>
- <answer>
- <para>
- No, as soon as you define a new "filtering" rule, the
- traditional "filter" rules are ignored.<p>
- </para>
- </answer>
- </qandaentry>
-
- </qandadiv>
- </qandaset>
- </chapter> \ No newline at end of file
+ </question>
+ <answer>
+ <para>
+ No, as soon as you define a new &quot;filtering&quot; rule, the
+ traditional &quot;filter&quot; rules are ignored.
+ </para>
+ </answer>
+ </qandaentry>
+ </qandadiv>
+ </qandaset>
+</chapter> \ No newline at end of file
diff --git a/faq/en/faq_002.xml b/faq/en/faq_002.xml
index 4108006..6a3be09 100644
--- a/faq/en/faq_002.xml
+++ b/faq/en/faq_002.xml
@@ -1,5 +1,546 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
- <chapter>
- <title>Sylpheed FAQ - Installation and Configuration</title>
-
- </chapter> \ No newline at end of file
+<?xml version='1.0' encoding='UTF-8'?><chapter id="sylpheed-faq-2">
+ <title>Sylpheed FAQ - Installation and Configuration</title>
+ <qandaset>
+ <qandadiv id="faq-installation">
+ <title>Installation and Configuration</title>
+ <qandaentry>
+ <question>
+ <para>
+Q01 What does it take to compile Sylpheed?
+</para>
+ </question>
+ <answer>
+ <para>Any POSIX compliant UNIX or similar OS eg. Linux,
+FreeBSD, Solaris
+GTK+ 1.2.6 or later
+A recent ANSI C compiler (gcc 2.7.2.3 should also
+work)
+Note: it is reported that Sun C will not compile
+Sylpheed.
+Optionally:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Imlib or gdk-pixbuf (for built-in image view)</para>
+ </listitem>
+ <listitem>
+ <para>libcompface (for X-Face)</para>
+ </listitem>
+ <listitem>
+ <para>libjconv (for I18N)</para>
+ </listitem>
+ <listitem>
+ <para>GPGME (for GnuPG)</para>
+ </listitem>
+ <listitem>
+ <para>the equivalent of GTK+-devel and Xfree86-devel.</para>
+ </listitem>
+ </itemizedlist>
+ <para>Otherwise ./configure will fail.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q02 How do I set up Sylpheed?
+</para>
+ </question>
+ <answer>
+ <para>When you run Sylpheed for the first time, it will
+ask you where you want to store your mailboxes. The
+default is &lt;homedir&gt;/Mail. You can change this to
+anything you like as long as it is a valid directory
+name.</para>
+ <para>
+Please note: When Sylpheed is executed for the first time, it automatically creates the configuration files under $HOME/.sylpheed/, and asks you the location of mailbox. The default is $HOME/Mail. If some files which are non-MH format already exist on the directory, you will have to specify another location.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q03 Why did the creation of the mailbox fail?
+</para>
+ </question>
+ <answer>
+ <para>Sylpheed reports such an error if it can&apos;t create the default
+mailboxes (inbox, outbox, etc ...). This can be because &lt;homedir&gt;/Mail
+already contains files with the same names. This occurs when switching from
+Kmail to Sylpheed, in this case backup and remove the existing Mail
+directory or use another name for the Sylpheed mail directory.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q04 How do I set up an account?
+</para>
+ </question>
+ <answer>
+ <para>After loading Sylpheed for the first time, you can
+add an e-mail account by clicking the
+&quot;Configuration&quot; menu. Select the option &quot;Create new
+account&quot; and fill in the appropriate fields.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q05 How many accounts can I set up in Sylpheed?
+</para>
+ </question>
+ <answer>
+ <para>The number is unlimited. The limit is reached when
+your computer stops responding.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q06 Why does Sylpheed not delete my mails when I press &quot;delete&quot;? I set a filter, and Sylpheed does not filter. I moved a mail to a different mailbox and it did not move.
+</para>
+ </question>
+ <answer>
+ <para>You have to click the &quot;execute&quot; button.
+The other solution: in the configuration settings
+(common preferences -&gt; interface tab) you have to
+check the &quot;execute commands immediately&quot; box.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q07 Can I set up special addresses/ports for my mailserver / newsserver?
+</para>
+ </question>
+ <answer>
+ <para>Yes, you can. In the configuration per account you
+can specify the exact port addresses you want to use.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q08 Does Sylpheed have options for threading messages?
+</para>
+ </question>
+ <answer>
+ <para>Yes. You can switch it on and off in the Summary
+ Menu, just select &quot;Thread View&quot; or press Ctrl+T.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q09 Can I create multiple levels of subfolders to store mail?
+</para>
+ </question>
+ <answer>
+ <para>Absolutely. This is no problem.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q10 Why isn&apos;t Sylpheed sending my mail out?
+</para>
+ </question>
+ <answer>
+ <para>You need to create at least one account in order to
+ send. (This is a wonderful gotcha on LAN installs
+ with only a local mailbox feed).
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q11 How do I apply a patch after downloading it?
+</para>
+ </question>
+ <answer>
+ <para>Copy patch to sylpheed directory
+ Apply the patch:</para>
+ <para>
+ <computeroutput>% patch -p0 &lt; some.patch</computeroutput></para>
+ <para>
+ Or, if it&apos;s gzipped:</para>
+ <para>
+ <computeroutput>% gzip -dc some.patch.gz | patch -p0</computeroutput></para>
+ <para>
+ Run <computeroutput>./autogen.sh</computeroutput>, remove the generated <computeroutput>/config.cache</computeroutput>
+ file (unless you want to install in prefix
+ <computeroutput>/usr/local</computeroutput>).
+ Run <computeroutput>./configure</computeroutput> with the appropriate options and
+ then <computeroutput>make</computeroutput>.
+ (Text as found on the Sylpheed patches page.)
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q12 How do I compile in support for compface pictures?
+</para>
+ </question>
+ <answer>
+ <para>You have to have a package called <computeroutput>libcompface</computeroutput>
+ installed, so this is available for compiling into
+ Sylpheed.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q13 How do I make my own compface image?
+</para>
+ </question>
+ <answer>
+ <para>The faces package contains a program called xbm2ikon script,
+ which converts a 48x48 xbm to the format suitable for
+ compface. Thanks to Jeff Dairiki, you can have a complete online course in this. Visit <ulink url="http://www.dairiki.org/xface/">this page</ulink> for the details.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q14 How can I tell my browser/newsclient/other program to use Sylpheed as e-mail program?
+</para>
+ </question>
+ <answer>
+ <para> In the settings part of the program, write
+ <computeroutput>sylpheed --compose</computeroutput></para>
+ <para>
+Specific options for typical browsers:</para>
+ <itemizedlist>
+ <listitem>
+ <para>Opera: <computeroutput>sylpheed --compose [mailto:%t][?subject=%s] </computeroutput></para>
+ </listitem>
+ <listitem>
+ <para>Galeon: <computeroutput>sylpheed --compose &quot;mailto:%t?subject=%s&quot;</computeroutput></para>
+ </listitem>
+ </itemizedlist>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>Q15 How do I enable GPG support in Sylpheed?
+</para>
+ </question>
+ <answer>
+ <para> When compiling Sylpheed, make sure you add <computeroutput>--enable-gpgme</computeroutput> in the ./configure command.
+When that completes successfully, there is a &quot;privacy&quot; section in the Common preferences.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>Q16 Mutt does not recognize Sylpheed&apos;s MH structure
+</para>
+ </question>
+ <answer>
+ <para>For this to work you need to use the &quot;touch&quot; command in every MH folder. &quot;touch&quot; the file .xmhcache and Mutt should do just fine.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>Q17 Viewing a GIF file within Sylpheed causes a segmentation fault.
+</para>
+ </question>
+ <answer>
+ <para>In case this happens, you can easily fix that by adding the following to /etc/mime.types:</para>
+ <para>
+<computeroutput>image/gif gif</computeroutput>
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>Q18 How can I make Sylpheed notify me when new mail arrives?
+</para>
+ </question>
+ <answer>
+ <para>For this you can do several things:</para>
+ <para>
+* Look at the Sylpheed patch page at <ulink url="http://www.thewildbeast.co.uk/sylpheed/">http://www.thewildbeast.co.uk/sylpheed/</ulink> for a new mail patch.</para>
+ <para>
+* Download Gkrellm or a similar program that is able to notify you of new incoming mail. Gkrellm is available at <ulink url="http://www.gkrellm.net">the Gkrellm page</ulink>
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>Q19 Can I use a spell checker with Sylpheed?
+</para>
+ </question>
+ <answer>
+ <para>Yes. You can use ispell for this. In Common Preferences, in the spot where you can define an alternative editor (as long as you do not use that, of course), you enter &quot;xterm -e ispell %s&quot;. Do not enter the quotes.
+With this set up, you can have spell checked when writing an e-mail by hitting the &quot;Editor&quot; button in the compose window.</para>
+ <para>
+Note that you can enter the xterm type of your choice, so wterm, eterm and aterm should also work, as long as they are installed on your system.</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>Q20 How can I make Sylpheed send my compface image in the mails?
+</para>
+ </question>
+ <answer>
+ <para>In the Configuration menu, Preferences for current account, Send tab, check Add user-defined header and press Edit button. A dialog appears, add a header named &quot;X-Face&quot; and fill the value field with your face data. Note that if you paste the data from a terminal into the field some spurious newlines can be added, and these can mangle your face, be careful.</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q21 I checked out the sources using cvs and cant find any configure script.
+</para>
+ </question>
+ <answer>
+ <para>The cvs versions are meant to be used by developers rather than &quot;normal&quot;
+ users, so the source (or binary) distributions are easier to use.</para>
+ <para>
+ - Yeah, but the latest features from cvs really look sexy...</para>
+ <para>
+ You need to generate the configure script by running &quot;autgen.sh&quot;.
+ Be sure to have autoconf and automake packages installed for this.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q22 Running &quot;autogen.sh&quot; gives errormessages that &quot;AM_PATH_GDK_PIXBUF&quot; or
+ &quot;AM_PATH_(whatever)&quot; is not found.
+</para>
+ </question>
+ <answer>
+ <para>There are some *.m4 files in the &quot;ac/missing&quot; directory. Try to copy
+ them into the &quot;ac&quot; directory and run &quot;autogen.sh&quot; again.</para>
+ <para>
+ If there are still some .m4 files not found (e.g. those from Gtk), try
+ to run </para>
+ <literallayout>
+ % locate m4 | less
+</literallayout>
+ <para>
+ or</para>
+ <literallayout>
+ % locate aclocal | less
+</literallayout>
+ <para>to find additional directories containing those macros. If you find e.g. a
+ &quot;gtk.m4&quot; in &quot;/opt/gnome/share/aclocal&quot;, change following line in
+ &quot;autogen.sh&quot; from</para>
+ <literallayout>
+ aclocal -I ac \
+</literallayout>
+ <para> to</para>
+ <literallayout>
+ aclocal -I ac -I /opt/gnome/share/aclocal \
+</literallayout>
+ <para>and run it again.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q23 I dont want to compile in support for ... any longer, but after running
+ &quot;configure&quot;, those libraries are still used.
+</para>
+ </question>
+ <answer>
+ <para>Remove the &quot;config.cache&quot; file and run &quot;configure&quot; again. You should
+ also use &quot;make clean&quot; to avoid undefined references.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q24 How can I select different applications to open with specific MIME types?
+</para>
+ </question>
+ <answer>
+ <para>The MIME-type-&gt;application associations are kept in /etc/mailcap.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q25 How can I change the suggested mimetype for attachments?
+</para>
+ </question>
+ <answer>
+ <para>The extension-&gt;MIME-type associations are kept in /etc/mime.types
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q26 The folderlist is not updated after I manually moved/copied folders.
+</para>
+ </question>
+ <answer>
+ <para>You need to update Sylpheeds cache. Right click on the mailbox and choose
+ &quot;rescan folder tree&quot;.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q27 How can I revert original settings, e.g. for fonts, keybindings, etc.?
+</para>
+ </question>
+ <answer>
+ <para>Sylpheed keeps its configuration files in $HOME/.sylpheed/sylpheedrc and creates default
+ entries, if none are found. So the easiest way is to quit sylpheed,
+ temporarily renaming your $HOME/.sylpheed e.g. to *.bak and restarting
+ sylpheed in order to get default entries.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q28 What environment variables have effect on Sylpheed?
+</para>
+ </question>
+ <answer>
+ <para>Here are the most common variables:</para>
+ <itemizedlist>
+ <listitem>
+ <para>HOME
+ - location of .sylpheed (config directory) and default folder for Mailboxes.</para>
+ <para>LANG,</para>
+ </listitem>
+ <listitem>
+ <para>LC_ALL,</para>
+ </listitem>
+ <listitem>
+ <para>LC_CTYPE,</para>
+ </listitem>
+ <listitem>
+ <para>LC_MESSAGES</para>
+ <para>- locale settings, e.g. language and date format.</para>
+ </listitem>
+ </itemizedlist>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q29 Special characters (e.g. umlauts) are not displayed correctly.
+</para>
+ </question>
+ <answer>
+ <para>In most cases, this is caused by fonts, that use an unsuitable encoding.</para>
+ <para>
+ Standard Sylpheed currently doesnt offer all font settings in the settings
+ window, so if you take a look into your $HOME/.sylpheedrc, you will find some
+ more font entries in the following form:</para>
+ <literallayout>
+ bold_font=-unknown-Helvetica-bold-r-normal-*-*-110-*-*-p-*-iso8859-1
+</literallayout>
+ <para>The last two entries (&quot;iso8859&quot; and &quot;1&quot;) define the encodig. You can try to
+ use wildcards (&quot;*&quot;) or force a specific encoding.</para>
+ <literallayout>
+ bold_font=-unknown-Helvetica-bold-r-normal-*-*-110-*-*-p-*-*-*
+</literallayout>
+ <para>You should also make sure that your environment variables regarding locale
+ settings have sensible values.</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q30 How can I convert my old mailbox / adressbook from (some mailclient).
+</para>
+ </question>
+ <answer>
+ <para>In the source distribution, you can find some scripts in the &quot;tools&quot;
+ subdirectory, maybe your application is supported. You can also try to
+ export your old mailbox to MH or MBOX format.</para>
+ <para>
+ Tip: Take a look at the &quot;harvest addresses&quot; function from the &quot;tools&quot;
+ menu, it could be a useful alternative or addition, when importing your old
+ contacts.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q31 What config files are there, and what are they used for?
+</para>
+ </question>
+ <answer>
+ <para>Sylpheeds config files can be found in $HOME/.sylpheed. They are in plain
+ text format and quite easy to understand, so dont fear to take a look
+ into them using a texteditor.</para>
+ <itemizedlist>
+ <listitem>
+ <para>sylpheedrc - main configuration: nearly all options from the
+ settings window, e.g. mailbox location, font
+ entries, etc.</para>
+ </listitem>
+ <listitem>
+ <para>accountrc - settings for pop/imap/nntp accounts</para>
+ </listitem>
+ <listitem>
+ <para>actionsrc - user defined actions</para>
+ </listitem>
+ <listitem>
+ <para>customheaderrc - contains user defined header lines</para>
+ </listitem>
+ <listitem>
+ <para>dispheaderrc - headers to display above the mail body</para>
+ </listitem>
+ <listitem>
+ <para>filterrc - traditional filter settings</para>
+ </listitem>
+ <listitem>
+ <para>folderitemrc - folder specific settings, e.g. default outbox</para>
+ </listitem>
+ <listitem>
+ <para>matcherrc - new filtering and scoring settings</para>
+ </listitem>
+ <listitem>
+ <para>menurc - Key bindings</para>
+ </listitem>
+ <listitem>
+ <para>addrbook-*.xml - contents of your addressbook</para>
+ </listitem>
+ <listitem>
+ <para>folderlist.xml - additional folder specific settings, e.g. hiding
+ read messages, sort order, etc.</para>
+ </listitem>
+ </itemizedlist>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q32 What to do when printing an e-mail prints off the paper?
+</para>
+ </question>
+ <answer>
+ <para>You can use enscript for this. Use enscript %s to print everything on one page, or enscript -U2 %s for printing two logical pages on one physical page.
+</para>
+ </answer>
+ </qandaentry>
+ </qandadiv>
+ </qandaset>
+</chapter> \ No newline at end of file
diff --git a/faq/en/faq_003.xml b/faq/en/faq_003.xml
index e6c5fef..0b9af4b 100644
--- a/faq/en/faq_003.xml
+++ b/faq/en/faq_003.xml
@@ -1,5 +1,206 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
- <chapter>
- <title>Sylpheed FAQ - Interface</title>
-
- </chapter> \ No newline at end of file
+<?xml version='1.0' encoding='UTF-8'?><chapter id="sylpheed-faq-3">
+ <title>Sylpheed FAQ - Interface</title>
+ <qandaset>
+ <qandadiv id="faq-interface">
+ <title>Interface</title>
+ <qandaentry>
+ <question>
+ <para>
+Q01 How do I make Sylpheed display my language?
+</para>
+ </question>
+ <answer>
+ <para>You have to set some environment variables such as
+ <computeroutput>LANG,LC_CTYPE, LC_MESSAGES</computeroutput> to your local language.
+ Usually <computeroutput>LANG</computeroutput> (or <computeroutput>LC_ALL</computeroutput>) is sufficient.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q02 I don&apos;t like the default font. Can I change that?
+</para>
+ </question>
+ <answer>
+ <para>Yes. In Configuration-&gt;common preferences under the
+ &quot;Display&quot; tab.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q03 There are too many columns in the message list!!
+</para>
+ </question>
+ <answer>
+ <para>In Configuration-&gt;common preferences under the
+ &quot;Display&quot; tab you can press the button &quot;Set display
+ item of summary&quot;. That pops up a screen with all the
+ options you can show or leave out of the message
+ list.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q04 Can I use a different editor to write my mails?
+</para>
+ </question>
+ <answer>
+ <para>You can. In Configuration-&gt;common preferences under
+ the &quot;Other&quot; tab you can define your editor of choice.
+ Remember, if you want to use a command line editor
+ like vi or emacs, to write the name of the shell
+ (term, term, rxvt) with the -e parameter in front of
+ the editor. E.g.: <computeroutput>rxvt -e vi %s</computeroutput>
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q05 How to change the font size in the Sylpheed interface?
+</para>
+ </question>
+ <answer>
+ <para>You can set the GTK+ font by <computeroutput>$HOME/.gtkrc</computeroutput>, or
+ <computeroutput>$HOME/.gtkrc.mine</computeroutput>,
+ (which is included by <computeroutput>$HOME/.gtkrc</computeroutput>).
+ For example:
+ <computeroutput>style &quot;default&quot; { font = &quot;-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1 &quot; } widget_class &quot;*&quot; style &quot;default&quot;</computeroutput>
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q06 Sylpheed saves my outgoing mail (in Outbox). Can I make it stop doing that?
+</para>
+ </question>
+ <answer>
+ <para>In Configuration-&gt;common preferences there&apos;s a
+ checkbox &quot;Save sent message to outbox&quot;. Uncheck it,
+ and it&apos;s solved.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q07 How can I change the key-bindings (hot-keys) in Sylpheed?
+</para>
+ </question>
+ <answer>
+ <para>That is very simple. Suppose you want to assign a
+ shortcut key to a function, e.g. sending all mail
+ out should start when you press Ctrl-Y. Click the
+ Message&apos; menu and move the mouse over &quot;Send all
+ messages&quot;. Now you press Ctrl-Y. Immediately the menu
+ text is updated and the function is in place. Please
+ note that a previous function that Ctrl-Y was
+ assigned to, will no longer have a shortcut key. If
+ you want to remove the key binding, do the same
+ thing, but press the &quot;delete&quot; key on the menu-item.
+ Then the key binding is removed.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q08 Can I close windows without the mouse?
+</para>
+ </question>
+ <answer>
+ <para>Of course!! Not all windows, but by pressing ESCape,
+ you can close the addressbook, the window of viewing
+ a mail-source (message-&gt;view source), the window of
+ viewing the headers, and several others. Just give
+ it a try and you will find all of them.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q09 Can I change the way the date is displayed in the message summary?
+</para>
+ </question>
+ <answer>
+ <para>As of 0.4.65 you can. The options are:
+ %y = year in numbers %m = month in number
+ %d = day in numbers %c = date/time for locale
+ %A = full weekday name %a = short month name
+ %B = full month name %b = short month name
+ %H = hours in 24-clock %I = hours in 12-clock
+ For more information go to the configuration menu,
+ select Common preferences / Display and move the
+ mouse cursor over the input box for the date display
+ format.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q10 Why can&apos;t I see the compface pictures?
+</para>
+ </question>
+ <answer>
+ <para>You need to enable displaying of the header pane in the
+ general preferences
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q11 I still can&apos;t see the pictures. Why not?
+</para>
+ </question>
+ <answer>
+ <para>You may not have compiled in Compface support. See Q11
+ in the Installation/Configuration section.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q12 Why does the URL Launcher not launch my webbrowser?
+</para>
+ </question>
+ <answer>
+ <para>You need to double-click the url.
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q13 Attachments with spaces in the name won&apos;t open!
+</para>
+ </question>
+ <answer>
+ <para>When you try to launch a helper application, like an image viewer, with an attachment that has spaces in the name, put quotes around the %s
+parameter. Example: gedit &apos;%s&apos;
+</para>
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para>
+Q14. Where is the Bcc when I compose a mail?
+</para>
+ </question>
+ <answer>
+ <para>Open Configuration -&gt; Preferences for current account -&gt; Compose. There you can check the Bcc checkbox and optionally enter an e-mail address.
+</para>
+ </answer>
+ </qandaentry>
+ </qandadiv>
+ </qandaset>
+</chapter> \ No newline at end of file
diff --git a/faq/en/faq_004.xml b/faq/en/faq_004.xml
new file mode 100644
index 0000000..0a67734
--- /dev/null
+++ b/faq/en/faq_004.xml
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='UTF-8'?><appendix id="sylpheed-faq-4">
+ <appendixinfo>
+ <title>The Sylpheed Documentation Team</title>
+ </appendixinfo>
+ <title>The Sylpheed Documentation Team</title>
+ <section>
+ <title>The Sylpheed Documentation Team</title>
+ <para>
+ The Sylpheed Documentation Team:</para>
+ <literallayout>
+Francois Barriere fbarriere@users.sourceforge.net
+Martin Bretschneider furbour@users.sourceforge.net
+Olivier Delhomme dup@users.sourceforge.net
+Doruk Fisek dobidik@users.sourceforge.net
+Melvin Hadasht mhadasht@users.sourceforge.net
+Nicolas Kaiser nikai@users.sourceforge.net
+Paul Kater pkater@users.sourceforge.net
+Ricardo Mones Lastra mones@users.sourceforge.net
+Jens Oberender jobi@users.sourceforge.net
+Marcelo Ramos hackpando@users.sourceforge.net
+Guido Rudolphi malatesta@users.sourceforge.net
+Frank Weng fweng@users.sourceforge.net
+</literallayout>
+<!-- - GNU Project - Free Software Foundation (FSF) --><!-- LINK REV="made" HREF="mailto:webmasters@gnu.org" --> </section>
+</appendix> \ No newline at end of file
diff --git a/faq/en/fdl.xml b/faq/en/fdl.xml
new file mode 100644
index 0000000..e3ae267
--- /dev/null
+++ b/faq/en/fdl.xml
@@ -0,0 +1,382 @@
+<?xml version='1.0' encoding='UTF-8'?><appendix id="sylpheed-faq-5">
+ <appendixinfo>
+ <title>GNU Free Documentation License</title>
+ <pubdate>Version 1.2, November 2002</pubdate>
+ <copyright>
+ <year>2000,2001,2002</year>
+ <holder>Free Software Foundation, Inc.</holder>
+ </copyright>
+ <legalnotice id="gfdl-legalnotice">
+ <para><address>Free Software Foundation, Inc. <street>51 Franklin St, Fifth Floor</street>, <city>Boston</city>, <state>MA</state><postcode>02110-1301</postcode><country>USA</country></address></para>
+ <para>Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.</para>
+ </legalnotice>
+ <releaseinfo>Version 1.2, November 2002</releaseinfo>
+ </appendixinfo>
+ <title>GNU Free Documentation License</title>
+ <section id="gfdl-0">
+ <title>PREAMBLE</title>
+ <para>The purpose of this License is to make a manual, textbook, or
+other functional and useful document &quot;free&quot; in the sense of freedom: to
+assure everyone the effective freedom to copy and redistribute it, with
+or without modifying it, either commercially or noncommercially.
+Secondarily, this License preserves for the author and publisher a way
+to get credit for their work, while not being considered responsible for
+modifications made by others.</para>
+ <para>This License is a kind of &quot;copyleft&quot;, which means that derivative
+works of the document must themselves be free in the same sense. It
+complements the GNU General Public License, which is a copyleft license
+designed for free software.</para>
+ <para>We have designed this License in order to use it for manuals for
+free software, because free software needs free documentation: a free
+program should come with manuals providing the same freedoms that the
+software does. But this License is not limited to software manuals; it
+can be used for any textual work, regardless of subject matter or
+whether it is published as a printed book. We recommend this License
+principally for works whose purpose is instruction or reference.</para>
+ </section>
+ <section id="gfdl-1">
+ <title>APPLICABILITY AND DEFINITIONS</title>
+ <para id="gfdl-doc">This License applies to any manual or other work, in
+any medium, that contains a notice placed by the copyright holder saying
+it can be distributed under the terms of this License. Such a notice
+grants a world-wide, royalty-free license, unlimited in duration, to use
+that work under the conditions stated herein. The &quot;Document&quot;, below,
+refers to any such manual or work. Any member of the public is a
+licensee, and is addressed as &quot;you&quot;. You accept the license if you
+copy, modify or distribute the work in a way requiring permission under
+copyright law.</para>
+ <para id="gfdl-mod-ver">A &quot;Modified Version&quot; of the Document means any
+work containing the Document or a portion of it, either copied verbatim,
+or with modifications and/or translated into another language.</para>
+ <para id="gfdl-secnd-sect">A &quot;Secondary Section&quot; is a named appendix or
+a front-matter section of the Document that deals exclusively with the
+relationship of the publishers or authors of the Document to the
+Document&apos;s overall subject (or to related matters) and contains nothing
+that could fall directly within that overall subject. (Thus, if the
+Document is in part a textbook of mathematics, a Secondary Section may
+not explain any mathematics.) The relationship could be a matter of
+historical connection with the subject or with related matters, or of
+legal, commercial, philosophical, ethical or political position
+regarding them.</para>
+ <para id="gfdl-inv-sect">The &quot;Invariant Sections&quot; are certain Secondary
+Sections whose titles are designated, as being those of Invariant
+Sections, in the notice that says that the Document is released under
+this License. If a section does not fit the above definition of
+Secondary then it is not allowed to be designated as Invariant. The
+Document may contain zero Invariant Sections. If the Document does not
+identify any Invariant Sections then there are none.</para>
+ <para id="gfdl-cov-text">The &quot;Cover Texts&quot; are certain short passages of
+text that are listed, as Front-Cover Texts or Back-Cover Texts, in the
+notice that says that the Document is released under this License. A
+Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at
+most 25 words.</para>
+ <para id="gfdl-transparent">A &quot;Transparent&quot; copy of the Document means a
+machine-readable copy, represented in a format whose specification is
+available to the general public, that is suitable for revising the
+document straightforwardly with generic text editors or (for images
+composed of pixels) generic paint programs or (for drawings) some widely
+available drawing editor, and that is suitable for input to text
+formatters or for automatic translation to a variety of formats suitable
+for input to text formatters. A copy made in an otherwise Transparent
+file format whose markup, or absence of markup, has been arranged to
+thwart or discourage subsequent modification by readers is not
+Transparent. An image format is not Transparent if used for any
+substantial amount of text. A copy that is not &quot;Transparent&quot; is called
+&quot;Opaque&quot;.</para>
+ <para>Examples of suitable formats for Transparent copies include plain
+ASCII without markup, Texinfo input format, LaTeX input format, SGML or
+XML using a publicly available DTD, and standard-conforming simple HTML,
+PostScript or PDF designed for human modification. Examples of
+transparent image formats include PNG, XCF and JPG. Opaque formats
+include proprietary formats that can be read and edited only by
+proprietary word processors, SGML or XML for which the DTD and/or
+processing tools are not generally available, and the machine-generated
+HTML, PostScript or PDF produced by some word processors for output
+purposes only.</para>
+ <para id="gfdl-title-page">The &quot;Title Page&quot; means, for a printed book,
+the title page itself, plus such following pages as are needed to hold,
+legibly, the material this License requires to appear in the title page.
+For works in formats which do not have any title page as such, &quot;Title
+Page&quot; means the text near the most prominent appearance of the work&apos;s
+title, preceding the beginning of the body of the text.</para>
+ <para id="gfdl-entitled">A section &quot;Entitled XYZ&quot; means a named subunit
+of the Document whose title either is precisely XYZ or contains XYZ in
+parentheses following text that translates XYZ in another language.
+(Here XYZ stands for a specific section name mentioned below, such as
+&quot;Acknowledgements&quot;, &quot;Dedications&quot;, &quot;Endorsements&quot;, or &quot;History&quot;.) To
+&quot;Preserve the Title&quot; of such a section when you modify the Document
+means that it remains a section &quot;Entitled XYZ&quot; according to this
+definition.</para>
+ <para>The Document may include Warranty Disclaimers next to the notice
+which states that this License applies to the Document. These Warranty
+Disclaimers are considered to be included by reference in this License,
+but only as regards disclaiming warranties: any other implication that
+these Warranty Disclaimers may have is void and has no effect on the
+meaning of this License.</para>
+ </section>
+ <section id="gfdl-2">
+ <title>VERBATIM COPYING</title>
+ <para>You may copy and distribute the Document in any medium, either
+commercially or noncommercially, provided that this License, the
+copyright notices, and the license notice saying this License applies to
+the Document are reproduced in all copies, and that you add no other
+conditions whatsoever to those of this License. You may not use
+technical measures to obstruct or control the reading or further copying
+of the copies you make or distribute. However, you may accept
+compensation in exchange for copies. If you distribute a large enough
+number of copies you must also follow the conditions in section 3.
+</para>
+ <para>You may also lend copies, under the same conditions stated above,
+and you may publicly display copies.</para>
+ </section>
+ <section id="gfdl-3">
+ <title>COPYING IN QUANTITY</title>
+ <para>If you publish printed copies (or copies in media that commonly
+have printed covers) of the Document, numbering more than 100, and the
+Document&apos;s license notice requires Cover Texts, you must enclose the
+copies in covers that carry, clearly and legibly, all these Cover Texts:
+Front-Cover Texts on the front cover, and Back-Cover Texts on the back
+cover. Both covers must also clearly and legibly identify you as the
+publisher of these copies. The front cover must present the full title
+with all words of the title equally prominent and visible. You may add
+other material on the covers in addition. Copying with changes limited
+to the covers, as long as they preserve the title of the Document and
+satisfy these conditions, can be treated as verbatim copying in other
+respects.</para>
+ <para>If the required texts for either cover are too voluminous to fit
+legibly, you should put the first ones listed (as many as fit
+reasonably) on the actual cover, and continue the rest onto adjacent
+pages.</para>
+ <para>If you publish or distribute Opaque copies of the Document
+numbering more than 100, you must either include a machine-readable
+Transparent copy along with each Opaque copy, or state in or with each
+Opaque copy a computer-network location from which the general
+network-using public has access to download using public-standard
+network protocols a complete Transparent copy of the Document, free of
+added material. If you use the latter option, you must take reasonably
+prudent steps, when you begin distribution of Opaque copies in quantity,
+to ensure that this Transparent copy will remain thus accessible at the
+stated location until at least one year after the last time you
+distribute an Opaque copy (directly or through your agents or retailers)
+of that edition to the public.</para>
+ <para>It is requested, but not required, that you contact the authors of
+the Document well before redistributing any large number of copies, to
+give them a chance to provide you with an updated version of the
+Document.</para>
+ </section>
+ <section id="gfdl-4">
+ <title>MODIFICATIONS</title>
+ <para>You may copy and distribute a Modified Version of the Document
+under the conditions of sections 2 and 3 above, provided that you
+release the Modified Version under precisely this License, with the
+Modified Version filling the role of the Document, thus licensing
+distribution and modification of the Modified Version to whoever
+possesses a copy of it. In addition, you must do these things in the
+Modified Version:</para>
+ <orderedlist numeration="upperalpha" id="gfdl-modif-cond">
+ <title>GNU FDL Modification Conditions</title>
+ <listitem>
+ <simpara>Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>State on the Title page the name of the publisher of the Modified Version, as the publisher.</simpara>
+ </listitem>
+ <listitem>
+ <simpara>Preserve all the copyright notices of the Document. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the <link linkend="gfdl-addendum">Addendum</link> below. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document&apos;s license notice.</simpara>
+ </listitem>
+ <listitem>
+ <simpara>Include an unaltered copy of this License. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Preserve the section Entitled &quot;History&quot;, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled &quot;History&quot; in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the &quot;History&quot; section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>For any section Entitled &quot;Acknowledgements&quot; or &quot;Dedications&quot;, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Delete any section Entitled &quot;Endorsements&quot;. Such a section may not be included in the Modified Version. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Do not retitle any existing section to be Entitled &quot;Endorsements&quot; or to conflict in title with any Invariant Section. </simpara>
+ </listitem>
+ <listitem>
+ <simpara>Preserve any Warranty Disclaimers. </simpara>
+ </listitem>
+ </orderedlist>
+ <para>If the Modified Version includes new front-matter sections or
+appendices that qualify as Secondary Sections and contain no material
+copied from the Document, you may at your option designate some or all
+of these sections as invariant. To do this, add their titles to the
+list of Invariant Sections in the Modified Version&apos;s license notice.
+These titles must be distinct from any other section titles.</para>
+ <para>You may add a section Entitled &quot;Endorsements&quot;, provided it
+contains nothing but endorsements of your Modified Version by various
+parties--for example, statements of peer review or that the text has
+been approved by an organization as the authoritative definition of a
+standard.</para>
+ <para>You may add a passage of up to five words as a Front-Cover Text,
+and a passage of up to 25 words as a Back-Cover Text, to the end of the
+list of Cover Texts in the Modified Version. Only one passage of
+Front-Cover Text and one of Back-Cover Text may be added by (or through
+arrangements made by) any one entity. If the Document already includes
+a cover text for the same cover, previously added by you or by
+arrangement made by the same entity you are acting on behalf of, you may
+not add another; but you may replace the old one, on explicit permission
+from the previous publisher that added the old one.</para>
+ <para>The author(s) and publisher(s) of the Document do not by this
+License give permission to use their names for publicity for or to
+assert or imply endorsement of any Modified Version.</para>
+ </section>
+ <section id="gfdl-5">
+ <title>COMBINING DOCUMENTS</title>
+ <para>You may combine the Document with other documents released under
+this License, under the terms defined in <link linkend="gfdl-4">section 4</link> above for modified versions, provided that you include in the
+combination all of the Invariant Sections of all of the original
+documents, unmodified, and list them all as Invariant Sections of your
+combined work in its license notice, and that you preserve all their
+Warranty Disclaimers.</para>
+ <para>The combined work need only contain one copy of this License, and
+multiple identical Invariant Sections may be replaced with a single
+copy. If there are multiple Invariant Sections with the same name but
+different contents, make the title of each such section unique by adding
+at the end of it, in parentheses, the name of the original author or
+publisher of that section if known, or else a unique number. Make the
+same adjustment to the section titles in the list of Invariant Sections
+in the license notice of the combined work.</para>
+ <para>In the combination, you must combine any sections Entitled
+&quot;History&quot; in the various original documents, forming one section
+Entitled &quot;History&quot;; likewise combine any sections Entitled
+&quot;Acknowledgements&quot;, and any sections Entitled &quot;Dedications&quot;. You must
+delete all sections Entitled &quot;Endorsements&quot;.</para>
+ </section>
+ <section id="gfdl-6">
+ <title>COLLECTIONS OF DOCUMENTS</title>
+ <para>You may make a collection consisting of the Document and other
+documents released under this License, and replace the individual copies
+of this License in the various documents with a single copy that is
+included in the collection, provided that you follow the rules of this
+License for verbatim copying of each of the documents in all other
+respects.</para>
+ <para>You may extract a single document from such a collection, and
+distribute it individually under this License, provided you insert a
+copy of this License into the extracted document, and follow this
+License in all other respects regarding verbatim copying of that
+document.</para>
+ </section>
+ <section id="gfdl-7">
+ <title>AGGREGATION WITH INDEPENDENT WORKS</title>
+ <para>A compilation of the Document or its derivatives with other
+separate and independent documents or works, in or on a volume of a
+storage or distribution medium, is called an &quot;aggregate&quot; if the
+copyright resulting from the compilation is not used to limit the legal
+rights of the compilation&apos;s users beyond what the individual works
+permit. When the Document is included in an aggregate, this License does
+not apply to the other works in the aggregate which are not themselves
+derivative works of the Document.</para>
+ <para>If the Cover Text requirement of section 3 is applicable to these
+copies of the Document, then if the Document is less than one half of
+the entire aggregate, the Document&apos;s Cover Texts may be placed on covers
+that bracket the Document within the aggregate, or the electronic
+equivalent of covers if the Document is in electronic form. Otherwise
+they must appear on printed covers that bracket the whole
+aggregate.</para>
+ </section>
+ <section id="gfdl-8">
+ <title>TRANSLATION</title>
+ <para>Translation is considered a kind of modification, so you may
+distribute translations of the Document under the terms of section 4.
+Replacing Invariant Sections with translations requires special
+permission from their copyright holders, but you may include
+translations of some or all Invariant Sections in addition to the
+original versions of these Invariant Sections. You may include a
+translation of this License, and all the license notices in the
+Document, and any Warranty Disclaimers, provided that you also include
+the original English version of this License and the original versions
+of those notices and disclaimers. In case of a disagreement between the
+translation and the original version of this License or a notice or
+disclaimer, the original version will prevail.</para>
+ <para>If a section in the Document is Entitled &quot;Acknowledgements&quot;,
+&quot;Dedications&quot;, or &quot;History&quot;, the requirement (section 4) to Preserve its
+Title (section 1) will typically require changing the actual
+title.</para>
+ </section>
+ <section id="gfdl-9">
+ <title>TERMINATION</title>
+ <para>You may not copy, modify, sublicense, or distribute the Document
+except as expressly provided for under this License. Any other attempt
+to copy, modify, sublicense or distribute the Document is void, and will
+automatically terminate your rights under this License. However,
+parties who have received copies, or rights, from you under this License
+will not have their licenses terminated so long as such parties remain
+in full compliance.</para>
+ </section>
+ <section id="gfdl-10">
+ <title>FUTURE REVISIONS OF THIS LICENSE</title>
+ <para>The Free Software Foundation may publish new, revised versions of
+the GNU Free Documentation License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in
+detail to address new problems or concerns. See
+http://www.gnu.org/copyleft/.</para>
+ <para>Each version of the License is given a distinguishing version
+number. If the Document specifies that a particular numbered version of
+this License &quot;or any later version&quot; applies to it, you have the option
+of following the terms and conditions either of that specified version
+or of any later version that has been published (not as a draft) by the
+Free Software Foundation. If the Document does not specify a version
+number of this License, you may choose any version ever published (not
+as a draft) by the Free Software Foundation.</para>
+ </section>
+ <section id="gfdl-addendum">
+ <title>ADDENDUM: How to use this License for your documents</title>
+ <para>To use this License in a document you have written, include a copy
+of the License in the document and put the following copyright and
+license notices just after the title page:</para>
+ <blockquote id="copyright-sample">
+ <title>Sample Invariant Sections list</title>
+ <para>
+ Copyright (c) YEAR YOUR NAME.
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.2
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ A copy of the license is included in the section entitled &quot;GNU
+ Free Documentation License&quot;.
+</para>
+ </blockquote>
+ <para>If you have Invariant Sections, Front-Cover Texts and Back-Cover
+Texts, replace the &quot;with...Texts.&quot; line with this:</para>
+ <blockquote id="inv-cover-sample">
+ <title>Sample Invariant Sections list</title>
+ <para>
+ with the Invariant Sections being LIST THEIR TITLES, with the
+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
+</para>
+ </blockquote>
+ <para>If you have Invariant Sections without Cover Texts, or some other
+combination of the three, merge those two alternatives to suit the
+situation.</para>
+ <para>If your document contains nontrivial examples of program code, we
+recommend releasing these examples in parallel under your choice of free
+software license, such as the GNU General Public License, to permit
+their use in free software.</para>
+ </section>
+</appendix> \ No newline at end of file