Merge im, teamchat and video-voice into real-time-communication #1136
Reference in New Issue
Block a user
No description provided.
Delete Branch "real-time-communication"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves: #1078
Closes: #746
Preview: https://deploy-preview-1136--privacytools-io.netlify.com/software/real-time-communication/
Deploy preview for privacytools-io ready!
Built with commit
98bca69952
https://deploy-preview-1136--privacytools-io.netlify.com
Commentary on why I did what I did
@ -5,6 +5,7 @@ sass:
style: compressed
plugins:
- jekyll-sitemap
- jekyll-redirect-from
I think @JonahAragon said that he would do this with nginx which is more elegant, but I guess it won't hurt being here too as Nginx is going to take a preference and in case nginx got forgotten, the user wouldn't see that much of a difference.
Better icon suggestions?
@ -0,0 +6,4 @@
- /software/voip/
- /software/teamchat/
title: "Real-Time Communication"
description: "Discover secure and private ways to communicate with others online without letting any third parties read your messages."
I thought that this was the best applying description to them all together.
@ -0,0 +11,4 @@
{% include sections/instant-messenger.html %}
<hr/>
I wish to have some separator between the different sections, even if they are on the same page.
And I think this ordering makes the most sense as I think people are most often looking for instant messengers, then VoIP and team chat is a bit rarer scenario as I think that is mostly forced on people from whichever the team founder prefers.
Minor suggestions but otherwise lgtm!
What if we updated the title to "Real-Time Communication"?
"Real-Time Communication"?
@ -0,0 +6,4 @@
- /software/voip/
- /software/teamchat/
title: "Real-Time Communication"
description: "Discover secure and private ways to communicate with others online without letting any third parties read your messages."
That sounds good to me.
@ -0,0 +11,4 @@
{% include sections/instant-messenger.html %}
<hr/>
Yeah the breaks work well in my perspective.
Changed to Real-Time Communication as requested by @nitrohorse
I forget which issue but I thought @JonahAragon had a recommendation for this...
LGTM
I would rather do redirects with Nginx only I think, so as to not require too many Jekyll extensions on both the server and on local dev machines.
If we want, we could add an Nginx config file to this repo that would then be “include”d in the server config, so we can add redirects and other server-side configs here directly?
Oh nice, that sounds helpful 👍