From 40158802c97bc69352f1716ef7145ae0d0c6fc46 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 26 Jan 2014 01:01:27 -0600 Subject: [PATCH] Update non-existent and incomplete (template-only) help handbook to new default format. --- doc/Makefile.am | 3 ++ doc/en/Makefile.am | 2 + doc/en/index.docbook | 65 +++++++++++++++++++++++++++ subdirs | 1 + systemsettings/systemsettings.desktop | 8 +--- 5 files changed, 72 insertions(+), 7 deletions(-) create mode 100644 doc/Makefile.am create mode 100644 doc/en/Makefile.am create mode 100644 doc/en/index.docbook 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..5604aab --- /dev/null +++ b/doc/en/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = systemsettings diff --git a/doc/en/index.docbook b/doc/en/index.docbook new file mode 100644 index 0000000..218ebc8 --- /dev/null +++ b/doc/en/index.docbook @@ -0,0 +1,65 @@ + +System Settings"> + + + +]> + + + + + +
+The &systemsettings; Handbook + + +The &systemsettings; Handbook + + +&tde-team; + + + +&tde-release-version; +Reviewed: &tde-release-date; + + +&tde-copyright-date; +&tde-team; + + + + + + +&systemsettings; is a system configuration tool for &tde;. + + + + +TDE + + + + + +We Apologize +No documentation has yet been written for &systemsettings;. + +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. + +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. + +Thank you for helping and thank you for your patience. + +&underFDL; + + + +&documentation.index; +
diff --git a/subdirs b/subdirs index d003922..3ebebf3 100644 --- a/subdirs +++ b/subdirs @@ -1 +1,2 @@ +doc systemsettings diff --git a/systemsettings/systemsettings.desktop b/systemsettings/systemsettings.desktop index 7b41b94..8199a1d 100644 --- a/systemsettings/systemsettings.desktop +++ b/systemsettings/systemsettings.desktop @@ -3,13 +3,7 @@ Encoding=UTF-8 Exec=systemsettings -caption "%c" %i %m Icon=systemsettings Type=Application -# Restore the following key and remove this comment when a help handbook -# is written. Disabling this key prevents populating the main handbook -# table of contents with a non-existent document, which results in a -# main handbook error message of -# 'There is no documentation available for /xyz/index.html.' -# Also disable this key when there exists only a useless template handbook. -# DocPath=systemsettings/index.html +DocPath=systemsettings/index.html X-TDE-StartupNotify=true Name=System Settings