Replace template-only help handbook with new default format.

pull/1/head
Darrell Anderson 12 years ago
parent d2656235d0
commit 037de469d4

@ -1,99 +1,62 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY basket "<application>Basket</application>">
<!ENTITY kappname "&basket;"> <!ENTITY kappname "&basket;">
<!ENTITY basket "<application>BasKet</application>">
<!ENTITY % addindex "IGNORE"> <!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here --> <!ENTITY % English "INCLUDE">
]> ]>
<!-- Important note: please use template.docbook instead of this file.
This is only the conversion of app.sgml into DocBook SGML. <article lang="&language;">
template.docbook gives you more information on what you can and <title>The &kappname; Handbook</title>
should do. Thanks. -->
<articleinfo>
<book lang="&language;"> <title>The &kappname; Handbook</title>
<bookinfo> <authorgroup>
<title>The BasKet Handbook</title> <author>&tde-authors;</author>
<authorgroup> <!-- TRANS:ROLES_OF_TRANSLATORS -->
<author> </authorgroup>
<firstname>Sébastien</firstname>
<surname>Laoût</surname> <releaseinfo>&tde-release-version;</releaseinfo>
<affiliation><address><email>slaout@linux62.org</email></address></affiliation> <date>Reviewed: &tde-release-date;</date>
</author>
</authorgroup> <copyright>
<date>01/18/2005</date> <year>&tde-copyright-date;</year>
<releaseinfo>1.0.3.1</releaseinfo> <holder>&tde-team;</holder>
<abstract> </copyright>
<para>Taking care of your ideas.</para>
</abstract> <legalnotice>&FDLNotice;</legalnotice>
<keywordset>
<keyword>KDE</keyword> <abstract>
<keyword>BasKet</keyword> <para>
</keywordset> &kappname; is an all-purpose notes taker.
</bookinfo> </para>
</abstract>
<chapter id="introduction">
<title>Introduction</title> <keywordset>
<para>&basket; is mainly an all-purpose notes taker, but a particular one:</para> <keyword>TDE</keyword>
</chapter> <keyword>basket</keyword>
<keyword>notes</keyword>
<chapter id="installation"> </keywordset>
<title>Installation</title>
</articleinfo>
<sect1 id="how-to-obtain-BasKet">
<title>How to obtain &basket;</title> <sect1 id="apologies">
<para></para> <title>We Apologize</title>
</sect1> <para>No documentation has yet been written for &kappname;.</para>
<sect1 id="requirements"> <para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde;
<title>Requirements</title> web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php">
<para></para> &tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/">
</sect1> &tde; bug tracker</ulink>.</para>
<sect1 id="compilation-and-installation"> <para>If you are interested in helping, please consider writing the help file.
<title>Compilation and Installation</title> Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para>
<para>Compiling BasKet is very easy. The following should do it: <para>Thank you for helping and thank you for your patience.</para>
<screen>
<prompt>%</prompt> <userinput><command>./configure</command></userinput> &underFDL;
<prompt>%</prompt> <userinput><command>make</command></userinput>
<prompt>%</prompt> <userinput><command>make</command> install</userinput> </sect1>
</screen>
</para> </article>
<para>That should do it! Should you run into any problems,
please report them to the <ulink
url="mailto:slaout@linux62.org">author</ulink></para>
</sect1>
</chapter>
<chapter id="using-BasKet">
<title>Using BasKet</title>
<para></para>
</chapter>
<chapter id="questions-answers-and-tips">
<title>Questions, Answers, and Tips</title>
<qandaset id="faq">
<title>Frequently asked questions</title>
<qandaentry>
<question>
<para>Question 1</para>
</question>
<answer>
<para>The answer</para>
</answer>
</qandaentry>
</qandaset>
</chapter>
</book>
<!--
Local Variables:
mode: sgml
sgml-omittag: nil
sgml-shorttag: t
sgml-general-insert-case: lower
End:
-->

Loading…
Cancel
Save