diff options
Diffstat (limited to 'doc/tdevassistant')
-rw-r--r-- | doc/tdevassistant/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdevassistant/Makefile.am | 3 | ||||
-rw-r--r-- | doc/tdevassistant/index.docbook | 65 |
3 files changed, 77 insertions, 0 deletions
diff --git a/doc/tdevassistant/CMakeLists.txt b/doc/tdevassistant/CMakeLists.txt new file mode 100644 index 00000000..caa4d7b8 --- /dev/null +++ b/doc/tdevassistant/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdevassistant ) diff --git a/doc/tdevassistant/Makefile.am b/doc/tdevassistant/Makefile.am new file mode 100644 index 00000000..41691557 --- /dev/null +++ b/doc/tdevassistant/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdevassistant/index.docbook b/doc/tdevassistant/index.docbook new file mode 100644 index 00000000..065276f9 --- /dev/null +++ b/doc/tdevassistant/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 tdevassistant "<application>TDevAssistant</application>"> + <!ENTITY kappname "&tdevassistant;"> + <!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 &tdevassistant; Handbook</title> + +<articleinfo> +<title>The &tdevassistant; Handbook</title> + +<authorgroup> +<author>&tde-authors;</author> +<!-- 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> +&tdevassistant; is a development documentation viewer 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 &tdevassistant;.</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> |