Replace GNU Social with Mastodon
This commit is contained in:
21
index.html
21
index.html
@ -1719,6 +1719,14 @@ layout: default
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Mastodon"
|
||||
image="assets/img/tools/Mastodon.png"
|
||||
url="https://joinmastodon.org"
|
||||
website="mastodon.social"
|
||||
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. It also has the most users, and the most diverse (in terms of interests) users, looks good, and is easy to setup.'
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="diaspora*"
|
||||
image="assets/img/tools/diaspora.png"
|
||||
url="https://diasporafoundation.org/"
|
||||
@ -1726,7 +1734,7 @@ layout: default
|
||||
networks by allowing users set up their own server (or \"pod\") to host content; pods can then interact to share status updates, photographs, and other social data."
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
{% include card.html color="warning"
|
||||
title="Friendica"
|
||||
image="assets/img/tools/Friendica.png"
|
||||
url="http://friendi.ca/"
|
||||
@ -1734,20 +1742,11 @@ layout: default
|
||||
Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams."
|
||||
%}
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="GNU social"
|
||||
image="assets/img/tools/GNU-social.png"
|
||||
url="https://gnu.io/social/try/"
|
||||
website="gnu.io"
|
||||
description='While offering functionality similar to Twitter, GNU social seeks to provide the potential for open, inter-service and distributed communications between
|
||||
microblogging communities. Enterprises and individuals can install and control their own services and data. Notable public deployments are <a href="https://quitter.se/">quitter.se</a> and <a href="https://gnusocial.no">gnusocial.no</a>.'
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li><a href="https://mastodon.social/about">Mastodon</a> - An open sourced, free and decentralized social network built on top of GNU Social.</li>
|
||||
<li><a href="https://gnu.io/social/try/">GNU Social</a> - An open sourced, free and decentralized social network compatible with Mastodon and Friendica.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
|
Reference in New Issue
Block a user