diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:16:53 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-06 18:16:53 +0100 |
commit | b23da3e4306a3b92b39be1bf53abf48e4bd9323e (patch) | |
tree | c15a47eb180d9fb2a35f7a5a2a3cee01d599dd8c /README.md | |
parent | dab9ed5695c0d09a74e979671a21ba0b1ce3d93d (diff) | |
download | kxmleditor-b23da3e4306a3b92b39be1bf53abf48e4bd9323e.tar.gz kxmleditor-b23da3e4306a3b92b39be1bf53abf48e4bd9323e.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cb205c --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ + +KXML Editor – XML Editor for TDE + + +KXML Editor is a simple program, that displays and edits the contents of an +XML file. It can be embedded in Quanta, and used with DCOP. + +The left side contains a tree representing the XML document structure. The +right side contains a list of attributes for the selected XML element and +its contents. + +. + +Contributing +-------------- + +If you wish to contribute to kxmleditor, 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/-/kxmleditor/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kxmleditor-desktop-files/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/) |