taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 48260e9f3765ca76a254b805c5f184b368a5c543
parent 5dcfe27ca6e30d95c077e82e08176bad32b5e399
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 20 Mar 2026 22:38:12 +0100

add btcpay link

Diffstat:
Astatic/icons/btcpay-black.svg | 2++
Mtemplate/docs.html.j2 | 10++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/static/icons/btcpay-black.svg b/static/icons/btcpay-black.svg @@ -0,0 +1 @@ +<svg viewBox="0 0 105.46 188.47" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-106.19 -58.85)"><path d="m117.24 247.32a11.06 11.06 0 0 1 -11-11.06v-166.35a11.06 11.06 0 1 1 22.11 0v166.35a11.06 11.06 0 0 1 -11.11 11.06z" fill="#000000"/><path d="m117.25 247.32a11.06 11.06 0 0 1 -4.75-21l66.66-31.64-68.47-50.48a11.05 11.05 0 1 1 13.11-17.8l83.35 61.41a11 11 0 0 1 -1.82 18.88l-83.33 39.56a10.94 10.94 0 0 1 -4.75 1.07z" fill="#000000"/><path d="m117.25 181.93a11.05 11.05 0 0 1 -6.56-20l68.47-50.45-66.66-31.59a11.05 11.05 0 0 1 9.48-20l83.35 39.56a11.05 11.05 0 0 1 1.82 18.89l-83.35 61.44a11 11 0 0 1 -6.55 2.15z" fill="#000000"/></g><path d="m22.11 70.86v46.75l31.71-23.36z" fill="#000000"/><path d="m0 51.26h22.11v53.89h-22.11z" fill="#000000"/><path d="m128.3 69.91a11.06 11.06 0 1 0 -22.11 0v139.09h22.11z" fill="#000000" transform="translate(-106.19 -58.85)"/></svg> +\ No newline at end of file diff --git a/template/docs.html.j2 b/template/docs.html.j2 @@ -281,6 +281,16 @@ GNU Taler payment module for the Tryton business software and GNU Health. {% endtrans %} </div> + + <div class="col-lg-4 mb-4"> + <a href="https://github.com/rachyandco/taler-btcpayserver-plugin" target="_blank" rel="noopener noreferrer"> + <img src="{{ url('icons/btcpay-black.svg') }}" height=60> + <h3>{{ _("BTCPayServer GNU Taler Plugin") }}</h3> + </a> + {% trans %} + GNU Taler plugin to accept GNU Taler payments with BTCPayServer. + {% endtrans %} + </div> </div> <div class="row mt-5">