From b2c34d03399978a3d0838ee7ed92c760e7908721 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 25 Apr 2020 12:38:52 +0200 Subject: weblog: Added keywords and title to generated pages --- debian/changelog | 6 ++++++ plugins/weblog/weblog.cpp | 6 +++++- webserver.conf | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 64bc601..dc8df04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +webserver (1.3) unstable; urgency=medium + + * Updated weblog + + -- Roland Reichwein Sat, 25 Apr 2020 12:35:44 +0200 + webserver (1.2) unstable; urgency=medium * Added Weblog module diff --git a/plugins/weblog/weblog.cpp b/plugins/weblog/weblog.cpp index 7ace0fb..07b6447 100644 --- a/plugins/weblog/weblog.cpp +++ b/plugins/weblog/weblog.cpp @@ -248,7 +248,11 @@ namespace { std::string s = ""s) : mGetRequestParam(GetRequestParam) , mContents(s) - , mHeader("") + , mHeader("" + "" + "" + GetRequestParam("WEBLOG_NAME") + "" + "" + "") , mFooter("


Impressum, Datenschutzerklärung") { } diff --git a/webserver.conf b/webserver.conf index 4aa0daa..52075a2 100644 --- a/webserver.conf +++ b/webserver.conf @@ -35,6 +35,8 @@ weblog /home/ernie/testblog Roland Reichweins Blog + Roland Reichweins Blog + Roland Reichwein, Blog cgi -- cgit v1.2.3