diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-24 14:27:04 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-24 14:27:04 -0600 |
commit | 7e866caa073daf872bde6d37c4b1b8a66391b64c (patch) | |
tree | 6955b0710d9d1cd203498533037e727a777be6a5 /doc/kfax | |
parent | c876ad881ea0389b399c77a30a602ae6c898b22d (diff) | |
download | tdegraphics-7e866caa073daf872bde6d37c4b1b8a66391b64c.tar.gz tdegraphics-7e866caa073daf872bde6d37c4b1b8a66391b64c.zip |
Update non-existent and incomplete (template-only) help handbooks to new default format.
Diffstat (limited to 'doc/kfax')
-rw-r--r-- | doc/kfax/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kfax/Makefile.am | 4 | ||||
-rw-r--r-- | doc/kfax/index.docbook | 64 |
3 files changed, 80 insertions, 0 deletions
diff --git a/doc/kfax/CMakeLists.txt b/doc/kfax/CMakeLists.txt new file mode 100644 index 00000000..d50ee0a3 --- /dev/null +++ b/doc/kfax/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kfax ) diff --git a/doc/kfax/Makefile.am b/doc/kfax/Makefile.am new file mode 100644 index 00000000..085981d9 --- /dev/null +++ b/doc/kfax/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kfax/index.docbook b/doc/kfax/index.docbook new file mode 100644 index 00000000..f86e196d --- /dev/null +++ b/doc/kfax/index.docbook @@ -0,0 +1,64 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kappname "&kfax;"> + <!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 &kappname; Handbook</title> + +<articleinfo> +<title>The &kappname; 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> +&kappname; allows viewing fax image files. +</para> +</abstract> + +<keywordset> +<keyword>TDE</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> + +&documentation.index; +</article> |