Git commit 23811aaf242e7d89ece9d01527c97748735a788a by Montel Laurent. Committed on 23/04/2013 at 13:48. Pushed by mlaurent into branch 'master'.
Start to create doc M +2 -0 doc/CMakeLists.txt A +115 -0 doc/headerthemeeditor/index.docbook http://commits.kde.org/kdepim/23811aaf242e7d89ece9d01527c97748735a788a diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index a7b41a9..74cbc89 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -53,3 +53,5 @@ endif() if(BUILD_ktnef) add_subdirectory(ktnef) endif() + + add_subdirectory(headerthemeeditor) diff --git a/doc/headerthemeeditor/index.docbook b/doc/headerthemeeditor/index.docbook new file mode 100644 index 0000000..a22719e --- /dev/null +++ b/doc/headerthemeeditor/index.docbook @@ -0,0 +1,115 @@ +<?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>headerthemeeditor</application>"> + <!ENTITY kappname "&kapplication;"> + <!ENTITY package "kdepim"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE"> +]> + +<book id="headerthemeeditor" lang="&language;"> + +<bookinfo id="headerthemeeditorinfo"> + +<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-23</date> +<releaseinfo>1.0</releaseinfo> + +<abstract> +<para> +&kapplication; is an editor for KMail headers. +</para> +</abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>KMail</keyword> +</keywordset> + +</bookinfo> +<chapter id="introduction"> +<title>Introduction</title> + +<para>&kapplication; is a blogging client.</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="getting-blogilo"> +<title>How to obtain &kapplication;</title> + +&install.intro.documentation; + +</sect1> + +<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; +-->
