]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-peertube/about-peertube.component.html
Add mute status in account and channel pages
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-peertube / about-peertube.component.html
index 5a0b6f46e0df70cea55f4f4fa099bb791a9e22a0..62689e3aeb229d34bf49218f985f0d89aef1d19e 100644 (file)
@@ -1,6 +1,6 @@
 <div class="root">
   <h1 i18n class="about-peertube-title">
-    What is PeerTube?
+    This website is powered by PeerTube
   </h1>
 
   <img class="mascot" width="121px" height="147px" src="/client/assets/images/mascot/default.svg" alt="mascot"/>
@@ -25,7 +25,7 @@
     <div class="card">
       <div class="card-body">
         <div class="card-title">
-          <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/use-setup-account">Use PeerTube
+          <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use-setup-account">Use PeerTube
             documentation</a>
           </div>
 
@@ -38,7 +38,7 @@
     <div class="card">
       <div class="card-body">
         <div class="card-title">
-          <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/use-third-party-application">PeerTube
+          <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use-third-party-application">PeerTube
             Applications</a>
           </div>
 
@@ -51,7 +51,7 @@
     <div class="card">
       <div class="card-body">
         <div class="card-title">
-          <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/#/contribute-getting-started">Contribute on
+          <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/contribute-getting-started">Contribute on
             PeerTube</a>
           </div>
 
@@ -63,9 +63,7 @@
   </div>
 
   <div class="privacy-contributors">
-    <my-about-peertube-contributors></my-about-peertube-contributors>
-
-    <div class="p2p-privacy">     
+    <div class="p2p-privacy">
       <h2 class="section-title">
         <div class="anchor" id="privacy"></div> <!-- privacy anchor -->
         <ng-container i18n>P2P & Privacy</ng-container>
@@ -78,7 +76,7 @@
       </p>
 
       <p i18n>
-        The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent 
+        The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent
         tracker as long as you download or watch the video.
       </p>
 
         </li>
 
         <li i18n>
-          Web peers are not publicly accessible: because we use WebRTC inside the web browser (<a href="https://webtorrent.io/">with the
-          WebTorrent library</a>), the protocol is different from classic BitTorrent.
+          Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker.
           When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
           to forward the information to.
           See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information