diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-11 19:26:16 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-11 19:26:56 +0200 |
commit | d1131e71c2fd8b4575f905e9ba3b413e33628219 (patch) | |
tree | 515232d395be00ca4907b15157a3a20f731754df | |
parent | 31dce42142c1707d5dc6c4f1e269af41d76a4377 (diff) | |
download | kdbg-d1131e71c2fd8b4575f905e9ba3b413e33628219.tar.gz kdbg-d1131e71c2fd8b4575f905e9ba3b413e33628219.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 250d613e33399ab1fd6a6b15f02b81561effc1e0)
-rw-r--r-- | README | 21 | ||||
-rw-r--r-- | README.md | 33 |
2 files changed, 33 insertions, 21 deletions
@@ -1,21 +0,0 @@ - - KDbg – graphical debugger interface - - -KDbg is a graphical user interface to gdb, the GNU debugger. It provides -an intuitive interface for setting breakpoints, inspecting variables, -stepping through code and much more. KDbg requires TDE but you can of -course debug any program. - - - -CONTRIBUTING -============== - -If you wish to contribute to kdbg, 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..12f0cd5 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ + + KDbg – graphical debugger interface + + +KDbg is a graphical user interface to gdb, the GNU debugger. It provides +an intuitive interface for setting breakpoints, inspecting variables, +stepping through code and much more. KDbg requires TDE but you can of +course debug any program. + +. + +Contributing +-------------- + +If you wish to contribute to kdbg, 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/-/kdbg/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kdbg-kdbgdesktop/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/) |