[kde-doc-english] [kjumpingcube] doc: replace part of menu chapter with link to fundamentals

Burkhard Lück lueck at hube-lueck.de
Mon May 6 10:40:26 UTC 2013


Git commit e55ec39d3b6cbe2e6a229930da60352da81f7513 by Burkhard Lück.
Committed on 06/05/2013 at 12:40.
Pushed by lueck into branch 'master'.

replace part of menu chapter with link to fundamentals

M  +11   -39   doc/index.docbook

http://commits.kde.org/kjumpingcube/e55ec39d3b6cbe2e6a229930da60352da81f7513

diff --git a/doc/index.docbook b/doc/index.docbook
index ab2e411..35d0791 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -37,8 +37,8 @@
 
 <legalnotice>&FDLNotice;</legalnotice>
  
-<date>2012-11-04</date><!-- Date of (re)writing, or update. Use the variable definitions within header to change this value.-->
-<releaseinfo>&kappversion; (&kde; 4.10)</releaseinfo><!-- Application version number. Use the variable definitions within header to change this value.-->
+<date>2013-05-06</date><!-- Date of (re)writing, or update. Use the variable definitions within header to change this value.-->
+<releaseinfo>&kappversion; (&kde; 4.11)</releaseinfo><!-- Application version number. Use the variable definitions within header to change this value.-->
  
 <!--Short description of this document. Do not change unless necessary!-->
 <abstract>
@@ -134,8 +134,9 @@ becomes interesting and challenging.</para>
  
 <chapter id="interface"><title>Interface Overview</title> <!-- do not change this! -->
 <!-- This section has to do with menubar. Describe every single entry in order. Use <variablelist> and <varlistentry>. Split the chapter into sections using <sect1(2,3)> for better viewing.-->
-	<sect1 id="game-menu"><title>The <guimenu>Game</guimenu> Menu</title>
-	<variablelist id="menu-game-new">
+<sect1 id="menu">
+<title>Menu Items</title>
+<variablelist>
 	<varlistentry><term><menuchoice><shortcut><keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo></shortcut>
 		<guimenu>Game</guimenu><guimenuitem>New</guimenuitem></menuchoice></term>
 		<listitem><para><action>Start a new game.</action></para></listitem>
@@ -160,12 +161,7 @@ becomes interesting and challenging.</para>
 		<guimenu>Game</guimenu><guimenuitem>Quit</guimenuitem></menuchoice></term>
 		<listitem><para><action>Quits</action> &kjumpingcube;.</para></listitem>
 	</varlistentry>
-	</variablelist>
-</sect1>
 
-<sect1 id="move-menu">
-	<title>The <guimenu>Move</guimenu> Menu</title>
-	<variablelist>
 	<varlistentry id="move-menu-undo"><term><menuchoice><shortcut><keycombo action="simul">&Ctrl;<keycap>Z</keycap></keycombo></shortcut>
 		<guimenu>Move</guimenu><guimenuitem>Undo</guimenuitem></menuchoice></term>
 		<listitem><para><action>Undo the last move you made.</action> Only one move, the very last one, can be undone in this game.</para></listitem>
@@ -175,37 +171,13 @@ becomes interesting and challenging.</para>
 	<listitem><para><action>Get a hint as to the best move to make next. The hint is calculated by computer player 1 or 2, depending on whether you are player 1 or 2. See the <link linkend="configuration">Game Configuration</link> section for more details.</action></para></listitem>
 	</varlistentry>
 	</variablelist>
-</sect1>
-
-<sect1 id="settings-menu">
-	<title>The <guimenu>Settings</guimenu> Menu</title>
-	<variablelist>
-	    <varlistentry><term><menuchoice>
-		<guimenu>Settings</guimenu><guimenuitem>Show Toolbar</guimenuitem></menuchoice></term>
-		<listitem><para><action>Toggle the display of the toolbar.</action></para></listitem>
-	</varlistentry>
-	<varlistentry><term><menuchoice>
-		<guimenu>Settings</guimenu><guimenuitem>Show Statusbar</guimenuitem></menuchoice></term>
-		<listitem><para><action>Toggle the display of the status bar.</action></para></listitem>
-	</varlistentry>
-	<varlistentry><term><menuchoice>
-		<guimenu>Settings</guimenu><guimenuitem>Configure Shortcuts...</guimenuitem></menuchoice></term>
-		<listitem><para><action>Open a dialog where you can configure the shortcut keys</action> for &kjumpingcube;.</para></listitem>
-	</varlistentry>
-	<varlistentry id="settings-menu-toolbar"><term><menuchoice>
-		<guimenu>Settings</guimenu><guimenuitem>Configure Toolbars...</guimenuitem></menuchoice></term>
-		<listitem><para><action>Open a dialog where you can configure the toolbar actions</action> for &kjumpingcube;.</para></listitem>
-	</varlistentry>
-	<varlistentry id="settings-menu-configure"><term><menuchoice>
-		<guimenu>Settings</guimenu><guimenuitem>Configure &kjumpingcube;...</guimenuitem></menuchoice></term>
-		<listitem><para>Open a game configuration dialog. See the <link linkend="configuration">Game Configuration</link> section for more details.</para></listitem>
-	</varlistentry>
-	</variablelist>
-</sect1>
+<para>
+Additionally &kjumpingcube; has the common &kde; <guimenu>Settings</guimenu> and <guimenu>Help</guimenu>
+menu items, for more information read the sections about the <ulink url="help:/fundamentals/ui.html#menus-settings"
+>Settings Menu</ulink> and <ulink url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink>
+of the &kde; Fundamentals.
+</para>
 
-<sect1 id="help"><!--This is a standard Help menubar entry. Only change if needed.-->
-<title>The <guimenu>Help</guimenu> Menu</title>
-&help.menu.documentation;
 </sect1>
 
 <sect1 id="toolbars">


More information about the kde-doc-english mailing list