From febdbb2b98682f53cf8470d0d83635ebaa3a63ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20J=C3=A4ckle?= Date: Thu, 11 Jan 2024 22:10:17 +0100 Subject: [PATCH] add man --- man/tigerjython.1 | 70 ++++++++++++++++++++++++++++++++++++++++++++++ man/tigerjython.md | 57 +++++++++++++++++++++++++++++++++++++ man/tutorial.link | 1 + 3 files changed, 128 insertions(+) create mode 100644 man/tigerjython.1 create mode 100644 man/tigerjython.md create mode 100644 man/tutorial.link diff --git a/man/tigerjython.1 b/man/tigerjython.1 new file mode 100644 index 0000000..f97f665 --- /dev/null +++ b/man/tigerjython.1 @@ -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 + +.IP \[bu] 2 + +.IP \[bu] 2 + +.IP \[bu] 2 + +.IP \[bu] 2 + +.IP \[bu] 2 + +.SH HELP +.PP +For help send mail to +.SH COPYRIGHT +.PP +Created by the TigerJython Group association () a +non-profit organisaton devoted to computer science education. diff --git a/man/tigerjython.md b/man/tigerjython.md new file mode 100644 index 0000000..05db7cc --- /dev/null +++ b/man/tigerjython.md @@ -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 + + * + * + * + * + * + * + +# HELP + +For help send mail to + +# COPYRIGHT + +Created by the TigerJython Group association () a +non-profit organisaton devoted to computer science education. diff --git a/man/tutorial.link b/man/tutorial.link new file mode 100644 index 0000000..8490b75 --- /dev/null +++ b/man/tutorial.link @@ -0,0 +1 @@ +https://www.pragmaticlinux.com/2021/01/create-a-man-page-for-your-own-program-or-script-with-pandoc/ \ No newline at end of file