This commit is contained in:
ポール ウェッブ 2018-06-13 13:49:27 -05:00
parent 275ec5d6bd
commit 8c3deaf09f
2 changed files with 21 additions and 11 deletions

View file

@ -113,6 +113,21 @@
font-size: 1rem;
}
blockquote {
left: 2px;
padding-left: 2rem;
position: relative;
&::before {
width: 5px; height: 100%;
top: 0; left: 0;
background-color: $teal;
content: "";
position: absolute;
}
}
p, ol, ul:not(.overview__ecosystem__module), table {
code {
background-color: $black;

View file

@ -8,20 +8,15 @@ What if anyone in the world could publish a piece of digital content, anyone els
That's the idea behind LBRY.
<div style="max-width: 800px; margin: 40px auto; font-size: 2.0em">To create a market for accessing and publishing information<sup>1</sup> that is global<sup>2</sup>, decentralized<sup>3</sup>, robust<sup>4</sup>, optimal<sup>5</sup> and complete<sup>6</sup>.</div>
> To create a market for accessing and publishing information<sup>1</sup> that is global<sup>2</sup>, decentralized<sup>3</sup>, robust<sup>4</sup>, optimal<sup>5</sup> and complete<sup>6</sup>.
That's a fancy sentence, so here's a plainer one: we just thought it'd be really damn cool if there was a system that stored as much of the world's information as possible, but was owned and controlled by no one.
<sup>1. In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.</sup>
<sup>2. Accessible anywhere in the world on any internet-connected device.</sup>
<sup>3. Not controlled by any one person, party or authority.</sup>
<sup>4. Resistant to censorship or attempts to control; impervious to attacks or disruptions.</sup>
<sup>5. In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers).</sup>
<sup>1. In the information theoric sense, i.e. any data. LBRY facilitates distribution of all data, whether it be a video or a spreadsheet.</sup><br/>
<sup>2. Accessible anywhere in the world on any internet-connected device.</sup><br/>
<sup>3. Not controlled by any one person, party or authority.</sup><br/>
<sup>4. Resistant to censorship or attempts to control; impervious to attacks or disruptions.</sup><br/>
<sup>5. In the Pareto sense, with regards to the production and distribution of information (i.e. digital information is both created and distributed in a way that could not be any more efficient from the perspectives of information producers and consumers).</sup><br/>
<sup>6. The most complete collection of worlds books, films, art, games, etc. should be available via LBRY.</sup>
## Ecosystem Overview