diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-20 17:44:40 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-20 17:44:40 -0600 |
commit | 6394c4e528601474d68373a3228ea22937326d7c (patch) | |
tree | a9f202dd5290f81f90ef99dc6bdc51f9e6063e2d /doc/atlantikdesigner | |
parent | a89a04c088f565ffda320d85b48b7a986e95d6f7 (diff) | |
download | tdeaddons-6394c4e528601474d68373a3228ea22937326d7c.tar.gz tdeaddons-6394c4e528601474d68373a3228ea22937326d7c.zip |
Add new handbook, update DocPath.
Diffstat (limited to 'doc/atlantikdesigner')
-rw-r--r-- | doc/atlantikdesigner/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/atlantikdesigner/Makefile.am | 3 | ||||
-rw-r--r-- | doc/atlantikdesigner/index.docbook | 62 |
3 files changed, 67 insertions, 0 deletions
diff --git a/doc/atlantikdesigner/CMakeLists.txt b/doc/atlantikdesigner/CMakeLists.txt new file mode 100644 index 0000000..43ef2a9 --- /dev/null +++ b/doc/atlantikdesigner/CMakeLists.txt @@ -0,0 +1,2 @@ +tde_create_handbook( DESTINATION atlantikdesigner ) + diff --git a/doc/atlantikdesigner/Makefile.am b/doc/atlantikdesigner/Makefile.am new file mode 100644 index 0000000..4169155 --- /dev/null +++ b/doc/atlantikdesigner/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/atlantikdesigner/index.docbook b/doc/atlantikdesigner/index.docbook new file mode 100644 index 0000000..d09f121 --- /dev/null +++ b/doc/atlantikdesigner/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 atlantikdesigner "<application>Atlantik Designer</application>"> + <!ENTITY kappname "&atlantikdesigner;"> + <!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 board designer for the Atlantik board game. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>atlantik</keyword> +<keyword>designer</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> |