diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 22:02:59 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 22:02:59 -0600 |
commit | a3475cba62f7d662ff6bb47fd79ba8cf250a490c (patch) | |
tree | 5e32e9107f91e0a7d9c3cd9db45b38ba7987ff8f /doc | |
parent | d35324b394fafa429d5e297fd83deb97211a0d9a (diff) | |
download | tdesdk-a3475cba62f7d662ff6bb47fd79ba8cf250a490c.tar.gz tdesdk-a3475cba62f7d662ff6bb47fd79ba8cf250a490c.zip |
Add kuiviewer help handbook.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kuiviewer/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kuiviewer/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kuiviewer/index.docbook | 61 |
3 files changed, 73 insertions, 0 deletions
diff --git a/doc/kuiviewer/CMakeLists.txt b/doc/kuiviewer/CMakeLists.txt new file mode 100644 index 00000000..b44061c4 --- /dev/null +++ b/doc/kuiviewer/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kuiviewer ) diff --git a/doc/kuiviewer/Makefile.am b/doc/kuiviewer/Makefile.am new file mode 100644 index 00000000..41691557 --- /dev/null +++ b/doc/kuiviewer/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kuiviewer/index.docbook b/doc/kuiviewer/index.docbook new file mode 100644 index 00000000..1fe06bea --- /dev/null +++ b/doc/kuiviewer/index.docbook @@ -0,0 +1,61 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kuiviewer '<application>KUIViewer</application>'> + <!ENTITY kappname "&kuiviewer;"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"> +]> + +<article lang="&language;"> +<title>The &kappname; Handbook</title> + +<articleinfo> +<title>The &kappname; 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> +&kappname; is a tool to display and visualize ui source files. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>ui</keyword> +</keywordset> + +</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> + +<para>Thank you for helping and thank you for your patience.</para> + +&underFDL; + +</sect1> + +</article> |