From 0f5717c63bebdf7d0c4eb3f50fadb14f9a66e2da Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Sat, 3 Aug 2019 14:41:50 +0000 Subject: [PATCH] Update information about Thunderbird and avoid repetition (#1082) Thunderbird is no longer developed by Mozilla. https://blog.mozilla.org/thunderbird/2017/05/thunderbirds-future-home/ github.com/thundernest does not contain source code of Thunderbird client > comm-central is the main Thunderbird repository. > Thundernest contains the code for Thunderbird.net (this site), as well as the Thunderbird web server setup scripts. from https://www.thunderbird.net/en-US/get-involved/ In _includes/cardv2.html add `source`, because git is not the only version control available (there is Mercurial, Subversion, CVS) --- _includes/cardv2.html | 3 ++- _includes/sections/email-clients.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_includes/cardv2.html b/_includes/cardv2.html index f96dc6e8..45906aed 100644 --- a/_includes/cardv2.html +++ b/_includes/cardv2.html @@ -40,9 +40,10 @@ {% if include.github %}{% endif %} {% if include.gitlab %}{% endif %} {% if include.git %}{% endif %} + {% if include.source %}{% endif %} -
\ No newline at end of file +
diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 775fa5f1..e4a0047b 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -3,10 +3,10 @@ {% include cardv2.html title="Thunderbird" image="/assets/img/tools/Thunderbird.png" -description="Mozilla Thunderbird is a free, open source, cross-platform email, news, and chat client developed by the Mozilla Foundation. Thunderbird is an email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client." +description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by community, previously by the Mozilla Foundation." website="https://www.thunderbird.net/" forum="https://forum.privacytools.io/t/discussion-thunderbird/659" -github="https://github.com/thundernest" +source="https://hg.mozilla.org/comm-central/" windows="" mac="" linux=""