diff options
-rw-r--r-- | doc/kaboodle/index.docbook | 83 | ||||
-rw-r--r-- | kaboodle/kaboodle.desktop | 1 |
2 files changed, 36 insertions, 48 deletions
diff --git a/doc/kaboodle/index.docbook b/doc/kaboodle/index.docbook index 9e8563de..cf7be254 100644 --- a/doc/kaboodle/index.docbook +++ b/doc/kaboodle/index.docbook @@ -1,78 +1,65 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY kappname "<application>kaboodle</application>"> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kappname "<application>Kaboodle</application>"> <!ENTITY package "tdemultimedia"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"> ]> -<book lang="&language;"> +<!-- Note: When updating this empty handbook, remember that usually most handbooks --> +<!-- use the book model rather than article. Feel free to use article if the new handbook --> +<!-- remains really short. --> -<bookinfo> +<article lang="&language;"> +<title>The &kappname; Handbook</title> + +<articleinfo> <title>The &kappname; Handbook</title> <authorgroup> -<author> -<firstname></firstname> -<othername></othername> -<surname></surname> -<affiliation> -<address><email></email></address> -</affiliation> -</author> +<corpauthor>&tde-team;</corpauthor> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> -<legalnotice>&FDLNotice;</legalnotice> +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> -<!-- Date and version information of the documentation -Don't forget to include this last date and this last revision number, we -need them for translation coordination ! -Please respect the format of the date (YYYY-MM-DD) and of the version -(Major.minor.lesser), it could be used by automation scripts --> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> -<date>2000-09-02</date> -<releaseinfo>0.00.00</releaseinfo> - -<!-- Abstract about this handbook --> +<!-- <legalnotice>&FDLNotice;</legalnotice> --> <abstract> <para> -&kaboodle; is a one file quick media player for &kde; +&kappname; is a lean TDE media player. </para> </abstract> - <keywordset> -<keyword>KDE</keyword> -<keyword>Kapp</keyword> +<keyword>TDE</keyword> </keywordset> -</bookinfo> +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for &kappname;.</para> + +<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; +web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> +&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> +&tde; bug tracker</ulink>.</para> + +<para>If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> -<chapter id="introduction"> <title>Introduction</title> <para>Sorry, but -the documentation for &kappname; was not finished when &kde; was installed on -this computer.</para> <para>If you need help, please check <ulink -url="http://www.kde.org">The &kde; Website</ulink> for updates, or by -submitting your question to <ulink url="mailto:kde@kde.org">The -&kde; User Mailing list</ulink>.</para> <para><emphasis>The &kde; -Team</emphasis></para> +<para>Thank you for helping and thank you for your patience.</para> &underFDL; -</chapter> +</sect1> &documentation.index; -</book> - -<!-- -Local Variables: -mode: sgml -sgml-minimize-attributes:nil -sgml-general-insert-case:lower -sgml-indent-step:0 -sgml-indent-data:nil -End: - -// vim:ts=2:sw=2:tw=78:noet ---> +</article> diff --git a/kaboodle/kaboodle.desktop b/kaboodle/kaboodle.desktop index 57b5560b..345ce9fa 100644 --- a/kaboodle/kaboodle.desktop +++ b/kaboodle/kaboodle.desktop @@ -81,3 +81,4 @@ Terminal=false InitialPreference=6 X-DCOP-ServiceType=Multi Categories=Qt;TDE;AudioVideo; +DocPath=kaboodle/index.html |