Copy-edit history & metadata

This commit is contained in:
mDuo13
2020-09-30 08:33:22 -07:00
parent 88f68e52f6
commit ab8ef5b831
3 changed files with 4 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ targets:
# First member is the default that gets built when target not specified
- name: en
lang: en
display_name: XRP Ledger Dev Portal
display_name: XRPL.org
# These github_ fields are used by the template's "Edit on GitHub" link.
# Override them with --vars to change which fork/branch to edit.
github_forkurl: https://github.com/ripple/xrpl-dev-portal
@@ -74,11 +74,11 @@ targets:
"./src/api-v3/paths/preparations/payments.ts": "https://github.com/xpring-eng/xrp-api/blob/master/src/api-v3/paths/preparations/payments.ts"
readability_goals:
flesch_reading_ease: 50 # or higher
blurb: A Community-Driven Resource for All Things XRP and XRP Ledger
blurb: XRPL.org is a community-driven resource for all things XRP and the XRP Ledger—your source for technical information, reference materials and tools.
- name: ja
lang: ja
display_name: XRP Ledger Dev Portal (日本語)
display_name: XRPL.org (日本語)
github_forkurl: https://github.com/ripple/xrpl-dev-portal
github_branch: master
prefix: "/ja/"

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="{{ currentpage.name|escape }}">
<meta property="og:title" content="{{ currentpage.name|escape }} | {{ target.display_name }}">
<meta property="og:url" content="https://xrpl.org/{% if currentpage.html != 'index.html' %}{{currentpage.html}}{% endif %}" />
<meta property="og:description" content="{% if currentpage.html == 'index.html' %}{{ target.blurb|escape}}{% else %}{{ currentpage.blurb|escape }}{% endif %}" />
<meta property="og:image" content="https://xrpl.org/assets/img/{% if currentpage.fb_card %}{{currentpage.fb_card}}{% else %}xrpl-fb-li-card.png{% endif %}" />

View File

@@ -54,7 +54,6 @@
<p>{% trans %}By June 2012, Schwartz, McCaleb and Britto completed code development and the XRP Ledger was fully functioning.{% endtrans %}</p>
<p>{% trans %}At that time, they decided their next move would be to gift 80 billion XRP to a not-yet-formed private company that would work with the broader community as well as pursue its own payments mission. The ledger code itself would be open source and for anyone to use.{% endtrans %}</p>
<p>{% trans %}They all agreed on how to allocate the XRP among themselves and the future company, and they eventually created the company along with Chris Larsen in September 2012.{% endtrans %}</p>
<p>{% trans %}While from a developer standpoint the XRP Ledger had already been created in early 2012, the final ledger stuck in late 2012, due to some stability issues. Once it stuck, 80% of the XRP was gifted to the company—initially called NewCoin and renamed quickly to OpenCoin.{% endtrans %}</p>
<p>{% trans %}Once the XRP Ledger was fully functioning, 80% of the XRP was gifted to the company—initially called NewCoin and renamed quickly to OpenCoin.{% endtrans %}</p>
<p>{% trans %}Chris Larsen was the CEO of OpenCoin, and at the company's founding, Jed was co-founder and CTO, David Schwartz was the Chief Cryptography Officer, and Arthur Britto an advisor.{% endtrans %}</p>
</div>