aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-07-05 13:35:04 +0200
committerRigel Kent <par@rigelk.eu>2018-07-06 09:30:01 +0200
commit97b72ed12f9621387b7c0002de3eed2c93c700f2 (patch)
treeae2b2dfece1f37d07b081d7154d9e79fb023fef4
parentc9e96ead93b2f6fb12d44ac3def136ae2bffc54b (diff)
downloadPeerTube-97b72ed12f9621387b7c0002de3eed2c93c700f2.tar.gz
PeerTube-97b72ed12f9621387b7c0002de3eed2c93c700f2.tar.zst
PeerTube-97b72ed12f9621387b7c0002de3eed2c93c700f2.zip
(doc/faq) add precision regarding code forge
-rw-r--r--FAQ.md7
-rw-r--r--README.md3
2 files changed, 9 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 01ca3e8da..a943eb63a 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -14,6 +14,7 @@
14- [I want to change my domain name, how can I do that?](#i-want-to-change-my-domain-name-how-can-i-do-that) 14- [I want to change my domain name, how can I do that?](#i-want-to-change-my-domain-name-how-can-i-do-that)
15- [Should I have a big server to run PeerTube?](#should-i-have-a-big-server-to-run-peertube) 15- [Should I have a big server to run PeerTube?](#should-i-have-a-big-server-to-run-peertube)
16- [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent) 16- [Can I seed videos with my classic BitTorrent client (Transmission, rTorrent...)?](#can-i-seed-videos-with-my-classic-bittorrent-client-transmission-rtorrent)
17- [Why host on GitHub and Framagit?](#why-host-on-github-and-framagit)
17- [Are you going to use the Steem blockchain?](#are-you-going-to-use-the-steem-blockchain) 18- [Are you going to use the Steem blockchain?](#are-you-going-to-use-the-steem-blockchain)
18- [Are you going to support advertisements?](#are-you-going-to-support-advertisements) 19- [Are you going to support advertisements?](#are-you-going-to-support-advertisements)
19- [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it) 20- [What is "creation dynamic" and why not modify it?](#what-is-creation-dynamic-and-why-not-modify-it)
@@ -26,6 +27,7 @@ PeerTube is just the name of the software. You can install it on your
26server, and choose a name you want. For example, [this instance](https://framatube.org/) 27server, and choose a name you want. For example, [this instance](https://framatube.org/)
27is named "Framatube". 28is named "Framatube".
28 29
30
29## If nobody watches a video, is it seeded? 31## If nobody watches a video, is it seeded?
30 32
31Yes, the origin server always seeds videos uploaded on it thanks to 33Yes, the origin server always seeds videos uploaded on it thanks to
@@ -81,6 +83,11 @@ The reason is they connects to peers through WebRTC whereas your BitTorrent clie
81We 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 83We 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
82 84
83 85
86## Why host on GitHub and Framagit?
87
88The 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.
89
90
84## Are you going to use the Steem blockchain? 91## Are you going to use the Steem blockchain?
85 92
86Short 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). 93Short 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).
diff --git a/README.md b/README.md
index a5d9cd6bd..33f4dd476 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,8 @@ Copyright (C) 2018 PeerTube Contributors
179 179
180This program is free software: you can redistribute it and/or modify 180This program is free software: you can redistribute it and/or modify
181it under the terms of the GNU Affero General Public License as published 181it under the terms of the GNU Affero General Public License as published
182by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 182by the Free Software Foundation, either version 3 of the License, or
183(at your option) any later version.
183 184
184This program is distributed in the hope that it will be useful, 185This program is distributed in the hope that it will be useful,
185but WITHOUT ANY WARRANTY; without even the implied warranty of 186but WITHOUT ANY WARRANTY; without even the implied warranty of