tokens for real time communications
This commit is contained in:
parent
f506ad1c7b
commit
d552fd75b8
@ -365,4 +365,7 @@ filesync:
|
||||
sparkleshare_descr: "SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or \"projects\") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file."
|
||||
syncthing_descr: "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third-party and how it's transmitted over the Internet."
|
||||
worth_mentioning: "Worth Mentioning"
|
||||
gitannex_descr: "- Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space."
|
||||
gitannex_descr: "- Allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space."
|
||||
real_time_communication:
|
||||
title: "Real-Time Communication"
|
||||
descr: "Discover secure and private ways to communicate with others online without letting any third parties read your messages."
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/real-time-communication/
|
||||
title: "Real-Time Communication"
|
||||
description: "Discover secure and private ways to communicate with others online without letting any third parties read your messages."
|
||||
title: "{% t real_time_communication.title %}"
|
||||
description: "{% t real_time_communication.descr %}"
|
||||
---
|
||||
|
||||
{% include sections/instant-messenger.html %}
|
||||
|
Reference in New Issue
Block a user