diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-20 16:22:20 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-20 16:22:20 +0200 |
commit | 3a96aaee4a24f71f4f845c829127e5f99c96f2d1 (patch) | |
tree | 1a509923861beaab7979ed1307aaa0c6ec0572e1 | |
parent | 032b60e4b0b27c00fbff0963df5ad207da52f6c8 (diff) | |
download | kiosktool-3a96aaee4a24f71f4f845c829127e5f99c96f2d1.tar.gz kiosktool-3a96aaee4a24f71f4f845c829127e5f99c96f2d1.zip |
Change README to markdown format.
Add translation status overview.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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/) |