diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 22:12:03 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 22:12:03 -0600 |
commit | 9abee0aada612f8cc875ff33f02c92c1211cb56f (patch) | |
tree | ab4beca45fb79a4044a9e7fb8047b2bf1247caa8 /doc/tdeioslave/home | |
parent | 653fef2be85acba2f095a9b00583f3e874539a48 (diff) | |
download | tdebase-9abee0aada612f8cc875ff33f02c92c1211cb56f.tar.gz tdebase-9abee0aada612f8cc875ff33f02c92c1211cb56f.zip |
Minor tag changes in docbook files, add new handbooks.
Diffstat (limited to 'doc/tdeioslave/home')
-rw-r--r-- | doc/tdeioslave/home/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/tdeioslave/home/Makefile.am | 4 | ||||
-rw-r--r-- | doc/tdeioslave/home/index.docbook | 62 |
3 files changed, 75 insertions, 0 deletions
diff --git a/doc/tdeioslave/home/CMakeLists.txt b/doc/tdeioslave/home/CMakeLists.txt new file mode 100644 index 000000000..36689338b --- /dev/null +++ b/doc/tdeioslave/home/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/home ) diff --git a/doc/tdeioslave/home/Makefile.am b/doc/tdeioslave/home/Makefile.am new file mode 100644 index 000000000..085981d9b --- /dev/null +++ b/doc/tdeioslave/home/Makefile.am @@ -0,0 +1,4 @@ + +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/tdeioslave/home/index.docbook b/doc/tdeioslave/home/index.docbook new file mode 100644 index 000000000..414cd54d6 --- /dev/null +++ b/doc/tdeioslave/home/index.docbook @@ -0,0 +1,62 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!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>Home Base URL Notifier</title> + +<articleinfo> + +<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> + +<abstract> +<para> +This handbook describes the Home Base URL Notifier service. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>KDED</keyword> +<keyword>home</keyword> +<keyword>service</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this service.</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> |