]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - FAQ.md
Import magnets with webtorrent
[github/Chocobozzz/PeerTube.git] / FAQ.md
diff --git a/FAQ.md b/FAQ.md
index 887ab3f99b81c18b37ee10512d12962dec7aa5e4..a943eb63a154469b28aa94eb731e249a9025bad2 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -14,6 +14,7 @@
 - [I want to change my domain name, how can I do that?](#i-want-to-change-my-domain-name-how-can-i-do-that)
 - [Should I have a big server to run PeerTube?](#should-i-have-a-big-server-to-run-peertube)
 - [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent)
+- [Why host on GitHub and Framagit?](#why-host-on-github-and-framagit)
 - [Are you going to use the Steem blockchain?](#are-you-going-to-use-the-steem-blockchain)
 - [Are you going to support advertisements?](#are-you-going-to-support-advertisements)
 - [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it)
 ## I don't like the name "PeerTube"
 
 PeerTube is just the name of the software. You can install it on your
-server, and choose the name you want. For example, [this instance](https://framatube.org/)
+server, and choose a name you want. For example, [this instance](https://framatube.org/)
 is named "Framatube".
 
+
 ## If nobody watches a video, is it seeded?
 
 Yes, the origin server always seeds videos uploaded on it thanks to
@@ -59,7 +61,7 @@ WEBM, MP4 or OGV videos.
 
 ## I want to change my domain name, how can I do that?
 
-You can't. You'll need to re install an instance and reupload your videos.
+You can't. You'll need to reinstall an instance and reupload your videos.
 
 
 ## Should I have a big server to run PeerTube?
@@ -81,6 +83,11 @@ The reason is they connects to peers through WebRTC whereas your BitTorrent clie
 We hope to see compatibility with WebRTC in popular BitTorrent client in the future. See this issue for more information: https://github.com/webtorrent/webtorrent/issues/369
 
 
+## Why host on GitHub and Framagit?
+
+The project has initially been hosted on GitHub by Chocobozzz. A full migration to [Framagit](https://framagit.org/chocobozzz/PeerTube) would be ideal now that Framasoft supports PeerTube, but it would take a lot of time and is an ongoing effort.
+
+
 ## Are you going to use the Steem blockchain?
 
 Short answer: no, since like most appchains/votechains, it modifies the dynamic of creation, and as such cannot be integrated into mainline PeerTube. Read more about that in [the dedicated section](#what-is-creation-dynamic-and-why-not-modify-it).
@@ -106,7 +113,7 @@ Moreover, don't forget that advertisers already pay considering YouTube's large
 ## What is "creation dynamic" and why not modify it?
 
 We define creation dynamic as the way any original content, regardless of its monetary value, is created and incentivized.
-We want to limit as much as possible the influence our platform could have on authors in order to stay neutral. We are not curators, and want to limit the scope of PeerTube instance owners and administrators' responsibilities to moderation tasks only.
+We want to stay neutral by limiting the influence of our platform on authors as much as possible. We are not curators, and want to limit the scope of PeerTube instance owners and administrators' responsibilities to moderation tasks only.
 
 If you still want to use a functionality potentially altering that state of things, then you could interface with our upcoming plug-in system, which will be the place to integrate such features in the near future.