WIP: hugo-site #1
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "site/themes/hugo-book"]
|
||||||
|
path = site/themes/hugo-book
|
||||||
|
url = https://github.com/alex-shpak/hugo-book
|
||||||
1
site/README.md
Normal file
1
site/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://github.com/alex-shpak/hugo-book?tab=readme-ov-file#installation
|
||||||
5
site/archetypes/default.md
Normal file
5
site/archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
||||||
92
site/content/_index.md
Normal file
92
site/content/_index.md
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
---
|
||||||
|
title: "Hello"
|
||||||
|
weight: 1
|
||||||
|
# bookFlatSection: false
|
||||||
|
# bookToc: true
|
||||||
|
# bookHidden: false
|
||||||
|
# bookCollapseSection: false
|
||||||
|
# bookComments: false
|
||||||
|
# bookSearchExclude: false
|
||||||
|
# bookHref: ''
|
||||||
|
# bookIcon: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Autodefense-Numerique
|
||||||
|
|
||||||
|
> Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.
|
||||||
|
|
||||||
|
## Apprendre l'autodéfense numérique
|
||||||
|
|
||||||
|
Ce guide à pour but de vous apprendre l'autodéfense numérique. Sa lecture peux se faire dans n'importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.
|
||||||
|
|
||||||
|
Il se destine cependant à des personnes pouvant faire la cible d'une surveillance de masse ainsi qu'individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d'alertes, militant·es politiques...
|
||||||
|
|
||||||
|
Il ne cherche pas à être une référence complète ni infaillible. Prenez tout ce que vous lirez dans ce livre avec du recul, et informez-vous également par d'autres sources.
|
||||||
|
|
||||||
|
Il est accompagné par des exercices pratiques, à réaliser seul·e ou dans le cadre d'un atelier d'autoformation en autodéfense numérique. Vous les trouverez à la fin de chaque chapitre. De l'aide est fournie pour chaque exercice.
|
||||||
|
|
||||||
|
En plus, vu la nature du livre - écrit collaborativement en ligne -, ainsi que les changements rapides des technologies, il est amené à évoluer au fil du temps.
|
||||||
|
|
||||||
|
Je vous encourage fortement à creuser la page des [Liens](Liens.md) où je consigne beaucoup d'informations diverses et utiles, notamment des [Guides Complets.](Liens.md#guides-complets)
|
||||||
|
|
||||||
|
## Sommaire
|
||||||
|
|
||||||
|
- [**Chapitre 0**](Chapitre_0.md) : Contexte et avant-propos
|
||||||
|
- [**Chapitre 1** ](Chapitre_1.md): Les menaces & leurs moyens
|
||||||
|
- À qui as-t-on affaire ?
|
||||||
|
- Qu'avons-nous à protéger ?
|
||||||
|
- Quels sont nos moyens ?
|
||||||
|
- Que se passe-t-il si on échoue ?
|
||||||
|
- Exercice : définir son modèle de menace.
|
||||||
|
- [**Chapitre 2**](Chapitre_2.md) : Les données personnelles
|
||||||
|
- Naviger sur le web
|
||||||
|
- Échapper aux GAFAMs
|
||||||
|
- TOR & VPNs
|
||||||
|
- Install Linux
|
||||||
|
- Et les smartphones ?
|
||||||
|
- Exercice : Sécuriser ses appareils
|
||||||
|
- [**Chapitre 3**](Chapitre_3.md) : Décentraliser internet
|
||||||
|
- Comment fonctionne Internet ?
|
||||||
|
- Pourquoi la décentralisation ?
|
||||||
|
- Comment décentraliser ?
|
||||||
|
- Exercice : Faire la migration de ses données
|
||||||
|
- [**Chapitre 4**](Chapitre_4.md) : Face à Big Brother
|
||||||
|
- Depuis Snowden
|
||||||
|
- Rappels sur le modèle de menace
|
||||||
|
- Une lutte collective
|
||||||
|
- [**Chapitre 5**](Chapitre_5.md) : Disparaître
|
||||||
|
- Est-il possible de disparaître ?
|
||||||
|
- Pourquoi disparaître ?
|
||||||
|
- Disparaissons.
|
||||||
|
- [Organiser un atelier d'autodéfense numérique.](Organisation.md)
|
||||||
|
- [Liste d'alternatives numérique.](Alternatives.md)
|
||||||
|
- [Liens](Liens.md)
|
||||||
|
- [Veille](Veille/Veille.md)
|
||||||
|
- Il existe aussi des PDFs et des brochures dans le dossier [Veille](Veille/)
|
||||||
|
- Remerciments
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Brochure
|
||||||
|
|
||||||
|
_C'est en cours, la brochure n'est pas encore disponible_
|
||||||
|
|
||||||
|
Ce guide est disponible en [une brochure](Brochure/Autodefense_Numérique_2020-06-29.pdf), imprimez-là, et distribuez-là !
|
||||||
|
|
||||||
|
Si la version que vous avez n'est plus à jour, vous pouvez en généré une toute fraîche en exécutant le script `brochure.sh` sous Linux. Voir [comment générer une brochure ?](Brochure/generer_une_brochure.md)
|
||||||
|
|
||||||
|
## Contribuer
|
||||||
|
|
||||||
|
Vous pouvez émettre vos critiques, vos remarques et ajouter des parties qui paraissent intéressante à ce livre !
|
||||||
|
|
||||||
|
Si vous voulez contribuer grâce à cette plateforme, vous pouvez directement ouvrir un requête dans l'interface.
|
||||||
|
|
||||||
|
Sinon, vous pouvez envoyer un email.
|
||||||
|
|
||||||
|
## Auteurices
|
||||||
|
|
||||||
|
## Licence
|
||||||
|
|
||||||
|
CC-NC-BY
|
||||||
16
site/content/docs/Alternatives.md
Normal file
16
site/content/docs/Alternatives.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Alternatives aux GAFAMs
|
||||||
|
|
||||||
|
https://switching.software/
|
||||||
|
|
||||||
|
## Site web avec pleins de ressources
|
||||||
|
|
||||||
|
- https://privacytools.dreads-unlock.fr/
|
||||||
|
|
||||||
|
|
||||||
|
## Chatons à recommender
|
||||||
|
- https://www.rhizome-fai.net/
|
||||||
|
- https://fdn.fr
|
||||||
|
- http://arn-fai.net/
|
||||||
|
- https://www.gitoyen.net/
|
||||||
|
- https://paquerette.eu
|
||||||
|
- https://42l.fr/
|
||||||
16
site/content/docs/Chapitre_0.md
Normal file
16
site/content/docs/Chapitre_0.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Chapitre 0
|
||||||
|
|
||||||
|
|
||||||
|
À l'heure où j'écris ces lignes, les moments de notre vie où nous somme sous surveillance sont de plus en plus nombreux. Cela est dû en grande partie à l'utilisation qui est faite de la technologie, qui permet que ça soit plus simple, plus efficace et moins chère.
|
||||||
|
|
||||||
|
Cela à des conséquences sur notre vie, autant privée que notre vie politique. Si vous lisez cette brochure, c'est que vous même avez peut-être commencé à ressentir les effets de la surveillance sur vous ?
|
||||||
|
|
||||||
|
Tout d'abord, dire que nous n'avons rien à cacher est faux. Nous avons tous le droit à la vie privée, car elle nous permet de réfléchir, de nous exprimer et de socialiser sans entraves.
|
||||||
|
|
||||||
|
Le but de ce livre est donc de nous permettre d'avoir une certaine vie privée. Toutefois, il ne suffit pas que chacun d'entre nous lise ce livre pour que le monde devienne rose. C'est avant tout des comportement et des organisations collectives qui permette de changer les rapports de force.
|
||||||
|
|
||||||
|
C'est aussi pour ça que ce livre est écrit de manière à pouvoir à la fois servir de support à l'organisation d'un atelier d'autodéfense numérique, et à la fois guider et informer une personne qui le lirait seul·e.
|
||||||
|
|
||||||
|
Afin de faciliter la lecture de ce livre, nous vous conseillons d'avoir accès à Internet, car de nombreuses ressources sont référencées par un lien. Vu la nature éphémère d'internet, nous essayons d'inclure des liens les plus pérennes possibles. Toutefois, si il se trouve que le lien à disparu, vous pouvez essayer de le lire grâce à [l'Archive de l'Internet](https://archive.org/web/). Si ce lien est mort, tout espoir est perdu.
|
||||||
|
|
||||||
|
[Suite au Chapitre 1](Chapitre_1.md)
|
||||||
59
site/content/docs/Chapitre_1.md
Normal file
59
site/content/docs/Chapitre_1.md
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
# Chapitre 1
|
||||||
|
|
||||||
|
Ce livre peux être lût comme un manuel de combat. En effet, lorsque que nous parlons d'autodéfense, nous faisons référence à une attaque. Dès lors, il convient de définir plusieurs points qui nous aiderons à adapter notre défense.
|
||||||
|
|
||||||
|
## À qui avons-nous affaire ?
|
||||||
|
|
||||||
|
Le premier concept d'autodéfense numérique à comprendre c'est celui de _modèle de menace_. Il s'agit de connaître son ou ses adversaires ; en effet il ne sert à rien de vouloir se protéger de tout, tout le temps car en fonction des menaces et des situations dans lesquelles nous les rencontrons, nous sommes amenés à changer de stratégie.
|
||||||
|
|
||||||
|
Prenons quelques exemples ;
|
||||||
|
|
||||||
|
- Une personne peut vouloir se protéger de la surveillance d'une ex relation sentimentale. Ici, les moyens sont donc ceux accessibles à une personne privé, et nous n'avons donc aucune raison de redouter que cette personne utilise des outils tels que ceux d'un service de renseignement.
|
||||||
|
|
||||||
|
- Lors du passage d'une frontière à l'inverse, vous pourriez être exposé à un contrôle approfondi de vos appareils électroniques, par exemple dans un aéroport, pour peu que vous soyez une personne d'intérêt pour l'État dans lequel vous vous rendez. Ici, les attaques que vous pourriez subir ne peut connaître quasiement aucune limitation.
|
||||||
|
|
||||||
|
- Vous vous êtes fait•e cambriolé•e. En gagant que ce soit un simple vol pour vos objets de valeur et pas une visite des services de renseignement, le but principal de vos assailant c'est la valeur de revente de vos appareils. Ils pourraient toutefois aussi regarder ce qu'il y as sur vos disques, par exemple des accès banquaires ou des papiers d'identité. Vos appareils peuvent contenir des informations qui ont beaucoup plus de valeur à vos yeux que leur valeur matérielle. Ainsi, vous aurez au préalable mis en place une stratégie pour que cette attaque ne soit pas un soucis pour vous, par exemple en faisant des sauvegardes régulièrement et en ayant chiffré vos données.
|
||||||
|
|
||||||
|
Pour connaître son ennemie, nous pouvons nous poser les questions suivantes ;
|
||||||
|
|
||||||
|
- Quel relation avons nous avec eux ?
|
||||||
|
- Sont ils proche de nous ? Ont ils les clés de chez nous ? En ont-ils besoin ? Ont ils un accès à notre réseau ? Peuvent-ils nous influencer ? Que savent-ils sur nous ?
|
||||||
|
- Quels sont leurs moyens ?
|
||||||
|
- Ont-ils accès à de l'argent ? Ont ils des outils ou des compétences spécifiques ?
|
||||||
|
- Quels sont leurs motivations ?
|
||||||
|
- C'est quelque que nous avons faché ? Ils font de la surveillance passive ? De la surveillance de masse ? Sommes nous directement ciblé ou indirectement ?
|
||||||
|
- Quels sont leurs fin ?
|
||||||
|
- Veulent-ils récupérer des informations sur nous ? Sur d'autres personnes, mais à travers nous ? Ont-ils pour but de nous faire taire ? De nous faire parler ?
|
||||||
|
|
||||||
|
Maintenant que nous savons qui nous en veux, voyons ce que nous avons à protéger.
|
||||||
|
|
||||||
|
## Ce que nous avons à protéger
|
||||||
|
|
||||||
|
Relations
|
||||||
|
|
||||||
|
Informations
|
||||||
|
|
||||||
|
Possibilités d'accès
|
||||||
|
|
||||||
|
Intégrité logicielle / matérielle
|
||||||
|
|
||||||
|
À partir de là, nous pouvous aussi estimer, du mieux que nous puissions, les moyens que les attaquant vont mettre en place pour avoir accès à ce que nous protégeons.
|
||||||
|
|
||||||
|
## Nos moyens de protections
|
||||||
|
|
||||||
|
Outils
|
||||||
|
|
||||||
|
Relations
|
||||||
|
|
||||||
|
Temps
|
||||||
|
|
||||||
|
Enfin, nous pouvons donc définir notre stratégie de défense.
|
||||||
|
|
||||||
|
Il faudra aussi que nous pensions à ce qui pourrait se passer si nos protections venait à échouer. Cela peux nous amener à repenser notre stratégie.
|
||||||
|
|
||||||
|
### Exercice
|
||||||
|
|
||||||
|
Dans cette exercice, nous allons simplement répondre aux quatres questions que nous nous sommes pausé dans ce chapitre. Prenez une feuille de papier, et pour chaque attaquant potentiel, dressez cette liste. Si vous ne savez pas comment la remplir pour le moment, c'est pas grave. Gardez cette liste près de vous, et continuez la lecture du livre.
|
||||||
|
|
||||||
|
|
||||||
|
## Références du chapitre & liens
|
||||||
3
site/content/docs/Chapitre_2.md
Normal file
3
site/content/docs/Chapitre_2.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Chapitre 2
|
||||||
|
|
||||||
|
## Les extensions pour votre navigateur
|
||||||
1
site/content/docs/Chapitre_3.md
Normal file
1
site/content/docs/Chapitre_3.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Chapitre 3
|
||||||
1
site/content/docs/Chapitre_4.md
Normal file
1
site/content/docs/Chapitre_4.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Chapitre 4
|
||||||
1
site/content/docs/Chapitre_5.md
Normal file
1
site/content/docs/Chapitre_5.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Chapitre 5
|
||||||
12
site/content/docs/Index.md
Normal file
12
site/content/docs/Index.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: "Index"
|
||||||
|
weight: 1
|
||||||
|
# bookFlatSection: false
|
||||||
|
# bookToc: true
|
||||||
|
# bookHidden: false
|
||||||
|
# bookCollapseSection: false
|
||||||
|
# bookComments: false
|
||||||
|
# bookSearchExclude: false
|
||||||
|
# bookHref: ''
|
||||||
|
# bookIcon: ''
|
||||||
|
---
|
||||||
354
site/content/docs/LICENSE
Normal file
354
site/content/docs/LICENSE
Normal file
@ -0,0 +1,354 @@
|
|||||||
|
Creative Commons Attribution-NonCommercial 4.0 International Creative Commons
|
||||||
|
Corporation ("Creative Commons") is not a law firm and does not provide legal
|
||||||
|
services or legal advice. Distribution of Creative Commons public licenses
|
||||||
|
does not create a lawyer-client or other relationship. Creative Commons makes
|
||||||
|
its licenses and related information available on an "as-is" basis. Creative
|
||||||
|
Commons gives no warranties regarding its licenses, any material licensed
|
||||||
|
under their terms and conditions, or any related information. Creative Commons
|
||||||
|
disclaims all liability for damages resulting from their use to the fullest
|
||||||
|
extent possible.
|
||||||
|
|
||||||
|
Using Creative Commons Public Licenses
|
||||||
|
|
||||||
|
Creative Commons public licenses provide a standard set of terms and conditions
|
||||||
|
that creators and other rights holders may use to share original works of
|
||||||
|
authorship and other material subject to copyright and certain other rights
|
||||||
|
specified in the public license below. The following considerations are for
|
||||||
|
informational purposes only, are not exhaustive, and do not form part of our
|
||||||
|
licenses.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Considerations for licensors: Our public licenses are intended for use by
|
||||||
|
those authorized to give the public permission to use material in ways otherwise
|
||||||
|
restricted by copyright and certain other rights. Our licenses are irrevocable.
|
||||||
|
Licensors should read and understand the terms and conditions of the license
|
||||||
|
they choose before applying it. Licensors should also secure all rights necessary
|
||||||
|
before applying our licenses so that the public can reuse the material as
|
||||||
|
expected. Licensors should clearly mark any material not subject to the license.
|
||||||
|
This includes other CC-licensed material, or material used under an exception
|
||||||
|
or limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Considerations for the public: By using one of our public licenses, a licensor
|
||||||
|
grants the public permission to use the licensed material under specified
|
||||||
|
terms and conditions. If the licensor's permission is not necessary for any
|
||||||
|
reason–for example, because of any applicable exception or limitation to copyright–then
|
||||||
|
that use is not regulated by the license. Our licenses grant only permissions
|
||||||
|
under copyright and certain other rights that a licensor has authority to
|
||||||
|
grant. Use of the licensed material may still be restricted for other reasons,
|
||||||
|
including because others have copyright or other rights in the material. A
|
||||||
|
licensor may make special requests, such as asking that all changes be marked
|
||||||
|
or described. Although not required by our licenses, you are encouraged to
|
||||||
|
respect those requests where reasonable. More considerations for the public
|
||||||
|
: wiki.creativecommons.org/Considerations_for_licensees Creative Commons Attribution-NonCommercial
|
||||||
|
4.0 International Public License
|
||||||
|
|
||||||
|
By exercising the Licensed Rights (defined below), You accept and agree to
|
||||||
|
be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial
|
||||||
|
4.0 International Public License ("Public License"). To the extent this Public
|
||||||
|
License may be interpreted as a contract, You are granted the Licensed Rights
|
||||||
|
in consideration of Your acceptance of these terms and conditions, and the
|
||||||
|
Licensor grants You such rights in consideration of benefits the Licensor
|
||||||
|
receives from making the Licensed Material available under these terms and
|
||||||
|
conditions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 1 – Definitions.
|
||||||
|
|
||||||
|
a. Adapted Material means material subject to Copyright and Similar Rights
|
||||||
|
that is derived from or based upon the Licensed Material and in which the
|
||||||
|
Licensed Material is translated, altered, arranged, transformed, or otherwise
|
||||||
|
modified in a manner requiring permission under the Copyright and Similar
|
||||||
|
Rights held by the Licensor. For purposes of this Public License, where the
|
||||||
|
Licensed Material is a musical work, performance, or sound recording, Adapted
|
||||||
|
Material is always produced where the Licensed Material is synched in timed
|
||||||
|
relation with a moving image.
|
||||||
|
|
||||||
|
b. Adapter's License means the license You apply to Your Copyright and Similar
|
||||||
|
Rights in Your contributions to Adapted Material in accordance with the terms
|
||||||
|
and conditions of this Public License.
|
||||||
|
|
||||||
|
c. Copyright and Similar Rights means copyright and/or similar rights closely
|
||||||
|
related to copyright including, without limitation, performance, broadcast,
|
||||||
|
sound recording, and Sui Generis Database Rights, without regard to how the
|
||||||
|
rights are labeled or categorized. For purposes of this Public License, the
|
||||||
|
rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
|
||||||
|
|
||||||
|
d. Effective Technological Measures means those measures that, in the absence
|
||||||
|
of proper authority, may not be circumvented under laws fulfilling obligations
|
||||||
|
under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996,
|
||||||
|
and/or similar international agreements.
|
||||||
|
|
||||||
|
e. Exceptions and Limitations means fair use, fair dealing, and/or any other
|
||||||
|
exception or limitation to Copyright and Similar Rights that applies to Your
|
||||||
|
use of the Licensed Material.
|
||||||
|
|
||||||
|
f. Licensed Material means the artistic or literary work, database, or other
|
||||||
|
material to which the Licensor applied this Public License.
|
||||||
|
|
||||||
|
g. Licensed Rights means the rights granted to You subject to the terms and
|
||||||
|
conditions of this Public License, which are limited to all Copyright and
|
||||||
|
Similar Rights that apply to Your use of the Licensed Material and that the
|
||||||
|
Licensor has authority to license.
|
||||||
|
|
||||||
|
h. Licensor means the individual(s) or entity(ies) granting rights under this
|
||||||
|
Public License.
|
||||||
|
|
||||||
|
i. NonCommercial means not primarily intended for or directed towards commercial
|
||||||
|
advantage or monetary compensation. For purposes of this Public License, the
|
||||||
|
exchange of the Licensed Material for other material subject to Copyright
|
||||||
|
and Similar Rights by digital file-sharing or similar means is NonCommercial
|
||||||
|
provided there is no payment of monetary compensation in connection with the
|
||||||
|
exchange.
|
||||||
|
|
||||||
|
j. Share means to provide material to the public by any means or process that
|
||||||
|
requires permission under the Licensed Rights, such as reproduction, public
|
||||||
|
display, public performance, distribution, dissemination, communication, or
|
||||||
|
importation, and to make material available to the public including in ways
|
||||||
|
that members of the public may access the material from a place and at a time
|
||||||
|
individually chosen by them.
|
||||||
|
|
||||||
|
k. Sui Generis Database Rights means rights other than copyright resulting
|
||||||
|
from Directive 96/9/EC of the European Parliament and of the Council of 11
|
||||||
|
March 1996 on the legal protection of databases, as amended and/or succeeded,
|
||||||
|
as well as other essentially equivalent rights anywhere in the world.
|
||||||
|
|
||||||
|
l. You means the individual or entity exercising the Licensed Rights under
|
||||||
|
this Public License. Your has a corresponding meaning.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 2 – Scope.
|
||||||
|
|
||||||
|
a. License grant.
|
||||||
|
|
||||||
|
1. Subject to the terms and conditions of this Public License, the Licensor
|
||||||
|
hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive,
|
||||||
|
irrevocable license to exercise the Licensed Rights in the Licensed Material
|
||||||
|
to:
|
||||||
|
|
||||||
|
A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial
|
||||||
|
purposes only; and
|
||||||
|
|
||||||
|
B. produce, reproduce, and Share Adapted Material for NonCommercial purposes
|
||||||
|
only.
|
||||||
|
|
||||||
|
2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions
|
||||||
|
and Limitations apply to Your use, this Public License does not apply, and
|
||||||
|
You do not need to comply with its terms and conditions.
|
||||||
|
|
||||||
|
3. Term. The term of this Public License is specified in Section 6(a).
|
||||||
|
|
||||||
|
4. Media and formats; technical modifications allowed. The Licensor authorizes
|
||||||
|
You to exercise the Licensed Rights in all media and formats whether now known
|
||||||
|
or hereafter created, and to make technical modifications necessary to do
|
||||||
|
so. The Licensor waives and/or agrees not to assert any right or authority
|
||||||
|
to forbid You from making technical modifications necessary to exercise the
|
||||||
|
Licensed Rights, including technical modifications necessary to circumvent
|
||||||
|
Effective Technological Measures. For purposes of this Public License, simply
|
||||||
|
making modifications authorized by this Section 2(a)(4) never produces Adapted
|
||||||
|
Material.
|
||||||
|
|
||||||
|
5. Downstream recipients.
|
||||||
|
|
||||||
|
A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed
|
||||||
|
Material automatically receives an offer from the Licensor to exercise the
|
||||||
|
Licensed Rights under the terms and conditions of this Public License.
|
||||||
|
|
||||||
|
B. No downstream restrictions. You may not offer or impose any additional
|
||||||
|
or different terms or conditions on, or apply any Effective Technological
|
||||||
|
Measures to, the Licensed Material if doing so restricts exercise of the Licensed
|
||||||
|
Rights by any recipient of the Licensed Material.
|
||||||
|
|
||||||
|
6. No endorsement. Nothing in this Public License constitutes or may be construed
|
||||||
|
as permission to assert or imply that You are, or that Your use of the Licensed
|
||||||
|
Material is, connected with, or sponsored, endorsed, or granted official status
|
||||||
|
by, the Licensor or others designated to receive attribution as provided in
|
||||||
|
Section 3(a)(1)(A)(i).
|
||||||
|
|
||||||
|
b. Other rights.
|
||||||
|
|
||||||
|
1. Moral rights, such as the right of integrity, are not licensed under this
|
||||||
|
Public License, nor are publicity, privacy, and/or other similar personality
|
||||||
|
rights; however, to the extent possible, the Licensor waives and/or agrees
|
||||||
|
not to assert any such rights held by the Licensor to the limited extent necessary
|
||||||
|
to allow You to exercise the Licensed Rights, but not otherwise.
|
||||||
|
|
||||||
|
2. Patent and trademark rights are not licensed under this Public License.
|
||||||
|
|
||||||
|
3. To the extent possible, the Licensor waives any right to collect royalties
|
||||||
|
from You for the exercise of the Licensed Rights, whether directly or through
|
||||||
|
a collecting society under any voluntary or waivable statutory or compulsory
|
||||||
|
licensing scheme. In all other cases the Licensor expressly reserves any right
|
||||||
|
to collect such royalties, including when the Licensed Material is used other
|
||||||
|
than for NonCommercial purposes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 3 – License Conditions.
|
||||||
|
|
||||||
|
Your exercise of the Licensed Rights is expressly made subject to the following
|
||||||
|
conditions.
|
||||||
|
|
||||||
|
a. Attribution.
|
||||||
|
|
||||||
|
1. If You Share the Licensed Material (including in modified form), You must:
|
||||||
|
|
||||||
|
A. retain the following if it is supplied by the Licensor with the Licensed
|
||||||
|
Material:
|
||||||
|
|
||||||
|
i. identification of the creator(s) of the Licensed Material and any others
|
||||||
|
designated to receive attribution, in any reasonable manner requested by the
|
||||||
|
Licensor (including by pseudonym if designated);
|
||||||
|
|
||||||
|
ii. a copyright notice;
|
||||||
|
|
||||||
|
iii. a notice that refers to this Public License;
|
||||||
|
|
||||||
|
iv. a notice that refers to the disclaimer of warranties;
|
||||||
|
|
||||||
|
v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
|
||||||
|
|
||||||
|
B. indicate if You modified the Licensed Material and retain an indication
|
||||||
|
of any previous modifications; and
|
||||||
|
|
||||||
|
C. indicate the Licensed Material is licensed under this Public License, and
|
||||||
|
include the text of, or the URI or hyperlink to, this Public License.
|
||||||
|
|
||||||
|
2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner
|
||||||
|
based on the medium, means, and context in which You Share the Licensed Material.
|
||||||
|
For example, it may be reasonable to satisfy the conditions by providing a
|
||||||
|
URI or hyperlink to a resource that includes the required information.
|
||||||
|
|
||||||
|
3. If requested by the Licensor, You must remove any of the information required
|
||||||
|
by Section 3(a)(1)(A) to the extent reasonably practicable.
|
||||||
|
|
||||||
|
4. If You Share Adapted Material You produce, the Adapter's License You apply
|
||||||
|
must not prevent recipients of the Adapted Material from complying with this
|
||||||
|
Public License.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 4 – Sui Generis Database Rights.
|
||||||
|
|
||||||
|
Where the Licensed Rights include Sui Generis Database Rights that apply to
|
||||||
|
Your use of the Licensed Material:
|
||||||
|
|
||||||
|
a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract,
|
||||||
|
reuse, reproduce, and Share all or a substantial portion of the contents of
|
||||||
|
the database for NonCommercial purposes only;
|
||||||
|
|
||||||
|
b. if You include all or a substantial portion of the database contents in
|
||||||
|
a database in which You have Sui Generis Database Rights, then the database
|
||||||
|
in which You have Sui Generis Database Rights (but not its individual contents)
|
||||||
|
is Adapted Material; and
|
||||||
|
|
||||||
|
c. You must comply with the conditions in Section 3(a) if You Share all or
|
||||||
|
a substantial portion of the contents of the database.
|
||||||
|
|
||||||
|
For the avoidance of doubt, this Section 4 supplements and does not replace
|
||||||
|
Your obligations under this Public License where the Licensed Rights include
|
||||||
|
other Copyright and Similar Rights.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 5 – Disclaimer of Warranties and Limitation of Liability.
|
||||||
|
|
||||||
|
a. Unless otherwise separately undertaken by the Licensor, to the extent possible,
|
||||||
|
the Licensor offers the Licensed Material as-is and as-available, and makes
|
||||||
|
no representations or warranties of any kind concerning the Licensed Material,
|
||||||
|
whether express, implied, statutory, or other. This includes, without limitation,
|
||||||
|
warranties of title, merchantability, fitness for a particular purpose, non-infringement,
|
||||||
|
absence of latent or other defects, accuracy, or the presence or absence of
|
||||||
|
errors, whether or not known or discoverable. Where disclaimers of warranties
|
||||||
|
are not allowed in full or in part, this disclaimer may not apply to You.
|
||||||
|
|
||||||
|
b. To the extent possible, in no event will the Licensor be liable to You
|
||||||
|
on any legal theory (including, without limitation, negligence) or otherwise
|
||||||
|
for any direct, special, indirect, incidental, consequential, punitive, exemplary,
|
||||||
|
or other losses, costs, expenses, or damages arising out of this Public License
|
||||||
|
or use of the Licensed Material, even if the Licensor has been advised of
|
||||||
|
the possibility of such losses, costs, expenses, or damages. Where a limitation
|
||||||
|
of liability is not allowed in full or in part, this limitation may not apply
|
||||||
|
to You.
|
||||||
|
|
||||||
|
c. The disclaimer of warranties and limitation of liability provided above
|
||||||
|
shall be interpreted in a manner that, to the extent possible, most closely
|
||||||
|
approximates an absolute disclaimer and waiver of all liability.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 6 – Term and Termination.
|
||||||
|
|
||||||
|
a. This Public License applies for the term of the Copyright and Similar Rights
|
||||||
|
licensed here. However, if You fail to comply with this Public License, then
|
||||||
|
Your rights under this Public License terminate automatically.
|
||||||
|
|
||||||
|
b. Where Your right to use the Licensed Material has terminated under Section
|
||||||
|
6(a), it reinstates:
|
||||||
|
|
||||||
|
1. automatically as of the date the violation is cured, provided it is cured
|
||||||
|
within 30 days of Your discovery of the violation; or
|
||||||
|
|
||||||
|
2. upon express reinstatement by the Licensor.
|
||||||
|
|
||||||
|
For the avoidance of doubt, this Section 6(b) does not affect any right the
|
||||||
|
Licensor may have to seek remedies for Your violations of this Public License.
|
||||||
|
|
||||||
|
c. For the avoidance of doubt, the Licensor may also offer the Licensed Material
|
||||||
|
under separate terms or conditions or stop distributing the Licensed Material
|
||||||
|
at any time; however, doing so will not terminate this Public License.
|
||||||
|
|
||||||
|
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 7 – Other Terms and Conditions.
|
||||||
|
|
||||||
|
a. The Licensor shall not be bound by any additional or different terms or
|
||||||
|
conditions communicated by You unless expressly agreed.
|
||||||
|
|
||||||
|
b. Any arrangements, understandings, or agreements regarding the Licensed
|
||||||
|
Material not stated herein are separate from and independent of the terms
|
||||||
|
and conditions of this Public License.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 8 – Interpretation.
|
||||||
|
|
||||||
|
a. For the avoidance of doubt, this Public License does not, and shall not
|
||||||
|
be interpreted to, reduce, limit, restrict, or impose conditions on any use
|
||||||
|
of the Licensed Material that could lawfully be made without permission under
|
||||||
|
this Public License.
|
||||||
|
|
||||||
|
b. To the extent possible, if any provision of this Public License is deemed
|
||||||
|
unenforceable, it shall be automatically reformed to the minimum extent necessary
|
||||||
|
to make it enforceable. If the provision cannot be reformed, it shall be severed
|
||||||
|
from this Public License without affecting the enforceability of the remaining
|
||||||
|
terms and conditions.
|
||||||
|
|
||||||
|
c. No term or condition of this Public License will be waived and no failure
|
||||||
|
to comply consented to unless expressly agreed to by the Licensor.
|
||||||
|
|
||||||
|
d. Nothing in this Public License constitutes or may be interpreted as a limitation
|
||||||
|
upon, or waiver of, any privileges and immunities that apply to the Licensor
|
||||||
|
or You, including from the legal processes of any jurisdiction or authority.
|
||||||
|
|
||||||
|
Creative Commons is not a party to its public licenses. Notwithstanding, Creative
|
||||||
|
Commons may elect to apply one of its public licenses to material it publishes
|
||||||
|
and in those instances will be considered the "Licensor." The text of the
|
||||||
|
Creative Commons public licenses is dedicated to the public domain under the
|
||||||
|
CC0 Public Domain Dedication. Except for the limited purpose of indicating
|
||||||
|
that material is shared under a Creative Commons public license or as otherwise
|
||||||
|
permitted by the Creative Commons policies published at creativecommons.org/policies,
|
||||||
|
Creative Commons does not authorize the use of the trademark "Creative Commons"
|
||||||
|
or any other trademark or logo of Creative Commons without its prior written
|
||||||
|
consent including, without limitation, in connection with any unauthorized
|
||||||
|
modifications to any of its public licenses or any other arrangements, understandings,
|
||||||
|
or agreements concerning use of licensed material. For the avoidance of doubt,
|
||||||
|
this paragraph does not form part of the public licenses.
|
||||||
|
|
||||||
|
Creative Commons may be contacted at creativecommons.org.
|
||||||
71
site/content/docs/Liens.md
Normal file
71
site/content/docs/Liens.md
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
# Guides complets
|
||||||
|
|
||||||
|
- [Guide d’autodéfense numérique](https://guide.boum.org/)
|
||||||
|
- Bible de l'autodéfense numérique
|
||||||
|
- [Guide la Fondation Frontière Electronique](https://ssd.eff.org/)
|
||||||
|
- [Guide Vie Privée](https://www.privacyguides.org/en/)
|
||||||
|
- [No Trace](https://www.notrace.how/)
|
||||||
|
- Collections de guide et de brochures, avec un liste de menaces et de rapports sur des dispositifs de surveillance
|
||||||
|
- [AnarSec](https://www.anarsec.guide/)
|
||||||
|
- Pleins de petites guides de sécurité numérique, avec un focus sur Tails et Linux.
|
||||||
|
- [Auto-Défense Numérique](https://autodefense-numerique.readthedocs.io/en/latest/index.html)
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
- [Change Ton DNS](https://changetondns.fr/)
|
||||||
|
- Guide sur comment et pourquoi changer son DNS
|
||||||
|
- Répartition des messageries dans le monde : https://i.redd.it/498sr88edd841.png
|
||||||
|
- Je n'ai rien à cacher, vraiment ? - https://jenairienacacher.fr/
|
||||||
|
- Your guide to protect yourself from informants, spy, agent provocateur etc... : http://www.rats-nosnitch.com/rats/
|
||||||
|
- L’informatique : se défendre et attaquer version 3.0 :https://infokiosques.net/spip.php?article1045
|
||||||
|
- Awesome Selfhosted : Collection de projet à héberger :: https://git.n07070.xyz/n07070/Awesome-Selfhosted
|
||||||
|
- [Reportage sur les capacités de déchiffrement de la Gendarmerie Française](https://www.nextinpact.com/news/108071-la-nouvelle-arme-anti-cryptographie-gendarmerie.htm)
|
||||||
|
- [The Insecurity Machine ](https://logicmag.io/security/the-insecurity-machine/)
|
||||||
|
- [Maidan's insecurity](https://madaidans-insecurities.github.io/)
|
||||||
|
- [Introduction to decolonial computing](http://oro.open.ac.uk/46718/1/__userdata_documents8_sma78_Desktop_A_Brief_Introduction_to_Decolonial_Compu.pdf)
|
||||||
|
- [Guide de confidentialité et de sécurité pour Instagram](https://echap.eu.org/ressources/guides/guide-de-confidentialite-et-de-securite-pour-instagram/)
|
||||||
|
- Projet TOR : https://blog.torproject.org/
|
||||||
|
- Cartographie collaborative, revue de presse, ressources documentaires contre la surveillance en général et la vidéo-surveillance en particulier. https://paris.sous-surveillance.net/spip.php?rubrique1
|
||||||
|
- This archive is a collection of all documents leaked by former NSA contractor Edward Snowden that have subsequently been published by news media. : https://snowdenarchive.cjfe.org/greenstone/cgi-bin/library.cgi
|
||||||
|
- Explore Online Privacy Through Tutorials or Articles : https://thetinhat.com/index.html
|
||||||
|
- Liste d'alternatives aux principaux logiciels des GAFAMs : https://switching.software/
|
||||||
|
- Remove Google From your life : https://degoogle.jmoore.dev/
|
||||||
|
- [How to Delete Your Facebook, Twitter, Instagram, and TikTok](https://www.wired.com/story/how-to-delete-your-facebook-instagram-twitter-snapchat/)
|
||||||
|
- [Tutoriel Mastodon](https://rame.altervista.org/mastostart/fr)
|
||||||
|
- [Site web qui détaille comment pirater + astuces pour la vie privée.](https://piracy.now.sh/)
|
||||||
|
- [Comment sécuriser son smartphone avant d'aller en manifestation ?](https://www.clubic.com/pro/it-business/securite-et-donnees/actualite-3100-comment-securiser-son-smartphone-avant-d-aller-en-manifestation.html)
|
||||||
|
- [Personnal Security : A curated checklist of 300+ tips for protecting digital security and privacy in 2020 ](https://github.com/Lissy93/personal-security-checklist)
|
||||||
|
- [The Evolution of Privacy on Facebook](http://mattmckeon.com/facebook-privacy/)
|
||||||
|
- [VPN + Tor: Not Necessarily a Net Gain](https://matt.traudt.xyz/posts/vpn-tor-not-mRikAa4h.html)
|
||||||
|
- [Dé-GAFAM-isation : base de connaissances](https://hackmd.io/uK1GMiexR-6yp9wLujkrvA)
|
||||||
|
- [Fiches de déGAFAMisation RevLibre](https://colibris-wiki.org/revlibre/?Fiches)
|
||||||
|
- [Analyse de la décentralisation de BlueSky](https://dustycloud.org/blog/how-decentralized-is-bluesky/)
|
||||||
|
|
||||||
|
# Vidéos et reportages
|
||||||
|
- [Internet libre, ou Minitel 2.0 ? Conférence de Benjamin Bayart](https://video.lqdn.fr/videos/watch/edd2b881-f3dd-42e5-b367-42c87c385c07)
|
||||||
|
- [Exploiting Network Surveillance Cameras Like a Hollywood Hacker](https://peertube.dsmouse.net/videos/watch/6bd634ba-76c0-4b15-a22f-73b5baa8321c)
|
||||||
|
- [Message de Noël de Snowden sur la surveillance ( 2013 )](https://www.invidio.us/watch?v=QA5Odb0fg5I)
|
||||||
|
- [Animation du Guardian qui explique comment la surveillance de masse fonctionne](https://www.invidio.us/watch?v=GoM4jIZbTtQ)
|
||||||
|
- [How ads follow you around the internet](https://www.invidio.us/watch?v=HFyaW50GFOs)
|
||||||
|
- [Security for the savvy leftist, Part Ⅰ: OpSec](https://wxcafe.net/posts/security_for_the_savvy_leftist_part_%E2%85%A0_opsec/)
|
||||||
|
- [Channel Youtube sur la protection numérique](https://yewtu.be/channel/UCkHN7h7CFeYL6Y1N5JcEZug)
|
||||||
|
|
||||||
|
|
||||||
|
# Associations
|
||||||
|
|
||||||
|
- [Association Framasoft](https://framablog.org/)
|
||||||
|
- [Association La Quadrature Du Net](https://www.laquadrature.net/)
|
||||||
|
- [Association LibreHost](https://libreho.st/)
|
||||||
|
- [ECHAP](https://echap.eu.org)
|
||||||
|
|
||||||
|
# Films
|
||||||
|
- Un film sur l'affaire d'Edward Snowden : https://citizenfourfilm.com/
|
||||||
|
- Internet ou la révolution du partage ("La bataille du Libre" ) - https://video.tedomum.net/videos/watch/22382fb9-ad79-4ac1-8df3-c7c027749425 | https://tube.kdy.ch/videos/watch/47e8c64d-234f-4b73-a3db-25eec1a88f43 | Bonus : https://peertube.fr/accounts/philippe_borrel/videos?sort=-publishedAt&page=1
|
||||||
|
- La vie des autres
|
||||||
|
|
||||||
|
# Médias
|
||||||
|
- Reflets, Journal d'investigation en ligne et d'information‑hacking : https://reflets.info/
|
||||||
|
- [Hackstock, podcast culture hacker](https://hackstock.net/)
|
||||||
|
- [Blog en anglais d'un journaliste réputé en cyber-sécurité](https://krebsonsecurity.com/)
|
||||||
|
|
||||||
|
# Divers
|
||||||
|
- [SwissNeutralNet – opérateur Internet associatif à but non lucratif en faveur de la neutralité des réseaux ](https://www.swissneutral.net/)
|
||||||
11
site/content/docs/Lieux.md
Normal file
11
site/content/docs/Lieux.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Lieux
|
||||||
|
|
||||||
|
> Cette page regroupe des adresses, des collectifs et des évènements liés à l'autodéfense numérique.
|
||||||
|
|
||||||
|
## Hackerspace
|
||||||
|
|
||||||
|
_Voir : [Hackerspace ou fablab ?](#)_
|
||||||
|
|
||||||
|
## Évènements
|
||||||
|
|
||||||
|
## Collectifs
|
||||||
3
site/content/docs/Livres.md
Normal file
3
site/content/docs/Livres.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Bibliographie
|
||||||
|
|
||||||
|
- Mémoires Vives , autobiograpgie d'Edward Snowden
|
||||||
76
site/content/docs/Organisation.md
Normal file
76
site/content/docs/Organisation.md
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
# Organisation d'un atelier d'autodéfense numérique
|
||||||
|
|
||||||
|
> Pour le moment, ce guide est écrit pour servir de pense-bête lors de l'organisation d'une atelier d'autodéfense numérique. Il peut évoluer avec le temps.
|
||||||
|
|
||||||
|
## Sommaire
|
||||||
|
|
||||||
|
* Pourquoi ?
|
||||||
|
* C'est quoi un atelier d'autodéfense numérique ?
|
||||||
|
* L'utopie internet et les GAFAMs
|
||||||
|
* Pour qui ?
|
||||||
|
* Définir le public cible
|
||||||
|
* Co-construire l'atelier
|
||||||
|
* Imaginer des solutions
|
||||||
|
* Comment ?
|
||||||
|
* Trouver les moyens
|
||||||
|
* Trouver un lieu
|
||||||
|
* Trouver un temps
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Pourquoi ?
|
||||||
|
|
||||||
|
Depuis maintenant quelques années, la question de la vie privée est centrale. Après les scandales à répitions sur la gestion de nos données par les entreprises privées ( GAFAM : Google, Apple, Facebook, Amazon, Microsoft, etc... ) et les révélations de Snowden et de Wikileaks, nous savons aussi que les gouvernements opèrenet une surveillance de masse de nos communications. Un des piliers de la démocratie et de la liberté est la possibilité d'avoir une vie privée, et cela semble de plus en plus compliqué aujourd'hui. Ou bien ... ?
|
||||||
|
|
||||||
|
Pour beaucoup, l'informatique semble être un domaine que l'on ne comprend pas vraiment, mais que l'on utilise tout les jours. On n'a jamais vraiment eu la chance d'être bien éduqué sur la question, et il semble compliqué voir impossible de se protéger et de s'assurer une vie privée.
|
||||||
|
|
||||||
|
L'utopie qu'étais internet semble s'est peu à peu essouflé, mais on ne se demande que rarement pourquoi ? Une des réponses envisagé, c'est la privatisation progressive d'internet. Peut-on rendre l'internet commun ? Internet libre ou Minitel 2.0 ?
|
||||||
|
|
||||||
|
Si vous me dite "Je n'ai rien à cacher", alors puis-je vous demander une copie de tous vos emails, de vos messages et photos sur Facebook, et de tous les fichiers sur votre ordinateur ? J’aimerais tout savoir sur votre vie privée.
|
||||||
|
|
||||||
|
Comment oseriez-vous répondre non ? Lorsque vous n’avez rien à cacher, vous ne pouvez pas faire de distinction entre ce que vous admettez rendre public et ce qui vous dérange un peu plus. Dès lors que vous imposez une barrière, vous avez quelque chose à cacher (et c’est bien normal !).
|
||||||
|
|
||||||
|
Nous autres, êtres humains, nous distinguons les uns des autres parce que nous avons tous une vie privée, une intimité que nous ne dévoilons pas à tout bout de champ.
|
||||||
|
|
||||||
|
Alors, que peux-t-on faire ? Nous allons en discuter durant cet atelier.
|
||||||
|
|
||||||
|
### Pour qui ?
|
||||||
|
|
||||||
|
Pour que l'atelier puisse être intéressant, il faut commencer par réfléchir à qui il s'adresse. Par exemple, si vous allez parler à des étudiant·es, vous ne tiendra pas le même discourd que devant des militants politiques. Il paraît difficle d'avoir une liste magique qui présenterait tout ce qu'il faut savoir pour tel ou tel type de personnes. Toutefois, nous pouvons avoir une vague idée en fonction des enjeux auxquels chacuns s'expose.
|
||||||
|
|
||||||
|
Un des concepte fondamentaux de la sécurité informatique tiens en ces questions :
|
||||||
|
* __Que veux-tu protéger ?__
|
||||||
|
* __Quel sont les moyens des adversaires potentielles ?__
|
||||||
|
* __Quel serait la conséquence si les dits adversaires avaient accès à ce que tu veux protéger ?__
|
||||||
|
|
||||||
|
Ces questions permettent de définir quels sont les moyens que tu veux mettre en oeuvre.
|
||||||
|
|
||||||
|
Pour reprendre l'exemple précédent des étudiants ou des militants politiques. En dehors de la protection de la vie privée en générale qui passe par échapper au ciblage publicitaire, les recherches qui sont menées par les universités peuvent être la cible d'espionnage industriel, ou de surveillances politiques dans des pays ou l'éthique se prend un croche-patte.
|
||||||
|
|
||||||
|
Maintenant que l'on sait quelles sont les choses à protéger et dans quels contextes, on peut se poser la question de quels outils peuvent être intéressants. Mais c'est aussi le moment le plus complexe, parce que recommander des outils en constante évolution dans un monde où les menaces évoluent rapidement, c'est aussi courir le risque de donner des informations erronnées.
|
||||||
|
|
||||||
|
La première étape est donc de permettre aux personens présentes de se saisir d'un savoir qui leur permet de comprendre les recommendations, et leur donner accès à des communautés ou des sources leur permettant de mettre à jour leurs savoirs.
|
||||||
|
|
||||||
|
Pour cela, une des premières choses à faire, c'est d'engager une discussion sur le sujet, pour permettre de démystifier la situation, donner le contexte et partager ses expériences. Ce genre de discussion peut-être améné en réagissant à un article de presse, après une courte vidéo, ou simplement en posant une question à laquel tout le monde peux répondre. C'est sûrement le moment le plus important, car il doit permettre d'établir une confiance entre ceux qui font l'atelier et ceux qui y vienne. N'hésitez pas à faire en sorte que tout le monde puisse donner des conseils et des avis, même si ils se trompent. C'est l'occasion d'entre dans les détails.
|
||||||
|
|
||||||
|
Il peut être intéressant de proposer une discussion où des personnes inventent des solutions, avec les connaissances qu'elles ont. Ça permet d'orienter la suite de l'atelier.
|
||||||
|
|
||||||
|
### Comment ?
|
||||||
|
|
||||||
|
> Trouver les moyens
|
||||||
|
|
||||||
|
Un atelier d'autodéfense numérique se tient en général sur une demi-journée, et au quel participe des personnes ayant une certaine connaissance dans le domaine de la sécurité informatique, ainsi que des personnes sachant en savoir plus.
|
||||||
|
|
||||||
|
Une contribution à prix libre peut être mise en place pour soutenir l'organisation.
|
||||||
|
|
||||||
|
Il peux être chouette de présenter durant l'atelier, ou à sa marge, des livres, des brochures, des liens... Pour le partage des liens, disposer des cartes NFC + QR Code vers le fichier [Liens.md](Liens.md) de ce dépot.
|
||||||
|
|
||||||
|
> Trouver un lieu
|
||||||
|
|
||||||
|
Un atelier d'autodéfense numérique est en général tenue à l'intérieure, dans un espace pouvant acceuillir une vingtaines de personnes. Un accès à internet ou un moyen de partager des applications utiles et des savoirs doit être mit en place.
|
||||||
|
|
||||||
|
Pour cela, les libraires ou bibliothèques peuvent des fois prêter des locaux. Des associations locales, des universités, ou des centre sociaux peuvent aussi vous héberger.
|
||||||
|
|
||||||
|
> Trouver le temps
|
||||||
|
|
||||||
|
C'est peut-être la partie la plus compliqué. Il faut compter une à deux semaines pour réfléchir à l'organisation de l'atelier, une semaine pour diffuser l'évènement, puis une journée en comptant l'installation et les discussion après l'atelier, selon mes expériences.
|
||||||
87
site/content/docs/_index.md
Normal file
87
site/content/docs/_index.md
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
title: "Content Placeholder"
|
||||||
|
build:
|
||||||
|
render: never
|
||||||
|
list: never
|
||||||
|
publishResources: false
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Autodefense-Numerique
|
||||||
|
|
||||||
|
> Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.
|
||||||
|
|
||||||
|
## Apprendre l'autodéfense numérique
|
||||||
|
|
||||||
|
Ce guide à pour but de vous apprendre l'autodéfense numérique. Sa lecture peux se faire dans n'importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.
|
||||||
|
|
||||||
|
Il se destine cependant à des personnes pouvant faire la cible d'une surveillance de masse ainsi qu'individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d'alertes, militant·es politiques...
|
||||||
|
|
||||||
|
Il ne cherche pas à être une référence complète ni infaillible. Prenez tout ce que vous lirez dans ce livre avec du recul, et informez-vous également par d'autres sources.
|
||||||
|
|
||||||
|
Il est accompagné par des exercices pratiques, à réaliser seul·e ou dans le cadre d'un atelier d'autoformation en autodéfense numérique. Vous les trouverez à la fin de chaque chapitre. De l'aide est fournie pour chaque exercice.
|
||||||
|
|
||||||
|
En plus, vu la nature du livre - écrit collaborativement en ligne -, ainsi que les changements rapides des technologies, il est amené à évoluer au fil du temps.
|
||||||
|
|
||||||
|
Je vous encourage fortement à creuser la page des [Liens](Liens.md) où je consigne beaucoup d'informations diverses et utiles, notamment des [Guides Complets.](Liens.md#guides-complets)
|
||||||
|
|
||||||
|
## Sommaire
|
||||||
|
|
||||||
|
- [**Chapitre 0**](Chapitre_0.md) : Contexte et avant-propos
|
||||||
|
- [**Chapitre 1** ](Chapitre_1.md): Les menaces & leurs moyens
|
||||||
|
- À qui as-t-on affaire ?
|
||||||
|
- Qu'avons-nous à protéger ?
|
||||||
|
- Quels sont nos moyens ?
|
||||||
|
- Que se passe-t-il si on échoue ?
|
||||||
|
- Exercice : définir son modèle de menace.
|
||||||
|
- [**Chapitre 2**](Chapitre_2.md) : Les données personnelles
|
||||||
|
- Naviger sur le web
|
||||||
|
- Échapper aux GAFAMs
|
||||||
|
- TOR & VPNs
|
||||||
|
- Install Linux
|
||||||
|
- Et les smartphones ?
|
||||||
|
- Exercice : Sécuriser ses appareils
|
||||||
|
- [**Chapitre 3**](Chapitre_3.md) : Décentraliser internet
|
||||||
|
- Comment fonctionne Internet ?
|
||||||
|
- Pourquoi la décentralisation ?
|
||||||
|
- Comment décentraliser ?
|
||||||
|
- Exercice : Faire la migration de ses données
|
||||||
|
- [**Chapitre 4**](Chapitre_4.md) : Face à Big Brother
|
||||||
|
- Depuis Snowden
|
||||||
|
- Rappels sur le modèle de menace
|
||||||
|
- Une lutte collective
|
||||||
|
- [**Chapitre 5**](Chapitre_5.md) : Disparaître
|
||||||
|
- Est-il possible de disparaître ?
|
||||||
|
- Pourquoi disparaître ?
|
||||||
|
- Disparaissons.
|
||||||
|
- [Organiser un atelier d'autodéfense numérique.](Organisation.md)
|
||||||
|
- [Liste d'alternatives numérique.](Alternatives.md)
|
||||||
|
- [Liens](Liens.md)
|
||||||
|
- [Veille](Veille/Veille.md)
|
||||||
|
- Il existe aussi des PDFs et des brochures dans le dossier [Veille](Veille/)
|
||||||
|
- Remerciments
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Brochure
|
||||||
|
|
||||||
|
_C'est en cours, la brochure n'est pas encore disponible_
|
||||||
|
|
||||||
|
Ce guide est disponible en [une brochure](Brochure/Autodefense_Numérique_2020-06-29.pdf), imprimez-là, et distribuez-là !
|
||||||
|
|
||||||
|
Si la version que vous avez n'est plus à jour, vous pouvez en généré une toute fraîche en exécutant le script `brochure.sh` sous Linux. Voir [comment générer une brochure ?](Brochure/generer_une_brochure.md)
|
||||||
|
|
||||||
|
## Contribuer
|
||||||
|
|
||||||
|
Vous pouvez émettre vos critiques, vos remarques et ajouter des parties qui paraissent intéressante à ce livre !
|
||||||
|
|
||||||
|
Si vous voulez contribuer grâce à cette plateforme, vous pouvez directement ouvrir un requête dans l'interface.
|
||||||
|
|
||||||
|
Sinon, vous pouvez envoyer un email.
|
||||||
|
|
||||||
|
## Auteurices
|
||||||
|
|
||||||
|
## Licence
|
||||||
|
|
||||||
|
CC-NC-BY
|
||||||
4
site/hugo.toml
Normal file
4
site/hugo.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
baseURL = 'https://example.org/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'My New Hugo Site'
|
||||||
|
theme = "hugo-book"
|
||||||
95
site/public/404.html
Normal file
95
site/public/404.html
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<!--
|
||||||
|
Made with Book Theme
|
||||||
|
https://github.com/alex-shpak/hugo-book
|
||||||
|
-->
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||||
|
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/404.html">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="404 Page not found">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="404 Page not found">
|
||||||
|
|
||||||
|
<title>404 Page not found | My New Hugo Site</title>
|
||||||
|
<link rel="icon" href="/favicon.png" >
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/404.html">
|
||||||
|
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj+RQ9XBXU=" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|
||||||
|
<script defer src="/fuse.min.js"></script>
|
||||||
|
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.not-found {
|
||||||
|
height: 100vh;
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.not-found h1 {
|
||||||
|
font-size: 10vmin;
|
||||||
|
font-weight: lighter;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.not-found h1 span {
|
||||||
|
display: inline-block;
|
||||||
|
transition: transform .2s ease-out, opacity .2s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.not-found h1:hover span {
|
||||||
|
transition-duration: 1s;
|
||||||
|
transform: translate(var(--drift-x), var(--drift-y)) rotate(var(--rotate-end));
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.not-found h1:hover span:nth-child(1) {
|
||||||
|
--drift-x: -1em;
|
||||||
|
--drift-y: 1em;
|
||||||
|
--rotate-end: -90deg;
|
||||||
|
}
|
||||||
|
|
||||||
|
.not-found h1:hover span:nth-child(2) {
|
||||||
|
--drift-x: -1em;
|
||||||
|
--drift-y: -2em;
|
||||||
|
--rotate-end: 45deg;
|
||||||
|
}
|
||||||
|
|
||||||
|
.not-found h1:hover span:nth-child(3) {
|
||||||
|
--drift-x: 3em;
|
||||||
|
--drift-y: 1em;
|
||||||
|
--rotate-end: 120deg;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body class="not-found flex justify-center align-center">
|
||||||
|
<main class="text-center">
|
||||||
|
<h1>
|
||||||
|
<span>Page</span>
|
||||||
|
<span>Not</span>
|
||||||
|
<span>Found</span>
|
||||||
|
</h1>
|
||||||
|
<h3>
|
||||||
|
<a href="/">My New Hugo Site</a>
|
||||||
|
</h3>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
7
site/public/asciinema/asciinema-auto.js
Normal file
7
site/public/asciinema/asciinema-auto.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
(function() {
|
||||||
|
document.querySelectorAll(".asciinema").forEach(function(element) {
|
||||||
|
AsciinemaPlayer.create(element.getAttribute("x-data-cast"),
|
||||||
|
element,
|
||||||
|
JSON.parse(element.getAttribute("x-data-opts")));
|
||||||
|
});
|
||||||
|
}());
|
||||||
2389
site/public/asciinema/asciinema-player.css
Normal file
2389
site/public/asciinema/asciinema-player.css
Normal file
File diff suppressed because it is too large
Load Diff
1
site/public/asciinema/asciinema-player.min.js
vendored
Normal file
1
site/public/asciinema/asciinema-player.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
200
site/public/categories/index.html
Normal file
200
site/public/categories/index.html
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us" dir="ltr">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<!--
|
||||||
|
Made with Book Theme
|
||||||
|
https://github.com/alex-shpak/hugo-book
|
||||||
|
-->
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||||
|
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/categories/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="Categories">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Categories">
|
||||||
|
|
||||||
|
<title>Categories | My New Hugo Site</title>
|
||||||
|
<link rel="icon" href="/favicon.png" >
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/categories/">
|
||||||
|
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj+RQ9XBXU=" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|
||||||
|
<script defer src="/fuse.min.js"></script>
|
||||||
|
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/categories/index.xml" title="My New Hugo Site" />
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body dir="ltr" class="book-kind-taxonomy book-type-categories">
|
||||||
|
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||||
|
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||||
|
<main class="container flex">
|
||||||
|
|
||||||
|
<aside class="book-menu">
|
||||||
|
<div class="book-menu-content">
|
||||||
|
|
||||||
|
<nav>
|
||||||
|
<h2 class="book-brand">
|
||||||
|
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
|
||||||
|
</a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-search hidden">
|
||||||
|
<input id="book-search-input" type="text"
|
||||||
|
placeholder="Search"
|
||||||
|
aria-label="Search"
|
||||||
|
maxlength="64" data-hotkeys="s/" />
|
||||||
|
<div class="book-search-spinner hidden"></div>
|
||||||
|
<ul id="book-search-results"></ul>
|
||||||
|
</div>
|
||||||
|
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-page">
|
||||||
|
<header class="book-header hidden">
|
||||||
|
|
||||||
|
<div class="flex align-center justify-between">
|
||||||
|
<label for="menu-control">
|
||||||
|
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<h3>Categories</h3>
|
||||||
|
|
||||||
|
<label for="toc-control">
|
||||||
|
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="markdown book-article"></article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="book-footer">
|
||||||
|
|
||||||
|
<div class="flex flex-wrap justify-between">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
11
site/public/categories/index.xml
Normal file
11
site/public/categories/index.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Categories on My New Hugo Site</title>
|
||||||
|
<link>http://localhost:1313/categories/</link>
|
||||||
|
<description>Recent content in Categories on My New Hugo Site</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
271
site/public/docs/alternatives/index.html
Normal file
271
site/public/docs/alternatives/index.html
Normal file
@ -0,0 +1,271 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us" dir="ltr">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<!--
|
||||||
|
Made with Book Theme
|
||||||
|
https://github.com/alex-shpak/hugo-book
|
||||||
|
-->
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="Alternatives aux GAFAMs# https://switching.software/
|
||||||
|
Site web avec pleins de ressources# https://privacytools.dreads-unlock.fr/ Chatons à recommender# https://www.rhizome-fai.net/ https://fdn.fr http://arn-fai.net/ https://www.gitoyen.net/ https://paquerette.eu https://42l.fr/ ">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||||
|
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/docs/alternatives/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="My New Hugo Site">
|
||||||
|
<meta property="og:description" content="Alternatives aux GAFAMs# https://switching.software/
|
||||||
|
Site web avec pleins de ressources# https://privacytools.dreads-unlock.fr/ Chatons à recommender# https://www.rhizome-fai.net/ https://fdn.fr http://arn-fai.net/ https://www.gitoyen.net/ https://paquerette.eu https://42l.fr/">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
<meta property="article:section" content="docs">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="My New Hugo Site">
|
||||||
|
<meta itemprop="description" content="Alternatives aux GAFAMs# https://switching.software/
|
||||||
|
Site web avec pleins de ressources# https://privacytools.dreads-unlock.fr/ Chatons à recommender# https://www.rhizome-fai.net/ https://fdn.fr http://arn-fai.net/ https://www.gitoyen.net/ https://paquerette.eu https://42l.fr/">
|
||||||
|
<meta itemprop="wordCount" content="20">
|
||||||
|
|
||||||
|
<title>Alternatives | My New Hugo Site</title>
|
||||||
|
<link rel="icon" href="/favicon.png" >
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/docs/alternatives/">
|
||||||
|
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj+RQ9XBXU=" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|
||||||
|
<script defer src="/fuse.min.js"></script>
|
||||||
|
<script defer src="/en.search.min.01e06485cbfd6fea743ffc3cf16bf807a385fbc0cd9e5c846259fd1d173a78e4.js" integrity="sha256-AeBkhcv9b+p0P/w88Wv4B6OF+8DNnlyEYln9HRc6eOQ=" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body dir="ltr" class="book-kind-page book-type-docs">
|
||||||
|
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||||
|
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||||
|
<main class="container flex">
|
||||||
|
|
||||||
|
<aside class="book-menu">
|
||||||
|
<div class="book-menu-content">
|
||||||
|
|
||||||
|
<nav>
|
||||||
|
<h2 class="book-brand">
|
||||||
|
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
|
||||||
|
</a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-search hidden">
|
||||||
|
<input id="book-search-input" type="text"
|
||||||
|
placeholder="Search"
|
||||||
|
aria-label="Search"
|
||||||
|
maxlength="64" data-hotkeys="s/" />
|
||||||
|
<div class="book-search-spinner hidden"></div>
|
||||||
|
<ul id="book-search-results"></ul>
|
||||||
|
</div>
|
||||||
|
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/docs/alternatives/" class="active">
|
||||||
|
Alternatives</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-page">
|
||||||
|
<header class="book-header hidden">
|
||||||
|
|
||||||
|
<div class="flex align-center justify-between">
|
||||||
|
<label for="menu-control">
|
||||||
|
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<h3>Alternatives</h3>
|
||||||
|
|
||||||
|
<label for="toc-control">
|
||||||
|
|
||||||
|
<img src="/icons/toc.svg" class="book-icon" alt="Table of Contents" />
|
||||||
|
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<aside class="hidden">
|
||||||
|
|
||||||
|
|
||||||
|
<nav id="TableOfContents">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#site-web-avec-pleins-de-ressources">Site web avec pleins de ressources</a></li>
|
||||||
|
<li><a href="#chatons-à-recommender">Chatons à recommender</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="markdown book-article"><h1 id="alternatives-aux-gafams">Alternatives aux GAFAMs<a class="anchor" href="#alternatives-aux-gafams">#</a></h1>
|
||||||
|
<p><a href="https://switching.software/">https://switching.software/</a></p>
|
||||||
|
<h2 id="site-web-avec-pleins-de-ressources">Site web avec pleins de ressources<a class="anchor" href="#site-web-avec-pleins-de-ressources">#</a></h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://privacytools.dreads-unlock.fr/">https://privacytools.dreads-unlock.fr/</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="chatons-à-recommender">Chatons à recommender<a class="anchor" href="#chatons-%c3%a0-recommender">#</a></h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.rhizome-fai.net/">https://www.rhizome-fai.net/</a></li>
|
||||||
|
<li><a href="https://fdn.fr">https://fdn.fr</a></li>
|
||||||
|
<li><a href="http://arn-fai.net/">http://arn-fai.net/</a></li>
|
||||||
|
<li><a href="https://www.gitoyen.net/">https://www.gitoyen.net/</a></li>
|
||||||
|
<li><a href="https://paquerette.eu">https://paquerette.eu</a></li>
|
||||||
|
<li><a href="https://42l.fr/">https://42l.fr/</a></li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="book-footer">
|
||||||
|
|
||||||
|
<div class="flex flex-wrap justify-between">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-comments">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<aside class="book-toc">
|
||||||
|
<div class="book-toc-content">
|
||||||
|
|
||||||
|
|
||||||
|
<nav id="TableOfContents">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#site-web-avec-pleins-de-ressources">Site web avec pleins de ressources</a></li>
|
||||||
|
<li><a href="#chatons-à-recommender">Chatons à recommender</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
354
site/public/docs/docs/LICENSE
Normal file
354
site/public/docs/docs/LICENSE
Normal file
@ -0,0 +1,354 @@
|
|||||||
|
Creative Commons Attribution-NonCommercial 4.0 International Creative Commons
|
||||||
|
Corporation ("Creative Commons") is not a law firm and does not provide legal
|
||||||
|
services or legal advice. Distribution of Creative Commons public licenses
|
||||||
|
does not create a lawyer-client or other relationship. Creative Commons makes
|
||||||
|
its licenses and related information available on an "as-is" basis. Creative
|
||||||
|
Commons gives no warranties regarding its licenses, any material licensed
|
||||||
|
under their terms and conditions, or any related information. Creative Commons
|
||||||
|
disclaims all liability for damages resulting from their use to the fullest
|
||||||
|
extent possible.
|
||||||
|
|
||||||
|
Using Creative Commons Public Licenses
|
||||||
|
|
||||||
|
Creative Commons public licenses provide a standard set of terms and conditions
|
||||||
|
that creators and other rights holders may use to share original works of
|
||||||
|
authorship and other material subject to copyright and certain other rights
|
||||||
|
specified in the public license below. The following considerations are for
|
||||||
|
informational purposes only, are not exhaustive, and do not form part of our
|
||||||
|
licenses.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Considerations for licensors: Our public licenses are intended for use by
|
||||||
|
those authorized to give the public permission to use material in ways otherwise
|
||||||
|
restricted by copyright and certain other rights. Our licenses are irrevocable.
|
||||||
|
Licensors should read and understand the terms and conditions of the license
|
||||||
|
they choose before applying it. Licensors should also secure all rights necessary
|
||||||
|
before applying our licenses so that the public can reuse the material as
|
||||||
|
expected. Licensors should clearly mark any material not subject to the license.
|
||||||
|
This includes other CC-licensed material, or material used under an exception
|
||||||
|
or limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Considerations for the public: By using one of our public licenses, a licensor
|
||||||
|
grants the public permission to use the licensed material under specified
|
||||||
|
terms and conditions. If the licensor's permission is not necessary for any
|
||||||
|
reason–for example, because of any applicable exception or limitation to copyright–then
|
||||||
|
that use is not regulated by the license. Our licenses grant only permissions
|
||||||
|
under copyright and certain other rights that a licensor has authority to
|
||||||
|
grant. Use of the licensed material may still be restricted for other reasons,
|
||||||
|
including because others have copyright or other rights in the material. A
|
||||||
|
licensor may make special requests, such as asking that all changes be marked
|
||||||
|
or described. Although not required by our licenses, you are encouraged to
|
||||||
|
respect those requests where reasonable. More considerations for the public
|
||||||
|
: wiki.creativecommons.org/Considerations_for_licensees Creative Commons Attribution-NonCommercial
|
||||||
|
4.0 International Public License
|
||||||
|
|
||||||
|
By exercising the Licensed Rights (defined below), You accept and agree to
|
||||||
|
be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial
|
||||||
|
4.0 International Public License ("Public License"). To the extent this Public
|
||||||
|
License may be interpreted as a contract, You are granted the Licensed Rights
|
||||||
|
in consideration of Your acceptance of these terms and conditions, and the
|
||||||
|
Licensor grants You such rights in consideration of benefits the Licensor
|
||||||
|
receives from making the Licensed Material available under these terms and
|
||||||
|
conditions.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 1 – Definitions.
|
||||||
|
|
||||||
|
a. Adapted Material means material subject to Copyright and Similar Rights
|
||||||
|
that is derived from or based upon the Licensed Material and in which the
|
||||||
|
Licensed Material is translated, altered, arranged, transformed, or otherwise
|
||||||
|
modified in a manner requiring permission under the Copyright and Similar
|
||||||
|
Rights held by the Licensor. For purposes of this Public License, where the
|
||||||
|
Licensed Material is a musical work, performance, or sound recording, Adapted
|
||||||
|
Material is always produced where the Licensed Material is synched in timed
|
||||||
|
relation with a moving image.
|
||||||
|
|
||||||
|
b. Adapter's License means the license You apply to Your Copyright and Similar
|
||||||
|
Rights in Your contributions to Adapted Material in accordance with the terms
|
||||||
|
and conditions of this Public License.
|
||||||
|
|
||||||
|
c. Copyright and Similar Rights means copyright and/or similar rights closely
|
||||||
|
related to copyright including, without limitation, performance, broadcast,
|
||||||
|
sound recording, and Sui Generis Database Rights, without regard to how the
|
||||||
|
rights are labeled or categorized. For purposes of this Public License, the
|
||||||
|
rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
|
||||||
|
|
||||||
|
d. Effective Technological Measures means those measures that, in the absence
|
||||||
|
of proper authority, may not be circumvented under laws fulfilling obligations
|
||||||
|
under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996,
|
||||||
|
and/or similar international agreements.
|
||||||
|
|
||||||
|
e. Exceptions and Limitations means fair use, fair dealing, and/or any other
|
||||||
|
exception or limitation to Copyright and Similar Rights that applies to Your
|
||||||
|
use of the Licensed Material.
|
||||||
|
|
||||||
|
f. Licensed Material means the artistic or literary work, database, or other
|
||||||
|
material to which the Licensor applied this Public License.
|
||||||
|
|
||||||
|
g. Licensed Rights means the rights granted to You subject to the terms and
|
||||||
|
conditions of this Public License, which are limited to all Copyright and
|
||||||
|
Similar Rights that apply to Your use of the Licensed Material and that the
|
||||||
|
Licensor has authority to license.
|
||||||
|
|
||||||
|
h. Licensor means the individual(s) or entity(ies) granting rights under this
|
||||||
|
Public License.
|
||||||
|
|
||||||
|
i. NonCommercial means not primarily intended for or directed towards commercial
|
||||||
|
advantage or monetary compensation. For purposes of this Public License, the
|
||||||
|
exchange of the Licensed Material for other material subject to Copyright
|
||||||
|
and Similar Rights by digital file-sharing or similar means is NonCommercial
|
||||||
|
provided there is no payment of monetary compensation in connection with the
|
||||||
|
exchange.
|
||||||
|
|
||||||
|
j. Share means to provide material to the public by any means or process that
|
||||||
|
requires permission under the Licensed Rights, such as reproduction, public
|
||||||
|
display, public performance, distribution, dissemination, communication, or
|
||||||
|
importation, and to make material available to the public including in ways
|
||||||
|
that members of the public may access the material from a place and at a time
|
||||||
|
individually chosen by them.
|
||||||
|
|
||||||
|
k. Sui Generis Database Rights means rights other than copyright resulting
|
||||||
|
from Directive 96/9/EC of the European Parliament and of the Council of 11
|
||||||
|
March 1996 on the legal protection of databases, as amended and/or succeeded,
|
||||||
|
as well as other essentially equivalent rights anywhere in the world.
|
||||||
|
|
||||||
|
l. You means the individual or entity exercising the Licensed Rights under
|
||||||
|
this Public License. Your has a corresponding meaning.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 2 – Scope.
|
||||||
|
|
||||||
|
a. License grant.
|
||||||
|
|
||||||
|
1. Subject to the terms and conditions of this Public License, the Licensor
|
||||||
|
hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive,
|
||||||
|
irrevocable license to exercise the Licensed Rights in the Licensed Material
|
||||||
|
to:
|
||||||
|
|
||||||
|
A. reproduce and Share the Licensed Material, in whole or in part, for NonCommercial
|
||||||
|
purposes only; and
|
||||||
|
|
||||||
|
B. produce, reproduce, and Share Adapted Material for NonCommercial purposes
|
||||||
|
only.
|
||||||
|
|
||||||
|
2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions
|
||||||
|
and Limitations apply to Your use, this Public License does not apply, and
|
||||||
|
You do not need to comply with its terms and conditions.
|
||||||
|
|
||||||
|
3. Term. The term of this Public License is specified in Section 6(a).
|
||||||
|
|
||||||
|
4. Media and formats; technical modifications allowed. The Licensor authorizes
|
||||||
|
You to exercise the Licensed Rights in all media and formats whether now known
|
||||||
|
or hereafter created, and to make technical modifications necessary to do
|
||||||
|
so. The Licensor waives and/or agrees not to assert any right or authority
|
||||||
|
to forbid You from making technical modifications necessary to exercise the
|
||||||
|
Licensed Rights, including technical modifications necessary to circumvent
|
||||||
|
Effective Technological Measures. For purposes of this Public License, simply
|
||||||
|
making modifications authorized by this Section 2(a)(4) never produces Adapted
|
||||||
|
Material.
|
||||||
|
|
||||||
|
5. Downstream recipients.
|
||||||
|
|
||||||
|
A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed
|
||||||
|
Material automatically receives an offer from the Licensor to exercise the
|
||||||
|
Licensed Rights under the terms and conditions of this Public License.
|
||||||
|
|
||||||
|
B. No downstream restrictions. You may not offer or impose any additional
|
||||||
|
or different terms or conditions on, or apply any Effective Technological
|
||||||
|
Measures to, the Licensed Material if doing so restricts exercise of the Licensed
|
||||||
|
Rights by any recipient of the Licensed Material.
|
||||||
|
|
||||||
|
6. No endorsement. Nothing in this Public License constitutes or may be construed
|
||||||
|
as permission to assert or imply that You are, or that Your use of the Licensed
|
||||||
|
Material is, connected with, or sponsored, endorsed, or granted official status
|
||||||
|
by, the Licensor or others designated to receive attribution as provided in
|
||||||
|
Section 3(a)(1)(A)(i).
|
||||||
|
|
||||||
|
b. Other rights.
|
||||||
|
|
||||||
|
1. Moral rights, such as the right of integrity, are not licensed under this
|
||||||
|
Public License, nor are publicity, privacy, and/or other similar personality
|
||||||
|
rights; however, to the extent possible, the Licensor waives and/or agrees
|
||||||
|
not to assert any such rights held by the Licensor to the limited extent necessary
|
||||||
|
to allow You to exercise the Licensed Rights, but not otherwise.
|
||||||
|
|
||||||
|
2. Patent and trademark rights are not licensed under this Public License.
|
||||||
|
|
||||||
|
3. To the extent possible, the Licensor waives any right to collect royalties
|
||||||
|
from You for the exercise of the Licensed Rights, whether directly or through
|
||||||
|
a collecting society under any voluntary or waivable statutory or compulsory
|
||||||
|
licensing scheme. In all other cases the Licensor expressly reserves any right
|
||||||
|
to collect such royalties, including when the Licensed Material is used other
|
||||||
|
than for NonCommercial purposes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 3 – License Conditions.
|
||||||
|
|
||||||
|
Your exercise of the Licensed Rights is expressly made subject to the following
|
||||||
|
conditions.
|
||||||
|
|
||||||
|
a. Attribution.
|
||||||
|
|
||||||
|
1. If You Share the Licensed Material (including in modified form), You must:
|
||||||
|
|
||||||
|
A. retain the following if it is supplied by the Licensor with the Licensed
|
||||||
|
Material:
|
||||||
|
|
||||||
|
i. identification of the creator(s) of the Licensed Material and any others
|
||||||
|
designated to receive attribution, in any reasonable manner requested by the
|
||||||
|
Licensor (including by pseudonym if designated);
|
||||||
|
|
||||||
|
ii. a copyright notice;
|
||||||
|
|
||||||
|
iii. a notice that refers to this Public License;
|
||||||
|
|
||||||
|
iv. a notice that refers to the disclaimer of warranties;
|
||||||
|
|
||||||
|
v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
|
||||||
|
|
||||||
|
B. indicate if You modified the Licensed Material and retain an indication
|
||||||
|
of any previous modifications; and
|
||||||
|
|
||||||
|
C. indicate the Licensed Material is licensed under this Public License, and
|
||||||
|
include the text of, or the URI or hyperlink to, this Public License.
|
||||||
|
|
||||||
|
2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner
|
||||||
|
based on the medium, means, and context in which You Share the Licensed Material.
|
||||||
|
For example, it may be reasonable to satisfy the conditions by providing a
|
||||||
|
URI or hyperlink to a resource that includes the required information.
|
||||||
|
|
||||||
|
3. If requested by the Licensor, You must remove any of the information required
|
||||||
|
by Section 3(a)(1)(A) to the extent reasonably practicable.
|
||||||
|
|
||||||
|
4. If You Share Adapted Material You produce, the Adapter's License You apply
|
||||||
|
must not prevent recipients of the Adapted Material from complying with this
|
||||||
|
Public License.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 4 – Sui Generis Database Rights.
|
||||||
|
|
||||||
|
Where the Licensed Rights include Sui Generis Database Rights that apply to
|
||||||
|
Your use of the Licensed Material:
|
||||||
|
|
||||||
|
a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract,
|
||||||
|
reuse, reproduce, and Share all or a substantial portion of the contents of
|
||||||
|
the database for NonCommercial purposes only;
|
||||||
|
|
||||||
|
b. if You include all or a substantial portion of the database contents in
|
||||||
|
a database in which You have Sui Generis Database Rights, then the database
|
||||||
|
in which You have Sui Generis Database Rights (but not its individual contents)
|
||||||
|
is Adapted Material; and
|
||||||
|
|
||||||
|
c. You must comply with the conditions in Section 3(a) if You Share all or
|
||||||
|
a substantial portion of the contents of the database.
|
||||||
|
|
||||||
|
For the avoidance of doubt, this Section 4 supplements and does not replace
|
||||||
|
Your obligations under this Public License where the Licensed Rights include
|
||||||
|
other Copyright and Similar Rights.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 5 – Disclaimer of Warranties and Limitation of Liability.
|
||||||
|
|
||||||
|
a. Unless otherwise separately undertaken by the Licensor, to the extent possible,
|
||||||
|
the Licensor offers the Licensed Material as-is and as-available, and makes
|
||||||
|
no representations or warranties of any kind concerning the Licensed Material,
|
||||||
|
whether express, implied, statutory, or other. This includes, without limitation,
|
||||||
|
warranties of title, merchantability, fitness for a particular purpose, non-infringement,
|
||||||
|
absence of latent or other defects, accuracy, or the presence or absence of
|
||||||
|
errors, whether or not known or discoverable. Where disclaimers of warranties
|
||||||
|
are not allowed in full or in part, this disclaimer may not apply to You.
|
||||||
|
|
||||||
|
b. To the extent possible, in no event will the Licensor be liable to You
|
||||||
|
on any legal theory (including, without limitation, negligence) or otherwise
|
||||||
|
for any direct, special, indirect, incidental, consequential, punitive, exemplary,
|
||||||
|
or other losses, costs, expenses, or damages arising out of this Public License
|
||||||
|
or use of the Licensed Material, even if the Licensor has been advised of
|
||||||
|
the possibility of such losses, costs, expenses, or damages. Where a limitation
|
||||||
|
of liability is not allowed in full or in part, this limitation may not apply
|
||||||
|
to You.
|
||||||
|
|
||||||
|
c. The disclaimer of warranties and limitation of liability provided above
|
||||||
|
shall be interpreted in a manner that, to the extent possible, most closely
|
||||||
|
approximates an absolute disclaimer and waiver of all liability.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 6 – Term and Termination.
|
||||||
|
|
||||||
|
a. This Public License applies for the term of the Copyright and Similar Rights
|
||||||
|
licensed here. However, if You fail to comply with this Public License, then
|
||||||
|
Your rights under this Public License terminate automatically.
|
||||||
|
|
||||||
|
b. Where Your right to use the Licensed Material has terminated under Section
|
||||||
|
6(a), it reinstates:
|
||||||
|
|
||||||
|
1. automatically as of the date the violation is cured, provided it is cured
|
||||||
|
within 30 days of Your discovery of the violation; or
|
||||||
|
|
||||||
|
2. upon express reinstatement by the Licensor.
|
||||||
|
|
||||||
|
For the avoidance of doubt, this Section 6(b) does not affect any right the
|
||||||
|
Licensor may have to seek remedies for Your violations of this Public License.
|
||||||
|
|
||||||
|
c. For the avoidance of doubt, the Licensor may also offer the Licensed Material
|
||||||
|
under separate terms or conditions or stop distributing the Licensed Material
|
||||||
|
at any time; however, doing so will not terminate this Public License.
|
||||||
|
|
||||||
|
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 7 – Other Terms and Conditions.
|
||||||
|
|
||||||
|
a. The Licensor shall not be bound by any additional or different terms or
|
||||||
|
conditions communicated by You unless expressly agreed.
|
||||||
|
|
||||||
|
b. Any arrangements, understandings, or agreements regarding the Licensed
|
||||||
|
Material not stated herein are separate from and independent of the terms
|
||||||
|
and conditions of this Public License.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Section 8 – Interpretation.
|
||||||
|
|
||||||
|
a. For the avoidance of doubt, this Public License does not, and shall not
|
||||||
|
be interpreted to, reduce, limit, restrict, or impose conditions on any use
|
||||||
|
of the Licensed Material that could lawfully be made without permission under
|
||||||
|
this Public License.
|
||||||
|
|
||||||
|
b. To the extent possible, if any provision of this Public License is deemed
|
||||||
|
unenforceable, it shall be automatically reformed to the minimum extent necessary
|
||||||
|
to make it enforceable. If the provision cannot be reformed, it shall be severed
|
||||||
|
from this Public License without affecting the enforceability of the remaining
|
||||||
|
terms and conditions.
|
||||||
|
|
||||||
|
c. No term or condition of this Public License will be waived and no failure
|
||||||
|
to comply consented to unless expressly agreed to by the Licensor.
|
||||||
|
|
||||||
|
d. Nothing in this Public License constitutes or may be interpreted as a limitation
|
||||||
|
upon, or waiver of, any privileges and immunities that apply to the Licensor
|
||||||
|
or You, including from the legal processes of any jurisdiction or authority.
|
||||||
|
|
||||||
|
Creative Commons is not a party to its public licenses. Notwithstanding, Creative
|
||||||
|
Commons may elect to apply one of its public licenses to material it publishes
|
||||||
|
and in those instances will be considered the "Licensor." The text of the
|
||||||
|
Creative Commons public licenses is dedicated to the public domain under the
|
||||||
|
CC0 Public Domain Dedication. Except for the limited purpose of indicating
|
||||||
|
that material is shared under a Creative Commons public license or as otherwise
|
||||||
|
permitted by the Creative Commons policies published at creativecommons.org/policies,
|
||||||
|
Creative Commons does not authorize the use of the trademark "Creative Commons"
|
||||||
|
or any other trademark or logo of Creative Commons without its prior written
|
||||||
|
consent including, without limitation, in connection with any unauthorized
|
||||||
|
modifications to any of its public licenses or any other arrangements, understandings,
|
||||||
|
or agreements concerning use of licensed material. For the avoidance of doubt,
|
||||||
|
this paragraph does not form part of the public licenses.
|
||||||
|
|
||||||
|
Creative Commons may be contacted at creativecommons.org.
|
||||||
199
site/public/docs/index.html
Normal file
199
site/public/docs/index.html
Normal file
@ -0,0 +1,199 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us" dir="ltr">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<!--
|
||||||
|
Made with Book Theme
|
||||||
|
https://github.com/alex-shpak/hugo-book
|
||||||
|
-->
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||||
|
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/docs/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="Index">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Index">
|
||||||
|
|
||||||
|
<title>Index | My New Hugo Site</title>
|
||||||
|
<link rel="icon" href="/favicon.png" >
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/docs/">
|
||||||
|
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj+RQ9XBXU=" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|
||||||
|
<script defer src="/fuse.min.js"></script>
|
||||||
|
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body dir="ltr" class="book-kind-page book-type-page">
|
||||||
|
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||||
|
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||||
|
<main class="container flex">
|
||||||
|
|
||||||
|
<aside class="book-menu">
|
||||||
|
<div class="book-menu-content">
|
||||||
|
|
||||||
|
<nav>
|
||||||
|
<h2 class="book-brand">
|
||||||
|
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
|
||||||
|
</a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-search hidden">
|
||||||
|
<input id="book-search-input" type="text"
|
||||||
|
placeholder="Search"
|
||||||
|
aria-label="Search"
|
||||||
|
maxlength="64" data-hotkeys="s/" />
|
||||||
|
<div class="book-search-spinner hidden"></div>
|
||||||
|
<ul id="book-search-results"></ul>
|
||||||
|
</div>
|
||||||
|
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-page">
|
||||||
|
<header class="book-header hidden">
|
||||||
|
|
||||||
|
<div class="flex align-center justify-between">
|
||||||
|
<label for="menu-control">
|
||||||
|
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<h3>Index</h3>
|
||||||
|
|
||||||
|
<label for="toc-control">
|
||||||
|
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="markdown book-article"></article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="book-footer">
|
||||||
|
|
||||||
|
<div class="flex flex-wrap justify-between">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
18
site/public/docs/index.xml
Normal file
18
site/public/docs/index.xml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Docs on My New Hugo Site</title>
|
||||||
|
<link>http://localhost:1313/docs/</link>
|
||||||
|
<description>Recent content in Docs on My New Hugo Site</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/docs/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title></title>
|
||||||
|
<link>http://localhost:1313/docs/alternatives/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
<guid>http://localhost:1313/docs/alternatives/</guid>
|
||||||
|
<description><h1 id="alternatives-aux-gafams">Alternatives aux GAFAMs<a class="anchor" href="#alternatives-aux-gafams">#</a></h1>
<p><a href="https://switching.software/">https://switching.software/</a></p>
<h2 id="site-web-avec-pleins-de-ressources">Site web avec pleins de ressources<a class="anchor" href="#site-web-avec-pleins-de-ressources">#</a></h2>
<ul>
<li><a href="https://privacytools.dreads-unlock.fr/">https://privacytools.dreads-unlock.fr/</a></li>
</ul>
<h2 id="chatons-à-recommender">Chatons à recommender<a class="anchor" href="#chatons-%c3%a0-recommender">#</a></h2>
<ul>
<li><a href="https://www.rhizome-fai.net/">https://www.rhizome-fai.net/</a></li>
<li><a href="https://fdn.fr">https://fdn.fr</a></li>
<li><a href="http://arn-fai.net/">http://arn-fai.net/</a></li>
<li><a href="https://www.gitoyen.net/">https://www.gitoyen.net/</a></li>
<li><a href="https://paquerette.eu">https://paquerette.eu</a></li>
<li><a href="https://42l.fr/">https://42l.fr/</a></li>
</ul></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
@ -0,0 +1 @@
|
|||||||
|
[{"id":0,"href":"/docs/","title":"Index","section":"My New Hugo Site","content":"Autodefense-Numerique# Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.\nApprendre l\u0026rsquo;autodéfense numérique# Ce guide à pour but de vous apprendre l\u0026rsquo;autodéfense numérique. Sa lecture peux se faire dans n\u0026rsquo;importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.\nIl se destine cependant à des personnes pouvant faire la cible d\u0026rsquo;une surveillance de masse ainsi qu\u0026rsquo;individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d\u0026rsquo;alertes, militant·es politiques\u0026hellip;\nIl ne cherche pas à être une référence complète ni infaillible. Prenez tout ce que vous lirez dans ce livre avec du recul, et informez-vous également par d\u0026rsquo;autres sources.\nIl est accompagné par des exercices pratiques, à réaliser seul·e ou dans le cadre d\u0026rsquo;un atelier d\u0026rsquo;autoformation en autodéfense numérique. Vous les trouverez à la fin de chaque chapitre. De l\u0026rsquo;aide est fournie pour chaque exercice.\nEn plus, vu la nature du livre - écrit collaborativement en ligne -, ainsi que les changements rapides des technologies, il est amené à évoluer au fil du temps.\nJe vous encourage fortement à creuser la page des Liens où je consigne beaucoup d\u0026rsquo;informations diverses et utiles, notamment des Guides Complets.\nSommaire# Chapitre 0 : Contexte et avant-propos Chapitre 1 : Les menaces \u0026amp; leurs moyens À qui as-t-on affaire ? Qu\u0026rsquo;avons-nous à protéger ? Quels sont nos moyens ? Que se passe-t-il si on échoue ? Exercice : définir son modèle de menace. Chapitre 2 : Les données personnelles Naviger sur le web Échapper aux GAFAMs TOR \u0026amp; VPNs Install Linux Et les smartphones ? Exercice : Sécuriser ses appareils Chapitre 3 : Décentraliser internet Comment fonctionne Internet ? Pourquoi la décentralisation ? Comment décentraliser ? Exercice : Faire la migration de ses données Chapitre 4 : Face à Big Brother Depuis Snowden Rappels sur le modèle de menace Une lutte collective Chapitre 5 : Disparaître Est-il possible de disparaître ? Pourquoi disparaître ? Disparaissons. Organiser un atelier d\u0026rsquo;autodéfense numérique. Liste d\u0026rsquo;alternatives numérique. Liens Veille Il existe aussi des PDFs et des brochures dans le dossier Veille Remerciments Brochure# C\u0026rsquo;est en cours, la brochure n\u0026rsquo;est pas encore disponible\nCe guide est disponible en une brochure, imprimez-là, et distribuez-là !\nSi la version que vous avez n\u0026rsquo;est plus à jour, vous pouvez en généré une toute fraîche en exécutant le script brochure.sh sous Linux. Voir comment générer une brochure ?\nContribuer# Vous pouvez émettre vos critiques, vos remarques et ajouter des parties qui paraissent intéressante à ce livre !\nSi vous voulez contribuer grâce à cette plateforme, vous pouvez directement ouvrir un requête dans l\u0026rsquo;interface.\nSinon, vous pouvez envoyer un email.\nAuteurices# Licence# CC-NC-BY\n"}]
|
||||||
@ -0,0 +1 @@
|
|||||||
|
"use strict";(function(){const o="/en.search-data.min.4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945.json",i=Object.assign({cache:!0},{includeScore:!0,useExtendedSearch:!0,fieldNormWeight:1.5,threshold:.2,ignoreLocation:!0,keys:[{name:"title",weight:.7},{name:"content",weight:.3}]}),e=document.querySelector("#book-search-input"),t=document.querySelector("#book-search-results");if(!e)return;e.addEventListener("focus",n),e.addEventListener("keyup",s),document.addEventListener("keypress",a);function a(t){if(t.target.value!==0[0])return;if(e===document.activeElement)return;const n=String.fromCharCode(t.charCode);if(!r(n))return;e.focus(),t.preventDefault()}function r(t){const n=e.getAttribute("data-hotkeys")||"";return n.indexOf(t)>=0}function n(){e.removeEventListener("focus",n),e.required=!0,fetch(o).then(e=>e.json()).then(e=>{window.bookSearchIndex=new Fuse(e,i)}).then(()=>e.required=!1).then(s)}function s(){for(;t.firstChild;)t.removeChild(t.firstChild);if(!e.value)return;const n=window.bookSearchIndex.search(e.value).slice(0,10);n.forEach(function(e){const n=c("<li><a href></a><small></small></li>"),s=n.querySelector("a"),o=n.querySelector("small");s.href=e.item.href,s.textContent=e.item.title,o.textContent=e.item.section,t.appendChild(n)})}function c(e){const t=document.createElement("div");return t.innerHTML=e,t.firstChild}})()
|
||||||
@ -0,0 +1 @@
|
|||||||
|
"use strict";(function(){const o="/en.search-data.min.c1be138bab97e2310171d2a758e515622fdff2d1d7fdec73ce57070875df9677.json",i=Object.assign({cache:!0},{includeScore:!0,useExtendedSearch:!0,fieldNormWeight:1.5,threshold:.2,ignoreLocation:!0,keys:[{name:"title",weight:.7},{name:"content",weight:.3}]}),e=document.querySelector("#book-search-input"),t=document.querySelector("#book-search-results");if(!e)return;e.addEventListener("focus",n),e.addEventListener("keyup",s),document.addEventListener("keypress",a);function a(t){if(t.target.value!==0[0])return;if(e===document.activeElement)return;const n=String.fromCharCode(t.charCode);if(!r(n))return;e.focus(),t.preventDefault()}function r(t){const n=e.getAttribute("data-hotkeys")||"";return n.indexOf(t)>=0}function n(){e.removeEventListener("focus",n),e.required=!0,fetch(o).then(e=>e.json()).then(e=>{window.bookSearchIndex=new Fuse(e,i)}).then(()=>e.required=!1).then(s)}function s(){for(;t.firstChild;)t.removeChild(t.firstChild);if(!e.value)return;const n=window.bookSearchIndex.search(e.value).slice(0,10);n.forEach(function(e){const n=c("<li><a href></a><small></small></li>"),s=n.querySelector("a"),o=n.querySelector("small");s.href=e.item.href,s.textContent=e.item.title,o.textContent=e.item.section,t.appendChild(n)})}function c(e){const t=document.createElement("div");return t.innerHTML=e,t.firstChild}})()
|
||||||
BIN
site/public/favicon.png
Normal file
BIN
site/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 298 B |
1
site/public/favicon.svg
Normal file
1
site/public/favicon.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M300-80q-58 0-99-41t-41-99v-520q0-58 41-99t99-41h500v600q-25 0-42.5 17.5T740-220q0 25 17.5 42.5T800-160v80H300Zm-60-267q14-7 29-10t31-3h20v-440h-20q-25 0-42.5 17.5T240-740v393Zm160-13h320v-440H400v440Zm-160 13v-453 453Zm60 187h373q-6-14-9.5-28.5T660-220q0-16 3-31t10-29H300q-26 0-43 17.5T240-220q0 26 17 43t43 17Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 438 B |
9
site/public/fuse.min.js
vendored
Normal file
9
site/public/fuse.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
site/public/icons/menu.svg
Normal file
1
site/public/icons/menu.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M160-240q-17 0-28.5-11.5T120-280q0-17 11.5-28.5T160-320h640q17 0 28.5 11.5T840-280q0 17-11.5 28.5T800-240H160Zm0-200q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520h640q17 0 28.5 11.5T840-480q0 17-11.5 28.5T800-440H160Zm0-200q-17 0-28.5-11.5T120-680q0-17 11.5-28.5T160-720h640q17 0 28.5 11.5T840-680q0 17-11.5 28.5T800-640H160Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 451 B |
1
site/public/icons/toc.svg
Normal file
1
site/public/icons/toc.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M160-280q-17 0-28.5-11.5T120-320q0-17 11.5-28.5T160-360h480q17 0 28.5 11.5T680-320q0 17-11.5 28.5T640-280H160Zm0-160q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520h480q17 0 28.5 11.5T680-480q0 17-11.5 28.5T640-440H160Zm0-160q-17 0-28.5-11.5T120-640q0-17 11.5-28.5T160-680h480q17 0 28.5 11.5T680-640q0 17-11.5 28.5T640-600H160Zm640 320q-17 0-28.5-11.5T760-320q0-17 11.5-28.5T800-360q17 0 28.5 11.5T840-320q0 17-11.5 28.5T800-280Zm0-160q-17 0-28.5-11.5T760-480q0-17 11.5-28.5T800-520q17 0 28.5 11.5T840-480q0 17-11.5 28.5T800-440Zm0-160q-17 0-28.5-11.5T760-640q0-17 11.5-28.5T800-680q17 0 28.5 11.5T840-640q0 17-11.5 28.5T800-600Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 753 B |
330
site/public/index.html
Normal file
330
site/public/index.html
Normal file
@ -0,0 +1,330 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us" dir="ltr">
|
||||||
|
<head>
|
||||||
|
<meta name="generator" content="Hugo 0.150.0"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<!--
|
||||||
|
Made with Book Theme
|
||||||
|
https://github.com/alex-shpak/hugo-book
|
||||||
|
-->
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="Autodefense-Numerique# Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.
|
||||||
|
Apprendre l’autodéfense numérique# Ce guide à pour but de vous apprendre l’autodéfense numérique. Sa lecture peux se faire dans n’importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.
|
||||||
|
Il se destine cependant à des personnes pouvant faire la cible d’une surveillance de masse ainsi qu’individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d’alertes, militant·es politiques…
|
||||||
|
">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
|
||||||
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
|
||||||
|
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/">
|
||||||
|
<meta property="og:site_name" content="My New Hugo Site">
|
||||||
|
<meta property="og:title" content="Hello">
|
||||||
|
<meta property="og:description" content="Autodefense-Numerique# Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.
|
||||||
|
Apprendre l’autodéfense numérique# Ce guide à pour but de vous apprendre l’autodéfense numérique. Sa lecture peux se faire dans n’importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.
|
||||||
|
Il se destine cependant à des personnes pouvant faire la cible d’une surveillance de masse ainsi qu’individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d’alertes, militant·es politiques…">
|
||||||
|
<meta property="og:locale" content="en_us">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Hello">
|
||||||
|
<meta itemprop="description" content="Autodefense-Numerique# Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.
|
||||||
|
Apprendre l’autodéfense numérique# Ce guide à pour but de vous apprendre l’autodéfense numérique. Sa lecture peux se faire dans n’importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.
|
||||||
|
Il se destine cependant à des personnes pouvant faire la cible d’une surveillance de masse ainsi qu’individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d’alertes, militant·es politiques…">
|
||||||
|
<meta itemprop="wordCount" content="442">
|
||||||
|
|
||||||
|
<title>Hello | My New Hugo Site</title>
|
||||||
|
<link rel="icon" href="/favicon.png" >
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
<link rel="canonical" href="http://localhost:1313/">
|
||||||
|
<link rel="stylesheet" href="/book.min.cc2c524ed250aac81b23d1f4af87344917b325208841feca0968fe450f570575.css" integrity="sha256-zCxSTtJQqsgbI9H0r4c0SRezJSCIQf7KCWj+RQ9XBXU=" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|
||||||
|
<script defer src="/fuse.min.js"></script>
|
||||||
|
<script defer src="/en.search.min.1fc96e0e6e970f77249d709bd97e5b6ad5464f45a95589a95aff1ee087162341.js" integrity="sha256-H8luDm6XD3cknXCb2X5batVGT0WpVYmpWv8e4IcWI0E=" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313/index.xml" title="My New Hugo Site" />
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body dir="ltr" class="book-kind-home book-type-page">
|
||||||
|
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||||
|
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||||
|
<main class="container flex">
|
||||||
|
|
||||||
|
<aside class="book-menu">
|
||||||
|
<div class="book-menu-content">
|
||||||
|
|
||||||
|
<nav>
|
||||||
|
<h2 class="book-brand">
|
||||||
|
<a class="flex align-center" href="/"><span>My New Hugo Site</span>
|
||||||
|
</a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-search hidden">
|
||||||
|
<input id="book-search-input" type="text"
|
||||||
|
placeholder="Search"
|
||||||
|
aria-label="Search"
|
||||||
|
maxlength="64" data-hotkeys="s/" />
|
||||||
|
<div class="book-search-spinner hidden"></div>
|
||||||
|
<ul id="book-search-results"></ul>
|
||||||
|
</div>
|
||||||
|
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-page">
|
||||||
|
<header class="book-header hidden">
|
||||||
|
|
||||||
|
<div class="flex align-center justify-between">
|
||||||
|
<label for="menu-control">
|
||||||
|
<img src="/icons/menu.svg" class="book-icon" alt="Menu" />
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<h3>Hello</h3>
|
||||||
|
|
||||||
|
<label for="toc-control">
|
||||||
|
|
||||||
|
<img src="/icons/toc.svg" class="book-icon" alt="Table of Contents" />
|
||||||
|
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<aside class="hidden">
|
||||||
|
|
||||||
|
|
||||||
|
<nav id="TableOfContents">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#apprendre-lautodéfense-numérique">Apprendre l’autodéfense numérique</a></li>
|
||||||
|
<li><a href="#sommaire">Sommaire</a></li>
|
||||||
|
<li><a href="#brochure">Brochure</a></li>
|
||||||
|
<li><a href="#contribuer">Contribuer</a></li>
|
||||||
|
<li><a href="#auteurices">Auteurices</a></li>
|
||||||
|
<li><a href="#licence">Licence</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="markdown book-article"><h1 id="autodefense-numerique">Autodefense-Numerique<a class="anchor" href="#autodefense-numerique">#</a></h1>
|
||||||
|
<blockquote class='book-hint '>
|
||||||
|
<p>Autodéfense Numérique : ensemble des savoirs, des pratiques et des outils à utiliser pour assurer sa protection dans un contexte numérique.</p></blockquote><h2 id="apprendre-lautodéfense-numérique">Apprendre l’autodéfense numérique<a class="anchor" href="#apprendre-lautod%c3%a9fense-num%c3%a9rique">#</a></h2>
|
||||||
|
<p>Ce guide à pour but de vous apprendre l’autodéfense numérique. Sa lecture peux se faire dans n’importe quel ordre, quelques soit vos savoir en informatique, et quelque soit le contexte.</p>
|
||||||
|
<p>Il se destine cependant à des personnes pouvant faire la cible d’une surveillance de masse ainsi qu’individuelle. Je pense notamment aux journalistes, lanceurs et lanceuses d’alertes, militant·es politiques…</p>
|
||||||
|
<p>Il ne cherche pas à être une référence complète ni infaillible. Prenez tout ce que vous lirez dans ce livre avec du recul, et informez-vous également par d’autres sources.</p>
|
||||||
|
<p>Il est accompagné par des exercices pratiques, à réaliser seul·e ou dans le cadre d’un atelier d’autoformation en autodéfense numérique. Vous les trouverez à la fin de chaque chapitre. De l’aide est fournie pour chaque exercice.</p>
|
||||||
|
<p>En plus, vu la nature du livre - écrit collaborativement en ligne -, ainsi que les changements rapides des technologies, il est amené à évoluer au fil du temps.</p>
|
||||||
|
<p>Je vous encourage fortement à creuser la page des <a href="Liens.md">Liens</a> où je consigne beaucoup d’informations diverses et utiles, notamment des <a href="Liens.md#guides-complets">Guides Complets.</a></p>
|
||||||
|
<h2 id="sommaire">Sommaire<a class="anchor" href="#sommaire">#</a></h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="Chapitre_0.md"><strong>Chapitre 0</strong></a> : Contexte et avant-propos</li>
|
||||||
|
<li><a href="Chapitre_1.md"><strong>Chapitre 1</strong> </a>: Les menaces & leurs moyens
|
||||||
|
<ul>
|
||||||
|
<li>À qui as-t-on affaire ?</li>
|
||||||
|
<li>Qu’avons-nous à protéger ?</li>
|
||||||
|
<li>Quels sont nos moyens ?</li>
|
||||||
|
<li>Que se passe-t-il si on échoue ?</li>
|
||||||
|
<li>Exercice : définir son modèle de menace.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="Chapitre_2.md"><strong>Chapitre 2</strong></a> : Les données personnelles
|
||||||
|
<ul>
|
||||||
|
<li>Naviger sur le web</li>
|
||||||
|
<li>Échapper aux GAFAMs</li>
|
||||||
|
<li>TOR & VPNs</li>
|
||||||
|
<li>Install Linux</li>
|
||||||
|
<li>Et les smartphones ?</li>
|
||||||
|
<li>Exercice : Sécuriser ses appareils</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="Chapitre_3.md"><strong>Chapitre 3</strong></a> : Décentraliser internet
|
||||||
|
<ul>
|
||||||
|
<li>Comment fonctionne Internet ?</li>
|
||||||
|
<li>Pourquoi la décentralisation ?</li>
|
||||||
|
<li>Comment décentraliser ?</li>
|
||||||
|
<li>Exercice : Faire la migration de ses données</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="Chapitre_4.md"><strong>Chapitre 4</strong></a> : Face à Big Brother
|
||||||
|
<ul>
|
||||||
|
<li>Depuis Snowden</li>
|
||||||
|
<li>Rappels sur le modèle de menace</li>
|
||||||
|
<li>Une lutte collective</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="Chapitre_5.md"><strong>Chapitre 5</strong></a> : Disparaître
|
||||||
|
<ul>
|
||||||
|
<li>Est-il possible de disparaître ?</li>
|
||||||
|
<li>Pourquoi disparaître ?</li>
|
||||||
|
<li>Disparaissons.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="Organisation.md">Organiser un atelier d’autodéfense numérique.</a></li>
|
||||||
|
<li><a href="Alternatives.md">Liste d’alternatives numérique.</a></li>
|
||||||
|
<li><a href="Liens.md">Liens</a></li>
|
||||||
|
<li><a href="Veille/Veille.md">Veille</a>
|
||||||
|
<ul>
|
||||||
|
<li>Il existe aussi des PDFs et des brochures dans le dossier <a href="Veille/">Veille</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Remerciments</li>
|
||||||
|
</ul>
|
||||||
|
<hr>
|
||||||
|
<h2 id="brochure">Brochure<a class="anchor" href="#brochure">#</a></h2>
|
||||||
|
<p><em>C’est en cours, la brochure n’est pas encore disponible</em></p>
|
||||||
|
<p>Ce guide est disponible en <a href="Brochure/Autodefense_Num%c3%a9rique_2020-06-29.pdf">une brochure</a>, imprimez-là, et distribuez-là !</p>
|
||||||
|
<p>Si la version que vous avez n’est plus à jour, vous pouvez en généré une toute fraîche en exécutant le script <code>brochure.sh</code> sous Linux. Voir <a href="Brochure/generer_une_brochure.md">comment générer une brochure ?</a></p>
|
||||||
|
<h2 id="contribuer">Contribuer<a class="anchor" href="#contribuer">#</a></h2>
|
||||||
|
<p>Vous pouvez émettre vos critiques, vos remarques et ajouter des parties qui paraissent intéressante à ce livre !</p>
|
||||||
|
<p>Si vous voulez contribuer grâce à cette plateforme, vous pouvez directement ouvrir un requête dans l’interface.</p>
|
||||||
|
<p>Sinon, vous pouvez envoyer un email.</p>
|
||||||
|
<h2 id="auteurices">Auteurices<a class="anchor" href="#auteurices">#</a></h2>
|
||||||
|
<h2 id="licence">Licence<a class="anchor" href="#licence">#</a></h2>
|
||||||
|
<p>CC-NC-BY</p>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<footer class="book-footer">
|
||||||
|
|
||||||
|
<div class="flex flex-wrap justify-between">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="book-comments">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
|
||||||
|
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<aside class="book-toc">
|
||||||
|
<div class="book-toc-content">
|
||||||
|
|
||||||
|
|
||||||
|
<nav id="TableOfContents">
|
||||||
|
<ul>
|
||||||
|
<li><a href="#apprendre-lautodéfense-numérique">Apprendre l’autodéfense numérique</a></li>
|
||||||
|
<li><a href="#sommaire">Sommaire</a></li>
|
||||||
|
<li><a href="#brochure">Brochure</a></li>
|
||||||
|
<li><a href="#contribuer">Contribuer</a></li>
|
||||||
|
<li><a href="#auteurices">Auteurices</a></li>
|
||||||
|
<li><a href="#licence">Licence</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
18
site/public/index.xml
Normal file
18
site/public/index.xml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Hello on My New Hugo Site</title>
|
||||||
|
<link>http://localhost:1313/</link>
|
||||||
|
<description>Recent content in Hello on My New Hugo Site</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>Index</title>
|
||||||
|
<link>http://localhost:1313/docs/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
<guid>http://localhost:1313/docs/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
1
site/public/katex/auto-render.min.js
vendored
Normal file
1
site/public/katex/auto-render.min.js
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,(function(e){return function(){"use strict";var t={757:function(t){t.exports=e}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={exports:{}};return t[e](i,i.exports,r),i.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)};var o={};r.d(o,{default:function(){return p}});var i=r(757),a=r.n(i);const l=function(e,t,n){let r=n,o=0;const i=e.length;for(;r<t.length;){const n=t[r];if(o<=0&&t.slice(r,r+i)===e)return r;"\\"===n?r++:"{"===n?o++:"}"===n&&o--,r++}return-1},s=/^\\begin{/;var d=function(e,t){let n;const r=[],o=new RegExp("("+t.map((e=>e.left.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"))).join("|")+")");for(;n=e.search(o),-1!==n;){n>0&&(r.push({type:"text",data:e.slice(0,n)}),e=e.slice(n));const o=t.findIndex((t=>e.startsWith(t.left)));if(n=l(t[o].right,e,t[o].left.length),-1===n)break;const i=e.slice(0,n+t[o].right.length),a=s.test(i)?i:e.slice(t[o].left.length,n);r.push({type:"math",data:a,rawData:i,display:t[o].display}),e=e.slice(n+t[o].right.length)}return""!==e&&r.push({type:"text",data:e}),r};const c=function(e,t){const n=d(e,t.delimiters);if(1===n.length&&"text"===n[0].type)return null;const r=document.createDocumentFragment();for(let e=0;e<n.length;e++)if("text"===n[e].type)r.appendChild(document.createTextNode(n[e].data));else{const o=document.createElement("span");let i=n[e].data;t.displayMode=n[e].display;try{t.preProcess&&(i=t.preProcess(i)),a().render(i,o,t)}catch(o){if(!(o instanceof a().ParseError))throw o;t.errorCallback("KaTeX auto-render: Failed to parse `"+n[e].data+"` with ",o),r.appendChild(document.createTextNode(n[e].rawData));continue}r.appendChild(o)}return r},f=function(e,t){for(let n=0;n<e.childNodes.length;n++){const r=e.childNodes[n];if(3===r.nodeType){let o=r.textContent,i=r.nextSibling,a=0;for(;i&&i.nodeType===Node.TEXT_NODE;)o+=i.textContent,i=i.nextSibling,a++;const l=c(o,t);if(l){for(let e=0;e<a;e++)r.nextSibling.remove();n+=l.childNodes.length-1,e.replaceChild(l,r)}else n+=a}else if(1===r.nodeType){const e=" "+r.className+" ";-1===t.ignoredTags.indexOf(r.nodeName.toLowerCase())&&t.ignoredClasses.every((t=>-1===e.indexOf(" "+t+" ")))&&f(r,t)}}};var p=function(e,t){if(!e)throw new Error("No element provided to render");const n={};for(const e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);n.delimiters=n.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\begin{equation}",right:"\\end{equation}",display:!0},{left:"\\begin{align}",right:"\\end{align}",display:!0},{left:"\\begin{alignat}",right:"\\end{alignat}",display:!0},{left:"\\begin{gather}",right:"\\end{gather}",display:!0},{left:"\\begin{CD}",right:"\\end{CD}",display:!0},{left:"\\[",right:"\\]",display:!0}],n.ignoredTags=n.ignoredTags||["script","noscript","style","textarea","pre","code","option"],n.ignoredClasses=n.ignoredClasses||[],n.errorCallback=n.errorCallback||console.error,n.macros=n.macros||{},f(e,n)};return o=o.default}()}));
|
||||||
BIN
site/public/katex/fonts/KaTeX_AMS-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_AMS-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_AMS-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_AMS-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_AMS-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_AMS-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Bold.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Bold.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Bold.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Bold.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Bold.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Bold.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Caligraphic-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Fraktur-Bold.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Fraktur-Bold.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Fraktur-Bold.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Fraktur-Bold.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Fraktur-Bold.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Fraktur-Bold.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Fraktur-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Fraktur-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Fraktur-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Fraktur-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Fraktur-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Fraktur-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Bold.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Bold.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Bold.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Bold.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Bold.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Bold.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-BoldItalic.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-BoldItalic.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-BoldItalic.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-BoldItalic.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Italic.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Italic.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Italic.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Italic.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Italic.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Italic.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Main-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Main-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Math-BoldItalic.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Math-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Math-BoldItalic.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Math-BoldItalic.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Math-BoldItalic.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Math-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Math-Italic.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Math-Italic.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Math-Italic.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Math-Italic.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Math-Italic.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Math-Italic.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Bold.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Bold.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Bold.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Bold.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Bold.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Bold.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Italic.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Italic.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Italic.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Italic.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Italic.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Italic.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_SansSerif-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_SansSerif-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Script-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Script-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Script-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Script-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Script-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Script-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size1-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Size1-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size1-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Size1-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size1-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Size1-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size2-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Size2-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size2-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Size2-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size2-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Size2-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size3-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Size3-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size3-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Size3-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size3-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Size3-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size4-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Size4-Regular.ttf
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size4-Regular.woff
Normal file
BIN
site/public/katex/fonts/KaTeX_Size4-Regular.woff
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Size4-Regular.woff2
Normal file
BIN
site/public/katex/fonts/KaTeX_Size4-Regular.woff2
Normal file
Binary file not shown.
BIN
site/public/katex/fonts/KaTeX_Typewriter-Regular.ttf
Normal file
BIN
site/public/katex/fonts/KaTeX_Typewriter-Regular.ttf
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user