Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Add Team chat section #1067

Merged
merged 22 commits into from
Aug 11, 2019
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<a class="dropdown-item" href="/software/encryption-tools/"><i class="fas fa-lock fa-fw"></i> File Encryption</a>
<a class="dropdown-item" href="/software/file-sharing/"><i class="fas fa-file-export fa-fw"></i> File Sharing</a>
<a class="dropdown-item" href="/software/im/"><i class="fab fa-telegram-plane fa-fw"></i> Instant Messenger</a>
<a class="dropdown-item" href="/software/teamchat/"><i class="fas fa-business-time fa-fw"></i>Team chat</a>
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
<a class="dropdown-item" href="/software/passwords/"><i class="fas fa-user-lock fa-fw"></i> Password Manager</a>
<a class="dropdown-item" href="/software/productivity/"><i class="fas fa-briefcase fa-fw"></i> Productivity Tools</a>
<a class="dropdown-item" href="/software/file-sync/"><i class="fas fa-copy fa-fw"></i> Secure File Sync</a>
Expand Down
40 changes: 40 additions & 0 deletions _includes/sections/teamchat.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<h1 id="teamchat" class="anchor"><a href="#teamchat"><i class="fas fa-link anchor-icon"></i></a> Private friendly Team chat applications</h1>
Mikaela marked this conversation as resolved.
Show resolved Hide resolved

<div class="alert alert-warning" role="alert">
<strong>If you are currently using an team chat like Slack you should pick an alternative here.</strong>
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
</div>

{% include cardv2.html
title="Rocket.chat"
image="/assets/img/tools/rocket.chat.png"
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
description="Rocket.chat is open source platform for team communication. It has optional federation and experimental E2EE. <a href=\"https://rocket.chat/docs/user-guides/end-to-end-encryption/\"><span class=\"badge badge-warning\" data-toggle=\"tooltip\" title=\"The documentation says this of E2EE: 'Note: This feature is currently in alpha. Its also not yet supported on mobile''\">Experimental <i class=\"far fa-question-circle\"></i></a></span>"
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
website="https://rocket.chat/"
forum="https://forum.privacytools.io/t/discussion-rocket-chat/1223"
github="https://github.com/rocketchat/"
android=""
ios=""
mac=""
windows=""
linux=""
%}

{% include cardv2.html
title="Keybase"
image="/assets/img/tools/keybase.png"
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
description='Blah blah blah. <span class="badge badge-warning" data-toggle="tooltip" title="The server code is not open source">experimental <i class="far fa-question-circle"></i> (<a href="https://github.com/keybase/client/issues/6374">GitHub issue</a>)</span>'
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
website="https://keybase.io/"
forum="https://forum.privacytools.io/t/discussion-keybase/1224"
github="https://github.com/Keybase"
android=""
ios=""
mac=""
windows=""
linux=""
web=""
%}

<h3>Worth Mentioning</h3>

<ul>
<li><a href="https://mattermost.com/">Mattermost</a> - <span class="badge badge-warning">No E2EE</span> A free and open-source Slack clone. </li>
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
</ul>
Binary file added assets/img/tools/keybase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/tools/rocket.chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions pages/software/teamchat.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: page
permalink: /software/teamchat/
title: "Team chat"
description: "Discover private ways to chat with your team without letting big businesses read your messages."
Mikaela marked this conversation as resolved.
Show resolved Hide resolved
---

{% include sections/teamchat.html %}