This commit is contained in:
Beat Jäckle 2024-01-11 22:10:17 +01:00
parent 913c26a794
commit febdbb2b98
3 changed files with 128 additions and 0 deletions

70
man/tigerjython.1 Normal file
View file

@ -0,0 +1,70 @@
.\" Automatically generated by Pandoc 3.1.2
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "TigerJython" "" "Aug-2-2023" "tigerjython 2.37" "Readme"
.hy
.SH NAME
.PP
TigerJython
.SH SYNOPSIS
.PP
\f[B]tigerjython\f[R]
.PP
or
.PP
\f[B]java -jar /opt/tigerjython/tigerjython2.jar\f[R]
.SH DESCRIPTION
.PP
\f[B]TigerJython\f[R] is a free development environment for the Python
programming language.
If you want to learn programming, this is the tool for you.
It already includes everything you need to start programming right away.
.PP
For all versions we guarantee not to change or spy your software.
.SH FILES
.PP
Additional library modules can copied to the Lib subfolder of the
installation folder (where tigerjython2.jar resides).
They are loaded automatically by TigerJython.
The folder already contains software for special applications like a
text-to-speech converter (TTS), firmware for microcontroller
development, support for MP3 sound, etc.
If you do not use these features, you may delete the files in the Lib
folder and TigerJython still works for most standard applications.
.PP
The installation folder also contains a subfolder TestSamples, where you
find a few typical applications (turtle graphics, coordinate graphics,
game development engine (GameGrid), simulations).
.SH SEE ALSO
.IP \[bu] 2
<https://tigerjython.ch/>
.IP \[bu] 2
<https://tigerjython4kids.ch>
.IP \[bu] 2
<https://tobiaskohn.ch/>
.IP \[bu] 2
<https://jython.ch/>
.IP \[bu] 2
<https://aplu.ch/>
.IP \[bu] 2
<https://tjgroup.ch/>
.SH HELP
.PP
For help send mail to <help@tigerjython.ch>
.SH COPYRIGHT
.PP
Created by the TigerJython Group association (<https://tjgroup.ch/>) a
non-profit organisaton devoted to computer science education.

57
man/tigerjython.md Normal file
View file

@ -0,0 +1,57 @@
---
title: TigerJython
header: Readme
footer: tigerjython 2.37
date: Aug-2-2023
---
# NAME
TigerJython
# SYNOPSIS
**tigerjython**
or
**java -jar /opt/tigerjython/tigerjython2.jar**
# DESCRIPTION
**TigerJython** is a free development environment for the Python programming
language. If you want to learn programming, this is the tool for you. It
already includes everything you need to start programming right away.
For all versions we guarantee not to
change or spy your software.
# FILES
Additional library modules can copied to the Lib subfolder of the
installation folder (where tigerjython2.jar resides). They are loaded
automatically by TigerJython. The folder already contains software for
special applications like a text-to-speech converter (TTS), firmware for
microcontroller development, support for MP3 sound, etc. If you do not
use these features, you may delete the files in the Lib folder and
TigerJython still works for most standard applications.
The installation folder also contains a subfolder TestSamples, where you
find a few typical applications (turtle graphics, coordinate graphics,
game development engine (GameGrid), simulations).
# SEE ALSO
* <https://tigerjython.ch/>
* <https://tigerjython4kids.ch>
* <https://tobiaskohn.ch/>
* <https://jython.ch/>
* <https://aplu.ch/>
* <https://tjgroup.ch/>
# HELP
For help send mail to <help@tigerjython.ch>
# COPYRIGHT
Created by the TigerJython Group association (<https://tjgroup.ch/>) a
non-profit organisaton devoted to computer science education.

1
man/tutorial.link Normal file
View file

@ -0,0 +1 @@
https://www.pragmaticlinux.com/2021/01/create-a-man-page-for-your-own-program-or-script-with-pandoc/