joinpeertube/content/home.en.md

197 lines
5.5 KiB
Markdown
Raw Normal View History

2018-02-28 15:33:36 +00:00
+++
date = "2018-02-28T14:41:00+01:00"
title = "Home"
author = "Framasoft"
draft = false
type = "page"
id = "-home"
+++
{{% grid class="row intro" %}}
{{% grid class="container" %}}
{{% grid class="col-sm-12 text-center" %}}
2018-03-09 14:18:30 +00:00
# Video streaming, back in your hands
## A federated video streaming platform using P2P directly in the web browser
2018-02-28 15:33:36 +00:00
[Get started](#getting-started) [How it works ](#how-it-works)
![](/notebook.jpg)
{{% /grid %}}
{{% /grid %}}
{{% /grid %}}
{{% grid class="row medias" %}}
2018-03-15 14:21:04 +00:00
<!---
2018-02-28 15:33:36 +00:00
{{% grid class="container" %}}
{{% grid class="col-sm-12 text-center" %}}
### As seen on
- [![Le Figaro](/le_figaro_nb.png)](#media1)
- [![LHumanité](/l_humanite_nb.png)](#media2)
- [![Libération](/liberation_nb.png)](#media3)
- [![NextInpact](/next_inpact_nb.png)](#media4)
{{% /grid %}}
{{% /grid %}}
2018-03-15 14:21:04 +00:00
-->
2018-02-28 15:33:36 +00:00
{{% /grid %}}
{{% grid class="row why" %}}
{{% grid class="container" %}}
{{% grid class="col-sm-8" %}}
### Find your perfect community
Mastodon isnt one place and one set of rules: its thousands of unique,
interconnected communities to choose from, filled with different people,
interests, languages, and needs. Dont like the rules?
Youre free to join any community you like, or better yet:
you can host your own, on your own terms!
{{% /grid %}}
{{% grid class="col-sm-4 text-center" %}}
<i class="fa fa-globe fa-5x" aria-hidden="true"></i>
{{% /grid %}}
{{% grid class="col-sm-8 col-sm-push-4" %}}
### Take control of your content
With powerful tools to control who sees your posts and a 500-character limit,
Mastodon empowers you to share your ideas, unabridged.
The best part? All posts are in chronological order, not “optimized”
to push ads into your timeline.
With apps for iOS, Android, and every other platform imaginable,
Mastodon is always at your fingertips.
{{% /grid %}}
{{% grid class="col-sm-4 col-sm-pull-8 text-center" %}}
<i class="fa fa-comment fa-5x" aria-hidden="true"></i>
{{% /grid %}}
{{% grid class="col-sm-8" %}}
### Putting the user first
Youre a person, not a product. Mastodon is a free, open-source development
that has been crowdfunded, not financed.
All instances are independently owned, operated, and moderated.
There is no monopoly by a single commercial company, no ads, and no tracking.
Mastodon works for you, and not the other way around.
{{% /grid %}}
{{% grid class="col-sm-4" %}}
<i class="fa fa-group fa-5x" aria-hidden="true"></i>
{{% /grid %}}
{{% grid class="col-sm-8 col-sm-push-4" %}}
### Feel safe in your community
Mastodon comes with effective anti-abuse tools to help protect yourself
from online abuse.
With small, interconnected communities, it means that there are more
moderators you can approach to help with a situation.
This also means you can choose who sees your posts: friends, your community,
or the entire fediverse.
{{% /grid %}}
{{% grid class="col-sm-4 col-sm-pull-8 text-center" %}}
<i class="fa fa-fire fa-5x" aria-hidden="true"></i>
{{% /grid %}}
{{% /grid %}}
{{% /grid %}}
{{% grid class="row getting-started" %}}
{{% grid class="container" %}}
{{% grid class="col-sm-12" %}}
2018-03-01 09:05:43 +00:00
## Sign up {#getting-started}
2018-02-28 15:33:36 +00:00
Liste des instances
2018-03-15 15:12:18 +00:00
<div id="instances-list" class="list-group"></div>
2018-03-15 15:36:41 +00:00
<div id="instances-list-error" class="alert alert-danger" style="display: none">We are sorry but we failed to list available instances. Please try again later.</div>
<div class="alert alert-info">This is like picking an e-mail hosting provider: the domain will be part of your username!</div>
2018-02-28 15:33:36 +00:00
{{% /grid %}}
{{% /grid %}}
{{% /grid %}}
{{% grid class="row install" %}}
{{% grid class="container" %}}
{{% grid class="col-sm-12" %}}
## Install your own
If you are interested in running your own instance — for your friends,
family or organization — you can get started by reading the installation
documentation.
You only host your own users and the content that they subscribe to.
2018-03-16 08:46:25 +00:00
<a href="https://github.com/Chocobozzz/PeerTube/#production" target="_blank">Read the docs</a>
2018-02-28 15:33:36 +00:00
{{% /grid %}}
{{% /grid %}}
2018-03-16 08:46:25 +00:00
2018-02-28 15:33:36 +00:00
{{% /grid %}}
{{% grid class="row how-it-works" %}}
{{% grid class="container" %}}
{{% grid class="col-sm-5" %}}
2018-03-01 09:05:43 +00:00
## How it works {#how-it-works}
2018-02-28 15:33:36 +00:00
Anyone can run a server of Mastodon. Each server hosts individual user accounts,
the content they produce, and the content they subscribe to.
Each user account has a globally unique name (e.g. @user@example.com),
consisting of the local username (@user), and the domain name of
the server it is on (example.com).
Users can follow each other, regardless of where theyre hosted — when a
local user follows a user from a different server, the server subscribes
to that users updates for the first time.
{{% /grid %}}
{{% grid class="col-sm-7 text-center" %}}
[![](/pt-p2p.png)](../educ-pop)
{{% /grid %}}
{{% grid class="col-sm-12" %}}
### Why is that cool?
Servers are run independently by different people and organizations.
They can apply wildly different moderation policies, so you can find or
make one that fits your taste perfectly.
A decentralized network is harder for governments to censor.
If one server goes bankrupt or starts acting unethically, the network
persists so you never have to worry about migrating your friends and
audience to a yet another platform again.
[Get started](#getting-started)
{{% /grid %}}
{{% /grid %}}
{{% /grid %}}
2018-03-16 08:46:25 +00:00
{{% grid class="row footer" %}}
{{% grid class="container" %}}
{{% grid class="col-sm-12" %}}
Built on top of <a href="https://joinmastodon.org" target="_blank">joinmastodon.org</a>. Thanks!
2018-02-28 15:33:36 +00:00
2018-03-16 08:46:25 +00:00
{{% /grid %}}
{{% /grid %}}
{{% /grid %}}
<p>