diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-31 17:01:39 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-31 17:01:39 -0600 |
commit | 2c2e8ce575597bb684b568591a4c3cf0236a3100 (patch) | |
tree | bac72b7a5f74a8ee4cc45d5e1670ef91cba9dd6f /doc | |
parent | 9569e53980e33c779b4d5de3e84ef1abb240d1d0 (diff) | |
download | tdenetwork-2c2e8ce575597bb684b568591a4c3cf0236a3100.tar.gz tdenetwork-2c2e8ce575597bb684b568591a4c3cf0236a3100.zip |
Add new help handbook templates for File Sharing, Samba Conf, and Wireless Network.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kcontrol/fileshare/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/fileshare/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kcontrol/fileshare/index.docbook | 60 | ||||
-rw-r--r-- | doc/kcontrol/kcmsambaconf/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/kcmsambaconf/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kcontrol/kcmsambaconf/index.docbook | 60 | ||||
-rw-r--r-- | doc/kcontrol/kcmwifi/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/kcmwifi/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kcontrol/kcmwifi/index.docbook | 60 |
9 files changed, 216 insertions, 0 deletions
diff --git a/doc/kcontrol/fileshare/CMakeLists.txt b/doc/kcontrol/fileshare/CMakeLists.txt new file mode 100644 index 00000000..5e7efab8 --- /dev/null +++ b/doc/kcontrol/fileshare/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/fileshare ) diff --git a/doc/kcontrol/fileshare/Makefile.am b/doc/kcontrol/fileshare/Makefile.am new file mode 100644 index 00000000..41691557 --- /dev/null +++ b/doc/kcontrol/fileshare/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/fileshare/index.docbook b/doc/kcontrol/fileshare/index.docbook new file mode 100644 index 00000000..b3f952ec --- /dev/null +++ b/doc/kcontrol/fileshare/index.docbook @@ -0,0 +1,60 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!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>File Sharing</title> + +<articleinfo> + +<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> + +<abstract> +<para> +This handbook describes simple file sharing configuration with NFS or Samba (SMB). +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>sharing</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</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> diff --git a/doc/kcontrol/kcmsambaconf/CMakeLists.txt b/doc/kcontrol/kcmsambaconf/CMakeLists.txt new file mode 100644 index 00000000..c1e34ec0 --- /dev/null +++ b/doc/kcontrol/kcmsambaconf/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/kcmsambaconf ) diff --git a/doc/kcontrol/kcmsambaconf/Makefile.am b/doc/kcontrol/kcmsambaconf/Makefile.am new file mode 100644 index 00000000..41691557 --- /dev/null +++ b/doc/kcontrol/kcmsambaconf/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/kcmsambaconf/index.docbook b/doc/kcontrol/kcmsambaconf/index.docbook new file mode 100644 index 00000000..b67c2b8c --- /dev/null +++ b/doc/kcontrol/kcmsambaconf/index.docbook @@ -0,0 +1,60 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!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>Samba Configuration</title> + +<articleinfo> + +<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> + +<abstract> +<para> +This handbook describes the file sharing configuration with Samba (SMB). +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>sharing</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</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> diff --git a/doc/kcontrol/kcmwifi/CMakeLists.txt b/doc/kcontrol/kcmwifi/CMakeLists.txt new file mode 100644 index 00000000..39100864 --- /dev/null +++ b/doc/kcontrol/kcmwifi/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/kcmwifi ) diff --git a/doc/kcontrol/kcmwifi/Makefile.am b/doc/kcontrol/kcmwifi/Makefile.am new file mode 100644 index 00000000..41691557 --- /dev/null +++ b/doc/kcontrol/kcmwifi/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/kcmwifi/index.docbook b/doc/kcontrol/kcmwifi/index.docbook new file mode 100644 index 00000000..6835d48a --- /dev/null +++ b/doc/kcontrol/kcmwifi/index.docbook @@ -0,0 +1,60 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!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>Wireless Network Configuration</title> + +<articleinfo> + +<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> + +<abstract> +<para> +This handbook describes the wireless network configuration. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>wireless</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="apologies"> +<title>We Apologize</title> +<para>No documentation has yet been written for this module.</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> |