landing(bank): clone monorepo via git:// (no HTTP-404 URL)
Link check scrapes pre blocks; bare https://…/*.git returns 404.
This commit is contained in:
parent
74a38ac1fb
commit
689ee595e0
2 changed files with 13 additions and 12 deletions
|
|
@ -1265,8 +1265,9 @@ tw run-until-done && tw balance</pre>
|
||||||
<a href="https://bank.hacktivism.ch/intro/demo-withdraw.json" target="_blank" rel="noopener noreferrer">demo-withdraw.json</a>
|
<a href="https://bank.hacktivism.ch/intro/demo-withdraw.json" target="_blank" rel="noopener noreferrer">demo-withdraw.json</a>
|
||||||
</p>
|
</p>
|
||||||
<pre class="cli-block"># install: git + node (LTS) + build tools; then monorepo
|
<pre class="cli-block"># install: git + node (LTS) + build tools; then monorepo
|
||||||
# clone: HTTPS git.gnunet.org (browse: git.taler.net/taler/taler-typescript-core)
|
# browse: https://git.taler.net/taler/taler-typescript-core
|
||||||
git clone https://git.gnunet.org/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
|
# clone (SSH; anonymous git:// also works on gnunet.org):
|
||||||
|
git clone git://git.gnunet.org/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
|
||||||
|
|
||||||
# monorepo CLI + private wallet DB (not system package / default home DB)
|
# monorepo CLI + private wallet DB (not system package / default home DB)
|
||||||
alias tw='node packages/taler-wallet-cli/bin/taler-wallet-cli.mjs --wallet-db="${TMPDIR:-/tmp}/taler-wallet-goa.sqlite3" --no-throttle' && \
|
alias tw='node packages/taler-wallet-cli/bin/taler-wallet-cli.mjs --wallet-db="${TMPDIR:-/tmp}/taler-wallet-goa.sqlite3" --no-throttle' && \
|
||||||
|
|
@ -1557,10 +1558,10 @@ tw run-until-done && tw balance</pre>
|
||||||
<a href="https://bank.hacktivism.ch/privacy" style="color:#5eead4">/privacy</a>.
|
<a href="https://bank.hacktivism.ch/privacy" style="color:#5eead4">/privacy</a>.
|
||||||
</p>
|
</p>
|
||||||
<!-- landing-rev -->
|
<!-- landing-rev -->
|
||||||
<p class="landing-rev" data-landing-site="bank" data-landing-version="43" data-landing-commit="37ea4bb">
|
<p class="landing-rev" data-landing-site="bank" data-landing-version="44" data-landing-commit="74a38ac">
|
||||||
Bank landing <strong>v43</strong>
|
Bank landing <strong>v44</strong>
|
||||||
· content <time datetime="2026-07-17T18:27:48+02:00">2026-07-17 18:27 CEST</time>
|
· content <time datetime="2026-07-17T18:31:38+02:00">2026-07-17 18:31 CEST</time>
|
||||||
· <a href="https://git.hacktivism.ch/hernani/koopa-admin-log/commit/37ea4bb8396691e3ea69ae61374e6623bf6c5ea7" title="koopa-admin-log 37ea4bb8396691e3ea69ae61374e6623bf6c5ea7">37ea4bb</a>
|
· <a href="https://git.hacktivism.ch/hernani/koopa-admin-log/commit/74a38ac1fb6b02f803b987a02c3118c931ce8c49" title="koopa-admin-log 74a38ac1fb6b02f803b987a02c3118c931ce8c49">74a38ac</a>
|
||||||
</p>
|
</p>
|
||||||
<!-- /landing-rev -->
|
<!-- /landing-rev -->
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,14 @@
|
||||||
"note": "Per-site landing content versions (start 42). Bump: scripts/taler-landing/stamp-landing-version.sh --bump bank|exchange|merchant",
|
"note": "Per-site landing content versions (start 42). Bump: scripts/taler-landing/stamp-landing-version.sh --bump bank|exchange|merchant",
|
||||||
"sites": {
|
"sites": {
|
||||||
"bank": {
|
"bank": {
|
||||||
"version": 43,
|
"version": 44,
|
||||||
"label": "Bank landing",
|
"label": "Bank landing",
|
||||||
"path": "configs/bank-landing",
|
"path": "configs/bank-landing",
|
||||||
"updated_iso": "2026-07-17T18:27:48+02:00",
|
"updated_iso": "2026-07-17T18:31:38+02:00",
|
||||||
"updated_human": "2026-07-17 18:27 CEST",
|
"updated_human": "2026-07-17 18:31 CEST",
|
||||||
"commit": "37ea4bb8396691e3ea69ae61374e6623bf6c5ea7",
|
"commit": "74a38ac1fb6b02f803b987a02c3118c931ce8c49",
|
||||||
"commit_short": "37ea4bb",
|
"commit_short": "74a38ac",
|
||||||
"repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/37ea4bb8396691e3ea69ae61374e6623bf6c5ea7"
|
"repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/74a38ac1fb6b02f803b987a02c3118c931ce8c49"
|
||||||
},
|
},
|
||||||
"exchange": {
|
"exchange": {
|
||||||
"version": 42,
|
"version": 42,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue