commit 0c73c8029d057a145518055913462218a6125723
parent c5ce3ee6aec4dd0ae8357ea9a7e2e8f9040697a0
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 26 Nov 2025 17:30:32 +0100
git becomes git-www
Diffstat:
11 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/template/news/2024-09.html.j2 b/template/news/2024-09.html.j2
@@ -46,7 +46,7 @@
subscriptions, make it highly attractive to merchants.
</p>
<p>
- The solution is implemented in the <a href="https://git.taler.net/merchant.git/" target="_blank">GNU Taler merchant
+ The solution is implemented in the <a href="https://git-www.taler.net/merchant.git/" target="_blank">GNU Taler merchant
component</a> as free and open source software. The integration into the GNU Taler wallets is subject to future
work. Furthermore, to inform customers about the degree of anonymity for a given subscription, an additional service
for authorizing the anonymity set size of subscriptions is proposed.
diff --git a/template/news/2024-10.html.j2 b/template/news/2024-10.html.j2
@@ -14,6 +14,6 @@ Adobe Commerce shops using a version above 2.4.2 have been tested.
</p>
<h2>Links</h2>
<ul>
- <li><a href="https://git.taler.net/gnu-taler-payment-for-magento.git/">Adobe Commerce GNU Taler modul (git)</a></li>
+ <li><a href="https://git-www.taler.net/gnu-taler-payment-for-magento.git/">Adobe Commerce GNU Taler modul (git)</a></li>
</ul>
{% endblock body_content %}
diff --git a/template/news/2024-12.html.j2 b/template/news/2024-12.html.j2
@@ -37,7 +37,7 @@ To foster sustainable development practices, the auditors unit tests were also a
<li><a href="/presentations/zwahc4-riesn1_poster.pdf">Poster PDF</a></li>
<li><a href="/presentations/zwahc4-riesn1_book.pdf">Book PDF</a></li>
<li><a href="/presentations/zwahc4-riesn1_presentation.pdf">Presentation PDF</a></li>
-<li><a href="https://git.taler.net/exchange.git/">Exchange Git</a></li>
-<li><a href="https://git.taler.net/wallet-core.git/">Wallet-core Git</a></li>
+<li><a href="https://git-www.taler.net/exchange.git/">Exchange Git</a></li>
+<li><a href="https://git-www.taler.net/wallet-core.git/">Wallet-core Git</a></li>
</ul>
{% endblock body_content %}
diff --git a/template/news/2024-13.html.j2 b/template/news/2024-13.html.j2
@@ -41,6 +41,6 @@ The code has been developed in accordance with the principles of clean architect
<li><a href="/presentations/doy2024-bachelor-ekyc-poster.pdf">Poster PDF</a></li>
<li><a href="/presentations/doy2024-bachelor-ekyc-book.pdf">Book PDF</a></li>
<li><a href="/presentations/doy2024-bachelor-ekyc-presentation.pdf">Presentation PDF</a></li>
-<li><a href="https://git.taler.net/ekyc.git/">eKYC Git repository</a></li>
+<li><a href="https://git-www.taler.net/ekyc.git/">eKYC Git repository</a></li>
</ul>
{% endblock body_content %}
diff --git a/template/news/2024-15.html.j2 b/template/news/2024-15.html.j2
@@ -19,8 +19,8 @@ On the occasion of the Point Zero Forum's Innovation Tour, Berna Alp has intervi
<li><a href="/presentations/zwahc4-riesn1_poster.pdf">Poster PDF</a></li>
<li><a href="/presentations/zwahc4-riesn1_book.pdf">Book PDF</a></li>
<li><a href="/presentations/zwahc4-riesn1_presentation.pdf">Presentation PDF</a></li>
-<li><a href="https://git.taler.net/exchange.git/">Exchange Git</a></li>
-<li><a href="https://git.taler.net/wallet-core.git/">Wallet-core Git</a></li>
+<li><a href="https://git-www.taler.net/exchange.git/">Exchange Git</a></li>
+<li><a href="https://git-www.taler.net/wallet-core.git/">Wallet-core Git</a></li>
</ul>
</p>
diff --git a/template/news/2024-22.html.j2 b/template/news/2024-22.html.j2
@@ -19,7 +19,7 @@ On the occasion of the Point Zero Forum's Innovation Tour, Evgeny Grin has inter
<li><a href="/presentations/doy2024-bachelor-ekyc-poster.pdf">Poster PDF</a></li>
<li><a href="/presentations/doy2024-bachelor-ekyc-book.pdf">Book PDF</a></li>
<li><a href="/presentations/doy2024-bachelor-ekyc-presentation.pdf">Presentation PDF</a></li>
-<li><a href="https://git.taler.net/ekyc.git/">eKYC Git repository</a></li>
+<li><a href="https://git-www.taler.net/ekyc.git/">eKYC Git repository</a></li>
</ul>
</p>
{% endblock body_content %}
diff --git a/template/news/2024-24.html.j2 b/template/news/2024-24.html.j2
@@ -36,22 +36,22 @@ so here is an overview of where you find the main components:
documents various new configuration options related to AML and KYC processes.</li>
<li>The <a href="https://docs.taler.net/core/api-bank-wire.html#tsref-type-IncomingKycAuthTransaction">Taler Wire Gateway HTTP API</a> was extended with a new <tt>IncomingKycAuthTransaction</tt> type
that is used to demonstrate control over a bank account to the exchange.</li>
- <li>In the <a href="https://git.taler.net/exchange.git/tree/src/exchangedb">exchange database</a>
+ <li>In the <a href="https://git-www.taler.net/exchange.git/tree/src/exchangedb">exchange database</a>
code the main tables related to AML/KYC are <tt>aml_history</tt>, <tt>kyc_attributes</tt>, <tt>kyc_events</tt>, <tt>legitimization_measures</tt>, <tt>legitimization_outcomes</tt>, <tt>legitimization_processes</tt> and <tt>kyc_auths_in</tt>.</li>
- <li>The main <a href="https://git.taler.net/exchange.git/tree/src/exchange">exchange endpoints</a>
+ <li>The main <a href="https://git-www.taler.net/exchange.git/tree/src/exchange">exchange endpoints</a>
are the <a href="https://docs.taler.net/core/api-exchange.html#kyc-status-updates">KYC</a>
and <a href="https://docs.taler.net/core/api-exchange.html#aml-operations">AML</a> operations
as well as some new <a href="https://docs.taler.net/core/api-exchange.html#post--management-aml-officers">management endpoints</a>.</li>
- <li>The single page apps for <a href="https://git.taler.net/wallet-core.git/tree/packages/aml-backoffice-ui">AML</a>
- and <a href="https://git.taler.net/wallet-core.git/tree/packages/kyc-ui">KYC</a> are in the <tt>wallet-core.git</tt> repository. There, you also find the new <a href="https://git.taler.net/wallet-core.git/tree/packages/challenger-ui">Challenger user interface</a> for our <a href="https://git.taler.net/challenger.git/">Oauth 2.0-based address validation service</a>.</li>
- <li>The <a href="https://git.taler.net/exchange.git/tree/src/auditor">Taler auditor</a> was also
+ <li>The single page apps for <a href="https://git-www.taler.net/wallet-core.git/tree/packages/aml-backoffice-ui">AML</a>
+ and <a href="https://git-www.taler.net/wallet-core.git/tree/packages/kyc-ui">KYC</a> are in the <tt>wallet-core.git</tt> repository. There, you also find the new <a href="https://git-www.taler.net/wallet-core.git/tree/packages/challenger-ui">Challenger user interface</a> for our <a href="https://git-www.taler.net/challenger.git/">Oauth 2.0-based address validation service</a>.</li>
+ <li>The <a href="https://git-www.taler.net/exchange.git/tree/src/auditor">Taler auditor</a> was also
modified to better handle outgoing wire transfers blocked on KYC. In particular, the new
- <a href="https://git.taler.net/exchange.git/tree/src/auditor/taler-helper-auditor-wire-debit.c">taler-helper-auditor-wire-debit</a> will initially report missing outgoing wire transfers when an
+ <a href="https://git-www.taler.net/exchange.git/tree/src/auditor/taler-helper-auditor-wire-debit.c">taler-helper-auditor-wire-debit</a> will initially report missing outgoing wire transfers when an
exchange fails to perform a transfer due to a pending KYC requirement.
However, once the KYC process has completed and the wire transfer is made by
the exchange, the warning will be automatically
- be <a href="https://git.taler.net/exchange.git/tree/src/auditordb/pg_delete_wire_out_inconsistency_if_matching.c">cleared</a>.</li>
- <li>The <a href="https://git.taler.net/wallet-core.git/tree/packages/taler-wallet-core/">wallet-core</a> component implements support for KYC. The <a href="https://docs.taler.net/wallet/wallet-core.html">wallet-core API docs</a>
+ be <a href="https://git-www.taler.net/exchange.git/tree/src/auditordb/pg_delete_wire_out_inconsistency_if_matching.c">cleared</a>.</li>
+ <li>The <a href="https://git-www.taler.net/wallet-core.git/tree/packages/taler-wallet-core/">wallet-core</a> component implements support for KYC. The <a href="https://docs.taler.net/wallet/wallet-core.html">wallet-core API docs</a>
contain new transaction details attributes (like "kycUrl") and requests (like "startExchangeWalletKyc") to allow wallet UIs to implement KYC.</li>
</ul>
</p>
diff --git a/template/news/2024-26.html.j2 b/template/news/2024-26.html.j2
@@ -9,7 +9,7 @@
audits. Thus, we are happy that
<a href="https://radicallyopensecurity.com/">RadicallyOpenSecurity</a>
performed an external crystal-box security audit of the
- <a href="https://git.taler.net/libeufin.git/">libeufin component</a>
+ <a href="https://git-www.taler.net/libeufin.git/">libeufin component</a>
of GNU Taler.
You can find the final
report <a href="https://taler.net/papers/ros-report-2024-q3.pdf">here</a>.
diff --git a/template/news/2025-02.html.j2 b/template/news/2025-02.html.j2
@@ -4,7 +4,7 @@
<p>
<a href="https://radicallyopensecurity.com/">RadicallyOpenSecurity</a>
performed an external crystal-box security audit of the
- <a href="https://git.taler.net/taler-ios.git/">GNU Taler iOS wallet</a>
+ <a href="https://git-www.taler.net/taler-ios.git/">GNU Taler iOS wallet</a>
(excluding wallet-core) funded by <a href="https://ngi.eu/">NGI</a>.
You can find the final
report <a href="https://taler.net/papers/ros-report-2025-q1.pdf">here</a>.
diff --git a/template/news/2025-08.html.j2 b/template/news/2025-08.html.j2
@@ -45,7 +45,7 @@
<p>
<a href="https://github.com/bohdanpotuzhnyi/talerbarr">github.com/bohdanpotuzhnyi/talerbarr</a>
<br>
- <a href="https://git.taler.net/talerbarr">git.taler.net/talerbarr</a>
+ <a href="https://git-www.taler.net/talerbarr">git-www.taler.net/talerbarr</a>
</p>
{% endblock body_content %}
diff --git a/template/news/2025-12.html.j2 b/template/news/2025-12.html.j2
@@ -7,7 +7,7 @@ We are happy to announce the release of GNU Taler v1.2.
<p>
This release focuses on a completely new component, the GNU Taler
Donation Authority, or short
- the <a href="https://git.taler.net/donau.git">Donau</a>.
+ the <a href="https://git-www.taler.net/donau.git">Donau</a>.
With it, tax authorities can give recognized charities
the ability to issue donation receipts to donors.
At the end of the year, donors can combine