Add Matrix Channel/Server (#831)

* Remove OpenNIC from Services

This is too confusing.

* Add Matrix channel

* Add XMPP Bridge Link
This commit is contained in:
Jonah Aragon 2019-04-04 16:33:39 -05:00 committed by GitHub
parent 5da945b42d
commit 0dd84e0157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View File

@ -76,7 +76,7 @@
</ul>
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="browserDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><i class="fas fa-language text-danger"></i>
<a class="nav-link dropdown-toggle" href="#" id="browserDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"><i class="fas fa-language text-danger"></i>
Language
</a>
<div class="dropdown-menu" aria-labelledby="servicesDropdown">
@ -94,9 +94,9 @@
</a>
<div class="dropdown-menu" aria-labelledby="servicesDropdown">
<a class="dropdown-item" href="https://social.privacytools.io/"><i class="fas fa-retweet"></i> Mastodon - Social Network</a>
<a class="dropdown-item" href="https://riot.privacytools.io/"><i class="fas fa-comment"></i> Matrix - Federated Chat</a>
<a class="dropdown-item" href="https://bin.privacytools.io/"><i class="fas fa-clipboard"></i> PrivateBin - Encrypted Pastebin</a>
<a class="dropdown-item" href="https://search.privacytools.io/"><i class="fas fa-search"></i> Searx - Privacy Friendly Search</a>
<a class="dropdown-item" href="https://www.opennic.org/"><i class="fas fa-server"></i> OpenNIC - Alternative DNS</a>
</div>
</li>
<li class="nav-item">

View File

@ -2,7 +2,7 @@
<h1 id="participate" class="anchor"><a href="#participate"><i class="fas fa-link anchor-icon"></i></a> Participate with suggestions and constructive criticism</h1>
</div>
<p>It's important for a website like privacytools.io to be up-to-date. Keep an eye on software updates of the applications listed here. Follow recent news about providers that are recommended. We try our best to keep up but we're not perfect and the internet is changing fast. If you find an error, or you think a provider should not be listed here, or a qualified service provider is missing or a browser plugin is not the best choice anymore and anything else... <strong>Talk to us please.</strong> You can find us also on <a rel="me" href="https://social.privacytools.io/@BurungHantu">our own Mastodon instance.</a></p>
<p>It's important for a website like privacytools.io to be up-to-date. Keep an eye on software updates of the applications listed here. Follow recent news about providers that are recommended. We try our best to keep up but we're not perfect and the internet is changing fast. If you find an error, or you think a provider should not be listed here, or a qualified service provider is missing, or a browser plugin is not the best choice anymore, or anything else... <strong>Talk to us please.</strong> You can also find us on <a rel="me" href="https://social.privacytools.io/@BurungHantu">our own Mastodon instance</a> or on <a href="https://riot.privacytools.io">Matrix</a> at <code class="highlighter-rouge">#general:privacytools.io</code>.</p>
<div class="row">
@ -32,4 +32,4 @@
</div>
<p>This is a community project and we're aiming to deliver the best information available for a better privacy. Thank you for participating. This project needs you.</p>
<p>This is a community project and we're aiming to deliver the best information available for better privacy online. Thank you for participating. This project needs you.</p>

View File

@ -15,6 +15,8 @@ It's very important to us to stay up-to-date on the latest changes in the privac
For complete transparency, software will only be considered for this website after discussions take place on either of the above platforms. Please do not reach out to any of our collaborators directly to discuss any editorial changes to this website.
<span class="text-success"><i class="fas fa-comment"></i> New:</span> We're now on Matrix! Join us at `#general:privacytools.io` to chat with us and other members about this site and privacy in general. If you need a Matrix account, you can sign up with our own homeserver (`https://chat.privacytools.io`) using [riot.privacytools.io](https://riot.privacytools.io/) or any Matrix client! If you prefer XMPP, you're welcome to [use the Matrix.org XMPP bridge to join the discussion](https://conversations.im/j/%23general%23privacytools.io@bridge.xmpp.matrix.org).
## Services Team
We take the operation of our various [services](/services/) very seriously. If you experience any issues, or have any concerns or suggestions please contact our service administrators. You may also feel free to reach out to the services team if you experience any technical issues with this website itself, as they operate the general webservers. Do not contact regarding any editorial changes.

View File

@ -10,9 +10,9 @@ description: "The privacytools.io team is proud to introduce a suite of privacy-
<div class="card card-list">
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="https://social.privacytools.io/"><i class="fas fa-retweet"></i> Mastodon - Tracker Free Social Networking at social.privacytools.io</a></li>
<li class="list-group-item"><a href="https://riot.privacytools.io/"><i class="fas fa-comment"></i> Matrix - Federated private chat at riot.privacytools.io</a> (Homeserver: <code class="highlighter-rouge">chat.privacytools.io</code>)</li>
<li class="list-group-item"><a href="https://bin.privacytools.io/"><i class="fas fa-clipboard"></i> PrivateBin - Encrypted Pastebin at bin.privacytools.io</a></li>
<li class="list-group-item"><a href="https://search.privacytools.io/"><i class="fas fa-search"></i> Searx - Privacy Friendly Search at search.privacytools.io</a></li>
<li class="list-group-item"><a href="https://www.opennic.org/"><i class="fas fa-server"></i> OpenNIC - Alternative DNS at opennic.org</a></li>
</ul>
</div>