[kio-extras] doc/kioslave: add docbook for recentdocuments ioslave

Burkhard Lück lueck at hube-lueck.de
Mon Oct 31 18:31:39 UTC 2016


Git commit b4f67400793f596b3c55983fd733180dc6773a3e by Burkhard Lück.
Committed on 31/10/2016 at 18:29.
Pushed by lueck into branch 'master'.

add docbook for recentdocuments ioslave
REVIEW:129198
BUG:370573

M  +1    -0    doc/kioslave/CMakeLists.txt
A  +1    -0    doc/kioslave/recentdocuments/CMakeLists.txt
A  +35   -0    doc/kioslave/recentdocuments/index.docbook

http://commits.kde.org/kio-extras/b4f67400793f596b3c55983fd733180dc6773a3e

diff --git a/doc/kioslave/CMakeLists.txt b/doc/kioslave/CMakeLists.txt
index 517f317..0ffe1d7 100644
--- a/doc/kioslave/CMakeLists.txt
+++ b/doc/kioslave/CMakeLists.txt
@@ -8,6 +8,7 @@ add_subdirectory(info)
 add_subdirectory(man)
 add_subdirectory(network)
 add_subdirectory(nfs)
+add_subdirectory(recentdocuments)
 add_subdirectory(sftp)
 if(NOT WIN32)
   add_subdirectory(smb)
diff --git a/doc/kioslave/recentdocuments/CMakeLists.txt b/doc/kioslave/recentdocuments/CMakeLists.txt
new file mode 100644
index 0000000..0c60caa
--- /dev/null
+++ b/doc/kioslave/recentdocuments/CMakeLists.txt
@@ -0,0 +1 @@
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kioslave5/recentdocuments)
diff --git a/doc/kioslave/recentdocuments/index.docbook b/doc/kioslave/recentdocuments/index.docbook
new file mode 100644
index 0000000..a382fc0
--- /dev/null
+++ b/doc/kioslave/recentdocuments/index.docbook
@@ -0,0 +1,35 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
+<!ENTITY % addindex "IGNORE">
+<!ENTITY % English "INCLUDE" >
+]>
+
+<article lang="&language;" id="recentdocument">
+<title>RecentDocuments</title>
+
+<articleinfo>
+
+<authorgroup>
+  <author>&Burkhard.Lueck;&Burkhard.Lueck.mail;
+  </author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<date>2016-10-15</date>
+<releaseinfo>Applications 16.08</releaseinfo>
+
+</articleinfo>
+
+<para>A kioslave to display recent documents or &URL;s in the file dialog, in the file manager, in the Application Starter and in &krunner;.</para>
+
+<para>You can use the kioslave like this:</para>
+
+<para>Type <userinput>recentdocuments://</userinput> in the location bar of &dolphin;, &konqueror; and the file dialog to list the recently opened documents or &URL;s.</para>
+
+<para>You can add an entry to the Places sidebar: Right click on the sidebar, choose <guimenuitem>Add Entry</guimenuitem>, enter <userinput>recentdocuments://</userinput> in the <guilabel>Location</guilabel> field and save it. It should be available now in all file dialogs unless you check to show the entry only in this application.</para>
+
+<para>In the &systemsettings; module <guilabel>Plasma Search</guilabel> enable the search plugin <guilabel>Recent Documents</guilabel> to use this kioslave in &krunner;.</para>
+
+<para>In the <guilabel>Application Menu</guilabel> add a menu item with recent documents at the top of the menu by enabling <guilabel>Show recent documents</guilabel> on the settings page.</para>
+
+</article>


More information about the kde-doc-english mailing list