[kde-doc-english] [kdepim-runtime] /: Move docs

Montel Laurent montel at kde.org
Tue Apr 5 04:48:38 UTC 2016


Git commit 4ba453d3f9b25f8c071d337472003f19d29d190c by Montel Laurent.
Committed on 05/04/2016 at 04:48.
Pushed by mlaurent into branch 'master'.

Move docs

M  +1    -1    CMakeLists.txt
M  +1    -0    kioslave/CMakeLists.txt
A  +1    -0    kioslave/docs/CMakeLists.txt
A  +3    -0    kioslave/docs/pop3/CMakeLists.txt
A  +24   -0    kioslave/docs/pop3/index.docbook

http://commits.kde.org/kdepim-runtime/4ba453d3f9b25f8c071d337472003f19d29d190c

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 112a595..6eb2f9c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -131,7 +131,7 @@ add_definitions( -DQT_NO_CAST_TO_ASCII )
 
 add_subdirectory(resources)
 add_subdirectory(agents)
-add_subdirectory(plugins)
+#add_subdirectory(plugins)
 add_subdirectory(defaultsetup)
 add_subdirectory(kioslave)
 add_subdirectory(migration)
diff --git a/kioslave/CMakeLists.txt b/kioslave/CMakeLists.txt
index 3633676..0aa5422 100644
--- a/kioslave/CMakeLists.txt
+++ b/kioslave/CMakeLists.txt
@@ -1 +1,2 @@
 add_subdirectory(akonadi)
+add_subdirectory(docs)
diff --git a/kioslave/docs/CMakeLists.txt b/kioslave/docs/CMakeLists.txt
new file mode 100644
index 0000000..d977315
--- /dev/null
+++ b/kioslave/docs/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(pop3)
diff --git a/kioslave/docs/pop3/CMakeLists.txt b/kioslave/docs/pop3/CMakeLists.txt
new file mode 100644
index 0000000..d3ba5e7
--- /dev/null
+++ b/kioslave/docs/pop3/CMakeLists.txt
@@ -0,0 +1,3 @@
+########### install files ###############
+kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioslave5/pop3)
+
diff --git a/kioslave/docs/pop3/index.docbook b/kioslave/docs/pop3/index.docbook
new file mode 100644
index 0000000..83dd410
--- /dev/null
+++ b/kioslave/docs/pop3/index.docbook
@@ -0,0 +1,24 @@
+<?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" > <!-- change language only here -->
+]>
+	
+<article lang="&language;" id="pop3">
+<title>pop3 / pop3s</title>
+<articleinfo>
+<authorgroup>
+<author>&Ferdinand.Gassauer; &Ferdinand.Gassauer.mail;</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+</articleinfo>
+<para>
+The Post Office Protocol (POP3) allows a user's workstation to access mail from a mailbox server.
+</para>
+
+<para>
+POP3S is the POP3 protocol encrypted via SSL.
+</para>
+
+</article>


More information about the kde-doc-english mailing list