X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=a9b4eb54a0d7e9eca4b323040dbbe194077bc3c6;hb=8dae69dbafa1110f9e95e19bcce3d049e37d5904;hp=fb8eb0d0e03e4e0f76d07d342da17f4070aa9e50;hpb=f95cb03a29716a455ad89877dfd5192d825e3931;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index fb8eb0d0e..a9b4eb54a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,21 @@ | Join an instance | Create an instance | Chat with us + | Donate

-Be part of a network of multiple small interconnected, federated, interoperable video hosting providers. Follow video creators and create videos. No vendor lock-in. All on a platform that is community-owned and ad-free. +Be part of a network of multiple small federated, interoperable video hosting providers. Follow video creators and create videos. No vendor lock-in. All on a platform that is community-owned and ad-free. +

+ +

+ Developed with ❤ by Framasoft +

+ +

+ + Framasoft logo +

@@ -104,7 +115,7 @@ Be it as a user or an instance administrator, you can decide what your experienc

Communities that help each other

-In addition to visitors using WebTorrent to share the load among them, instances can help each other by caching one another's videos. This way even small instances have a way to show content to a wider audience, as they will be shouldered by friend instances (more about that in our redundancy guide). +In addition to visitors using WebTorrent to share the load among them, instances can help each other by caching one another's videos. This way even small instances have a way to show content to a wider audience, as they will be shouldered by friend instances (more about that in our redundancy guide).

Content creators can get help from their viewers in the simplest way possible: a support button showing a message linking to their donation accounts or really anything else. No more pay-per-view and advertisements that hurt visitors and incentivize alter creativity (more about that in our FAQ). @@ -122,7 +133,7 @@ You can also join the cheerful bunch that makes our community: * Chat: * IRC : **[#peertube on chat.freenode.net:6697](https://kiwiirc.com/client/irc.freenode.net/#peertube)** - * Matrix (bridged on the IRC channel) : **[#peertube:matrix.org](https://matrix.to/#/#peertube:matrix.org)** + * Matrix (bridged on IRC and [Discord](https://discord.gg/wj8DDUT)) : **[#peertube:matrix.org](https://matrix.to/#/#peertube:matrix.org)** * Forum: * Framacolibri: [https://framacolibri.org/c/peertube](https://framacolibri.org/c/peertube) @@ -167,35 +178,13 @@ See the more general [admin documentation](https://docs.joinpeertube.org/lang/en ### Technical documentation -See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation of the architectural choices. - -#### Backend +See the [architecture blueprint](https://docs.joinpeertube.org/lang/en/devdocs/architecture.html) for a more detailed explanation of the architectural choices. - * REST API: - * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) - * HTML explorer: [docs.joinpeertube.org/api.html](http://docs.joinpeertube.org/api.html) - * Servers communicate with each other with [Activity - Pub](https://www.w3.org/TR/activitypub/). - * Each server has its own users who query it (search videos, query where the - torrent URI of this specific video is...). - * When a user uploads a video, the server sends its followers metadata about the video (name, short description, torrent URI...). - * A server is a tracker responsible for all the videos uploaded on it. - * Even if nobody watches a video, it is seeded by the server (through - [WebSeed protocol](http://www.bittorrent.org/beps/bep_0019.html)) where the - video was uploaded. - -Here are some simple schemes: - -

- -Decentralized - -Watch a video - -Watch a P2P video - -

+See our REST API documentation: + * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](/support/doc/api/openapi.yaml) + * Spec explorer: [docs.joinpeertube.org/api.html](http://docs.joinpeertube.org/api.html) +See our [ActivityPub documentation](https://docs.joinpeertube.org/lang/en/devdocs/federation.html). :heart: Supports of our crowdfunding ----------------------------------------------------------------