use proper hugo site structure, see https://gohugo.io/content-management/organization/
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "Kate History - KDE 4 Porting"
|
title: "Kate History - KDE 4 Porting"
|
||||||
date: 2019-04-12T23:50:00+02:00
|
date: 2019-04-12T23:52:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
tags: [kde, kate]
|
||||||
|
@ -15,25 +15,25 @@ The KDE 3 -> 4 transition was a large hassle. It did take weeks of work just to
|
||||||
We first started with some trivial KTextEditor container (a mini KWrite) for the porting to get KTextEditor at all doing something. That started out with something that even had no menu or toolbars working:
|
We first started with some trivial KTextEditor container (a mini KWrite) for the porting to get KTextEditor at all doing something. That started out with something that even had no menu or toolbars working:
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="/kate/katetest-kde4-20050515-more.png" target="_blank"><img width=500 src="/kate/katetest-kde4-20050515-more.png"></a>
|
<a href="images/katetest-kde4-20050515-more.png" target="_blank"><img width=500 src="images/katetest-kde4-20050515-more.png"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
This evolved after two days into a kind of working KWrite port (icons still randomly missing):
|
This evolved after two days into a kind of working KWrite port (icons still randomly missing):
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="/kate/katetest-kde4-20050517.png" target="_blank"><img width=500 src="/kate/katetest-kde4-20050517.png"></a>
|
<a href="images/katetest-kde4-20050517.png" target="_blank"><img width=500 src="images/katetest-kde4-20050517.png"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
After the KTextEditor part did work "reasonable", we started with Kate:
|
After the KTextEditor part did work "reasonable", we started with Kate:
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="/kate/kate-kde4-20050519.png" target="_blank"><img width=500 src="/kate/kate-kde4-20050519.png"></a>
|
<a href="images/kate-kde4-20050519.png" target="_blank"><img width=500 src="images/kate-kde4-20050519.png"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
And ended up with an initial ported prototype three days later:
|
And ended up with an initial ported prototype three days later:
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="/kate/kate-kde4-20050522.png" target="_blank"><img width=500 src="/kate/kate-kde4-20050522.png"></a>
|
<a href="images/kate-kde4-20050522.png" target="_blank"><img width=500 src="images/kate-kde4-20050522.png"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
And after that a long time of actual polishing for KDE 4.0 did start. Kate was actually one of the first ported applications during the KDE 3 -> 4 transition.
|
And after that a long time of actual polishing for KDE 4.0 did start. Kate was actually one of the first ported applications during the KDE 3 -> 4 transition.
|
||||||
|
@ -43,7 +43,7 @@ The KDE 4 -> KF5 transition was much nicer, even thought the Frameworks split di
|
||||||
And where did we end up with this ~14 years later? Actually, just here:
|
And where did we end up with this ~14 years later? Actually, just here:
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="/kate/kate-kf5-20190412.png" target="_blank"><img width=500 src="/kate/kate-kf5-20190412.png"></a>
|
<a href="images/kate-kf5-20190412.png" target="_blank"><img width=500 src="images/kate-kf5-20190412.png"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
It is still recognizable the same application, thought I hope some progress is visible :=)
|
It is still recognizable the same application, thought I hope some progress is visible :=)
|
|
@ -3,7 +3,7 @@ title: "New Website"
|
||||||
date: 2019-04-06T18:18:00+02:00
|
date: 2019-04-06T18:18:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [www]
|
categories: [www]
|
||||||
tags: [www, hugo]
|
tags: [hugo]
|
||||||
---
|
---
|
||||||
|
|
||||||
After several years of failing to update my personal WordPress page, I restarted my website with the [Hugo framework](https://gohugo.io/).
|
After several years of failing to update my personal WordPress page, I restarted my website with the [Hugo framework](https://gohugo.io/).
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: "Web-Server Transition"
|
||||||
date: 2019-04-08T23:59:00+02:00
|
date: 2019-04-08T23:59:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [www]
|
categories: [www]
|
||||||
tags: [centos, apache mariadb]
|
tags: [centos, apache, mariadb]
|
||||||
---
|
---
|
||||||
|
|
||||||
Several years the [kate-editor.org](https://kate-editor.org) & [cullmann.io](https://cullmann.io) pages got hosted on a [Hetzner](https://www.hetzner.de/) root server.
|
Several years the [kate-editor.org](https://kate-editor.org) & [cullmann.io](https://cullmann.io) pages got hosted on a [Hetzner](https://www.hetzner.de/) root server.
|
||||||
|
|