Git commit b9c9c11be9d03310d3c14f048f448d46d4a7eb68 by Burkhard Lück. Committed on 10/05/2016 at 08:36. Pushed by lueck into branch 'master'.
Proofread + update Bomber handbook to 16.04 remove entities bomber, kappname, package, kappversion - already defined in frameworks/kdoctools or not used anymore bump date + releaseinfo add screenshot remove appendix REVIEW:127873 M +14 -19 doc/index.docbook A +- -- doc/mainscreen.png http://commits.kde.org/bomber/b9c9c11be9d03310d3c14f048f448d46d4a7eb68 diff --git a/doc/index.docbook b/doc/index.docbook index 6d8d59f..53740f1 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1,9 +1,5 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY bomber "<application>Bomber</application>"> - <!ENTITY kappname "&bomber;"> - <!ENTITY package "kdegames"> - <!ENTITY kappversion "0.1"><!--Applicaion version. Use this variable everywhere it's needed.--> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"> ]> @@ -32,14 +28,13 @@ <legalnotice>&FDLNotice; </legalnotice> - <date>2012-08-06</date><!-- Date of (re)writing, or update.--> - <releaseinfo>&kappversion; (&kde; 4.9) - </releaseinfo><!-- Application version number. Use the variable definitions within header to change this value.--> + <date>2016-05-09</date> + <releaseinfo>0.4 (Applications 16.04) + </releaseinfo> <abstract> <para> - This documentation describes the game of &bomber; version - &kappversion; + This documentation describes the game of &bomber; version 0.4 </para> </abstract> @@ -79,6 +74,16 @@ </chapter> <chapter id="how-to-play"> <title>How To Play</title> +<screenshot> +<mediaobject> +<imageobject> +<imagedata fileref="mainscreen.png" format="PNG"/> +</imageobject> +<textobject> +<phrase>&bomber; main screen</phrase> +</textobject> +</mediaobject> +</screenshot> <para> The player is flying a plane in a city. The plane flies from left to right. Every time it disappears off the side of the @@ -152,14 +157,4 @@ </chapter> - <appendix id="installation"> - <title>Installation</title> - - &install.intro.documentation; - - &install.compile.documentation; - - </appendix> - - </book> diff --git a/doc/mainscreen.png b/doc/mainscreen.png new file mode 100644 index 0000000..47e5fd4 Binary files /dev/null and b/doc/mainscreen.png differ _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
