aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.html
diff options
context:
space:
mode:
authorCaroline Chuong <caroline.chuong@octo.com>2020-06-13 00:53:56 +0200
committerGitHub <noreply@github.com>2020-06-13 00:53:56 +0200
commitc9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0 (patch)
tree2646dbf2602648e84102121da72629e313e61297 /client/src/app/+about/about-peertube/about-peertube.component.html
parent1a40132c67e50c94a7bd3f6b63c075f471b3d6cc (diff)
downloadPeerTube-c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0.tar.gz
PeerTube-c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0.tar.zst
PeerTube-c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0.zip
fix headings order or add missing ones (#2871)
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
Diffstat (limited to 'client/src/app/+about/about-peertube/about-peertube.component.html')
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.html24
1 files changed, 12 insertions, 12 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 1dbad3096..93670fe4e 100644
--- a/client/src/app/+about/about-peertube/about-peertube.component.html
+++ b/client/src/app/+about/about-peertube/about-peertube.component.html
@@ -24,10 +24,10 @@
24 24
25 <div class="card"> 25 <div class="card">
26 <div class="card-body"> 26 <div class="card-body">
27 <h5 class="card-title"> 27 <div class="card-title">
28 <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/use-setup-account">Use PeerTube 28 <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/use-setup-account">Use PeerTube
29 documentation</a> 29 documentation</a>
30 </h5> 30 </div>
31 31
32 <div i18n class="card-text"> 32 <div i18n class="card-text">
33 Discover how to setup your account, what is a channel, how to create a playlist and more! 33 Discover how to setup your account, what is a channel, how to create a playlist and more!
@@ -37,10 +37,10 @@
37 37
38 <div class="card"> 38 <div class="card">
39 <div class="card-body"> 39 <div class="card-body">
40 <h5 class="card-title"> 40 <div class="card-title">
41 <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/use-third-party-application">PeerTube 41 <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/use-third-party-application">PeerTube
42 Applications</a> 42 Applications</a>
43 </h5> 43 </div>
44 44
45 <div i18n class="card-text"> 45 <div i18n class="card-text">
46 Discover unofficial Android applications or browser addons! 46 Discover unofficial Android applications or browser addons!
@@ -50,10 +50,10 @@
50 50
51 <div class="card"> 51 <div class="card">
52 <div class="card-body"> 52 <div class="card-body">
53 <h5 class="card-title"> 53 <div class="card-title">
54 <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/contribute-getting-started">Contribute on 54 <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/contribute-getting-started">Contribute on
55 PeerTube</a> 55 PeerTube</a>
56 </h5> 56 </div>
57 57
58 <div i18n class="card-text"> 58 <div i18n class="card-text">
59 Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code! 59 Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code!
@@ -66,10 +66,10 @@
66 <my-about-peertube-contributors></my-about-peertube-contributors> 66 <my-about-peertube-contributors></my-about-peertube-contributors>
67 67
68 <div class="p2p-privacy"> 68 <div class="p2p-privacy">
69 <h3 class="section-title"> 69 <h2 class="section-title">
70 <div class="anchor" id="privacy"></div> <!-- privacy anchor --> 70 <div class="anchor" id="privacy"></div> <!-- privacy anchor -->
71 <ng-container i18n>P2P & Privacy</ng-container> 71 <ng-container i18n>P2P & Privacy</ng-container>
72 </h3> 72 </h2>
73 73
74 <p i18n> 74 <p i18n>
75 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 75 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
@@ -82,7 +82,7 @@
82 tracker as long as you download or watch the video. 82 tracker as long as you download or watch the video.
83 </p> 83 </p>
84 84
85 <h6 i18n class="p2p-privacy-title">What are the consequences?</h6> 85 <h3 i18n class="p2p-privacy-title">What are the consequences?</h3>
86 86
87 <p i18n> 87 <p i18n>
88 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 88 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
@@ -128,7 +128,7 @@
128 There are much more effective ways to get that kind of information. 128 There are much more effective ways to get that kind of information.
129 </p> 129 </p>
130 130
131 <h6 i18n class="p2p-privacy-title">How does PeerTube compare with YouTube?</h6> 131 <h3 i18n class="p2p-privacy-title">How does PeerTube compare with YouTube?</h3>
132 132
133 <p i18n> 133 <p i18n>
134 The threats to privacy with YouTube are different from PeerTube's. 134 The threats to privacy with YouTube are different from PeerTube's.
@@ -136,7 +136,7 @@
136 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). 136 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
137 </p> 137 </p>
138 138
139 <h6 i18n class="p2p-privacy-title">What can I do to limit the exposure of my IP address?</h6> 139 <h3 i18n class="p2p-privacy-title">What can I do to limit the exposure of my IP address?</h3>
140 140
141 <p i18n> 141 <p i18n>
142 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 142 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
@@ -145,7 +145,7 @@
145 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. 145 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
146 </p> 146 </p>
147 147
148 <h6 i18n class="p2p-privacy-title">What will be done to mitigate this problem?</h6> 148 <h3 i18n class="p2p-privacy-title">What will be done to mitigate this problem?</h3>
149 149
150 <p i18n> 150 <p i18n>
151 PeerTube wants to deliver the best countermeasures possible, to give you more choice 151 PeerTube wants to deliver the best countermeasures possible, to give you more choice