diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-28 17:39:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-28 17:39:29 +0200 |
commit | 41a676db3989fe3eca91301ac5f5aea30d98654a (patch) | |
tree | 00a28c9110cdd351435ec0c066599763748119e7 /client/src/app/+about | |
parent | f0d4e7eb240f256b4f01cde4a1cd6f66f8f4347c (diff) | |
download | PeerTube-41a676db3989fe3eca91301ac5f5aea30d98654a.tar.gz PeerTube-41a676db3989fe3eca91301ac5f5aea30d98654a.tar.zst PeerTube-41a676db3989fe3eca91301ac5f5aea30d98654a.zip |
Add features table on signup
Diffstat (limited to 'client/src/app/+about')
4 files changed, 9 insertions, 10 deletions
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html index 55ac344f9..13ce89f75 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.html +++ b/client/src/app/+about/about-peertube/about-peertube.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <div i18n class="about-peertube-title"> | 1 | <h1 i18n class="about-peertube-title"> |
2 | About PeerTube | 2 | About PeerTube |
3 | </div> | 3 | </h1> |
4 | 4 | ||
5 | <div class="description"> | 5 | <div class="description"> |
6 | <p i18n>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</p> | 6 | <p i18n>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</p> |
@@ -15,14 +15,14 @@ | |||
15 | </div> | 15 | </div> |
16 | 16 | ||
17 | <div id="p2p-privacy"> | 17 | <div id="p2p-privacy"> |
18 | <div i18n class="section-title">P2P & Privacy</div> | 18 | <h3 i18n class="section-title">P2P & Privacy</h3> |
19 | 19 | ||
20 | <p i18n> | 20 | <p i18n> |
21 | PeerTube uses the BitTorrent protocol to share bandwidth between users. | 21 | PeerTube uses the BitTorrent protocol to share bandwidth between users. |
22 | This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. | 22 | This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. |
23 | </p> | 23 | </p> |
24 | 24 | ||
25 | <h4 i18n class="p2p-privacy-title">What are the consequences?</h4> | 25 | <h6 i18n class="p2p-privacy-title">What are the consequences?</h6> |
26 | 26 | ||
27 | <p i18n> | 27 | <p i18n> |
28 | In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. | 28 | In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. |
@@ -64,7 +64,7 @@ | |||
64 | There are much more effective ways to get that kind of information. | 64 | There are much more effective ways to get that kind of information. |
65 | </p> | 65 | </p> |
66 | 66 | ||
67 | <h4 i18n class="p2p-privacy-title">How does PeerTube compare with YouTube?</h4> | 67 | <h6 i18n class="p2p-privacy-title">How does PeerTube compare with YouTube?</h6> |
68 | 68 | ||
69 | <p i18n> | 69 | <p i18n> |
70 | The threats to privacy in YouTube are different from PeerTube's. | 70 | The threats to privacy in YouTube are different from PeerTube's. |
@@ -72,7 +72,7 @@ | |||
72 | Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). | 72 | Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). |
73 | </p> | 73 | </p> |
74 | 74 | ||
75 | <h4 i18n class="p2p-privacy-title">What can I do to limit the exposure of my IP address?</h4> | 75 | <h6 i18n class="p2p-privacy-title">What can I do to limit the exposure of my IP address?</h6> |
76 | 76 | ||
77 | <p i18n> | 77 | <p i18n> |
78 | Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. | 78 | Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. |
@@ -80,7 +80,7 @@ | |||
80 | Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. | 80 | Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. |
81 | </p> | 81 | </p> |
82 | 82 | ||
83 | <h4 i18n class="p2p-privacy-title">What will be done to mitigate this problem?</h4> | 83 | <h6 i18n class="p2p-privacy-title">What will be done to mitigate this problem?</h6> |
84 | 84 | ||
85 | <p i18n> | 85 | <p i18n> |
86 | PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released. | 86 | PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released. |
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.scss b/client/src/app/+about/about-peertube/about-peertube.component.scss index 1d8579ec1..0d2e2bb68 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.scss +++ b/client/src/app/+about/about-peertube/about-peertube.component.scss | |||
@@ -2,7 +2,7 @@ | |||
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .about-peertube-title { | 4 | .about-peertube-title { |
5 | font-size: 20px; | 5 | font-size: 25px; |
6 | font-weight: bold; | 6 | font-weight: bold; |
7 | margin-bottom: 15px; | 7 | margin-bottom: 15px; |
8 | } | 8 | } |
diff --git a/client/src/app/+about/about.component.scss b/client/src/app/+about/about.component.scss deleted file mode 100644 index e69de29bb..000000000 --- a/client/src/app/+about/about.component.scss +++ /dev/null | |||
diff --git a/client/src/app/+about/about.component.ts b/client/src/app/+about/about.component.ts index 7b65d920f..0c91cd75f 100644 --- a/client/src/app/+about/about.component.ts +++ b/client/src/app/+about/about.component.ts | |||
@@ -2,8 +2,7 @@ import { Component } from '@angular/core' | |||
2 | 2 | ||
3 | @Component({ | 3 | @Component({ |
4 | selector: 'my-about', | 4 | selector: 'my-about', |
5 | templateUrl: './about.component.html', | 5 | templateUrl: './about.component.html' |
6 | styleUrls: [ './about.component.scss' ] | ||
7 | }) | 6 | }) |
8 | 7 | ||
9 | export class AboutComponent { | 8 | export class AboutComponent { |