diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-25 23:22:43 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-25 23:22:43 -0600 |
commit | 65be7440fa4d1d614f6a745278c3ceaa06382c37 (patch) | |
tree | 9c213689bbad0c01a9f3041d3ef05dac69a809f5 /doc | |
parent | 1231932db16ade94af762c26dfa474e5f53a62ce (diff) | |
download | tdepim-65be7440fa4d1d614f6a745278c3ceaa06382c37.tar.gz tdepim-65be7440fa4d1d614f6a745278c3ceaa06382c37.zip |
Update non-existent and incomplete (template-only) help handbook to new default format.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kmobile/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kmobile/Makefile.am | 2 | ||||
-rw-r--r-- | doc/kmobile/index.docbook | 65 |
3 files changed, 76 insertions, 0 deletions
diff --git a/doc/kmobile/CMakeLists.txt b/doc/kmobile/CMakeLists.txt new file mode 100644 index 000000000..9b7f99fff --- /dev/null +++ b/doc/kmobile/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kmobile ) diff --git a/doc/kmobile/Makefile.am b/doc/kmobile/Makefile.am new file mode 100644 index 000000000..171f575ce --- /dev/null +++ b/doc/kmobile/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = AUTO diff --git a/doc/kmobile/index.docbook b/doc/kmobile/index.docbook new file mode 100644 index 000000000..f32c089cf --- /dev/null +++ b/doc/kmobile/index.docbook @@ -0,0 +1,65 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kmobile "<application>KMobile</application>"> + <!ENTITY kappname "&kmobile;"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"> +]> + +<!-- 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. --> + +<article lang="&language;"> +<title>The &kmobile; Handbook</title> + +<articleinfo> +<title>The &kmobile; Handbook</title> + +<authorgroup> +<corpauthor>&tde-team;</corpauthor> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<!-- <legalnotice>&FDLNotice;</legalnotice> --> + +<abstract> +<para> +&kmobile; is a mobile device manager for &tde;. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for &kmobile;.</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> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +&documentation.index; +</article> |