[kde-doc-english] [kdepim] doc: Add akonadi_notes_agent doc

Montel Laurent montel at kde.org
Fri Dec 20 06:13:54 UTC 2013


Git commit baf36f3247552ece97f578196bc3df5c03a9fd1a by Montel Laurent.
Committed on 20/12/2013 at 06:13.
Pushed by mlaurent into branch 'master'.

Add akonadi_notes_agent doc

M  +1    -0    doc/CMakeLists.txt
A  +4    -0    doc/akonadi_notes_agent/CMakeLists.txt
A  +72   -0    doc/akonadi_notes_agent/index.docbook

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

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 2a50570..68ef4ee 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -62,6 +62,7 @@ if(BUILD_agents)
   add_subdirectory(akonadi_archivemail_agent)
   add_subdirectory(akonadi_sendlater_agent)
   add_subdirectory(akonadi_folderarchive_agent)
+  add_subdirectory(akonadi_notes_agent)
 endif()
 
 if(BUILD_importwizard)
diff --git a/doc/akonadi_notes_agent/CMakeLists.txt b/doc/akonadi_notes_agent/CMakeLists.txt
new file mode 100644
index 0000000..0df9c9a
--- /dev/null
+++ b/doc/akonadi_notes_agent/CMakeLists.txt
@@ -0,0 +1,4 @@
+########### install files ###############
+#
+#
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en)
diff --git a/doc/akonadi_notes_agent/index.docbook b/doc/akonadi_notes_agent/index.docbook
new file mode 100644
index 0000000..d02954f
--- /dev/null
+++ b/doc/akonadi_notes_agent/index.docbook
@@ -0,0 +1,72 @@
+<?xml version="1.0" ?>
+<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
+"dtd/kdex.dtd" [
+  <!ENTITY i18n-notesagent "<application>Notes Agent</application>">
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % English "INCLUDE"> 
+]>
+
+<article id="notesagent" lang="&language;">
+<articleinfo>
+<title>The &i18n-notesagent; Handbook</title>
+<authorgroup>
+<author>
+<personname>
+<firstname>Laurent</firstname>
+<surname>Montel</surname>
+</personname>
+&Laurent.Montel.mail;
+</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<copyright>
+<year>2013</year>
+<holder>&Laurent.Montel;</holder>
+</copyright>
+
+<date>2013-12-20</date>
+<releaseinfo>&kde; 4.13</releaseinfo>
+
+</articleinfo>
+
+<sect1 id="introduction">
+<title>Introduction</title>
+
+<para>
+&i18n-notesagent; is an akonadi agent which allows you to receive note from network and signal alarms.
+</para>
+
+<sect2 id="credits">
+
+<title>Credits and License</title>
+
+<para>&i18n-notesagent;</para>
+<para>
+Program copyright 2013 &Laurent.Montel; &Laurent.Montel.mail;
+</para>
+<para>
+Documentation Copyright © 2013 &Laurent.Montel; &Laurent.Montel.mail;
+</para>
+
+<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
+
+&underFDL;               <!-- FDL: do not remove -->
+&underGPL;        	 <!-- GPL License -->
+</sect2>
+
+</sect1>
+
+</article>
+<!--
+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