diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /doc/khangman/man-khangman.6.docbook | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/khangman/man-khangman.6.docbook')
-rw-r--r-- | doc/khangman/man-khangman.6.docbook | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/doc/khangman/man-khangman.6.docbook b/doc/khangman/man-khangman.6.docbook new file mode 100644 index 00000000..a3d95fe6 --- /dev/null +++ b/doc/khangman/man-khangman.6.docbook @@ -0,0 +1,63 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!ENTITY % English "INCLUDE"> +]> + +<refentry lang="&language;"> +<refentryinfo> +<title>KDE User's Manual</title> +<author><personname><firstname>Ben</firstname><surname>Burton</surname></personname> <email>bab@debian.org</email></author> +<date>May 25, 2005</date> +<productname>K Desktop Environment</productname> +</refentryinfo> + +<refmeta> +<refentrytitle><command>khangman</command></refentrytitle> +<manvolnum>6</manvolnum> +</refmeta> + +<refnamediv> +<refname><command>khangman</command></refname> +<refpurpose>The classical hangman game for KDE</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis> +<command>khangman</command> +<arg choice="opt">KDE Generic Options</arg> +<arg choice="opt">Qt Generic Options</arg> +</cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title>Description</title> +<para>&khangman; is a game based on the well known hangman game. It is +aimed for children 6 and above. It has four levels of difficulty: Animals +(animals words), Easy, Medium and Hard.</para><para>A word is picked at +random and the letters are hidden. You must guess the word by trying one +letter after another. Each time you guess a wrong letter, part of a picture +of a hangman is drawn. You must guess the word before getting hanged! You +have 10 tries.</para><para>This application is part of the &kde; Edutainment +module.</para> +</refsect1> + +<refsect1> +<title>See Also</title> +<para>More detailed user documentation is available from <ulink +url="help:/khangman">help:/khangman</ulink> +(either enter this <acronym>URL</acronym> into &konqueror;, or run +<userinput><command>khelpcenter</command> +<parameter>help:/khangman</parameter></userinput>).</para> + +<para>There is also further information available at the <ulink url="http://edu.kde.org/khangman/">&kde; Edutainment web site</ulink>.</para> +</refsect1> + +<refsect1> +<title>Authors</title> +<para>&khangman; was written by <personname><firstname>Primoz</firstname><surname>Anzur</surname></personname> and &Anne-Marie.Mahfouf; &Anne-Marie.Mahfouf.mail;</para> +<para>This manual page based on the one prepared by <personname><firstname>Ben</firstname><surname>Burton</surname></personname> for the Debian project.</para> + + +</refsect1> + +</refentry> |