diff --git a/content/APRS/index.md b/content/APRS/index.md index ae899b1..5b5aaad 100644 --- a/content/APRS/index.md +++ b/content/APRS/index.md @@ -9,6 +9,8 @@ showWordCount = false showPagination = false showAuthor = false +sharingLinks = false + feed_exclude = true # site_exclude = true diff --git a/content/about/index.md b/content/about/index.md index bcf347f..c7eebc4 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -2,7 +2,7 @@ # vim: ft=markdown title = 'Dominic Reich “OE7DRT”' date = 2019-08-21 -lastmod = '2023-10-25T20:41:06+0000' +lastmod = '2023-11-17T17:03:17+0000' comment = false @@ -12,6 +12,8 @@ showWordCount = false showPagination = false showAuthor = false +sharingLinks = false + feed_exclude = true +++ diff --git a/content/license/index.md b/content/license/index.md index b8c9a63..05b158a 100644 --- a/content/license/index.md +++ b/content/license/index.md @@ -1,7 +1,7 @@ +++ title = "LICENSE" date = "2022-12-04T18:15:03+01:00" -lastmod = '2023-06-08T10:52:56+0000' +lastmod = '2023-11-17T17:03:17+0000' comment = false @@ -11,6 +11,8 @@ showWordCount = false showPagination = false showAuthor = false +sharingLinks = false + feed_exclude = true #site_exclude = true diff --git a/content/privacy/index.md b/content/privacy/index.md index d2c8a9d..097a826 100644 --- a/content/privacy/index.md +++ b/content/privacy/index.md @@ -2,7 +2,7 @@ # vim: ft=markdown title = 'Imprint / Privacy' date = '2023-04-09T22:13:55+0200' -lastmod = '2023-05-27T04:35:48+0000' +lastmod = '2023-11-17T17:03:17+0000' comment = false @@ -12,6 +12,8 @@ showWordCount = false showPagination = false showAuthor = false +sharingLinks = false + feed_exclude = true # site_exclude = true @@ -52,7 +54,11 @@ style="display:none;">+spams@oe7drt.com ## What and which data we collect We try to collect only minimal data. We do not read or set cookies on our -website. +website -- although we set a local browser setting called `appearance` if +you choose a different website theme (light or dark). + +Since Nov 2023 we also set another local setting called `recent` which is +only used once you chose to [share a website to Mastodon](#tootpick). The data we collect is basically @@ -97,3 +103,20 @@ data subject or for the establishment, exercise or defence of legal claims. Dominic Reich privacy+spams@oe7drt.com + +## Tootpick + +[Tootpick](https://github.com/Juerd/tootpick) is a single html file that +allows me to put "share on mastodon" links on my website. Once you click that +share link/button you enter the instance's url that you want to use (on which +you have an account) and you will be forwarded to that instance with the link +of the shared article and its title pre-filled. + +There is no 3rd party that processes your click on the tootpick +button (except the mastodon instance that you send the link). The source of +my used tootpick script can be viewed under . + +## The website's sourcecode + +Can be [viewed](https://codeberg.org/dominic/oe7drt-website) as a git +repository at codeberg.org.