link more open source things I do
This commit is contained in:
parent
6ef6682910
commit
ccb6b721b7
|
@ -68,7 +68,7 @@ pygmentscodefencesguesssyntax = true
|
||||||
#
|
#
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "Github"
|
name = "GitHub"
|
||||||
icon = "fab fa-github"
|
icon = "fab fa-github"
|
||||||
weight = 1
|
weight = 1
|
||||||
url = "https://github.com/christoph-cullmann/"
|
url = "https://github.com/christoph-cullmann/"
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
+++
|
+++
|
||||||
title = "Private Projects"
|
title = "Private Projects"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
## KDE
|
||||||
|
|
||||||
|
I work on various projects that are under the [KDE](https://www.kde.org/) umbrella.
|
||||||
|
|
||||||
|
* The Kate editor, a full-featured text editor
|
||||||
|
* https://kate-editor.org/
|
||||||
|
* https://cgit.kde.org/kate.git/
|
||||||
|
|
||||||
|
* The KTextEditor framework, a versatile text editor component
|
||||||
|
* https://api.kde.org/frameworks/ktexteditor/html/
|
||||||
|
* https://cgit.kde.org/ktexteditor.git/
|
||||||
|
|
||||||
|
* The Syntax-Highlighting framework, close to 300 languages supported
|
||||||
|
* https://api.kde.org/frameworks/syntax-highlighting/html/
|
||||||
|
* https://cgit.kde.org/syntax-highlighting.git/
|
||||||
|
|
||||||
|
Contributors to these projects are welcome.
|
||||||
|
|
||||||
|
I you wish to sponsor the work done by KDE in non-technical ways, please think about [donating](https://kde.org/donations).
|
||||||
|
|
||||||
|
## Github
|
||||||
|
|
||||||
|
Some smaller things I work on, like this homepage, can be found on my GitHub account:
|
||||||
|
|
||||||
|
* https://github.com/christoph-cullmann/
|
||||||
|
|
Loading…
Reference in a new issue