moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / debian / kturtle.1
blob1da934e1e8d6e26efff10fea76fb05e9156accc1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH KTURTLE 1 "March 16, 2005"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 kturtle \- an educational Logo programming environment
20 .SH SYNOPSIS
21 .B kturtle
22 .RI "[ " generic-options " ]"
23 .SH DESCRIPTION
24 \fBKTurtle\fP is an educational programming environment using the Logo
25 programming language.  It tries to make programming as easy and
26 accessible as possible.  This makes KTurtle suitable for teaching kids
27 the basics of mathematics, geometry and programming.
28 .PP
29 The commands used to program are in the style of the Logo programming
30 language.  The unique feature of Logo is that the commands are often
31 translated into the speaking language of the programmer.
32 .PP
33 KTurtle is named after "the turtle" that plays a central role in the
34 programming environment.  The user programs the turtle, using the Logo
35 commands, to draw a picture on the canvas.
36 .PP
37 Note that this version of Logo is only focused on the educational
38 qualities of the programming language and will not try to suit
39 professional programmers' needs.
40 .PP
41 This application is part of the official KDE edutainment module.
42 .SH OPTIONS
43 For a full summary of options, run \fIkturtle \-\-help\fP.
44 .SH SEE ALSO
45 Full user documentation is available through the KDE Help Centre.
46 You can also enter the URL
47 \fIhelp:/kturtle/\fP
48 directly into konqueror or you can run
49 `\fIkhelpcenter help:/kturtle/\fP'
50 from the command-line.
51 .PP
52 If the KDE Help Centre is not installed then you can install the package
53 \fIkdeedu-doc-html\fP and read this documentation in HTML format from
54 \fI/usr/share/doc/kde/HTML/en/kturtle/\fP.
55 .SH AUTHOR
56 KTurtle was written by Cies Breijs <cies # kde.nl>,
57 Walter Schreppers <Walter.Schreppers # ua.ac.be> and
58 Anne-Marie Mahfouf <annemarie.mahfouf # free.fr>.
59 .br
60 This manual page was prepared by Ben Burton <bab@debian.org>
61 for the Debian GNU/Linux system (but may be used by others).