diff options
-rwxr-xr-x | atom.xml.sh | 2 | ||||
-rw-r--r-- | 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 "<updated>$modified</updated>" 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 @@ <meta name="author" content="aki"> <meta name="tags" content="privacy, analytics, traffic, tracking"> <meta name="published-on" content="2020-07-11T21:11:00+02:00"> +<meta name="last-modified-on" content="2024-01-10T01:03:12+01:00"> <link rel="icon" type="image/png" href="favicon.png"> <link rel="stylesheet" type="text/css" href="style.css"> @@ -40,6 +41,6 @@ sent it over. <strong>That's the point</strong>. <p>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 <code>load</code> event to <code>beforeunload</code> event. -<p>Source code is available via <a href="https://git.ignore.pl/stats/">public git repository</a>. +<p>Source code is available via <a href="https://git.ignore.pl/rudone/">public git repository</a>. </article> <script src="https://stats.ignore.pl/track.js"></script> |