From c916811eba71bad53a4a801eb9d4072a2e204168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Fri, 10 Jul 2026 23:28:00 +0200 Subject: [PATCH] merchant+exchange: stack bars link packages to git.taler.net tags Merchant and exchange intros: Taler package versions link to the matching release commits under https://git.taler.net/taler/ (merchant, exchange, typescript-core). No nginx/debian; not git-www. --- configs/exchange-landing/index.html | 25 +++++++++++++++++++++++++ configs/merchant-landing/index.html | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/configs/exchange-landing/index.html b/configs/exchange-landing/index.html index 14e07b2..3322305 100644 --- a/configs/exchange-landing/index.html +++ b/configs/exchange-landing/index.html @@ -44,6 +44,19 @@ background-attachment: fixed; } main { max-width: 42rem; margin: 0 auto; padding: 2.25rem 1.25rem 3.5rem; } + .stack-bar { + margin: 0; padding: 0.35rem 0.75rem; background: #0042b3; color: #d6e4ff; + font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; + font-size: 0.62rem; font-weight: 500; letter-spacing: 0.02em; line-height: 1.35; + text-align: center; border-bottom: 1px solid rgba(164, 201, 255, 0.35); + } + .stack-bar strong { color: #fff; font-weight: 650; } + .stack-bar .sep { color: rgba(164, 201, 255, 0.55); margin: 0 0.2rem; } + .stack-bar a { + color: #a4c9ff; text-decoration: none; + border-bottom: 1px solid rgba(164, 201, 255, 0.4); + } + .stack-bar a:hover { color: #fff; border-bottom-color: #fff; } .hero { text-align: center; margin: 0 0 1.25rem; } h1 { font-size: 1.85rem; font-weight: 750; margin: 0 0 0.45rem; @@ -229,6 +242,18 @@ +

+ stack· + taler-exchange 1.6.6 + · + libtalerexchange 1.6.6 + · + taler-exchange-database 1.6.6 + · + taler-exchange-offline 1.6.6 + · + taler-terms-generator 1.6.6 +

GOA · Exchange diff --git a/configs/merchant-landing/index.html b/configs/merchant-landing/index.html index eb72e13..b49ab5c 100644 --- a/configs/merchant-landing/index.html +++ b/configs/merchant-landing/index.html @@ -58,6 +58,19 @@ background-attachment: fixed; } main { position: relative; z-index: 1; max-width: 42rem; margin: 0 auto; padding: 2.25rem 1.25rem 3.5rem; } + .stack-bar { + margin: 0; padding: 0.35rem 0.75rem; background: #0042b3; color: #d6e4ff; + font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; + font-size: 0.62rem; font-weight: 500; letter-spacing: 0.02em; line-height: 1.35; + text-align: center; border-bottom: 1px solid rgba(164, 201, 255, 0.35); + } + .stack-bar strong { color: #fff; font-weight: 650; } + .stack-bar .sep { color: rgba(164, 201, 255, 0.55); margin: 0 0.2rem; } + .stack-bar a { + color: #a4c9ff; text-decoration: none; + border-bottom: 1px solid rgba(164, 201, 255, 0.4); + } + .stack-bar a:hover { color: #fff; border-bottom-color: #fff; } .hero { text-align: center; margin: 0 0 1.25rem; } h1 { font-size: 1.85rem; font-weight: 750; margin: 0 0 0.45rem; letter-spacing: -0.02em; @@ -508,6 +521,18 @@ +

+ stack· + taler-merchant 1.6.9 + · + taler-merchant-webui 1.6.8~dev6 + · + libtalermerchant 1.6.9 + · + libtalerexchange 1.6.7~dev2 + · + taler-terms-generator 1.6.7~dev2 +

Merchant · dual currency