Git commit 0125eebe167bd704894fbef63248a29bda4bfda1 by Burkhard Lück. Committed on 10/04/2016 at 18:56. Pushed by lueck into branch 'master'.
Update headerthemeeditor docbook REVIEW:127594 M +28 -44 doc/headerthemeeditor/index.docbook http://commits.kde.org/kdepim/0125eebe167bd704894fbef63248a29bda4bfda1 diff --git a/doc/headerthemeeditor/index.docbook b/doc/headerthemeeditor/index.docbook index ee430bb..808bef5 100644 --- a/doc/headerthemeeditor/index.docbook +++ b/doc/headerthemeeditor/index.docbook @@ -1,20 +1,18 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.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 i18n-kapplication "<application>Header Theme Editor</application>"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"> ]> -<book id="headerthemeeditor" lang="&language;"> +<article id="headerthemeeditor" lang="&language;"> -<bookinfo id="headerthemeeditorinfo"> +<articleinfo id="headerthemeeditorinfo"> -<title>The &kapplication; Handbook</title> +<title>The &i18n-kapplication; Handbook</title> <authorgroup> <author> @@ -22,78 +20,64 @@ <firstname>Laurent</firstname> <surname>Montel</surname> </personname> -<email>[email protected]</email> +&Laurent.Montel.mail; </author> <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> <copyright> <year>2013</year> -<holder>Laurent Montel</holder> +<holder>&Laurent.Montel;</holder> </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2013-04-23</date> -<releaseinfo>1.0</releaseinfo> +<date>2016-04-06</date> +<releaseinfo>Applications 16.04</releaseinfo> <abstract> <para> -&kapplication; is an editor for KMail headers. +&i18n-kapplication; is an editor for &kmail; headers. </para> </abstract> <keywordset> <keyword>KDE</keyword> <keyword>KMail</keyword> +<keyword>Header</keyword> +<keyword>Design</keyword> </keywordset> -</bookinfo> -<chapter id="introduction"> +</articleinfo> +<sect1 id="introduction"> <title>Introduction</title> +<para>&i18n-kapplication; is an editor for &kmail; headers based on <ulink url="https://github.com/steveire/grantlee">Grantlee</ulink>.</para> -<para>&kapplication; is an editor for KMail headers based on Grantlee.</para> -</chapter> +<sect2 id="using-kapp"> +<title>Using &i18n-kapplication;</title> +<para>A brief introduction to this application you find in this <ulink url="http://www.aegiap.eu/kdeblog/2013/05/news-in-kdepim-4-11-header-theme-33-grantlee-theme-generator-headerthemeeditor/" +>Blog</ulink>.</para> +<para>More Information you find in the <ulink url="http://www.grantlee.org/apidox/">Grantlee</ulink> documentation.</para> +<para>For examples of headers designs look at repository <ulink url="http://websvn.kde.org/branches/work/soc-pim/kdepim/examples/mail_grantlee/themes/">Grantlee-designs</ulink>.</para> +</sect2> -<chapter id="using-kapp"> -<title>Using &kapplication;</title> -<para>using</para> - -</chapter> - -<chapter id="credits"> +<sect2 id="credits"> <title>Credits and License</title> -<para>&kapplication;</para> -<para> -Program copyright 2013 Laurent Montel [email protected] -</para> -<para> -Documentation Copyright © 2013 Laurent Montel [email protected] -</para> +<para>&i18n-kapplication;</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 --> -</chapter> - -<appendix id="installation"> -<title>Installation</title> - - -<sect1 id="compilation"> -<title>Compilation and Installation</title> - -&install.compile.documentation; +</sect2> </sect1> -</appendix> - -&documentation.index; -</book> +</article> <!-- Local Variables: _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
