mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
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:
parent
e6d0bebea1
commit
5a35ad9e17
5 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: How does the Community Top Bids section of the LBRY App work?
|
||||
category: other
|
||||
order: 7
|
||||
category: publisher
|
||||
order: 3
|
||||
---
|
||||
|
||||
### 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.)
|
||||
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.
|
||||
|
||||
### 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.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
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.” That’s a lot of big talk, but what does it mean for the people who care most about the changes happening at YouTube – content creators?
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
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.
|
||||
|
|
|
@ -144,6 +144,7 @@ class Controller
|
|||
'/faq/Q4-credit-report' => '/credit-reports/2016-Q4',
|
||||
'/faq/Q1-17-CreditReport' => '/credit-reports/2017-Q1',
|
||||
'/faq/how-to-report-bugs' => '/faq/support',
|
||||
'/faq/make-money' => '/faq/earn-income',
|
||||
];
|
||||
|
||||
$tempRedirects = [
|
||||
|
|
|
@ -88,6 +88,7 @@ class ContentActions extends Actions
|
|||
'LBRY 101' => 'Intro to LBRY',
|
||||
'getstarted' => 'Getting Started',
|
||||
'setup' => 'Installing and Running LBRY',
|
||||
'publisher' => 'Publishers and Creators',
|
||||
'troubleshooting' => 'Help and Troubleshooting',
|
||||
'wallet' => 'Wallet and Transactions',
|
||||
'mining' => 'Mining LBC',
|
||||
|
|
Loading…
Add table
Reference in a new issue