[kde-doc-english] [kdepim] doc: Start to add doc

Montel Laurent montel at kde.org
Tue Jun 11 07:43:16 UTC 2013


Git commit f65126e1f5da3fad9b0b2c8d7fa72d8eb1910c79 by Montel Laurent.
Committed on 11/06/2013 at 09:43.
Pushed by mlaurent into branch 'master'.

Start to add doc

M  +5    -0    doc/CMakeLists.txt
A  +4    -0    doc/kmailcvt/CMakeLists.txt
A  +109  -0    doc/kmailcvt/index.docbook

http://commits.kde.org/kdepim/f65126e1f5da3fad9b0b2c8d7fa72d8eb1910c79

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 2940c5d..95b8b88 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -74,3 +74,8 @@ endif()
 if(BUILD_pimsettingexporter)
   add_subdirectory(pimsettingexporter)
 endif()
+
+if(BUILD_kmailcvt)
+  add_subdirectory(kmailcvt)
+endif()
+
diff --git a/doc/kmailcvt/CMakeLists.txt b/doc/kmailcvt/CMakeLists.txt
new file mode 100644
index 0000000..0df9c9a
--- /dev/null
+++ b/doc/kmailcvt/CMakeLists.txt
@@ -0,0 +1,4 @@
+########### install files ###############
+#
+#
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
diff --git a/doc/kmailcvt/index.docbook b/doc/kmailcvt/index.docbook
new file mode 100644
index 0000000..9994d78
--- /dev/null
+++ b/doc/kmailcvt/index.docbook
@@ -0,0 +1,109 @@
+<?xml version="1.0" ?>
+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
+"dtd/kdex.dtd" [
+  <!-- Define an entity for your application if it is not part of KDE
+       CVS -->
+  <!ENTITY kapplication "<application>kmailcvt</application>">
+  <!ENTITY kappname "&kapplication;">
+  <!ENTITY package "kdepim">
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % English "INCLUDE"> 
+]>
+
+<book id="kmailcvt" lang="&language;">
+
+<bookinfo id="kmailcvtinfo">
+
+<title>The &kapplication; Handbook</title>
+
+<authorgroup>
+<author>
+<personname>
+<firstname>Laurent</firstname>
+<surname>Montel</surname>
+</personname>
+<email>montel at kde.org</email>
+</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<copyright>
+<year>2013</year>
+<holder>Laurent Montel</holder>
+</copyright>
+
+<legalnotice>&FDLNotice;</legalnotice>
+
+<date>2013-06-11</date>
+<releaseinfo>1.0</releaseinfo>
+
+<abstract>
+<para>
+&kapplication; is a akonadi agent which allow to import emails.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>KDE</keyword>
+<keyword>KMail</keyword>
+</keywordset>
+
+</bookinfo>
+<chapter id="introduction">
+<title>Introduction</title>
+
+<para>&kapplication; allows to import emails for other mailers.</para>
+
+</chapter>
+
+<chapter id="using-kapp">
+<title>Using &kapplication;</title>
+<para>using</para>
+
+</chapter>
+
+<chapter id="credits">
+
+<title>Credits and License</title>
+
+<para>&kapplication;</para>
+<para>
+Program copyright 2013 Laurent Montel montel at kde.org 
+</para>
+<para>
+Documentation Copyright © 2013 Laurent Montel montel at kde.org
+</para>
+
+<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
+
+&underFDL;               <!-- FDL: do not remove -->
+&underGPL;        	 <!-- GPL License -->
+</chapter>
+
+<appendix id="installation">
+<title>Installation</title>
+
+<sect1 id="compilation">
+<title>Compilation and Installation</title>
+
+&install.compile.documentation;
+
+</sect1>
+
+</appendix>
+
+&documentation.index;
+</book>
+
+<!--
+Local Variables:
+mode: xml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+
+vim:tabstop=2:shiftwidth=2:expandtab
+kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
+-->


More information about the kde-doc-english mailing list