From 170f900955c2ae6ef5241502f30ff7f4eff4a0f5 Mon Sep 17 00:00:00 2001 From: rra Date: Fri, 18 May 2018 10:52:45 +0200 Subject: [PATCH 1/3] fix summary --- content/have_you_considered.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/have_you_considered.md b/content/have_you_considered.md index 643ee03..d3ecb8d 100644 --- a/content/have_you_considered.md +++ b/content/have_you_considered.md @@ -3,11 +3,8 @@ Date: 2017-3-9 Category: a x-post Tags: xmpp, conversations, instant messaging, ecosystem Slug: have-you-considered-the-alternative -summary: Signal is often considered an alternative to Whatsapp, but is it really? Why you should gather a group of friends and consider staring into the abyss of self-hosted, federated messaging services. +Summary: *This article first appeared on on the 9th of March of 2017.*
Signal is often considered an alternative to Whatsapp, but is it really? Why you should gather a group of friends and consider staring into the abyss of self-hosted, federated messaging services. -*This article was first first published on on the 9th of March of 2017.* - -
>"Remember, when advertising is involved you the user are the product. [...] >When people ask us why we charge for WhatsApp, we say 'Have you considered the alternative?'" From 6bb528216c4def6a0cdd9ae12953e0cbc478d949 Mon Sep 17 00:00:00 2001 From: rra Date: Fri, 18 May 2018 11:30:03 +0200 Subject: [PATCH 2/3] provisional subtitle --- pelicanconf.py | 1 + theme/wttf/templates/base.html | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 0f536df..6b2806d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -5,6 +5,7 @@ from __future__ import unicode_literals AUTHOR = 'rra' SITENAME = 'Wtt�F' SITEURL = '' +SUBTITLE=" a project about federated social media and open source design" PATH = 'content' THEME = 'theme/wttf' diff --git a/theme/wttf/templates/base.html b/theme/wttf/templates/base.html index e925a07..5eaff27 100644 --- a/theme/wttf/templates/base.html +++ b/theme/wttf/templates/base.html @@ -2,7 +2,7 @@ {% block head %} - {% block title %}{{ SITENAME }}{% endblock title %} + {% block title %}{{ SITENAME }} ⟿ {{ SUBTITLE }}{% endblock title %} @@ -53,14 +53,7 @@
Federation
-
⟿ social media ⟿
-
chats ⟿
-
ecosystems ⟿
-
open protocols ⟿
-
(XMPP, ActivityPub, OStatus, ...) ⟿
-
design ⟿
-
language ⟿
-
user experiences (UX) ⟿
+ {{ SUBTITLE }}

From 6f44eae00c7f1f286c9feec71370dd7ece794355 Mon Sep 17 00:00:00 2001 From: rra Date: Fri, 18 May 2018 11:30:28 +0200 Subject: [PATCH 3/3] lichte sterren --- theme/wttf/static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/wttf/static/main.css b/theme/wttf/static/main.css index 1278073..73833e9 100644 --- a/theme/wttf/static/main.css +++ b/theme/wttf/static/main.css @@ -112,6 +112,8 @@ header{ width:20px; height: 20px; position: absolute; + opacity: 0.15; + filter: alpha(opacity=15); /* For IE8 and earlier */ } #menu select{ height:5vw;