Git commit 1b094bcbeeda173e4782621054c66c8155d553e2 by Burkhard Lück. Committed on 10/05/2016 at 15:54. Pushed by lueck into branch 'master'.
Proofread + update KMines handbook to 16.04 remove entities kappname, package - not used anymore bump date + releaseinfo add screenshot, remove appendix A +- -- doc/gameboard.png M +14 -23 doc/index.docbook http://commits.kde.org/kmines/1b094bcbeeda173e4782621054c66c8155d553e2 diff --git a/doc/gameboard.png b/doc/gameboard.png new file mode 100644 index 0000000..f5a4700 Binary files /dev/null and b/doc/gameboard.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 65c21ba..88d0027 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1,7 +1,5 @@ <?xml version="1.0" ?> <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ - <!ENTITY kappname "&kmines;"> - <!ENTITY package "kdegames"> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE" > <!-- change language only here --> ]> @@ -55,8 +53,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2013-05-06</date> -<releaseinfo>3.0 (&kde; 4.11)</releaseinfo> +<date>2016-05-10</date> +<releaseinfo>4.0 (Applications 16.04)</releaseinfo> <abstract><para>&kmines; is the &kde; version of the classic minesweeper game.</para></abstract> @@ -85,11 +83,22 @@ Numbers indicate how many mines there are nearby. <title>How to Play</title> <note><title>Objective:</title><para>Locate all the mines hidden on the minefield.</para></note><!--Describe the objective of the game.--> +<screenshot> +<mediaobject> +<imageobject> +<imagedata fileref="gameboard.png" format="PNG"/> +</imageobject> +<textobject> +<phrase>&kmines; Game Board</phrase> +</textobject> +</mediaobject> +</screenshot> + <para> To play &kmines;, you need to use the mouse and its three buttons to uncover or to flag the squares (with two-buttoned mice, clicking the &MMB; is generally achieved by simultaneously pressing the &LMB; and the -&RMB; buttons). +&RMB;). </para> <para>Clicking the &LMB; on your mouse will @@ -349,24 +358,6 @@ Dmitry Suzdalev <email>[email protected]</email> </chapter> -<appendix id="installation"> -<title>Installation</title> - -<sect1 id="getting-kmines"> -<title>How to obtain &kmines;</title> - -&install.intro.documentation; - -</sect1> - -<sect1 id="compilation"> -<title>Compilation and Installation</title> - -&install.compile.documentation; - -</sect1> -</appendix> - </book> <!-- Local Variables: _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
