diff options
author | Darrell Anderson <[email protected]> | 2014-02-19 20:33:25 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-19 20:33:25 -0600 |
commit | 37085cdac4cca3fae67232418dc228eec00a419a (patch) | |
tree | dcbd1439f9fcec41c0673671956293cf69cfdb8e /doc | |
parent | 14b130ae47b200eb911b2afa79d2c8439d4093b6 (diff) | |
download | kvkbd-37085cdac4cca3fae67232418dc228eec00a419a.tar.gz kvkbd-37085cdac4cca3fae67232418dc228eec00a419a.zip |
Add help handbook and DocPath.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 62 |
3 files changed, 64 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8a2effa..81fee21 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -KDE_LANG = en -KDE_DOCS = kvkbd -SUBDIRS = $(AUTODIRS) +SUBDIRS = en diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 3e2a5b6..ff3b187 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -1,2 +1,2 @@ -KDE_DOCS = kvkbd KDE_LANG = en +KDE_DOCS = kvkbd diff --git a/doc/en/index.docbook b/doc/en/index.docbook new file mode 100644 index 0000000..7cd18e6 --- /dev/null +++ b/doc/en/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 kvkbd "<application>kvkbd</application>"> + <!ENTITY kappname "&kvkbd;"> + <!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 virtual keyboard utility for &tde;. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>virtual</keyword> +<keyword>keyboard</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> |