mirror of
https://github.com/xplosionmind/quitsocialmedia.club.git
synced 2025-01-03 11:49:12 +01:00
68 lines
2.6 KiB
HTML
68 lines
2.6 KiB
HTML
---
|
|
title: Percorso
|
|
permalink: /percorso
|
|
redirect_from: ["/it/path", "/path-it", "/it-path", "/path/it"]
|
|
lang: it
|
|
ref: path
|
|
description: "Troppe informazioni ti disorientano? Prenditi un po' di tempo, respira, e segui questo percorso verso la libertà sul web."
|
|
layout: page
|
|
anchor: false
|
|
---
|
|
<p>
|
|
Non dovresti fare di corsa (anche perché probabilmente nemmeno vuoi): non eliminare alcun account immediatamente.<br />
|
|
Prima di arrivarci, se ci arriverai, è importante seguire <u>un percorso di <strong>consapevolezza</strong></u>.
|
|
</p>
|
|
|
|
<div class="red box">
|
|
Poiché si può agire a diversi livelli, in un anelito verso l'<a href="https://tommi.space/internet-freedom" target="_blank" title="“Internet Freedom” in Tommi's notes"><cite>Internet Freedom</cite></a>, ho trasformato questo percorso in un giochino: dal <a href="/l00">Livello 0</a> al <a href="l1000">Livello 1000</a>.
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<ul>
|
|
<li><strong>Livello 0</strong>: <a href="/info" title="About quitsocialmedia.club">cos'è</a> questo sito e qual è <strong>il suo <a href="/info#fine" "Fine - quitsocialmedia.club">fine</a></strong></li>
|
|
{% for level in site.pages %}
|
|
{% if level.level != nil and level.lang == page.lang %}
|
|
<li><strong>Livello {{ level.level }}</strong>: <a href="{{ level.url }}" target="_blank" title="{{ level.title }}">{{ level.title }}</a> - {{ level.description }}</li>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ul>
|
|
|
|
{% comment %}
|
|
|
|
## About
|
|
|
|
First of all, you should aknowledge [the purpose](/about) of this website, who created it, and why it's much needed.
|
|
|
|
<br>
|
|
|
|
|
|
## Why
|
|
|
|
[Why](/why) should you quit Social Media?
|
|
|
|
More importantly, are they that bad? The short answer is yes, they do. They're awesome for some things, but there are many other terrifying aspects to consider which objectively strongly overweight the pros.
|
|
|
|
The [why page](/why) is too long? Start from [here](/quick)
|
|
{:.blue .box}
|
|
|
|
<br>
|
|
|
|
## Act
|
|
|
|
You
|
|
|
|
<br>
|
|
|
|
## Free Software
|
|
|
|
Finding out more about what's wrong with Social Media made you more aware of all of the other big problems that “free” services provided by big cosporations have?
|
|
|
|
You may be interested in learning about [Free Software](https://fsfe.org/freesoftware/freesoftware.en.html) and in considering Free Software alternatives to non-free proprietary software you are using. How to find alternative software and choose the one which fits you? There are a ton of wabsites which accomplish this task perfectly, the most famous are below.
|
|
|
|
- [AlternativeTo](https://alternativeto.net/)
|
|
- [PrivacyTools](https://privacytools.io/)
|
|
- [Switching Software](https://switching.software/)
|
|
|
|
{% endcomment %}
|