mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove redundant faq
This commit is contained in:
parent
ab6a3fe538
commit
d191970dae
3 changed files with 3 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
title: LBRY’s naming system seems kinda crazy. Why don’t you just assign names the same way as internet domains?
|
title: How does LBRY naming work? Why don’t you just assign names the same way as internet domains?
|
||||||
category: LBRY 101
|
category: LBRY 101
|
||||||
---
|
---
|
||||||
First, since there have been a lot of misconceptions about how LBRY URLs work, **it is absolutely possible to own and control a URL forever**. That is the tl;dr of this post if you don't want to read a bunch of words about how LBRY URLs work.
|
First, since there have been a lot of misconceptions about how LBRY URLs work, **it is absolutely possible to own and control a URL forever**. That is the tl;dr of this post if you don't want to read a bunch of words about how LBRY URLs work.
|
||||||
|
|
||||||
Assigning names optimally is a difficult problem in centralized systems. It becomes nearly impossible in decentralized ones. Just because we’re all accustomed to certain solutions doesn’t mean they aren’t seriously flawed.
|
Assigning names optimally is a difficult problem in centralized systems. It becomes nearly impossible in decentralized ones. Just because we’re all accustomed to certain solutions doesn’t mean they aren’t seriously flawed.
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
title: If I don’t want to deal with name auctions at all, what are my options?
|
|
||||||
category: LBRY 101
|
|
||||||
---
|
|
||||||
We don’t want to see the naming system scare off potential users. And if it fails to work as planned, we don’t want it to take down the whole LBRY project.
|
|
||||||
|
|
||||||
Rest assured, we’re implementing permanent URLs that are **always yours**. You will have one link that contains all your LBRY content you can use in promotional materials or share online – just like a Youtube channel URL.
|
|
||||||
|
|
||||||
Using this approach, you can bypass the auction system entirely. You could even have a regular domain name, like www.jackscodingclass.com, point to all of your content on LBRY.
|
|
||||||
|
|
||||||
More details on this update will be released shortly. [Subscribe to our mailing list](https://lbry.io/get) to stay up to date.
|
|
|
@ -119,6 +119,7 @@ class Controller
|
||||||
'/feedback' => '/learn',
|
'/feedback' => '/learn',
|
||||||
'/faq/when-referral-payouts' => '/faq/referrals',
|
'/faq/when-referral-payouts' => '/faq/referrals',
|
||||||
'/news/meet-the-lbry-founders' => '/team',
|
'/news/meet-the-lbry-founders' => '/team',
|
||||||
|
'/faq/no-auction-options' => '/faq/naming',
|
||||||
'/join-list' => '/list/subscribe',
|
'/join-list' => '/list/subscribe',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue