summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/hugo-extended-centos-7.md1
-rw-r--r--content/posts/kate-cpp-developer-survey.md1
-rw-r--r--content/posts/kate-history-kde-4-porting/index.md1
-rw-r--r--content/posts/kate-language-server-protocol-client.md1
-rw-r--r--content/posts/kate-lsp-client-continued/index.md1
-rw-r--r--content/posts/kate-lsp-client-progress.md1
-rw-r--r--content/posts/kate-lsp-client-restart/index.md1
-rw-r--r--content/posts/kate-lsp-status-july-21/index.md1
-rw-r--r--content/posts/kate-lsp-status-july-22/index.md1
-rw-r--r--content/posts/ktexteditor-kate-bugs-help-appreciated.md1
-rw-r--r--content/posts/ktexteditor-kate-bugs-scratch-your-own-itch.md1
-rw-r--r--content/posts/new-website.md1
-rw-r--r--content/posts/privacy-and-hugo-themes.md1
-rw-r--r--content/posts/qt-creator-4-9-uses-ksyntaxhighlighting.md1
-rw-r--r--content/posts/removing-files-from-git-history.md1
-rw-r--r--content/posts/webserver-transition.md1
16 files changed, 16 insertions, 0 deletions
diff --git a/content/posts/hugo-extended-centos-7.md b/content/posts/hugo-extended-centos-7.md
index 06eb30e..f570664 100644
--- a/content/posts/hugo-extended-centos-7.md
+++ b/content/posts/hugo-extended-centos-7.md
@@ -4,6 +4,7 @@ date: 2019-04-06T22:55:00+02:00
draft: false
categories: [www]
tags: [hugo, centos]
+url: /posts/hugo-extended-centos-7/
---
After first using the Hermit theme, I moved to the Hugo Coder theme to have a nicer front page and menu at the top.
diff --git a/content/posts/kate-cpp-developer-survey.md b/content/posts/kate-cpp-developer-survey.md
index 932d9bb..580e692 100644
--- a/content/posts/kate-cpp-developer-survey.md
+++ b/content/posts/kate-cpp-developer-survey.md
@@ -4,6 +4,7 @@ date: 2019-06-10T22:45:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/kate-cpp-developer-survey/
---
While browsing the [ISO C++ homepage](https://isocpp.org) I stumbled over the [results PDF](https://isocpp.org/files/papers/CppDevSurvey-2019-04-summary.pdf) of the [Second Annual C++ Foundation Developer Survey “Lite”](https://isocpp.org/blog/2019/05/results-summary-2019-global-developer-survey-lite).
diff --git a/content/posts/kate-history-kde-4-porting/index.md b/content/posts/kate-history-kde-4-porting/index.md
index dc0e093..ebb039b 100644
--- a/content/posts/kate-history-kde-4-porting/index.md
+++ b/content/posts/kate-history-kde-4-porting/index.md
@@ -4,6 +4,7 @@ date: 2019-04-12T23:52:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/kate-history-kde-4-porting/
---
During my web site upgrade, I reviewed the old stuff I had hosted on my long gone web sites but still archived here locally. An interesting thing I stumbled on are the KDE 3 -> 4 porting screenshots of Kate I saved in 2005.
diff --git a/content/posts/kate-language-server-protocol-client.md b/content/posts/kate-language-server-protocol-client.md
index cb640a7..20a6ca7 100644
--- a/content/posts/kate-language-server-protocol-client.md
+++ b/content/posts/kate-language-server-protocol-client.md
@@ -4,6 +4,7 @@ date: 2019-04-28T20:36:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/kate-language-server-protocol-client/
---
The [Language Server Protocol (LSP)](https://microsoft.github.io/language-server-protocol/overview) allows the integration of stuff like code completion, jump to definition, symbol search and more into an application without manual re-implementation for each language one wants to support.
diff --git a/content/posts/kate-lsp-client-continued/index.md b/content/posts/kate-lsp-client-continued/index.md
index 9e72425..17713df 100644
--- a/content/posts/kate-lsp-client-continued/index.md
+++ b/content/posts/kate-lsp-client-continued/index.md
@@ -4,6 +4,7 @@ date: 2019-07-14T15:33:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/kate-lsp-client-continued/
---
The new LSP client by Mark Nauwelaerts made nice progress since the [LSP client restart](/posts/kate-lsp-client-restart/) post last week.
diff --git a/content/posts/kate-lsp-client-progress.md b/content/posts/kate-lsp-client-progress.md
index 8370fe2..9da416d 100644
--- a/content/posts/kate-lsp-client-progress.md
+++ b/content/posts/kate-lsp-client-progress.md
@@ -4,6 +4,7 @@ date: 2019-05-13T00:02:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/kate-lsp-client-progress/
---
The [Kate lsp branch](https://cgit.kde.org/kate.git/log/?h=lsp) contains now the infrastructure as used by Qt Creator.
diff --git a/content/posts/kate-lsp-client-restart/index.md b/content/posts/kate-lsp-client-restart/index.md
index 4339094..f22ccfd 100644
--- a/content/posts/kate-lsp-client-restart/index.md
+++ b/content/posts/kate-lsp-client-restart/index.md
@@ -4,6 +4,7 @@ date: 2019-07-07T15:13:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/kate-lsp-client-restart/
---
Since my last post about the [LSP client progress](/posts/kate-lsp-client-progress/) in May I didn't work on that project at all I think.
diff --git a/content/posts/kate-lsp-status-july-21/index.md b/content/posts/kate-lsp-status-july-21/index.md
index cd2bdc8..2121fbe 100644
--- a/content/posts/kate-lsp-status-july-21/index.md
+++ b/content/posts/kate-lsp-status-july-21/index.md
@@ -4,6 +4,7 @@ date: 2019-07-21T15:18:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/kate-lsp-status-july-21/
---
The new LSP client by Mark Nauwelaerts keeps making nice progress.
diff --git a/content/posts/kate-lsp-status-july-22/index.md b/content/posts/kate-lsp-status-july-22/index.md
index a0eb6f9..3e07d45 100644
--- a/content/posts/kate-lsp-status-july-22/index.md
+++ b/content/posts/kate-lsp-status-july-22/index.md
@@ -4,6 +4,7 @@ date: 2019-07-22T22:43:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/kate-lsp-status-july-22/
---
After my series of LSP client posts, I got the question: What does this actually do? And why should I like this or help with it?
diff --git a/content/posts/ktexteditor-kate-bugs-help-appreciated.md b/content/posts/ktexteditor-kate-bugs-help-appreciated.md
index 332932b..8f763cb 100644
--- a/content/posts/ktexteditor-kate-bugs-help-appreciated.md
+++ b/content/posts/ktexteditor-kate-bugs-help-appreciated.md
@@ -4,6 +4,7 @@ date: 2019-05-24T16:20:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/ktexteditor-kate-bugs-help-appreciated/
---
The bug report count of KTextEditor (implementing the editing part used in Kate/KWrite/KDevelop/Kile/...) and Kate itself reached again
diff --git a/content/posts/ktexteditor-kate-bugs-scratch-your-own-itch.md b/content/posts/ktexteditor-kate-bugs-scratch-your-own-itch.md
index cfc7277..6848dfb 100644
--- a/content/posts/ktexteditor-kate-bugs-scratch-your-own-itch.md
+++ b/content/posts/ktexteditor-kate-bugs-scratch-your-own-itch.md
@@ -4,6 +4,7 @@ date: 2019-05-26T14:25:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
+url: /posts/ktexteditor-kate-bugs-scratch-your-own-itch/
---
Two days ago I mentioned [here](/posts/ktexteditor-kate-bugs-help-appreciated/) that the bug report count of KTextEditor and Kate has risen to some not that manageable amount.
diff --git a/content/posts/new-website.md b/content/posts/new-website.md
index bc2cf63..4d751ba 100644
--- a/content/posts/new-website.md
+++ b/content/posts/new-website.md
@@ -4,6 +4,7 @@ date: 2019-04-06T18:18:00+02:00
draft: false
categories: [www]
tags: [hugo]
+url: /posts/new-website/
---
After several years of failing to update my personal WordPress page, I restarted my website with the [Hugo framework](https://gohugo.io/).
diff --git a/content/posts/privacy-and-hugo-themes.md b/content/posts/privacy-and-hugo-themes.md
index 2096d03..2e8c728 100644
--- a/content/posts/privacy-and-hugo-themes.md
+++ b/content/posts/privacy-and-hugo-themes.md
@@ -4,6 +4,7 @@ date: 2019-04-07T17:10:00+02:00
draft: false
categories: [www]
tags: [hugo, privacy]
+url: /posts/privacy-and-hugo-themes/
---
I use the "Hugo Coder" theme for this page.
diff --git a/content/posts/qt-creator-4-9-uses-ksyntaxhighlighting.md b/content/posts/qt-creator-4-9-uses-ksyntaxhighlighting.md
index 5b77f3b..c9381f5 100644
--- a/content/posts/qt-creator-4-9-uses-ksyntaxhighlighting.md
+++ b/content/posts/qt-creator-4-9-uses-ksyntaxhighlighting.md
@@ -4,6 +4,7 @@ date: 2019-04-16T20:45:00+02:00
draft: false
categories: [kde, qt, development]
tags: [kde, qt]
+url: /posts/qt-creator-4-9-uses-ksyntaxhighlighting/
---
As you can read in the [official Creator 4.9.0 release announcement](https://blog.qt.io/blog/2019/04/15/qt-creator-4-9-0-released/), Qt Creator now uses the [KSyntaxHighlighting Framework](https://api.kde.org/frameworks/syntax-highlighting/html/index.html) for providing the [generic highlighting](https://doc.qt.io/qtcreator/creator-highlighting.html#generic-highlighting).
diff --git a/content/posts/removing-files-from-git-history.md b/content/posts/removing-files-from-git-history.md
index 9ec03d4..d093b61 100644
--- a/content/posts/removing-files-from-git-history.md
+++ b/content/posts/removing-files-from-git-history.md
@@ -4,6 +4,7 @@ date: 2019-04-15T20:07:00+02:00
draft: false
categories: [git, development]
tags: [git]
+url: /posts/removing-files-from-git-history/
---
Today I did run again into an old problem:
diff --git a/content/posts/webserver-transition.md b/content/posts/webserver-transition.md
index f158c15..5d6602b 100644
--- a/content/posts/webserver-transition.md
+++ b/content/posts/webserver-transition.md
@@ -4,6 +4,7 @@ date: 2019-04-08T23:59:00+02:00
draft: false
categories: [www]
tags: [centos, apache, mariadb]
+url: /posts/webserver-transition/
---
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.