taler-www

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

commit c5ce3ee6aec4dd0ae8357ea9a7e2e8f9040697a0
parent be64b61a9c6992b53af9893416d4774c299b2ecd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 26 Nov 2025 17:27:24 +0100

modify links to point to new git-www

Diffstat:
Mtemplate/docs.html.j2 | 18+++++++++---------
Mtemplate/kyc.html.j2 | 4++--
Mtemplate/wallet.html.j2 | 2+-
3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/template/docs.html.j2 b/template/docs.html.j2 @@ -149,7 +149,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/libeufin.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/libeufin.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-bank-5178441.svg') }}" height=60> <h3>{{ _("libeufin") }}</h3> </a> @@ -160,7 +160,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/depolymerization.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/depolymerization.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-blockchain-4878073.svg') }}" height=60> <h3>{{ _("Depolymerization") }}</h3> </a> @@ -170,7 +170,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/sync.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/sync.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-synchronization-5156797.svg') }}" height=60> <h3>{{ _("Sync") }}</h3> </a> @@ -180,7 +180,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/taler-mailbox.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/taler-mailbox.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-mailbox-5176593.svg') }}" height=60> <h3>{{ _("Taler Mailbox") }}</h3> </a> @@ -190,7 +190,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/taldir.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/taldir.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-directory-1024875.svg') }}" height=60> <h3>{{ _("TalDir") }}</h3> </a> @@ -211,7 +211,7 @@ <div class="row"> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/taler-mdb.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/taler-mdb.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-vending-machine-4884056.svg') }}" height=60> <h3>{{ _("Taler-MDB") }}</h3> </a> @@ -222,7 +222,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/gnu-taler-payment-for-woocommerce.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/gnu-taler-payment-for-woocommerce.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60> <h3>{{ _("WooCommerce Payment Backend") }}</h3> </a> @@ -233,7 +233,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/gnu-taler-payment-for-magento.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/gnu-taler-payment-for-magento.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60> <h3>{{ _("Magento Payment Backend") }}</h3> </a> @@ -253,7 +253,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://git.taler.net/joomla-payage-taler-plugin.git/" target="_blank" rel="noopener noreferrer"> + <a href="https://git-www.taler.net/joomla-payage-taler-plugin.git/" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60> <h3>{{ _("Joomla! Payment Backend") }}</h3> </a> diff --git a/template/kyc.html.j2 b/template/kyc.html.j2 @@ -65,7 +65,7 @@ <th>KYC?</th><th>Open API?</th><th>Web?</th> <th>Standard API?</th><th>FLOSS client?</th><th>Pricing?</th> <th>FLOSS server?</th></tr> - <tr><th><a href="https://git.taler.net/challenger.git/">Challenger</a></th> + <tr><th><a href="https://git-www.taler.net/challenger.git/">Challenger</a></th> <td>&#10060;</td><td>&#9989;</td><td>&#9989;</td> <td>&#9989;</td><td>&#9989;</td><td>free</td> <td>&#9989;</td></tr> @@ -92,7 +92,7 @@ <p> Adding support for additional KYC providers largely requires implementing a KYC plugin, that is a shared library exporting - the <a href="https://git.taler.net/exchange.git/tree/src/include/taler_kyclogic_plugin.h"> + the <a href="https://git-www.taler.net/exchange.git/tree/src/include/taler_kyclogic_plugin.h"> KYC plugin API</a>. If you need help implementing additional KYC adapters, please do not hesitate to contact <a href="https://taler-systems.com/en/company.html#contact">us</a>, we will diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 @@ -116,7 +116,7 @@ document.addEventListener('DOMContentLoaded', onLoad); <div class="col-lg-12"> {% trans %}Install the wallet for your browser below, then check out the <a href="https://demo.taler.net">demonstration</a>. - The source code is provided <a href="https://git.taler.net/taler-typescript-core.git" target="_blank" rel="noopener noreferrer">here</a>.{% endtrans %} + The source code is provided <a href="https://git-www.taler.net/taler-typescript-core.git" target="_blank" rel="noopener noreferrer">here</a>.{% endtrans %} </div> </div>