diff options
author | Darrell Anderson <[email protected]> | 2014-01-26 02:32:51 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-01-26 02:32:51 -0600 |
commit | a442bb277833fa02a49a900a455f919943db018e (patch) | |
tree | d94a67524004035b9d45346925c68b0c8a083471 /doc | |
parent | 85ebfe0c6e04ce1559d1f27b1f04ff95b79dfb6f (diff) | |
download | kbarcode-a442bb277833fa02a49a900a455f919943db018e.tar.gz kbarcode-a442bb277833fa02a49a900a455f919943db018e.zip |
Fix branding, reduce menu clutter, install template-only help handbook to new default format.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/index.docbook | 65 |
3 files changed, 70 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..5c0b20e --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO +SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am new file mode 100644 index 0000000..4f4efb4 --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = kbarcode diff --git a/doc/en/index.docbook b/doc/en/index.docbook new file mode 100644 index 0000000..e3d50fd --- /dev/null +++ b/doc/en/index.docbook @@ -0,0 +1,65 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kbarcode "<application>KBarcode</application>"> + <!ENTITY kappname "&kbarcode;"> + <!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 &kbarcode; Handbook</title> + +<articleinfo> +<title>The &kbarcode; 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> +&kbarcode; is a barcode and label printing application for &tde;. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for &kbarcode;.</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> |