forked from nutomic/joinpeertube
Merge branch 'feature/continue-joinpeertube' into 'master'
Update links See merge request framasoft/joinpeertube!1
This commit is contained in:
commit
7833a14acb
4 changed files with 12 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
|||
/public/
|
||||
/public/
|
||||
|
|
12
config.toml
12
config.toml
|
@ -111,19 +111,19 @@ title = "PeerTube"
|
|||
name = "Aide"
|
||||
weight = 2
|
||||
identifier = ""
|
||||
url = "https://framacolibri.org"
|
||||
url = "https://framacolibri.org/c/qualite/peertube"
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "Documentation"
|
||||
weight = 3
|
||||
identifier = ""
|
||||
url = "https://framagit.org/chocobozzz/PeerTube"
|
||||
url = "https://peertube.frama.wiki"
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "Code source"
|
||||
weight = 4
|
||||
identifier = ""
|
||||
url = "https://framagit.org/chocobozzz/PeerTube"
|
||||
url = "https://github.com/Chocobozzz/PeerTube"
|
||||
|
||||
[Languages.en]
|
||||
languageCode = "en"
|
||||
|
@ -134,16 +134,16 @@ title = "PeerTube"
|
|||
name = "Support"
|
||||
weight = 2
|
||||
identifier = ""
|
||||
url = "https://framacolibri.org"
|
||||
url = "https://framacolibri.org/c/qualite/peertube"
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Documentation"
|
||||
weight = 3
|
||||
identifier = ""
|
||||
url = "https://framagit.org/chocobozzz/PeerTube"
|
||||
url = "https://peertube.frama.wiki"
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Source code"
|
||||
weight = 4
|
||||
identifier = ""
|
||||
url = "https://framagit.org/chocobozzz/PeerTube"
|
||||
url = "https://github.com/Chocobozzz/PeerTube"
|
||||
|
|
|
@ -11,8 +11,8 @@ id = "-home"
|
|||
{{% grid class="row intro" %}}
|
||||
{{% grid class="container" %}}
|
||||
{{% grid class="col-sm-12 text-center" %}}
|
||||
# Social networking, back in your hands
|
||||
## The world’s largest free, open-source, decentralized microblogging network
|
||||
# Video streaming, back in your hands
|
||||
## A federated video streaming platform using P2P directly in the web browser
|
||||
|
||||
[Get started](#getting-started) [How it works ](#how-it-works)
|
||||
|
||||
|
|
|
@ -11,10 +11,10 @@ id = "-home"
|
|||
{{% grid class="row intro" %}}
|
||||
{{% grid class="container" %}}
|
||||
{{% grid class="col-sm-12 text-center" %}}
|
||||
# Social networking, back in your hands
|
||||
## The world’s largest free, open-source, decentralized microblogging network
|
||||
# Repenez le contrôle de vos vidéos
|
||||
## Une plateforme de vidéos fédérée utilisant le P2P
|
||||
|
||||
[Get started](#getting-started) [How it works ](#how-it-works)
|
||||
[Pour commencer](#getting-started) [Comment ça fonctionne](#how-it-works)
|
||||
|
||||
![](/notebook.jpg)
|
||||
|
||||
|
|
Loading…
Reference in a new issue