From 661b3f90bb69989e6a1debf5dfeedb0242d9be3b Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 10 Jan 2024 01:03:12 +0100 Subject: Fixed stats repository link Keeping the last-modified-on frozen for now, because I first need a somewhat stable format and way to automate freezing. --- atom.xml.sh | 2 +- of_privacy_and_traffic_tracking.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/atom.xml.sh b/atom.xml.sh index 978fbda..5eb2e36 100755 --- a/atom.xml.sh +++ b/atom.xml.sh @@ -14,7 +14,7 @@ dates () { if [ -z "$published" ]; then published=$(git rev-list --no-commit-header --pretty=%aI HEAD -- "$1" | tail -n1) fi - local modified=$(git rev-list --after="2024-01-06 18:00+01:00" -1 --no-commit-header --pretty=%aI HEAD -- "$1") + local modified=$(git rev-list --after="2024-01-10 02:00+01:00" -1 --no-commit-header --pretty=%aI HEAD -- "$1") [ -z "$modified" ] && modified=$(meta "last-modified-on" "$1") [ -z "$modified" ] && modified=$published echo "$modified" diff --git a/of_privacy_and_traffic_tracking.html b/of_privacy_and_traffic_tracking.html index dd4ce7a..1f2980a 100644 --- a/of_privacy_and_traffic_tracking.html +++ b/of_privacy_and_traffic_tracking.html @@ -5,6 +5,7 @@ + @@ -40,6 +41,6 @@ sent it over. That's the point.

In future I would like to minimize data collection even further. I already mentioned early filtering, but there are also some other improvements I would like to have. The approaches are quite naive. For example, time user spent looking at the page is calculated as time from load event to beforeunload event. -

Source code is available via public git repository. +

Source code is available via public git repository. -- cgit v1.1