diff options
author | Slávek Banko <[email protected]> | 2022-09-03 00:42:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-09-03 06:56:51 +0200 |
commit | ec29e27cba595e7eb92f8251989f2257462d8253 (patch) | |
tree | d0d0dcc826f710aa017f62b567c9669c67b243b0 /doc/en/kcontrol | |
parent | 910299357b9d78a09f7abd0c7e50fee45400f4c9 (diff) | |
download | gtk-qt-engine-ec29e27cba595e7eb92f8251989f2257462d8253.tar.gz gtk-qt-engine-ec29e27cba595e7eb92f8251989f2257462d8253.zip |
Move documentation into kcontrol/gtk.
Use common rules for build and install documentation.
Copy translations to a new directory layout.
Use gtk-qt-engine as the name of the translation catalog.
Use common rules for build and install translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f87ecf91e7ec49bf2187261560154c8555f733f9)
Diffstat (limited to 'doc/en/kcontrol')
-rw-r--r-- | doc/en/kcontrol/gtk/index.docbook | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/en/kcontrol/gtk/index.docbook b/doc/en/kcontrol/gtk/index.docbook new file mode 100644 index 0000000..fbc8ce4 --- /dev/null +++ b/doc/en/kcontrol/gtk/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 gtk-qt-engine "<application>GTK-Qt-Engine</application>"> + <!ENTITY kappname ">k-qt-engine;"> + <!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 >k-qt-engine; Handbook</title> + +<articleinfo> +<title>The >k-qt-engine; 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> +>k-qt-engine; is a GTK theme engine that uses TQt for drawing. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for >k-qt-engine;.</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> |