remove redundant faq

This commit is contained in:
Jeremy Kauffman 2017-03-22 08:03:33 -04:00
parent ab6a3fe538
commit d191970dae
3 changed files with 3 additions and 13 deletions

View file

@ -1,5 +1,5 @@
---
title: LBRYs naming system seems kinda crazy. Why dont you just assign names the same way as internet domains?
title: How does LBRY naming work? Why dont you just assign names the same way as internet domains?
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.

View file

@ -1,11 +0,0 @@
---
title: If I dont want to deal with name auctions at all, what are my options?
category: LBRY 101
---
We dont want to see the naming system scare off potential users. And if it fails to work as planned, we dont want it to take down the whole LBRY project.
Rest assured, were 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.

View file

@ -119,6 +119,7 @@ class Controller
'/feedback' => '/learn',
'/faq/when-referral-payouts' => '/faq/referrals',
'/news/meet-the-lbry-founders' => '/team',
'/faq/no-auction-options' => '/faq/naming',
'/join-list' => '/list/subscribe',
];