From: Chocobozzz Date: Fri, 26 Jan 2018 13:14:59 +0000 (+0100) Subject: Add message for public registration on peertube X-Git-Tag: v0.0.16-alpha~9 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=7859b5800c08c15f3380fb3a7e267ce1b3f2df9f;hp=0776d83f2cf5825f5cd7915d1cf217572d560f1b;p=github%2FChocobozzz%2FPeerTube.git Add message for public registration on peertube --- diff --git a/README.md b/README.md index 956403552..4d9cc298f 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ Want to see it in action? * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) to see what the "decentralization feature" looks like +*Currently PeerTube is still in alpha (we plan to release a beta in march). Demonstration servers do not support public registration. If you really want to test PeerTube before the public release, here is a list of PeerTube servers: https://github.com/Chocobozzz/PeerTube/wiki#other-peertube-servers.* + ## Why We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, diff --git a/support/doc/development/client/code.md b/support/doc/development/client/code.md index f84c7b998..e1d809763 100644 --- a/support/doc/development/client/code.md +++ b/support/doc/development/client/code.md @@ -60,7 +60,7 @@ If you are not familiar with Angular I recommend you to read the [quickstart gui ## Components tree -![Components tree](/support/doc/client/development/components-tree.png) +![Components tree](/support/doc/development/client/components-tree.png) ## Newcomers