[kde-doc-english] [kdepim] doc: Add importwizard docbook

Montel Laurent montel at kde.org
Wed Apr 24 11:22:45 UTC 2013


Git commit 09e9bf96b975920cada5c2edb699a26435e8b286 by Montel Laurent.
Committed on 24/04/2013 at 13:20.
Pushed by mlaurent into branch 'master'.

Add importwizard docbook

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

http://commits.kde.org/kdepim/09e9bf96b975920cada5c2edb699a26435e8b286

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 472d08e..b244557 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -62,3 +62,7 @@ if(BUILD_archivemailagent)
   add_subdirectory(akonadi_archivemail_agent)
 endif()
 
+if(BUILD_importwizard)
+  add_subdirectory(importwizard)
+endif()
+
diff --git a/doc/importwizard/CMakeLists.txt b/doc/importwizard/CMakeLists.txt
new file mode 100644
index 0000000..0df9c9a
--- /dev/null
+++ b/doc/importwizard/CMakeLists.txt
@@ -0,0 +1,4 @@
+########### install files ###############
+#
+#
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
diff --git a/doc/importwizard/index.docbook b/doc/importwizard/index.docbook
new file mode 100644
index 0000000..817d552
--- /dev/null
+++ b/doc/importwizard/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>importwizard</application>">
+  <!ENTITY kappname "&kapplication;">
+  <!ENTITY package "kdepim">
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % English "INCLUDE"> 
+]>
+
+<book id="importwizard" lang="&language;">
+
+<bookinfo id="importwizardinfo">
+
+<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-04-24</date>
+<releaseinfo>1.0</releaseinfo>
+
+<abstract>
+<para>
+&kapplication; allows to import emails, settings and addressbook from others mailers.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>KDE</keyword>
+<keyword>KMail</keyword>
+<keyword>Import</keyword>
+</keywordset>
+
+</bookinfo>
+<chapter id="introduction">
+<title>Introduction</title>
+
+<para>&kapplication; allows to import emails, settings and addressbook from others mailers as Thunderbird, Evolution, Balsa etc.</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