Git commit 4348e5a3b40fddbb88fe65184d21bca4f907a557 by Burkhard L?ck. Committed on 03/05/2013 at 23:08. Pushed by lueck into branch 'master'.
replace part of menu chapter with link to fundamentals M +11 -49 doc/index.docbook http://commits.kde.org/bovo/4348e5a3b40fddbb88fe65184d21bca4f907a557 diff --git a/doc/index.docbook b/doc/index.docbook index c93bfc7..e4940b6 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -33,8 +33,8 @@ and in the FDL itself on how to use it. --> <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>2013-05-03</date><!-- Date of (re)writing, or update.--> +<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> @@ -126,10 +126,10 @@ You have to place your pieces in a way that prevents your opponent from connecti </chapter> <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> +<sect1 id="menu"> +<title>Menu Items</title> + <variablelist> <varlistentry> <term><menuchoice> @@ -157,13 +157,6 @@ You have to place your pieces in a way that prevents your opponent from connecti <listitem><para>Selecting this item will end your current game, and exit &bovo;.</para></listitem> </varlistentry> -</variablelist> -</sect1> - -<sect1 id="move-menu"> -<title>The <guimenu>Move</guimenu> Menu</title> - -<variablelist> <varlistentry> <term><menuchoice> @@ -193,13 +186,6 @@ You have to place your pieces in a way that prevents your opponent from connecti </listitem> </varlistentry> -</variablelist> -</sect1> - -<sect1 id="settings-menu"> -<title>The <guimenu>Settings</guimenu> Menu</title> - -<variablelist> <varlistentry> <term><menuchoice><guimenu>Settings</guimenu><guisubmenu>Theme</guisubmenu></menuchoice></term> <listitem><para>Choose one of the themes <guimenuitem>Scribble</guimenuitem>, <guimenuitem>High Contrast</guimenuitem>, @@ -213,44 +199,20 @@ You have to place your pieces in a way that prevents your opponent from connecti </varlistentry> <varlistentry> -<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Show -Toolbar</guimenuitem></menuchoice></term> -<listitem><para><action>Toggles</action> display of the toolbar below the menu bar.</para></listitem> -</varlistentry> - -<varlistentry> -<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Show -Statusbar</guimenuitem></menuchoice></term> -<listitem><para>Toggle the display of the status bar at the bottom of the main window.</para></listitem> -</varlistentry> - -<varlistentry> <term><menuchoice><guimenu>Settings</guimenu><guisubmenu>Difficulty</guisubmenu></menuchoice></term> <listitem><para>Choose the game difficulty from various levels from <guimenuitem>Ridiculously Easy</guimenuitem> up to <guimenuitem>Impossible</guimenuitem>.</para></listitem> </varlistentry> -<varlistentry> -<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure -Shortcuts...</guimenuitem></menuchoice></term> -<listitem><para>This item lets you change the key settings of -&bovo;.</para></listitem> -</varlistentry> - -<varlistentry> -<term><menuchoice><guimenu>Settings</guimenu> -<guimenuitem>Configure Toolbars...</guimenuitem></menuchoice></term> -<listitem><para>Displays the &kde; standard dialog to customize -the toolbars.</para></listitem> -</varlistentry> - </variablelist> -</sect1> +<para> +Additionally &bovo; 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> </chapter>
