Add Publisher category (#276)

* make-money > earn-income redirect

* rename make-money.md to earn-income.md

* add publisher category

*move community bids, earn-income and how-to-publish to new category

* add note about overtaking in community bids
This commit is contained in:
Thomas Zarebczan 2017-12-06 16:31:52 -05:00 committed by GitHub
parent e6d0bebea1
commit 5a35ad9e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,7 @@
--- ---
title: How does the Community Top Bids section of the LBRY App work? title: How does the Community Top Bids section of the LBRY App work?
category: other category: publisher
order: 7 order: 3
--- ---
### What are Community Top Bids? ### What are Community Top Bids?
@ -22,3 +22,7 @@ For more details on how naming works, please see: [Naming](https://lbry.io/faq/n
2. When filling out the Content URL, enter the desired claim you want to bid on (one, two, five, eight, etc.) 2. When filling out the Content URL, enter the desired claim you want to bid on (one, two, five, eight, etc.)
3. After you have entered the desired URL, the system will automatically show you the minimum amount of LBC you need to deposit to get the claim. This LBC remains yours and the deposit can be undone at any time. 3. After you have entered the desired URL, the system will automatically show you the minimum amount of LBC you need to deposit to get the claim. This LBC remains yours and the deposit can be undone at any time.
4. Finish the rest of the publishing process. 4. Finish the rest of the publishing process.
### How do I know if my content is overtaken?
We do not have a mechanism in place to notify users when they are outbid but one is planned for a future release. For now, you can monitor the Community Top Bids section to see if your content is still available.

View file

@ -1,6 +1,7 @@
--- ---
title: How does LBRY benefit content creators? Can I make money using LBRY? title: How does LBRY benefit content creators? Can I make money using LBRY?
category: other category: publisher
order: 2
--- ---
In our AMA title, we pitched LBRY as a “community-driven” YouTube alternative that could “save the internet.” Thats a lot of big talk, but what does it mean for the people who care most about the changes happening at YouTube content creators? In our AMA title, we pitched LBRY as a “community-driven” YouTube alternative that could “save the internet.” Thats a lot of big talk, but what does it mean for the people who care most about the changes happening at YouTube content creators?

View file

@ -1,6 +1,7 @@
--- ---
title: How do I Publish content to LBRY? title: How do I Publish content to LBRY?
category: getstarted category: publisher
order: 1
--- ---
LBRY is a free, open, and community-driven digital marketplace which enables content sharing, monetization, discovery and consumption. Publishing in LBRY is the process by which you share your content on the network - you set the price per view (can be free too) which is paid directly to you. This process involves making a "claim" in the LBRY Blockchain which will be used to retrieve the content via a URL. Content can either be published anonymously or to a particular channel/identity which will group content together at a single location. Both channels and claims require a deposit(bid) of LBRY Credits (LBC) in order to reserve their location on the LBRY network. This deposit will be deducted from your balance as long as the claim is active. See our [naming document](https://lbry.io/faq/naming) for more information about claims and bids. LBRY is a free, open, and community-driven digital marketplace which enables content sharing, monetization, discovery and consumption. Publishing in LBRY is the process by which you share your content on the network - you set the price per view (can be free too) which is paid directly to you. This process involves making a "claim" in the LBRY Blockchain which will be used to retrieve the content via a URL. Content can either be published anonymously or to a particular channel/identity which will group content together at a single location. Both channels and claims require a deposit(bid) of LBRY Credits (LBC) in order to reserve their location on the LBRY network. This deposit will be deducted from your balance as long as the claim is active. See our [naming document](https://lbry.io/faq/naming) for more information about claims and bids.

View file

@ -144,6 +144,7 @@ class Controller
'/faq/Q4-credit-report' => '/credit-reports/2016-Q4', '/faq/Q4-credit-report' => '/credit-reports/2016-Q4',
'/faq/Q1-17-CreditReport' => '/credit-reports/2017-Q1', '/faq/Q1-17-CreditReport' => '/credit-reports/2017-Q1',
'/faq/how-to-report-bugs' => '/faq/support', '/faq/how-to-report-bugs' => '/faq/support',
'/faq/make-money' => '/faq/earn-income',
]; ];
$tempRedirects = [ $tempRedirects = [

View file

@ -88,6 +88,7 @@ class ContentActions extends Actions
'LBRY 101' => 'Intro to LBRY', 'LBRY 101' => 'Intro to LBRY',
'getstarted' => 'Getting Started', 'getstarted' => 'Getting Started',
'setup' => 'Installing and Running LBRY', 'setup' => 'Installing and Running LBRY',
'publisher' => 'Publishers and Creators',
'troubleshooting' => 'Help and Troubleshooting', 'troubleshooting' => 'Help and Troubleshooting',
'wallet' => 'Wallet and Transactions', 'wallet' => 'Wallet and Transactions',
'mining' => 'Mining LBC', 'mining' => 'Mining LBC',