From 366ae61de3c5ced878c57d6d0cd89c009d3e1f9a Mon Sep 17 00:00:00 2001 From: David Huser <4357648+davidhuser@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:11:38 +0200 Subject: [PATCH 1/2] disclaimer on stale data --- css/shared.css | 6 ++++++ index.html | 1 + 2 files changed, 7 insertions(+) diff --git a/css/shared.css b/css/shared.css index f45c42b4..043abc16 100644 --- a/css/shared.css +++ b/css/shared.css @@ -17,6 +17,11 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans- cursor: default; } .header-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; } +.header-disclaimer { + flex: 1; text-align: center; font-size: 12px; color: #f6ed95; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + padding: 0 12px; +} #nav { display: flex; align-items: center; gap: 8px; position: relative; margin-left: 6px; } @@ -55,6 +60,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans- @media (max-width: 600px) { .beta-badge { display: none; } + .header-disclaimer { font-size: 10px; padding: 0 6px; } .nav-primary .header-link { font-size: 11px; padding: 2px 8px; } .nav-primary { display: none; } .nav-menu .nav-menu-mobile { display: block; } diff --git a/index.html b/index.html index 11404f77..4376fcd4 100644 --- a/index.html +++ b/index.html @@ -47,6 +47,7 @@

MXmap

beta + ⚠ This data may be out of date. A research project is ongoing to further develop such maps.
From 6ac42222c4961d24f30326938a74b8edb839b6e2 Mon Sep 17 00:00:00 2001 From: David Huser <4357648+davidhuser@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:13:51 +0200 Subject: [PATCH 2/2] add fork pages --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b193d245..66684092 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,17 @@ uv run ruff format src tests ## Forks -* DE https://b42labs.github.io/mxmap/ +* DE + * https://b42labs.github.io/mxmap/ + * https://mx-map.de/ * NL https://mxmap.nl/ * NO https://kommune-epost-norge.netlify.app/ * BE https://mxmap.be/ * EU https://livenson.github.io/mxmap/ * LV: https://securit.lv/mxmap * [CAmap Nordic & Baltic](https://koldex.github.io/ca-sovereignty-map/) — TLS CA sovereignty for Nordic and Baltic municipalities ([source](https://github.com/koldex/ca-sovereignty-map)) +* PT: https://mxmap.pt/ +* FR: https://mxmairies.fr/ * See also the forks of this repository