diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-22 00:48:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-22 00:48:38 +0200 |
commit | 65c3f5b6f2ee69305a8b21614d111fd03f148fbb (patch) | |
tree | 9ea5695c6169c22f4a4b7db8cc9c6725a4f2b9ca | |
parent | d74d1b2542446e1e051cc5e951c4113d13115d71 (diff) | |
download | mathemagics-r14.0.11.tar.gz mathemagics-r14.0.11.zip |
Change README to markdown format.r14.0.11
Add translation status overview.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0c634f83a227697647553e614a56259a2e01a859)
-rw-r--r-- | README | 19 | ||||
-rw-r--r-- | README.md | 32 |
2 files changed, 32 insertions, 19 deletions
@@ -1,19 +0,0 @@ - -mathemagics - a RPN scientific calculator for TDE. - - -Mathemagics makes use of the Reverse Polish Notation or RPN. -Mathemagics can store and use user-defined functions and variables, It -comes with large number of built-in functions as well. - - -CONTRIBUTING -============== - -If you wish to contribute to Mathemagics, you might do so: - -- TDE Gitea Workspace (TGW) collaboration tool. - https://mirror.git.trinitydesktop.org/gitea - -- TDE Weblate Translation Workspace (TWTW) collaboration tool. - https://mirror.git.trinitydesktop.org/weblate diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6240a1 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ + +mathemagics - a RPN scientific calculator for TDE. + + +Mathemagics makes use of the Reverse Polish Notation or RPN. +Mathemagics can store and use user-defined functions and variables, It +comes with large number of built-in functions as well. + +. + +Contributing +-------------- + +If you wish to contribute to Mathemagics, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### messages +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/mathemagics/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/mathemagics/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/mathemagics-mathemagicsdesktop/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/mathemagics-mathemagicsdesktop/) |