Cleanup 2.0 instant messenger page #1836

Merged
dngray merged 12 commits from pr-p2p_cleanup into master 2020-04-19 05:51:35 +00:00
6 changed files with 138 additions and 146 deletions
Showing only changes of commit 9e188228fd - Show all commits

View File

@@ -56,7 +56,7 @@
chrome="https://chrome.google.com/webstore/detail/keybase-for-reddit/ognfafcpbkogffpmmdglhbjboeojlefj" chrome="https://chrome.google.com/webstore/detail/keybase-for-reddit/ognfafcpbkogffpmmdglhbjboeojlefj"
%} %}
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<h3>Advantages</h3> <h3>Advantages</h3>
@@ -77,6 +77,7 @@
<li>The <a href="https://blog.privacytools.io/delisting-wire">ownership</a>, privacy policy, and operations of the service can change easily when a single entity controls it, potentially compromising the service later on.</li> <li>The <a href="https://blog.privacytools.io/delisting-wire">ownership</a>, privacy policy, and operations of the service can change easily when a single entity controls it, potentially compromising the service later on.</li>
</ul> </ul>
</div> </div>
</div>
</div> </div>
<div> <div>
@@ -106,7 +107,7 @@
web="https://riot.im/app/" web="https://riot.im/app/"
%} %}
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<h3>Advantages</h3> <h3>Advantages</h3>
@@ -128,6 +129,7 @@
<li>Server administrators sometimes choose to block other servers, which are a source of unmoderated abuse or break general rules of accepted behavior. This will hinder your ability to communicate with users on those servers.</li> <li>Server administrators sometimes choose to block other servers, which are a source of unmoderated abuse or break general rules of accepted behavior. This will hinder your ability to communicate with users on those servers.</li>
</ul> </ul>
</div> </div>
</div>
</div> </div>
<div> <div>
@@ -173,7 +175,7 @@
ios="https://itunes.apple.com/app/ring-a-gnu-package/id1306951055?mt=8" ios="https://itunes.apple.com/app/ring-a-gnu-package/id1306951055?mt=8"
%} %}
<div class="container"> <div class="container">
<div class="row"> <div class="row">
dngray commented 2020-04-18 08:43:24 +00:00 (Migrated from github.com)
Review

The reason I left retroshare was because it appears to have continuous development. They haven't had a release in a while.

To be honest it looks more like a collaboration platform. It could very well be removed from this particular page. Maybe this would be better moved to another section in another PR?

The reason I left retroshare was because it [appears to have continuous development](https://github.com/RetroShare/RetroShare/commits/master). They haven't had a [release in a while](https://github.com/RetroShare/RetroShare/releases). To be honest it looks more like a collaboration platform. It could very well be removed from this particular page. Maybe this would be better moved to another section in another PR?
dngray commented 2020-04-18 10:21:23 +00:00 (Migrated from github.com)
Review

Retroshare is still listed as a self-contained-networks.html#L65 as it is appropriately a self contained network of its own, instant-messaging seems like it always a secondary functionality.

Retroshare is still listed as a [self-contained-networks.html#L65](https://github.com/privacytoolsIO/privacytools.io/blob/master/_includes/sections/self-contained-networks.html#L65) as it is appropriately a self contained network of its own, instant-messaging seems like it always a secondary functionality.
<div class="col-md-6"> <div class="col-md-6">
<h3>Advantages</h3> <h3>Advantages</h3>
@@ -193,4 +195,5 @@
<li>Your <a href="https://en.wikipedia.org/wiki/IP_address">IP address</a> and that of the contacts you're communicating with may be visible if you do not use the software in conjunction with a <a href="/software/networks">self contained network</a>, such as <a href="https://www.torproject.org">Tor</a> or <a href="https://geti2p.net/">I2P</a>. Many countries have some form of mass surveillance and/or metadata retention.</li> <li>Your <a href="https://en.wikipedia.org/wiki/IP_address">IP address</a> and that of the contacts you're communicating with may be visible if you do not use the software in conjunction with a <a href="/software/networks">self contained network</a>, such as <a href="https://www.torproject.org">Tor</a> or <a href="https://geti2p.net/">I2P</a>. Many countries have some form of mass surveillance and/or metadata retention.</li>
</ul> </ul>
</div> </div>
</div>
</div> </div>