Git commit cbd0ce0e509fb8e86891c6ac6c0640e6952998f8 by Luigi Toscano. Committed on 27/09/2015 at 15:01. Pushed by ltoscano into branch 'master'.
Update documentation data (man + doc) - change release info and product details according the new convention (see docbook templates in KDocTools for details); - remove installation instruction (as discussed for all programs on kde-doc-english@). - remove package entity. - cleanup command-line options in man page. M +2 -39 doc/index.docbook M +5 -5 doc/man-kbruch.1.docbook http://commits.kde.org/kbruch/cbd0ce0e509fb8e86891c6ac6c0640e6952998f8 diff --git a/doc/index.docbook b/doc/index.docbook index 4034908..72945b2 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1,7 +1,6 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ <!ENTITY kappname "&kbruch;"> -<!ENTITY package "kdeedu"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"><!-- change language only here --> ]> @@ -34,8 +33,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2013-06-23</date> -<releaseinfo>4.2 (&kde; 4.11)</releaseinfo> +<date>2015-09-27</date> +<releaseinfo>&kbruch; 5.0 (Applications 15.12)</releaseinfo> <abstract> <para>&kbruch; is a small program to practice calculating with fractions and percentages. @@ -721,42 +720,6 @@ Program and documentation Copyright, 2001-2011 Sebastian Stein </chapter> -<appendix id="installation"> -<title>Installation</title> - -<sect1 id="getting-kbruch"> -<title>How to obtain &kbruch;</title> - -&install.intro.documentation; - -</sect1> - -<sect1 id="requirements"> -<title>Requirements</title> - -<para> -In order to successfully use &kbruch;, you need &kde; > 4.1 . -</para> - -<para> -&kbruch; itself can be found -on <ulink url="http://edu.kde.org/kbruch/">the &kbruch; home page</ulink> -and it is part of the &kde; Edu project</para> - -<para>You can find a list of changes in the <acronym>Git</acronym> commit -messages.</para> - -</sect1> - -<sect1 id="compilation"> -<title>Compilation and Installation</title> - -&install.compile.documentation; - -</sect1> - -</appendix> - &documentation.index; </book> <!-- diff --git a/doc/man-kbruch.1.docbook b/doc/man-kbruch.1.docbook index b3a4dfe..9684a64 100644 --- a/doc/man-kbruch.1.docbook +++ b/doc/man-kbruch.1.docbook @@ -5,10 +5,11 @@ <refentry lang="&language;"> <refentryinfo> -<title>KDE User's Manual</title> +<title>&kbruch; User's Manual</title> <author>&Lauri.Watts;&Lauri.Watts.mail;</author> -<date>2010-10-06</date> -<productname>K Desktop Environment</productname> +<date>2015-09-27</date> +<releaseinfo>&kbruch; 5.0 (Applications 15.12)</releaseinfo> +<productname>KDE Applications</productname> </refentryinfo> <refmeta> @@ -24,8 +25,7 @@ <refsynopsisdiv> <cmdsynopsis> <command>kbruch</command> -<arg choice="opt">KDE Generic Options</arg> -<arg choice="opt">Qt Generic Options</arg> +<arg choice="opt">options</arg> </cmdsynopsis> </refsynopsisdiv> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
