(doc) syntactic fixes (#764)
authorYun <melongbob@gmail.com>
Wed, 4 Jul 2018 15:29:18 +0000 (08:29 -0700)
committerRigel Kent <par@rigelk.eu>
Wed, 4 Jul 2018 15:29:18 +0000 (17:29 +0200)
FAQ.md
- "the name" -> "a name"
- "re install" -> "reinstall"
- Changed the sentence structure to accomodate the flow of "objective -> method to achieve the objective -> reason why the objective is desired", rather than "how we are going to do it -> what we are trying to do -> why it is important"

README.md
- "It's the reason" -> "That is why"
- "in it" -> "on it"
- "This program is free software" -> "This is a free software": reduce redundancy (program and software), and introduce a proper article
- "redistribute it and/or modify it" -> "redistribute and/or modify it"

FAQ.md
README.md

diff --git a/FAQ.md b/FAQ.md
index 887ab3f99b81c18b37ee10512d12962dec7aa5e4..01ca3e8da205aa1d5c8002cb10749a3d88318a34 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -23,7 +23,7 @@
 ## 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?
@@ -59,7 +59,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?
@@ -106,7 +106,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.
 
index 22ee2270169fa2c596c1bdea2fad9e73f5225852..a5d9cd6bd3dbf027b7183a8b9d2f6869ea98750d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -90,8 +90,8 @@ enough money to pay for bandwidth and video storage of its servers.
 
 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.
 
@@ -156,7 +156,7 @@ See [ARCHITECTURE.md](/ARCHITECTURE.md) for a more detailed explanation.
     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.
@@ -179,8 +179,7 @@ Copyright (C) 2018 PeerTube Contributors
 
 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