diff options
Diffstat (limited to 'doc/kcontrol/privacy')
-rw-r--r-- | doc/kcontrol/privacy/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/privacy/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kcontrol/privacy/index.docbook | 57 |
3 files changed, 69 insertions, 0 deletions
diff --git a/doc/kcontrol/privacy/CMakeLists.txt b/doc/kcontrol/privacy/CMakeLists.txt new file mode 100644 index 000000000..69d26f8a7 --- /dev/null +++ b/doc/kcontrol/privacy/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/privacy ) diff --git a/doc/kcontrol/privacy/Makefile.am b/doc/kcontrol/privacy/Makefile.am new file mode 100644 index 000000000..416915575 --- /dev/null +++ b/doc/kcontrol/privacy/Makefile.am @@ -0,0 +1,3 @@ +KDE_LANG = en +KDE_DOCS = AUTO + diff --git a/doc/kcontrol/privacy/index.docbook b/doc/kcontrol/privacy/index.docbook new file mode 100644 index 000000000..fa3bcd5ce --- /dev/null +++ b/doc/kcontrol/privacy/index.docbook @@ -0,0 +1,57 @@ +<?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"> +]> + +<article lang="&language;"> +<title>Privacy</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 Privacy module. +</para> +</abstract> + +<keywordset> +<keyword>TDE</keyword> +<keyword>privacy</keyword> +</keywordset> + +</articleinfo> + +<sect1 id="privacy-settings"> +<title>Privacy Settings</title> + +<para>This module provides a quick way to delete files in your &tde; profile directory to +protect your privacy.</para> + +<para>Various file locations are listed that contain data related to your privacy. Each item +can be selected individually. All items can be selected using the <guilabel>Select All</guilabel> +button or none with the <guilabel>Select None</guilabel> button.</para> + +<para>After selecting the desired file locations, select the <guilabel>Clean Up</guilabel> button +To clean or scrub the contents of the affected files.</para> + +<para>The selection preferences can be saved by selecting the <guilabel>Apply</guilabel> button.</para> + +&underFDL; + +</sect1> + +</article> |