summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-01-10 01:03:12 +0100
committerAki <please@ignore.pl>2024-01-10 01:06:47 +0100
commit661b3f90bb69989e6a1debf5dfeedb0242d9be3b (patch)
treeaa75bb1edd32f47e5fefcd34ecb563d036c030d8
parenta4457f19d231654307c62bd5c6b7e3005876f128 (diff)
downloadignore.pl-661b3f90bb69989e6a1debf5dfeedb0242d9be3b.zip
ignore.pl-661b3f90bb69989e6a1debf5dfeedb0242d9be3b.tar.gz
ignore.pl-661b3f90bb69989e6a1debf5dfeedb0242d9be3b.tar.bz2
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.
-rwxr-xr-xatom.xml.sh2
-rw-r--r--of_privacy_and_traffic_tracking.html3
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>