summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpknbe <pknbe>2009-08-27 03:41:16 +0000
committerpknbe <pknbe>2009-08-27 03:41:16 +0000
commit56b9918842e5a489875a34d4957c1d574cca0c93 (patch)
tree324631f31d08a5d4cf59ec7c8ac7896eca90ae63
parent691412aab221a02eb96298bb1a632d8d97354bfa (diff)
downloadsylpheeddoc-doc-56b9918842e5a489875a34d4957c1d574cca0c93.tar.gz
sylpheeddoc-doc-56b9918842e5a489875a34d4957c1d574cca0c93.tar.xz
sylpheeddoc-doc-56b9918842e5a489875a34d4957c1d574cca0c93.zip
Better formatting of qandaset tables. Still using
the shade.verbatim parameter for the IE compatibility's sake. qandaset TOCs are now generated in each FAQ chunk.
-rw-r--r--faq/en/ChangeLog6
-rw-r--r--faq/en/faq_001.xml23
-rw-r--r--faq/en/faq_002.xml32
-rw-r--r--faq/en/faq_003.xml16
4 files changed, 35 insertions, 42 deletions
diff --git a/faq/en/ChangeLog b/faq/en/ChangeLog
index 4b5bce5..747b817 100644
--- a/faq/en/ChangeLog
+++ b/faq/en/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-27 Petr Kovar <pknbe@volny.cz>
+
+ * *.xml: Better formatting of qandaset tables. Still using
+ the shade.verbatim parameter for the IE compatibility's sake.
+ qandaset TOCs are now generated in each FAQ chunk.
+
2009-08-23 Petr Kovar <pknbe@volny.cz>
* *.xml: First round of very basic FAQ updates.
diff --git a/faq/en/faq_001.xml b/faq/en/faq_001.xml
index 1fec3f5..1ead37f 100644
--- a/faq/en/faq_001.xml
+++ b/faq/en/faq_001.xml
@@ -1,8 +1,7 @@
<?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>
+<title>Sylpheed FAQ - General Information</title>
+<qandaset id="faq-general">
+<?dbhtml cellspacing="13px" ?>
<!--
<qandaentry>
<question id="">
@@ -508,12 +507,12 @@
</question>
<answer>
<para>The current members of the Sylpheed Documentation Project are:</para>
- <literallayout>
+ <programlisting>
Francois Barriere fbarriere@users.sourceforge.net
Petr Kovar pknbe@users.sourceforge.net
-</literallayout>
+</programlisting>
<para>Below is the list of former members of the Sylpheed Documentation Project. Big thank you goes to all of them!</para>
- <literallayout>
+ <programlisting>
Martin Bretschneider furbour@users.sourceforge.net
Olivier Delhomme dup@users.sourceforge.net
Doruk Fisek dobidik@users.sourceforge.net
@@ -525,9 +524,9 @@ 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>
+</programlisting>
</answer>
- </qandaentry>
- </qandadiv>
- </qandaset>
-</chapter> \ No newline at end of file
+</qandaentry>
+</qandaset>
+</chapter>
+
diff --git a/faq/en/faq_002.xml b/faq/en/faq_002.xml
index 4a0da77..a08647e 100644
--- a/faq/en/faq_002.xml
+++ b/faq/en/faq_002.xml
@@ -1,8 +1,7 @@
<?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>
+<title>Sylpheed FAQ - Installation and Configuration</title>
+<qandaset id="faq-installation">
+<?dbhtml cellspacing="13px" ?>
<qandaentry>
<question>
<para>What does it take to compile Sylpheed?
@@ -315,25 +314,16 @@ When that completes successfully, there is a <guimenuitem>Privacy</guimenuitem>
them into the <filename>ac</filename> directory and run <filename>autogen.sh</filename> again.</para>
<para>
If there are still some <filename>.m4</filename> 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
+ to run <command>% locate m4 | less</command> or <command>% locate aclocal | less</command> to find additional directories containing those macros. If you find e.g. a
<filename>gtk.m4</filename> in <filename>/opt/gnome/share/aclocal</filename>, change following line in
<filename>autogen.sh</filename> from</para>
- <literallayout>
+ <programlisting>
aclocal -I ac \
-</literallayout>
+</programlisting>
<para> to</para>
- <literallayout>
+ <programlisting>
aclocal -I ac -I /opt/gnome/share/aclocal \
-</literallayout>
+</programlisting>
<para>and run it again.
</para>
</answer>
@@ -500,6 +490,6 @@ When that completes successfully, there is a <guimenuitem>Privacy</guimenuitem>
</para>
</answer>
</qandaentry>
- </qandadiv>
- </qandaset>
-</chapter> \ No newline at end of file
+</qandaset>
+</chapter>
+
diff --git a/faq/en/faq_003.xml b/faq/en/faq_003.xml
index 1ba5cfa..ddf7131 100644
--- a/faq/en/faq_003.xml
+++ b/faq/en/faq_003.xml
@@ -1,9 +1,8 @@
<?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>
+<title>Sylpheed FAQ - Interface</title>
+<qandaset id="faq-interface">
+<?dbhtml cellspacing="13px" ?>
<qandaentry>
<question>
<para>How do I make Sylpheed display my language?
@@ -121,13 +120,13 @@
</para>
</question>
<answer>
- <para>As of 0.4.65 you can. The options are:
+ <para>As of 0.4.65 you can. The options are:</para><programlisting>
%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 <guimenu>Configuration</guimenu> menu,
+ %H = hours in 24-clock %I = hours in 12-clock</programlisting>
+ <para>For more information, go to the <guimenu>Configuration</guimenu> menu,
select <guimenuitem>Common preferences</guimenuitem> -&gt; <guimenuitem>Display</guimenuitem> tab -&gt; <guimenuitem>General</guimenuitem> tab and choose the <guibutton>...</guibutton> labeled button.
</para>
</answer>
@@ -184,6 +183,5 @@ parameter. Example: <command>gedit &apos;%s&apos;</command>
</para>
</answer>
</qandaentry>
- </qandadiv>
- </qandaset>
+</qandaset>
</chapter>