Add Social News Aggregators (#1091)

* Create online_bulletin_board.html

* Update nav.html

* Create social-news-agregator.html

* Update nav.html

* Update and rename online_bulletin_board.html to social-news-agregator.html

* Update old.html

* Add files via upload

* Update social-news-agregator.html

* Attempt to fix build error

* attempt

* Fix mistake

* Delete voat.png

* Add files via upload

* Update social-news-agregator.html

* Remove Voat

* Update social-news-agregator.html

* Update social-news-agregator.html

* Update social-news-agregator.html

* Update social-news-agregator.html

* minor fix

* Update social-news-agregator.html

Merges the changes from https://github.com/gjhklfdsa/privacytools.io/pull/4 into this PR.

Co-Authored-By: gjhklfdsa1 <gjhklfdsa1@users.noreply.github.com>

* Change icon to fa-newspaper

* Syntax and spelling fixes

* Update aether logo
This commit is contained in:
Jonah Aragon 2019-08-07 03:30:44 -05:00 committed by Mikaela Suomalainen
parent 906dd7e9ee
commit a4ba40a92d
7 changed files with 69 additions and 0 deletions

View File

@ -16,6 +16,8 @@
<div class="dropdown-menu" aria-labelledby="providerDropdown">
<a class="dropdown-item" href="/providers/#ukusa"><i class="fab fa-creative-commons-nc fa-fw"></i> Avoid US & UK services</a>
<a class="dropdown-item" href="/providers/cloud-storage/"><i class="fas fa-cloud fa-fw"></i> Cloud Storage</a>
<a class="dropdown-item" href="/providers/social-networks/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Social Networks</a>
<a class="dropdown-item" href="/providers/social-news-aggregator/"><i class="far fa-newspaper fa-fw"></i> Social News Aggregators</a>
<a class="dropdown-item" href="/providers/dns/"><i class="fa fa-tasks fa-fw"></i> DNS</a>
<a class="dropdown-item" href="/providers/email/"><i class="fas fa-mail-bulk fa-fw"></i> Email</a>
<a class="dropdown-item" href="/providers/hosting/"><i class="fas fa-database fa-fw"></i> Hosting</a>

View File

@ -0,0 +1,57 @@
<h1 id="obb" class="anchor"><a href="#social-news-aggregator"><i class="fas fa-link anchor-icon"></i></a> Social News Aggregators</h1>
<div class="alert alert-warning" role="alert">
<strong>If you are currently using a online bulletin board like Reddit, you should pick an alternative here.</strong>
</div>
{% include cardv2.html
title="Aether"
image="/assets/img/tools/aether.png"
description='<a href="https://github.com/nehbit/aether/blob/master/LICENSE.md">Free/libre and open source</a> decentralized social news aggregator with a built in voting system.'
website="https://github.com/nehbit/aether"
forum="https://github.com/privacytoolsIO/privacytools.io/issues/909"
github="https://github.com/nehbit/aether"
windows=""
mac=""
linux=""
android=""
ios=""
bsd=""
%}
{% include cardv2.html
title="Tildes"
image="/assets/img/tools/tildes.png"
description='Tildes is a web-based decentralized online bulletin board. It is licensed under <a href="https://gitlab.com/tildes/tildes/blob/master/LICENSE">GPL 3.0</a>.'
website="https://tildes.net"
forum="https://github.com/privacytoolsIO/privacytools.io/issues/909"
git="https://gitlab.com/tildes/"
windows=""
mac=""
linux=""
android=""
ios=""
bsd=""
%}
{% include cardv2.html
title="Raddle"
image="/assets/img/tools/raddle.png"
description="Raddle is a public Postmill instance focused on privacy and anti-censorship."
website="https://raddle.me"
forum="https://github.com/privacytoolsIO/privacytools.io/issues/909"
git="https://gitlab.com/postmill/"
windows=""
mac=""
linux=""
android=""
ios=""
%}
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://beta.akasha.world/">Akasha</a> - A decentralized online bulletin board using <a href="https://www.wikipedia.org/wiki/InterPlanetary_File_System">IPFS</a> and <a href="https://www.wikipedia.org/wiki/Ethereum">Ethereum</a>.</li>
<li><a href="https://dev.lemmy.ml/">Lemmy</a> - An <a href="https://github.com/dessalines/lemmy/blob/master/LICENSE">AGPL</a> licensed self-hostable link aggregator intended to work in the <a href="https://www.wikipedia.org/wiki/Fediverse">Fediverse</a>.</li>
<li><a href="https://notabug.io/">notabug.io</a> - notabug.io is a <a href="https://github.com/notabugio/notabug/blob/master/LICENSE.md">free and open source</a> p2p link aggregator with a strong resemblance to old.reddit.com (not to be confused with <a href="https://notabug.org/">NotABug.org</a>).</li>
</ul>

BIN
assets/img/tools/aether.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
assets/img/tools/raddle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
assets/img/tools/tildes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -61,6 +61,8 @@ permalink: /classic/
{% include sections/social-networks.html %}
{% include sections/social-news-aggregator.html %}
{% include sections/dns.html %}
{% include sections/notebooks.html %}

View File

@ -0,0 +1,8 @@
---
layout: page
permalink: /providers/social-news-aggregator/
title: "Social News Aggregator"
description: "Stay up-to-date with privacy-respecting online bulletin boards."
---
{% include sections/social-news-aggregator.html %}