diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-21 15:08:33 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-21 15:08:33 +0200 |
commit | 9d8495652a6a837488dc2dec6a869755b7b6f7b1 (patch) | |
tree | 193aedc493b4be1882587ca4405e798ccd89b2c9 | |
parent | f2ef8b7b112e68abca6d2a36dccf2ecedbd6a1a8 (diff) | |
download | ksplash-engine-moodin-9d8495652a6a837488dc2dec6a869755b7b6f7b1.tar.gz ksplash-engine-moodin-9d8495652a6a837488dc2dec6a869755b7b6f7b1.zip |
Change README to markdown format.
Add translation status overview.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | README | 32 | ||||
-rw-r--r-- | README.md | 48 |
2 files changed, 48 insertions, 32 deletions
@@ -1,32 +0,0 @@ - - ksplash-engine-moodin - a splash loggin screen engine for TDE. - - -Ksplash-engine-moodin creates splash screen with animations during the -loggin runtime. -Various types of themes can be customized with the engine. - - -Features: -========= - - * scale cache - * fading images - * use current icon set or custom images - * unlimited Custom text labels - * set fading delay and length - * custom image arrangement - * resolution independent themes - - - - CONTRIBUTING -============== - -If you wish to contribute to ksplash-engine-moodin, 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..df2f848 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ + + ksplash-engine-moodin - a splash loggin screen engine for TDE. + + +Ksplash-engine-moodin creates splash screen with animations during the +loggin runtime. +Various types of themes can be customized with the engine. + + +Features: +--------- + +* scale cache +* fading images +* use current icon set or custom images +* unlimited Custom text labels +* set fading delay and length +* custom image arrangement +* resolution independent themes + + + +Contributing +-------------- + +If you wish to contribute to ksplash-engine-moodin, 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/-/ksplash-engine-moodin/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/ksplash-engine-moodin-ksplashmoodindesktop/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/) + +### themes +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/ksplash-engine-moodin-themes/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/) |