diff options
author | Slávek Banko <[email protected]> | 2021-10-20 16:22:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-10-20 16:22:37 +0200 |
commit | 8d8bd91c5ef00a3e8a392f799fe44912cacccea1 (patch) | |
tree | d2e8aafd3708e4ab345eca45aa2c4d12e3e892ce | |
parent | d265ac87f4675a46e63ae59f335035968cf9c126 (diff) | |
download | kiosktool-8d8bd91c5ef00a3e8a392f799fe44912cacccea1.tar.gz kiosktool-8d8bd91c5ef00a3e8a392f799fe44912cacccea1.zip |
Change README to markdown format.r14.0.11
Add translation status overview.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 3a96aaee4a24f71f4f845c829127e5f99c96f2d1)
-rw-r--r-- | README | 14 | ||||
-rw-r--r-- | README.md | 39 |
2 files changed, 39 insertions, 14 deletions
@@ -1,14 +0,0 @@ -Kiosktool - a graphical KIOSK Admin Tool for TDE. - - -KIOSK Admin Tool is a graphical tool for system administrators to manage -on a system wide level TDE usage restrictions (KIOSK features) and -default settings. - -It offers system administrators an easy way to predefine desktop -configurations, lock down settings or otherwise restrict features of the -TDE desktop environment. - -It is centered around "profiles", a profile is a collection of default -settings and restrictions that can be applied to users or groups of -users. diff --git a/README.md b/README.md new file mode 100644 index 0000000..a17c670 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +Kiosktool - a graphical KIOSK Admin Tool for TDE. + + +KIOSK Admin Tool is a graphical tool for system administrators to manage +on a system wide level TDE usage restrictions (KIOSK features) and +default settings. + +It offers system administrators an easy way to predefine desktop +configurations, lock down settings or otherwise restrict features of the +TDE desktop environment. + +It is centered around "profiles", a profile is a collection of default +settings and restrictions that can be applied to users or groups of +users. + +. + +Contributing +-------------- + +If you wish to contribute to Kiosktool, 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/-/kiosktool/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kiosktool-kiosktooldesktop/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/) |