update privacy/imprint to add tootpick and the theme setting
This commit is contained in:
parent
f498f0fc5f
commit
365994f863
4 changed files with 33 additions and 4 deletions
|
@ -9,6 +9,8 @@ showWordCount = false
|
|||
showPagination = false
|
||||
showAuthor = false
|
||||
|
||||
sharingLinks = false
|
||||
|
||||
feed_exclude = true
|
||||
# site_exclude = true
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
+++
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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</span>@oe7drt.com</kbd>
|
|||
## 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 <kbd>privacy<span
|
||||
style="display:none;">+spams</span>@oe7drt.com</kbd>
|
||||
|
||||
## 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 3<sup>rd</sup> 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 <https://oe7drt.com/tootpick.html>.
|
||||
|
||||
## The website's sourcecode
|
||||
|
||||
Can be [viewed](https://codeberg.org/dominic/oe7drt-website) as a git
|
||||
repository at codeberg.org.
|
||||
|
|
Loading…
Reference in a new issue