## 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?
## 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?
## 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.
So we need to have a decentralized network of servers seeding videos (as
[Diaspora](https://github.com/diaspora/diaspora) for example). But it's not
-enough because one video could become famous and overload the server. It's the
-reason why we need to use a P2P protocol to limit the server load. Thanks to
+enough because one video could become famous and overload the server. That is
+why we need to use a P2P protocol to limit the server load. Thanks to
[WebTorrent](https://github.com/feross/webtorrent), we can make P2P (thus
BitTorrent) inside the web browser, as of today.
torrent URI of this specific video is...).
* If a user uploads a video, the server seeds it and sends its followers some
metadata (name, short description, torrent URI...).
- * A server is a tracker responsible for all the videos uploaded in it.
+ * 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.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
-by the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of