From e1deb30fdbaf406cc387aea8fc5c3f0ca72bbc95 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Tue, 14 Mar 2023 12:54:29 -0700 Subject: [PATCH 1/5] Add redirects for issued-currencies-overview.html This is a legacy URL that turned up recently and should redirect to the Tokens concept article. --- dactyl-config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dactyl-config.yml b/dactyl-config.yml index f3d4945daf..63c4caaea0 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -755,6 +755,22 @@ pages: blurb: 誰もがXRP Ledger上でデジタル価値を表すトークンを作ることができます。 targets: - ja + + - name: Tokens + html: issued-currencies-overview.html + template: pagetype-redirect.html.jinja + redirect_url: tokens.html + blurb: Anyone can make tokens representing digital value on the XRP Ledger. + targets: + - en + + - name: トークン + html: issued-currencies-overview.html + template: pagetype-redirect.html.jinja + redirect_url: tokens.html + blurb: 誰もがXRP Ledger上でデジタル価値を表すトークンを作ることができます。 + targets: + - ja - md: concepts/tokens/trust-lines-and-issuing.md targets: From 48aa98322719703373de56f75fa77c230da81977 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Tue, 14 Mar 2023 15:29:53 -0700 Subject: [PATCH 2/5] RHEL install: Remove outdated XLS-20d tab --- .../install-rippled-on-centos-rhel-with-yum.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md index f74296e87f..3d4c738885 100644 --- a/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md +++ b/content/tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md @@ -65,18 +65,6 @@ Before you install `rippled`, you must meet the [System Requirements](system-req gpgkey=https://repos.ripple.com/repos/rippled-rpm/nightly/repodata/repomd.xml.key REPOFILE - *XLS-20d* - - cat << REPOFILE | sudo tee /etc/yum.repos.d/ripple.repo - [xls20] - name=xls20 - baseurl=https://repos.ripple.com/repos/rippled-rpm-test-mirror/xls20 - enabled=1 - gpgcheck=0 - repo_gpgcheck=1 - gpgkey=https://repos.ripple.com/repos/rippled-rpm-test-mirror/xls20/repodata/repomd.xml.key - REPOFILE - From 7b545b90d6410ce52001cdbd764e42d5008572cd Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Mon, 20 Mar 2023 12:15:25 -0400 Subject: [PATCH 3/5] add missing ports to testnet, devnet, xrpl-labs WebSocket URLs --- content/tutorials/get-started/public-servers.ja.md | 6 +++--- content/tutorials/get-started/public-servers.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/tutorials/get-started/public-servers.ja.md b/content/tutorials/get-started/public-servers.ja.md index f70ff240bc..1e2fd25915 100644 --- a/content/tutorials/get-started/public-servers.ja.md +++ b/content/tutorials/get-started/public-servers.ja.md @@ -14,9 +14,9 @@ labels: | XRP Ledger 財団 | **Mainnet** | `https://xrplcluster.com/`
`https://xrpl.ws/` [²][] | `wss://xrplcluster.com/`
`wss://xrpl.ws/` [²][] | CORSをサポートする全履歴サーバークラスター | | Ripple[¹][] | **Mainnet** | `https://s1.ripple.com:51234/` | `wss://s1.ripple.com/` | 汎用サーバークラスター | | Ripple[¹][] | **Mainnet** | `https://s2.ripple.com:51234/` | `wss://s2.ripple.com/` | [全履歴サーバ](ledger-history.html#すべての履歴) クラスター | -| Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net/` | Testnet 公開サーバー | -| XRPL Labs | Testnet | `https://testnet.xrpl-labs.com/` | `wss://testnet.xrpl-labs.com/` | CORSをサポートする Testnet 公開サーバー | -| Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net/` | Devnet 公開サーバー | +| Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net:51233/` | Testnet 公開サーバー | +| XRPL Labs | Testnet | `https://testnet.xrpl-labs.com/` | `wss://testnet.xrpl-labs.com:443/` | CORSをサポートする Testnet 公開サーバー | +| Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net:51233/` | Devnet 公開サーバー | | Ripple[¹][] | AMM-Devnet | `https://amm.devnet.rippletest.net:51234/` | `wss://amm.devnet.rippletest.net:51233/` | [XLS-30d Automated Market Maker](https://github.com/XRPLF/XRPL-Standards/discussions/78)開発用の特別なdevnetサーバー | [ネットワーク]: parallel-networks.html diff --git a/content/tutorials/get-started/public-servers.md b/content/tutorials/get-started/public-servers.md index 53b1bf8bec..ae19d1a2d0 100644 --- a/content/tutorials/get-started/public-servers.md +++ b/content/tutorials/get-started/public-servers.md @@ -14,9 +14,9 @@ If you don't [run your own `rippled` server](install-rippled.html), you can use | XRP Ledger Foundation | **Mainnet** | `https://xrplcluster.com/`
`https://xrpl.ws/` [²][] | `wss://xrplcluster.com/`
`wss://xrpl.ws/` [²][] | Full history server cluster with CORS support. | | Ripple[¹][] | **Mainnet** | `https://s1.ripple.com:51234/` | `wss://s1.ripple.com/` | General purpose server cluster | | Ripple[¹][] | **Mainnet** | `https://s2.ripple.com:51234/` | `wss://s2.ripple.com/` | [Full-history server](ledger-history.html#full-history) cluster | -| Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net/` | Testnet public server | -| XRPL Labs | Testnet | `https://testnet.xrpl-labs.com/` | `wss://testnet.xrpl-labs.com/` | Testnet public server with CORS support | -| Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net/` | Devnet public server | +| Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net:51233/` | Testnet public server | +| XRPL Labs | Testnet | `https://testnet.xrpl-labs.com/` | `wss://testnet.xrpl-labs.com:443/` | Testnet public server with CORS support | +| Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net:51233/` | Devnet public server | | Ripple[¹][] | AMM-Devnet | `https://amm.devnet.rippletest.net:51234/` | `wss://amm.devnet.rippletest.net:51233/` | Special devnet for [XLS-30d Automated Market Maker](https://github.com/XRPLF/XRPL-Standards/discussions/78) development. | [Network]: parallel-networks.html From 62c1af59200cf0455d3e3214f1c1390d56966b87 Mon Sep 17 00:00:00 2001 From: akcodez Date: Tue, 21 Mar 2023 07:56:45 -0700 Subject: [PATCH 4/5] changes date for banner from 24 - 26 --- template/component-top-nav.html.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/component-top-nav.html.jinja b/template/component-top-nav.html.jinja index 2059cb459d..8b1ed7430f 100644 --- a/template/component-top-nav.html.jinja +++ b/template/component-top-nav.html.jinja @@ -1,11 +1,11 @@
-

{% trans %}Apply for XRPL Grants, open until March 24.{% endtrans %}

+

{% trans %}Apply for XRPL Grants, open until March 26.{% endtrans %}

Apply for Funding

{% trans %}Apply for XRPL Grants, open{% endtrans %}

-

{% trans %}until March 24.{% endtrans %}Apply For Funding

+

{% trans %}until March 26.{% endtrans %}Apply For Funding