summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordup <dup>2005-07-11 22:18:14 +0000
committerdup <dup>2005-07-11 22:18:14 +0000
commit65ff60a39c8baf854e0684924c0dde887a20b080 (patch)
treef0524983f80a9e8eabd63d3716213f800bef5386
parent6f9cd352e8f99483bd9268b401f78d531b086587 (diff)
downloadsylpheeddoc-doc-65ff60a39c8baf854e0684924c0dde887a20b080.tar.gz
sylpheeddoc-doc-65ff60a39c8baf854e0684924c0dde887a20b080.tar.xz
sylpheeddoc-doc-65ff60a39c8baf854e0684924c0dde887a20b080.zip
Added the english skeleton for the Sylpheed FAQ new DocBook format :
3 chapters : 3 separate files and one master. faq.xml faq_001.xml faq_002.xml faq_003.xml
-rw-r--r--faq/en/faq.xml81
-rw-r--r--faq/en/faq_001.xml5
-rw-r--r--faq/en/faq_002.xml5
-rw-r--r--faq/en/faq_003.xml5
4 files changed, 96 insertions, 0 deletions
diff --git a/faq/en/faq.xml b/faq/en/faq.xml
new file mode 100644
index 0000000..a5eedd1
--- /dev/null
+++ b/faq/en/faq.xml
@@ -0,0 +1,81 @@
+<?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">
+]>
+<book>
+ <title>Sylpheed FAQ</title>
+
+ <bookinfo>
+ <abstract>
+ <para></para>
+ </abstract>
+
+ <copyright>
+ <year>2005</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
+ 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".
+ </para>
+ </legalnotice>
+
+ <author>
+ <firstname>Paul</firstname>
+ <surname>Kater</surname>
+ <affiliation>
+ <address><email>paul AT nlpagan DOT net</email></address>
+ </affiliation>
+ </author>
+ <author>
+ <firstname>Jens</firstname>
+ <surname>Oberender</surname>
+ <affiliation>
+ <address><email>j DOT obi AT troja DOT net</email></address>
+ </affiliation>
+ </author>
+ <author>
+ <firstname>François</firstname>
+ <surname>Barriere</surname>
+ <affiliation>
+ <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>
+ </affiliation>
+ </author>
+ <revhistory>
+ <!-- ******************************************************************************** -->
+ <revision>
+ <revnumber>2.1</revnumber>
+ <date>2005/07/08</date>
+ <authorinitials>OD</authorinitials>
+ <revremark>Ported to DocBook/XML.</revremark>
+ </revision>
+ <!-- ******************************************************************************** -->
+ </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;
+
+</book>
diff --git a/faq/en/faq_001.xml b/faq/en/faq_001.xml
new file mode 100644
index 0000000..8daee0e
--- /dev/null
+++ b/faq/en/faq_001.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+ <chapter>
+ <title>Sylpheed FAQ - General information</title>
+
+ </chapter> \ No newline at end of file
diff --git a/faq/en/faq_002.xml b/faq/en/faq_002.xml
new file mode 100644
index 0000000..4108006
--- /dev/null
+++ b/faq/en/faq_002.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+ <chapter>
+ <title>Sylpheed FAQ - Installation and Configuration</title>
+
+ </chapter> \ No newline at end of file
diff --git a/faq/en/faq_003.xml b/faq/en/faq_003.xml
new file mode 100644
index 0000000..e6c5fef
--- /dev/null
+++ b/faq/en/faq_003.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+ <chapter>
+ <title>Sylpheed FAQ - Interface</title>
+
+ </chapter> \ No newline at end of file