diff --git a/view/Response.class.php b/view/Response.class.php index 93a3557b..5a285d04 100644 --- a/view/Response.class.php +++ b/view/Response.class.php @@ -59,7 +59,7 @@ class Response public static function getMetaImages() { - return static::$metaImages ?: ['https://lbry.io/img/lbry-dark-1600x528.png']; + return static::$metaImages ?: [Request::getHostAndProto() . '/img/lbry-dark-1600x528.png']; } public static function setMetaTitle($title) diff --git a/view/template/content/rss.php b/view/template/content/rss.php index 5deb064b..477ec5ef 100644 --- a/view/template/content/rss.php +++ b/view/template/content/rss.php @@ -2,17 +2,17 @@ {{rss.title}} - https://lbry.io + {{rss.description}} https://github.com/lbryio/lbry.io {{rss.lang}} Sat, 07 Sep 2002 09:42:31 GMT ?> - + <?php echo htmlspecialchars($post->getTitle()) ?> - https://lbry.io/getRelativeUrl() ?> - https://lbry.io/getRelativeUrl() ?> + getRelativeUrl() ?> + getRelativeUrl() ?> getDate()->format('r') ?> getAuthorEmail()) ?> (getAuthorName()) ?>) getContentText(50, true)) ?> diff --git a/view/template/download/_refer.php b/view/template/download/_refer.php index c484f33f..6bf121d9 100644 --- a/view/template/download/_refer.php +++ b/view/template/download/_refer.php @@ -1,7 +1,7 @@

{{title.refer}}

{{page.refer.earn1}} {{page.refer.earn2}}

- + $('#referral-url-input') .focus(function() { $(this).select(); }) diff --git a/view/template/page/team.php b/view/template/page/team.php index 66d5880a..0e9eb3ac 100644 --- a/view/template/page/team.php +++ b/view/template/page/team.php @@ -1,5 +1,5 @@ - + false]) ?>

diff --git a/view/template/page/what.php b/view/template/page/what.php index 3a44a099..8554478a 100644 --- a/view/template/page/what.php +++ b/view/template/page/what.php @@ -37,7 +37,7 @@
- A user searches and prepares to stream and the film It’s a Wonderful Life, located at lbry://wonderfullife, via a completely decentralized network. Try it out for yourself at lbry.io/get. + A user searches and prepares to stream and the film It’s a Wonderful Life, located at lbry://wonderfullife, via a completely decentralized network. Try it out for yourself at lbry.io/get.
@@ -115,7 +115,7 @@

Other than the usage of the LBRY blockchain to store names and metadata, there are only minor differences between the blockchains of LBRY and Bitcoin, and the changes are generally consensus improvements. We’ve buffed the hashing algorithm, smoothed the block reward function, increased the block size, increased the total number of credits, and prepared for offchain settlement.

The LBRY blockchain simply maintains LBC balances and a content namespace/catalogue. The next part, LBRYnet, specifies what to do with this data. To compare to the existing web, the blockchain is like the domain system (it maintains a listing of what is available), while the next piece makes it possible to actually fetch and pay for content.

-
If you’re a Bitcoiner wondering why we don’t use the Bitcoin blockchain, you can read a detailed answer to that question here.
+
If you’re a Bitcoiner wondering why we don’t use the Bitcoin blockchain, you can read a detailed answer to that question here.

Part B: The Data Network (LBRYNet)

LBRYNet is the layer that makes the LBRY blockchain useful beyond a simple payment system. It says what to do with the information available in the LBRY blockchain, how to issue payments, how to look up a content identifier, and so on.

@@ -226,7 +226,7 @@

If LBRY succeeds, we will enter a world that is even more creative, connected, and conservatory. We will waste less and we make more. We will create a world where a teenager in Kenya and a reality star in Los Angeles use the same tool to search the same network and have access to the same results -- a world where information, knowledge, and imagination know no borders.

-

Build our dream with us! Download LBRY at lbry.io/get.

+

Build our dream with us! Download LBRY at lbry.io/get.

@@ -264,7 +264,7 @@

Other than the usage of the LBRY blockchain to store names and metadata, there are only minor differences between the blockchains of LBRY and Bitcoin, and the changes are generally consensus improvements. We’ve buffed the hashing algorithm, smoothed the block reward function, increased the block size, increased the total number of credits, and prepared for offchain settlement.

The LBRY blockchain simply maintains LBC balances and a content namespace/catalogue. The next part, LBRYnet, specifies what to do with this data. To compare to the existing web, the blockchain is like the domain system (it maintains a listing of what is available), while the next piece makes it possible to actually fetch and pay for content.

-
If you’re a Bitcoiner wondering why we don’t use the Bitcoin blockchain, you can read a detailed answer to that question here.
+
If you’re a Bitcoiner wondering why we don’t use the Bitcoin blockchain, you can read a detailed answer to that question here.

Part B: The Data Network (LBRYNet)

LBRYNet is the layer that makes the LBRY blockchain useful beyond a simple payment system. It says what to do with the information available in the LBRY blockchain, how to issue payments, how to look up a content identifier, and so on.