diff options
author | Slávek Banko <[email protected]> | 2021-10-21 15:08:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-10-21 15:08:52 +0200 |
commit | 3a5429b31c64b6f36e962785536035a1dfb5dec0 (patch) | |
tree | 180e3c234584bf5a7f63da03cd454b1e8d519c1f | |
parent | 7837ddbf530df90c4576545d025d9c67ee8c9d03 (diff) | |
download | ksplash-engine-moodin-3a5429b31c64b6f36e962785536035a1dfb5dec0.tar.gz ksplash-engine-moodin-3a5429b31c64b6f36e962785536035a1dfb5dec0.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 9d8495652a6a837488dc2dec6a869755b7b6f7b1)
-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/) |