• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

addons/H03-May-2022-170,942146,489

doc/H03-May-2022-18,88716,048

kate/H03-May-2022-20,55813,886

kwrite/H03-May-2022-2,0401,646

po/H01-Mar-2022-891,110761,099

shared/H28-Feb-2022-807511

.git-blame-ignore-revsH A D28-Feb-2022480 1312

.gitignoreH A D28-Feb-2022284 3226

.gitlab-ci.ymlH A D28-Feb-2022252 75

.kateconfigH A D28-Feb-202259 21

.kateprojectH A D28-Feb-2022213 1610

.kde-ci.ymlH A D28-Feb-2022390 1412

CMakePresets.jsonH A D28-Feb-20223.8 KiB107106

README.mdH A D28-Feb-20222.4 KiB7846

README.md

1# Join Us!
2
3So you want to participate in developing Kate?
4Great!
5The project is always in need of helping hands.
6
7If you need pointers, please visit the following pages:
8
9* Central hub for information around Kate development: Just head to our website [kate-editor.org](https://kate-editor.org/).
10
11* How to compile Kate on your machine? Read our [Build it!](https://kate-editor.org/build-it/) tutorial.
12
13* How to help out with the project? See our [Join Us!](https://kate-editor.org/join-us/) page.
14
15## Licensing
16
17Contributions to kate.git shall be licensed under [LGPLv2+](LICENSES/LGPL-2.0-or-later.txt) or [MIT](LICENSES/MIT.txt).
18
19All files shall contain a proper "SPDX-License-Identifier: LGPL-2.0-or-later" or "SPDX-License-Identifier: MIT" identifier inside a header like:
20
21```cpp
22/*
23    SPDX-FileCopyrightText: 2021 Christoph Cullmann <cullmann@kde.org>
24
25    SPDX-License-Identifier: LGPL-2.0-or-later
26*/
27```
28
29```cpp
30/*
31    SPDX-FileCopyrightText: 2021 Christoph Cullmann <cullmann@kde.org>
32
33    SPDX-License-Identifier: MIT
34*/
35```
36
37# kate.git content
38
39## kate
40
41The **kate** directory contains the Kate application sources.
42
43Kate is using KUserFeedback for telemetry starting with release 20.04.
44
45For details of the opt-in send information, see https://community.kde.org/Telemetry_Use
46
47## kwrite
48
49The **kwrite** directory contains the KWrite application sources.
50
51## addons
52
53The **addons** directory contains in sub-directories the sources of all bundled plugins.
54These plugins are not only used by Kate itself but other KTextEditor compatible applications, like KDevelop.
55
56## doc
57
58The **doc** directory contains the Kate, KWrite & KatePart manuals.
59
60## shared
61
62The **shared** directory contains common code parts needed by the applications & plugins.
63This avoids needless code duplication.
64This is purely internal, no libraries/headers are installed, this is meant to be just consumed inside this repository.
65
66## LICENSES
67
68The **LICENSES** directory contains the license files as referenced in the individual source files.
69For any used **SPDX-License-Identifier** the matching license should be located there.
70
71## Kate's Mascot: Kate the Cyber Woodpecker
72
73Kate's mascot, Kate the Cyber Woodpecker, was designed by [Tyson Tan](https://www.tysontan.com/).
74
75More details can be found on our [mascot page](https://kate-editor.org/mascot/).
76
77![Picture](https://kate-editor.org/images/mascot/electrichearts_20210103_kate_normal.png)
78