summaryrefslogtreecommitdiffstats
path: root/doc/tdeioslave/trash
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tdeioslave/trash')
-rw-r--r--doc/tdeioslave/trash/CMakeLists.txt9
-rw-r--r--doc/tdeioslave/trash/Makefile.am4
-rw-r--r--doc/tdeioslave/trash/index.docbook44
3 files changed, 57 insertions, 0 deletions
diff --git a/doc/tdeioslave/trash/CMakeLists.txt b/doc/tdeioslave/trash/CMakeLists.txt
new file mode 100644
index 000000000..6fb32b214
--- /dev/null
+++ b/doc/tdeioslave/trash/CMakeLists.txt
@@ -0,0 +1,9 @@
+#################################################
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION tdeioslave/trash )
diff --git a/doc/tdeioslave/trash/Makefile.am b/doc/tdeioslave/trash/Makefile.am
new file mode 100644
index 000000000..085981d9b
--- /dev/null
+++ b/doc/tdeioslave/trash/Makefile.am
@@ -0,0 +1,4 @@
+
+KDE_LANG = en
+KDE_DOCS = AUTO
+
diff --git a/doc/tdeioslave/trash/index.docbook b/doc/tdeioslave/trash/index.docbook
new file mode 100644
index 000000000..e65765a67
--- /dev/null
+++ b/doc/tdeioslave/trash/index.docbook
@@ -0,0 +1,44 @@
+<?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 id="trash" lang="&language;">
+<title>trash</title>
+
+<articleinfo>
+
+<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>
+
+<abstract>
+<para>
+This handbook describes the trash protocol.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>TDE</keyword>
+<keyword>trash</keyword>
+<keyword>protocol</keyword>
+</keywordset>
+
+</articleinfo>
+
+<para>The trash protocol provides direct access to the user's Trash folder. Files and
+directories deleted through this protocol are stored in $HOME/.local/share/Trash. Files
+and directories deleted through the trash protocol can be restored to their original
+location.</para>
+
+</article>