mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-03-22 12:43:24 +01:00
Compare commits
21 Commits
313-tamper
...
v1.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11017bcecc | ||
|
|
de373580d5 | ||
|
|
6c17236c66 | ||
|
|
de49720f7b | ||
|
|
8da97cfed9 | ||
|
|
3c0a8ca6e1 | ||
|
|
a354bfec77 | ||
|
|
4ee27b1dae | ||
|
|
17cc1f7e31 | ||
|
|
394ef1eb85 | ||
|
|
217852c7d0 | ||
|
|
6443145b12 | ||
|
|
486fc8b61d | ||
|
|
ef183e2852 | ||
|
|
061d1a544a | ||
|
|
2abc03f8bb | ||
|
|
4162aa5f50 | ||
|
|
bc4fea42a4 | ||
|
|
57698e248d | ||
|
|
c23dd99036 | ||
|
|
1273f7acc8 |
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,7 +1,21 @@
|
|||||||
|
# Author.: Anonymous Planet
|
||||||
|
# License.: CC BY-NC 4.0
|
||||||
|
|
||||||
# Minimize global Ruby .gitignore
|
# Minimize global Ruby .gitignore
|
||||||
_site/
|
_site/
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
.jekyll-cache/
|
.jekyll-cache/
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
.bundle/
|
.bundle/
|
||||||
|
.cache/
|
||||||
vendor/
|
vendor/
|
||||||
|
Gemfile*
|
||||||
|
|
||||||
|
# Artifact from PDF tests
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Linters
|
||||||
|
megalinter-reports/
|
||||||
|
|
||||||
|
# CZ
|
||||||
|
.cz.toml
|
||||||
|
|||||||
24
.pre-commit-config.yaml
Normal file
24
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
repos:
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.6.0
|
||||||
|
hooks:
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
name: All files must end with an empty line
|
||||||
|
- id: mixed-line-ending
|
||||||
|
name: Fix mixed line endings in files (x-platform)
|
||||||
|
args: [--fix=lf]
|
||||||
|
- id: trailing-whitespace
|
||||||
|
name: Fix trailing space (ignore MD code)
|
||||||
|
args: [--markdown-linebreak-ext=md]
|
||||||
|
|
||||||
|
- repo: https://github.com/commitizen-tools/commitizen
|
||||||
|
rev: v3.28.0
|
||||||
|
hooks:
|
||||||
|
- id: commitizen
|
||||||
|
name: commitizen check
|
||||||
|
description: >
|
||||||
|
Check whether the current commit message follows committing rules. Allow
|
||||||
|
empty commit messages by default, because they typically indicate to Git
|
||||||
|
that the commit should be aborted.
|
||||||
|
entry: cz check
|
||||||
|
stages: [commit-msg]
|
||||||
1778
CHANGELOG.md
1778
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -1,31 +1,32 @@
|
|||||||
PGP/GPG key ID `7DFFD7471FB76E2A8ABBBCDDD769B3749E933B8A` is no longer active
|
PGP/GPG key ID `7DFFD7471FB76E2A8ABBBCDDD769B3749E933B8A` is no longer active
|
||||||
PGP/GPG key ID `42FF35DB9DE7C088AB0FD4A70C216A52F6DF4920` is no longer active
|
PGP/GPG key ID `42FF35DB9DE7C088AB0FD4A70C216A52F6DF4920` is no longer active
|
||||||
|
PGP/GPG key ID `9EA98278639F1CD853E096CBFF94507587A6A9B9` is no longer active
|
||||||
This project now uses separate master, release signing, and email keys.
|
|
||||||
|
This project now uses separate master, release signing, and email keys.
|
||||||
Current master key fingerprint: `9EA98278639F1CD853E096CBFF94507587A6A9B9`
|
|
||||||
Current release key fingerprint: `83A6CF9EF57AC25B5C7F5D29285E6048A12321B2`
|
Current master key fingerprint: `9FA5436D0EE360985157382517ECA05F768DEDF6`
|
||||||
Current email key fingerprint: `B6D1757632A280F99F2DCBFDB9AB9D93AFF05B9C`
|
Current release key fingerprint: `C3023DBEA3FB38C438BA1EEDCEC60AEDE8B992A2`
|
||||||
|
Current email key fingerprint: `FCBD2CABDEFD1FBA2E9E7591A1A82CD2DD2CF890`
|
||||||
The email and release keys should be signed by the master key.
|
|
||||||
The master key takes precedence over all other project keys.
|
The email and release keys should be signed by the master key.
|
||||||
------------------------------------------------------------------------------------
|
The master key takes precedence over all other project keys.
|
||||||
Minisign key
|
------------------------------------------------------------------------------------
|
||||||
```
|
Minisign key
|
||||||
untrusted comment: minisign public key 902835EC74825934
|
```
|
||||||
RWQ0WYJ07DUokK8V/6LNJ9bf/O/QM9k4FSlDmzgEeXm7lEpw3ecYjXDM
|
untrusted comment: minisign public key 902835EC74825934
|
||||||
```
|
RWQ0WYJ07DUokK8V/6LNJ9bf/O/QM9k4FSlDmzgEeXm7lEpw3ecYjXDM
|
||||||
is no longer active
|
```
|
||||||
|
is no longer active
|
||||||
Use
|
|
||||||
```
|
Use
|
||||||
untrusted comment: minisign public key FE6A09A3AF18F7A7
|
```
|
||||||
RWSn9xivowlq/ihAzclDBxhCxbYz4bLkC8E645lHgSUlQNlDvoTxO5Fv
|
untrusted comment: minisign public key FE6A09A3AF18F7A7
|
||||||
```
|
RWSn9xivowlq/ihAzclDBxhCxbYz4bLkC8E645lHgSUlQNlDvoTxO5Fv
|
||||||
instead
|
```
|
||||||
|
instead
|
||||||
Files signed using this key pair can be verified with the following command:
|
|
||||||
|
Files signed using this key pair can be verified with the following command:
|
||||||
```
|
|
||||||
minisign -Vm <file> -P RWSn9xivowlq/ihAzclDBxhCxbYz4bLkC8E645lHgSUlQNlDvoTxO5Fv
|
```
|
||||||
```
|
minisign -Vm <file> -P RWSn9xivowlq/ihAzclDBxhCxbYz4bLkC8E645lHgSUlQNlDvoTxO5Fv
|
||||||
|
```
|
||||||
|
|||||||
92
Makefile
92
Makefile
@@ -1,4 +1,90 @@
|
|||||||
guide: clean
|
#! /bin/bash -m
|
||||||
./make.sh
|
|
||||||
|
# Author.: Anonymous Planet
|
||||||
|
# License.: CC BY-NC 4.0
|
||||||
|
|
||||||
|
# Setup shell
|
||||||
|
# https://github.com/QubesOS/qubes-issues/issues/8343
|
||||||
|
# if the default shell ($SHELL) is zsh, else use bash
|
||||||
|
|
||||||
|
ifneq ($(shell echo $$SHELL | grep -q 'zsh' && echo zsh), zsh)
|
||||||
|
SHELL := /bin/bash # using standard shell
|
||||||
|
else
|
||||||
|
SHELL := /bin/zsh # else use zsh (Whonix)
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifneq ($(shell which safe-rm), /usr/bin/safe-rm)
|
||||||
|
RM := /usr/bin/rm # using standard rm
|
||||||
|
else
|
||||||
|
RM := /usr/share/safe-rm/bin/rm # else use safe rm
|
||||||
|
endif
|
||||||
|
|
||||||
|
# Paths
|
||||||
|
|
||||||
|
BUILD_DIR := ./export
|
||||||
|
PANDOC=/usr/bin/pandoc
|
||||||
|
PANDOC_OPTIONS=--smart --standalone
|
||||||
|
|
||||||
|
SOURCE_DOCS := $(wildcard *.md)
|
||||||
|
|
||||||
|
# converts: e.g., verify.md -> verify.html
|
||||||
|
EXPORTED_DOCS=\
|
||||||
|
$(SOURCE_DOCS:.md=.html) \
|
||||||
|
$(SOURCE_DOCS:.md=.pdf) \
|
||||||
|
$(SOURCE_DOCS:.md=.docx) \
|
||||||
|
$(SOURCE_DOCS:.md=.rtf) \
|
||||||
|
$(SOURCE_DOCS:.md=.odt) \
|
||||||
|
$(SOURCE_DOCS:.md=.epub)
|
||||||
|
|
||||||
|
PANDOC=/usr/bin/pandoc
|
||||||
|
|
||||||
|
PANDOC_OPTIONS=--standalone --metadata title="The Hitchhiker's Guide to Online Anonymity" -t context
|
||||||
|
|
||||||
|
PANDOC_HTML_OPTIONS=--to html5
|
||||||
|
PANDOC_PDF_OPTIONS=
|
||||||
|
PANDOC_DOCX_OPTIONS=
|
||||||
|
PANDOC_RTF_OPTIONS=
|
||||||
|
PANDOC_ODT_OPTIONS=
|
||||||
|
PANDOC_EPUB_OPTIONS=--to epub3
|
||||||
|
|
||||||
|
# TODO: Makefile flags
|
||||||
|
|
||||||
|
.PHONY: clean sigs docs
|
||||||
|
|
||||||
|
# target: cleanup
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
./clean.sh
|
-$(RM) -drf $(BUILD_DIR)/*
|
||||||
|
-$(RM) -rf *sum*
|
||||||
|
-$(RM) -rf *.md.asc
|
||||||
|
-$(RM) -rf *.txt.asc
|
||||||
|
-$(RM) -rf *.md.minisig
|
||||||
|
-$(RM) -rf *.txt.minisig
|
||||||
|
-$(RM) -f $(EXPORTED_DOCS)
|
||||||
|
|
||||||
|
# target: signatures
|
||||||
|
|
||||||
|
sigs:
|
||||||
|
mkdir -p export
|
||||||
|
./sigs.sh
|
||||||
|
|
||||||
|
# target: documentation
|
||||||
|
|
||||||
|
docs:
|
||||||
|
%.html : %.md
|
||||||
|
$(PANDOC) $(PANDOC_OPTIONS) $(PANDOC_HTML_OPTIONS) -o $@ $<
|
||||||
|
|
||||||
|
%.pdf : %.md
|
||||||
|
$(PANDOC) $(PANDOC_OPTIONS) $(PANDOC_PDF_OPTIONS) -o $@ $<
|
||||||
|
|
||||||
|
%.docx : %.md
|
||||||
|
$(PANDOC) $(PANDOC_OPTIONS) $(PANDOC_DOCX_OPTIONS) -o $@ $<
|
||||||
|
|
||||||
|
%.rtf : %.md
|
||||||
|
$(PANDOC) $(PANDOC_OPTIONS) $(PANDOC_RTF_OPTIONS) -o $@ $<
|
||||||
|
|
||||||
|
%.odt : %.md
|
||||||
|
$(PANDOC) $(PANDOC_OPTIONS) $(PANDOC_ODT_OPTIONS) -o $@ $<
|
||||||
|
|
||||||
|
%.epub : %.md
|
||||||
|
$(PANDOC) $(PANDOC_OPTIONS) $(PANDOC_EPUB_OPTIONS) -o $@ $<
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -12,10 +12,10 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und
|
|||||||
- [In your browser](guide.html)
|
- [In your browser](guide.html)
|
||||||
- [PDF](export/guide.pdf)
|
- [PDF](export/guide.pdf)
|
||||||
- [OpenDocument (ODT)](export/guide.odt)
|
- [OpenDocument (ODT)](export/guide.odt)
|
||||||
- Raw [Markdown](https://github.com/Anon-Planet/thgtoa/raw/master/guide.md) text.
|
- Raw [Markdown](https://raw.githubusercontent.com/Anon-Planet/thgtoa/main/guide.md).
|
||||||
|
|
||||||
Mirrors:
|
Mirrors:
|
||||||
- Tor Onion Mirror: <http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion/>
|
- Tor Onion Mirror: <http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/>
|
||||||
|
|
||||||
The guide and all the files are also readily available on Archive.org and Archive.today:
|
The guide and all the files are also readily available on Archive.org and Archive.today:
|
||||||
|
|
||||||
@@ -40,9 +40,9 @@ Feel free to submit issues using Github Issues with the repository link above. C
|
|||||||
Follow or contact us on:
|
Follow or contact us on:
|
||||||
|
|
||||||
Discussion Channels:
|
Discussion Channels:
|
||||||
- Matrix room: ```#anonymity:matrix.org``` <https://matrix.to/#/#anonymity:matrix.org>
|
- Matrix room: `#anonymity:matrix.org` <https://matrix.to/#/#anonymity:matrix.org>
|
||||||
- Matrix space: ```#privacy-security-anonymity:matrix.org``` <https://matrix.to/#/#privacy-security-anonymity:matrix.org>
|
- Matrix space: `#privacy-security-anonymity:matrix.org` <https://matrix.to/#/#privacy-security-anonymity:matrix.org>
|
||||||
- Twitter at https://twitter.com/AnonyPla
|
- Twitter at https://twitter.com/AnonyPla
|
||||||
- Mastodon at https://mastodon.social/@anonymousplanet
|
- Mastodon at https://mastodon.social/@anonymousplanet
|
||||||
|
|
||||||
Have a good read and feel free to share and/or recommend it!
|
Have a good read and feel free to share and/or recommend it!
|
||||||
|
|||||||
119
_config.yml
119
_config.yml
@@ -1,59 +1,60 @@
|
|||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
kramdown:
|
kramdown:
|
||||||
hard_wrap: false
|
hard_wrap: false
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-relative-links
|
- jekyll-relative-links
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
relative_links:
|
relative_links:
|
||||||
enabled: true
|
enabled: true
|
||||||
collections: true
|
collections: true
|
||||||
title: The Hitchhiker's Guide to Online Anonymity
|
title: The Hitchhiker's Guide to Online Anonymity
|
||||||
description: The Hitchhiker's Guide to Online Anonymity
|
description: The Hitchhiker's Guide to Online Anonymity
|
||||||
tagline: The Hitchhiker's Guide to Online Anonymity
|
tagline: The Hitchhiker's Guide to Online Anonymity
|
||||||
author: AnonymousPlanet
|
author: AnonymousPlanet
|
||||||
theme: jekyll-theme-hacker
|
theme: jekyll-theme-hacker
|
||||||
github:
|
github:
|
||||||
home_url: index.html
|
home_url: index.html
|
||||||
pdf_url: export/guide.pdf
|
pdf_url: export/guide.pdf
|
||||||
odt_url: export/guide.odt
|
odt_url: export/guide.odt
|
||||||
guide_url: guide.html
|
guide_url: guide.html
|
||||||
donations_url: donations.html
|
donations_url: donations.html
|
||||||
changelog_url: CHANGELOG.html
|
changelog_url: CHANGELOG.html
|
||||||
license_url: LICENSE.html
|
license_url: LICENSE.html
|
||||||
about_url: about.html
|
about_url: about.html
|
||||||
minisign_url: minisign.pub
|
version: v1.2.0
|
||||||
links_url: links.html
|
minisign_url: minisign.pub
|
||||||
twitter_url: https://anonymousplanet.org/twitter.html
|
links_url: links.html
|
||||||
mastodon_url: https://mastodon.social/@anonymousplanet
|
twitter_url: twitter.html
|
||||||
constitution_url: constitution.html
|
mastodon_url: https://mastodon.social/@anonymousplanet
|
||||||
# tor_mirror_url: http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion
|
constitution_url: constitution.html
|
||||||
defaults:
|
tor_mirror_url: http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion
|
||||||
-
|
defaults:
|
||||||
scope:
|
-
|
||||||
path: ""
|
scope:
|
||||||
values:
|
path: ""
|
||||||
layout: default
|
values:
|
||||||
sitemap: true
|
layout: default
|
||||||
locale: "en-US"
|
sitemap: true
|
||||||
author:
|
locale: "en-US"
|
||||||
name: AnonymousPlanet
|
author:
|
||||||
twitter: AnonyPla
|
name: AnonymousPlanet
|
||||||
social:
|
twitter: AnonyPla
|
||||||
name: AnonymousPlanet
|
social:
|
||||||
links:
|
name: AnonymousPlanet
|
||||||
- https://twitter.com/AnonyPla
|
links:
|
||||||
- https://github.com/Anon-Planet
|
- https://twitter.com/AnonyPla
|
||||||
- https://matrix.to/#/#privacy-security-anonymity:matrix.org
|
- https://github.com/Anon-Planet
|
||||||
- https://mastodon.social/@anonymousplanet
|
- https://matrix.to/#/#privacy-security-anonymity:matrix.org
|
||||||
exclude:
|
- https://mastodon.social/@anonymousplanet
|
||||||
- Gemfile
|
exclude:
|
||||||
- Gemfile.lock
|
- Gemfile
|
||||||
- .github
|
- Gemfile.lock
|
||||||
- .gitignore
|
- .github
|
||||||
include:
|
- .gitignore
|
||||||
- LICENSE.md
|
include:
|
||||||
- about.md
|
- LICENSE.md
|
||||||
- legacy.md
|
- about.md
|
||||||
- briar.md
|
- legacy.md
|
||||||
- .well-known
|
- briar.md
|
||||||
|
- .well-known
|
||||||
|
|||||||
@@ -1,197 +1,196 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ site.lang | default: "en-US" }}">
|
<html lang="{{ site.lang | default: "en-US" }}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<!-- Offline -->
|
<meta http-equiv="onion-location" content="{{ site.github.tor_mirror_url }}{{ page.url }}" />
|
||||||
<!-- <meta http-equiv="onion-location" content="{{ site.github.tor_mirror_url }}{{ page.url }}" /> -->
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'">
|
||||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'">
|
<meta http-equiv=”X-XSS-Protection” content=”1">
|
||||||
<meta http-equiv=”X-XSS-Protection” content=”1">
|
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>
|
||||||
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>
|
<meta name="referrer" content="no-referrer">
|
||||||
<meta name="referrer" content="no-referrer">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<link rel="stylesheet" href="{{ 'assets/css/style.css' }}" id="dark">
|
||||||
<link rel="stylesheet" href="{{ 'assets/css/style.css' }}" id="dark">
|
<link rel="stylesheet" href="{{ 'assets/css/light_style.css' }}" media="none" id="light">
|
||||||
<link rel="stylesheet" href="{{ 'assets/css/light_style.css' }}" media="none" id="light">
|
<link rel="shortcut icon" type="image/x-icon" href="media/favicon.ico">
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="media/favicon.ico">
|
<script>
|
||||||
<script>
|
function SetDark() {
|
||||||
function SetDark() {
|
document.getElementById('dark').media = "";
|
||||||
document.getElementById('dark').media = "";
|
document.getElementById('light').media = "none";
|
||||||
document.getElementById('light').media = "none";
|
themeicon.innerHTML = '<svg height="24px" viewBox="0 0 24 24" width="24px" fill="#FFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/></svg>';
|
||||||
themeicon.innerHTML = '<svg height="24px" viewBox="0 0 24 24" width="24px" fill="#FFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/></svg>';
|
}
|
||||||
}
|
|
||||||
|
function SetLight() {
|
||||||
function SetLight() {
|
document.getElementById('light').media = "";
|
||||||
document.getElementById('light').media = "";
|
document.getElementById('dark').media = "none";
|
||||||
document.getElementById('dark').media = "none";
|
themeicon.innerHTML = '<svg enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><rect fill="none" height="24" width="24"/><path d="M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36c-0.98,1.37-2.58,2.26-4.4,2.26 c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"/></svg>';
|
||||||
themeicon.innerHTML = '<svg enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><rect fill="none" height="24" width="24"/><path d="M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36c-0.98,1.37-2.58,2.26-4.4,2.26 c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"/></svg>';
|
}
|
||||||
}
|
|
||||||
|
window.addEventListener('load',
|
||||||
window.addEventListener('load',
|
function() {
|
||||||
function() {
|
if (window.matchMedia("(prefers-color-scheme: dark)").matches) {
|
||||||
if (window.matchMedia("(prefers-color-scheme: dark)").matches) {
|
if (localStorage.getItem("theme") == "light") {
|
||||||
if (localStorage.getItem("theme") == "light") {
|
SetLight();
|
||||||
SetLight();
|
document.getElementById('switch').checked = true;
|
||||||
document.getElementById('switch').checked = true;
|
} else {
|
||||||
} else {
|
SetDark();
|
||||||
SetDark();
|
document.getElementById('switch').checked = false;
|
||||||
document.getElementById('switch').checked = false;
|
}
|
||||||
}
|
} else if (window.matchMedia("(prefers-color-scheme: light)").matches) {
|
||||||
} else if (window.matchMedia("(prefers-color-scheme: light)").matches) {
|
if (localStorage.getItem("theme") == "dark") {
|
||||||
if (localStorage.getItem("theme") == "dark") {
|
SetDark();
|
||||||
SetDark();
|
document.getElementById('switch').checked = false;
|
||||||
document.getElementById('switch').checked = false;
|
} else {
|
||||||
} else {
|
SetLight();
|
||||||
SetLight();
|
document.getElementById('switch').checked = true;
|
||||||
document.getElementById('switch').checked = true;
|
}
|
||||||
}
|
} else {
|
||||||
} else {
|
SetDark();
|
||||||
SetDark();
|
document.getElementById('switch').checked = false;
|
||||||
document.getElementById('switch').checked = false;
|
}
|
||||||
}
|
}, false);
|
||||||
}, false);
|
|
||||||
|
function switch_theme(state) {
|
||||||
function switch_theme(state) {
|
if (state) {
|
||||||
if (state) {
|
SetLight();
|
||||||
SetLight();
|
localStorage.setItem("theme", "light");
|
||||||
localStorage.setItem("theme", "light");
|
} else {
|
||||||
} else {
|
SetDark();
|
||||||
SetDark();
|
localStorage.setItem("theme", "dark");
|
||||||
localStorage.setItem("theme", "dark");
|
}
|
||||||
}
|
};
|
||||||
};
|
</script>
|
||||||
</script>
|
<style>
|
||||||
<style>
|
.theme-switch-wrapper {
|
||||||
.theme-switch-wrapper {
|
display: inline-block;
|
||||||
display: inline-block;
|
z-index: 100;
|
||||||
z-index: 100;
|
position: absolute;
|
||||||
position: absolute;
|
right: 0;
|
||||||
right: 0;
|
top: -10px;
|
||||||
top: -10px;
|
}
|
||||||
}
|
|
||||||
|
.jswarning {
|
||||||
.jswarning {
|
display: inline-block;
|
||||||
display: inline-block;
|
border: 1px solid green;
|
||||||
border: 1px solid green;
|
}
|
||||||
}
|
|
||||||
|
.theme-switch-wrapper span {
|
||||||
.theme-switch-wrapper span {
|
margin-right: 2px;
|
||||||
margin-right: 2px;
|
}
|
||||||
}
|
|
||||||
|
.theme-switch {
|
||||||
.theme-switch {
|
display: inline-block;
|
||||||
display: inline-block;
|
height: 25px;
|
||||||
height: 25px;
|
position: relative;
|
||||||
position: relative;
|
width: 40px;
|
||||||
width: 40px;
|
}
|
||||||
}
|
|
||||||
|
.theme-switch input {
|
||||||
.theme-switch input {
|
display: none;
|
||||||
display: none;
|
}
|
||||||
}
|
|
||||||
|
.slider {
|
||||||
.slider {
|
background: #696969;
|
||||||
background: #696969;
|
cursor: pointer;
|
||||||
cursor: pointer;
|
position: absolute;
|
||||||
position: absolute;
|
left: 0;
|
||||||
left: 0;
|
right: 0;
|
||||||
right: 0;
|
top: 0;
|
||||||
top: 0;
|
bottom: 0;
|
||||||
bottom: 0;
|
transition: 0.5s;
|
||||||
transition: 0.5s;
|
}
|
||||||
}
|
|
||||||
|
.slider::before {
|
||||||
.slider::before {
|
background: #fff;
|
||||||
background: #fff;
|
bottom: 4px;
|
||||||
bottom: 4px;
|
content: '';
|
||||||
content: '';
|
height: 17px;
|
||||||
height: 17px;
|
left: 4px;
|
||||||
left: 4px;
|
position: absolute;
|
||||||
position: absolute;
|
transition: 0.5s;
|
||||||
transition: 0.5s;
|
width: 17px;
|
||||||
width: 17px;
|
}
|
||||||
}
|
|
||||||
|
input:checked + .slider {
|
||||||
input:checked + .slider {
|
background: #151515;
|
||||||
background: #151515;
|
}
|
||||||
}
|
|
||||||
|
input:checked + .slider::before {
|
||||||
input:checked + .slider::before {
|
transform: translateX(15px);
|
||||||
transform: translateX(15px);
|
}
|
||||||
}
|
|
||||||
|
.slider.round {
|
||||||
.slider.round {
|
border-radius: 34px;
|
||||||
border-radius: 34px;
|
}
|
||||||
}
|
|
||||||
|
.slider.round::before {
|
||||||
.slider.round::before {
|
border-radius: 50%;
|
||||||
border-radius: 50%;
|
}
|
||||||
}
|
|
||||||
|
.fas {
|
||||||
.fas {
|
font-size: 30px;
|
||||||
font-size: 30px;
|
}
|
||||||
}
|
</style>
|
||||||
</style>
|
<noscript>
|
||||||
<noscript>
|
<style>.theme-switch-wrapper {display:none;}</style>
|
||||||
<style>.theme-switch-wrapper {display:none;}</style>
|
</noscript>
|
||||||
</noscript>
|
|
||||||
|
{% seo %}
|
||||||
{% seo %}
|
</head>
|
||||||
</head>
|
<body style="transition: all 0.5s ease;">
|
||||||
<body style="transition: all 0.5s ease;">
|
<header>
|
||||||
<header>
|
<div class="container" style="position: relative;">
|
||||||
<div class="container" style="position: relative;">
|
<div class="theme-switch-wrapper">
|
||||||
<div class="theme-switch-wrapper">
|
<!-- Icon -->
|
||||||
<!-- Icon -->
|
<span id="toggle-icon">
|
||||||
<span id="toggle-icon">
|
<i id="themeicon" class="fas fa-sun"></i>
|
||||||
<i id="themeicon" class="fas fa-sun"></i>
|
</span>
|
||||||
</span>
|
<!-- Switch -->
|
||||||
<!-- Switch -->
|
<label class="theme-switch">
|
||||||
<label class="theme-switch">
|
<input type="checkbox" id="switch" onclick="switch_theme(this.checked)">
|
||||||
<input type="checkbox" id="switch" onclick="switch_theme(this.checked)">
|
<div class="slider round"></div>
|
||||||
<div class="slider round"></div>
|
</label>
|
||||||
</label>
|
</div>
|
||||||
</div>
|
<a id="a-title">
|
||||||
<a id="a-title">
|
<h1>The Hitchhiker’s Guide to Online Anonymity</h1>
|
||||||
<h1>The Hitchhiker’s Guide to Online Anonymity</h1>
|
</a>
|
||||||
</a>
|
<h2>How I learned to start worrying and love <del>privacy</del> anonymity</h2>
|
||||||
<h2>How I learned to start worrying and love <del>privacy</del> anonymity</h2>
|
<h4 class="project-version">The latest Version: v1.2.0. See the <a href="{{ site.github.changelog_url }}" style="color:#ff4700">changelog.</a></h4>
|
||||||
<h4 class="project-version">The latest Version is v1.1.9. See the <a href="{{ site.github.changelog_url }}" style="color:#ff4700">changelog.</a></h4>
|
<section id="downloads">
|
||||||
<section id="downloads">
|
{% if page.url != "/" %}
|
||||||
{% if page.url != "/" %}
|
<a href="{{ site.github.home_url }}" class="btn_small">Home</a>
|
||||||
<a href="{{ site.github.home_url }}" class="btn_small">Home</a>
|
{% endif %}
|
||||||
{% endif %}
|
{% if page.url != "/guide.html" %}
|
||||||
{% if page.url != "/guide.html" %}
|
<a href="{{ site.github.guide_url }}" class="btn_small" style="color:#FF0000">View Online</a>
|
||||||
<a href="{{ site.github.guide_url }}" class="btn_small" style="color:#FF0000">View Online</a>
|
{% endif %}
|
||||||
{% endif %}
|
<a href="{{ site.github.pdf_url }}" class="btn_small">PDF</a>
|
||||||
<a href="{{ site.github.pdf_url }}" class="btn_small">PDF</a>
|
<!--<a href="{{ site.github.pdf_dark_url }}" class="btn_small">PDF (Dark)</a>-->
|
||||||
<!--<a href="{{ site.github.pdf_dark_url }}" class="btn_small">PDF (Dark)</a>-->
|
<a href="{{ site.github.odt_url }}" class="btn_small">OpenDocument</a>
|
||||||
<a href="{{ site.github.odt_url }}" class="btn_small">OpenDocument</a>
|
{% if page.url != "/donations.html" %}
|
||||||
{% if page.url != "/donations.html" %}
|
<a href="{{ site.github.donations_url }}" class="btn_small">Donate</a>
|
||||||
<a href="{{ site.github.donations_url }}" class="btn_small">Donate</a>
|
{% endif %}
|
||||||
{% endif %}
|
{% if page.url != "/constitution.html" %}
|
||||||
{% if page.url != "/constitution.html" %}
|
<a href="{{ site.github.constitution_url }}" class="btn_small">Constitution</a>
|
||||||
<a href="{{ site.github.constitution_url }}" class="btn_small">Constitution</a>
|
{% endif %}
|
||||||
{% endif %}
|
<a href="{{ site.github.repository_url }}" target="_blank" class="btn_small">Repository</a>
|
||||||
<a href="{{ site.github.repository_url }}" target="_blank" class="btn_small">Repository</a>
|
<!--<a href="{{ site.github.keyoxide_url }}" target="_blank" class="btn_small">Keyoxide</a>-->
|
||||||
<!--<a href="{{ site.github.keyoxide_url }}" target="_blank" class="btn_small">Keyoxide</a>-->
|
<a rel="me" href="{{ site.github.mastodon_url }}" target="_blank" class="btn_small">Mastodon</a>
|
||||||
<a rel="me" href="{{ site.github.mastodon_url }}" target="_blank" class="btn_small">Mastodon</a>
|
<a rel="me" href="{{ site.github.twitter_url }}" target="_blank" class="btn_small">Twitter</a>
|
||||||
<a rel="me" href="{{ site.github.twitter_url }}" target="_blank" class="btn_small">Twitter</a>
|
<!--<a rel="me" href="{{ site.github.mastodon_url }}" target="_blank" class="btn_small">Mastodon</a>-->
|
||||||
<!--<a rel="me" href="{{ site.github.mastodon_url }}" target="_blank" class="btn_small">Mastodon</a>-->
|
{% if page.url != "/links.html" %}
|
||||||
{% if page.url != "/links.html" %}
|
<a href="{{ site.github.links_url }}" class="btn_small">Links</a>
|
||||||
<a href="{{ site.github.links_url }}" class="btn_small">Links</a>
|
{% endif %}
|
||||||
{% endif %}
|
{% if page.url != "/about.html" %}
|
||||||
{% if page.url != "/about.html" %}
|
<a href="{{ site.github.about_url }}" class="btn_small">About</a>
|
||||||
<a href="{{ site.github.about_url }}" class="btn_small">About</a>
|
{% endif %}
|
||||||
{% endif %}
|
</section>
|
||||||
</section>
|
<h5>GPG Key Fingerprint: 9FA5 436D 0EE3 6098 5157 3825 17EC A05F 768D EDF6 / Minisign public key: <a href="{{ site.github.minisign_url }}" style="color:#ff4700">minisign.pub</a></h5>
|
||||||
<h5>GPG Key Fingerprint: 9EA9 8278 639F 1CD8 53E0 96CB FF94 5075 87A6 A9B9 / Minisign public key: <a href="{{ site.github.minisign_url }}" style="color:#ff4700">minisign.pub</a></h5>
|
<noscript><p class="jswarning">JavaScript is required to toggle light mode. JavaScript is not used for any other purpose.</p></noscript>
|
||||||
<noscript><p class="jswarning">JavaScript is required to toggle light mode. JavaScript is not used for any other purpose.</p></noscript>
|
</div>
|
||||||
</div>
|
</header>
|
||||||
</header>
|
<div class="container">
|
||||||
<div class="container">
|
<section id="main_content">
|
||||||
<section id="main_content">
|
{{ content }}
|
||||||
{{ content }}
|
</section>
|
||||||
</section>
|
</div>
|
||||||
</div>
|
</body>
|
||||||
</body>
|
</html>
|
||||||
</html>
|
|
||||||
|
|||||||
41
about.md
41
about.md
@@ -1,19 +1,22 @@
|
|||||||
The current maintainers of this project are Alex (they/them) and The Hidden (aka No).
|
The current maintainers of this project are Alex (they/them) and The Hidden (aka No).
|
||||||
|
|
||||||
After unfortunate events, we have picked up maintenance of this guide in order to continue the project the original founder, Lena, started. Lena faked her death, then returned later. Before her <del>death</del>, she gave me access to her accounts to maintain the guide. I will be maintaining her guide, as well as running her Matrix space, from this point. As we've said before, we cannot guarantee we'll do everything right, or how she would have done it, but we're trying our best.
|
---
|
||||||
|
|
||||||
**Update: Alex is taking an extended leave to acquire a more secure operating system and will not be actively involved for some time. They promise to return ASAP. Until then, No is spearheading the operation, including translations and research.**
|
Please share this project if you enjoy it and think it might be useful to others.
|
||||||
|
|
||||||
---
|
Follow or contact us on:
|
||||||
|
- Twitter: <https://twitter.com/AnonyPla>
|
||||||
Please share this project if you enjoy it and think it might be useful to others.
|
- Mastodon: <https://mastodon.social/@anonymousplanet>
|
||||||
|
- E-Mail: <contact@anonymousplanet.org> (You may use our [PGP public key](/keys/email-key.asc) to encrypt e-mails. Do not forget to attach your PGP public key if you want an encrypted answer)
|
||||||
Follow or contact us on:
|
|
||||||
- Twitter: <https://twitter.com/AnonyPla>
|
Discussion Channels:
|
||||||
- Mastodon: <https://mastodon.social/@anonymousplanet>
|
- Matrix room: `#anonymity:matrix.org` <https://matrix.to/#/#anonymity:matrix.org>
|
||||||
- E-Mail: <contact@anonymousplanet.org> (You may use our [PGP public key](https://anonymousplanet.org/pgp/AnonymousPlanet-Email-Key_B6D1757632A280F99F2DCBFDB9AB9D93AFF05B9C.asc) to encrypt e-mails. Do not forget to attach your PGP public key if you want an encrypted answer)
|
- Matrix space: `#privacy-security-anonymity:matrix.org` <https://matrix.to/#/#privacy-security-anonymity:matrix.org>
|
||||||
|
- Github Discussions: <https://github.com/Anon-Planet/thgtoa/discussions/>
|
||||||
Discussion Channels:
|
|
||||||
- Matrix room: ```#anonymity:matrix.org``` <https://matrix.to/#/#anonymity:matrix.org>
|
Git mirrors:
|
||||||
- Matrix space: ```#privacy-security-anonymity:matrix.org``` <https://matrix.to/#/#privacy-security-anonymity:matrix.org>
|
- Github: <https://github.com/anon-planet>
|
||||||
- Github Discussions: <https://github.com/Anon-Planet/thgtoa/discussions/>
|
- Darktea: <http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/anonymousplanetorg>
|
||||||
|
- Gitlab: <https://gitlab.com/anonymousplanetorg>
|
||||||
|
- 0xacab: <https://0xacab.org/anonypla>
|
||||||
|
- Codeberg: <https://codeberg.org/anonymousplanet>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ td {
|
|||||||
border: 1px solid orange;
|
border: 1px solid orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:nth-child(1) {
|
td:nth-child(1) {
|
||||||
border: 2px solid orange;
|
border: 2px solid orange;
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
}
|
}
|
||||||
@@ -55,10 +55,10 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn_small {
|
.btn_small {
|
||||||
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
|
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
|
||||||
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
|
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
|
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
|
||||||
background:#DCDCDC;
|
background:#DCDCDC;
|
||||||
color: #111;
|
color: #111;
|
||||||
@@ -66,7 +66,7 @@ a {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.35);
|
border-top: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,14 +74,14 @@ a {
|
|||||||
background: -webkit-linear-gradient(top, rgba(40,40,40,0.4), rgba(35,35,35,0.4) 50%, rgba(10,10,10,0.4) 50%, rgba(0,0,0,0.4));
|
background: -webkit-linear-gradient(top, rgba(40,40,40,0.4), rgba(35,35,35,0.4) 50%, rgba(10,10,10,0.4) 50%, rgba(0,0,0,0.4));
|
||||||
}
|
}
|
||||||
|
|
||||||
code.highlighter-rouge {
|
code.highlighter-rouge {
|
||||||
background:#DCDCDC;
|
background:#DCDCDC;
|
||||||
color: #000000
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background:#DCDCDC;
|
background:#DCDCDC;
|
||||||
color: #000000
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li { list-style-image: url("../images/bullet_light.png"); }
|
ul li { list-style-image: url("../images/bullet_light.png"); }
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ td {
|
|||||||
border: 1px solid orange;
|
border: 1px solid orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:nth-child(1) {
|
td:nth-child(1) {
|
||||||
border: 2px solid orange;
|
border: 2px solid orange;
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
}
|
}
|
||||||
@@ -37,15 +37,15 @@ td:nth-child(1) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn_small {
|
.btn_small {
|
||||||
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
|
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
|
||||||
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
|
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
|
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.35);
|
border-top: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|||||||
12
clean.sh
12
clean.sh
@@ -1,12 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
rm *.pdf &> /dev/null
|
|
||||||
rm *.html &> /dev/null
|
|
||||||
rm *.odt &> /dev/null
|
|
||||||
rm *.minisig &> /dev/null
|
|
||||||
rm *.asc &> /dev/null
|
|
||||||
rm sha256sum.txt &> /dev/null
|
|
||||||
rm b2sum.txt &> /dev/null
|
|
||||||
rm -r export/{.,}* &> /dev/null
|
|
||||||
|
|
||||||
true
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCKgAKCRAhq2tqbLLD
|
|
||||||
N+X7AQCZ71EYsi1H30uDZ+ZloADfPJsZoH+6NaKDEUvZPIQm+gEAkutQxbetJQEY
|
|
||||||
F5Q3QyMGgHoJ+tN8r3JVikxuJ3IR7gA=
|
|
||||||
=mu/l
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/jCmeOXzC2B5avN4SpmNj/c9uXFxVleRBvc9f8j5oBvXWMnMn1NHhRGA2z01KMFpzxSK1IPNAhxZ1TPRcNN55AA=
|
|
||||||
trusted comment: timestamp:1690649132 file:CHANGELOG.html hashed
|
|
||||||
xRguRCOlibAVs7akDiQQmeR1UiXqRjDI4EgOGqIAmAl5Kn8JsjeYVUn3pQV1a21zXKfvv2XG3HpW9//9r0i1CQ==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCLAAKCRAhq2tqbLLD
|
|
||||||
N89hAQCto33e9QuNlHhg74DxfMiEUHyLjhXx4lpyD13p20yNtgD/T/QWiD/z7VpI
|
|
||||||
9RO3uBBu7LaLU3VhEoz3MKfVuRLqfwc=
|
|
||||||
=dpJS
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/gubhkADsFItP5eX8zne/TqVgDgqUydYLyWkmBu+BqafOwotMUL23a4qC0WUwT/NhnRa6EoUph5KTjWkR547gAI=
|
|
||||||
trusted comment: timestamp:1690649134 file:CHANGELOG.odt hashed
|
|
||||||
hM2y7zgxgBH1T0G2VIiTilEzngUM0NwpNt/8n7Hew2I6XPIQyS06FaJlEvxkIhoFJ4s2F4I1rHuAMO4BoYspCQ==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCLgAKCRAhq2tqbLLD
|
|
||||||
N/uMAPwKca40dYvpxDhHxLU+jUIWi3FLWYGrLFwWKE4Z7oZe/AEAoX8sXPlDK+M3
|
|
||||||
REyuh5L0Yo9xpU7RDh798zewUT/+HQU=
|
|
||||||
=3PbT
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/nj79NlqzyjryPvgr7RcKm2iJLePWwlj1MAVzXBY4DlmOTQJfTal2Y1QjixTxa6GGuC/qkNvJpC3EcZSTfi+AwI=
|
|
||||||
trusted comment: timestamp:1690649136 file:CHANGELOG.pdf hashed
|
|
||||||
xTWxXHMwoIUPXik+xq4H2Vrwrjrpd2UjM1hZX6ks2wgwKNTjqBNB28aE5k7SiOom2NGHF3vfLqW11iPCFjAaCg==
|
|
||||||
@@ -1,168 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<h1 id="contributor-code-of-conduct">Contributor Code of Conduct</h1>
|
|
||||||
<p>This project adheres to No Code of Conduct. We are all adults. We
|
|
||||||
accept anyone’s contributions. Nothing else matters.</p>
|
|
||||||
<p>For more information please visit the <a href="https://github.com/domgetter/NCoC">No Code of Conduct</a>
|
|
||||||
homepage.</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCMAAKCRAhq2tqbLLD
|
|
||||||
N7TxAQDrNA0f5ASUbhX67mAMctekk4WlqXQOQ79ki2oUXPLJFQD/Y27q7BntPm+H
|
|
||||||
tFbwzttduhzgtKpSyFJQgNcU+kZuNQs=
|
|
||||||
=ICHR
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/o07knonAaxRrj51giRFC8HGhek4b3hgV8mG2N6iD9/5V1hbJ+v3nFcwK5fdHvD/CcWf0DSrmyqyXS5ROHkfTAw=
|
|
||||||
trusted comment: timestamp:1690649138 file:CODE_OF_CONDUCT.html hashed
|
|
||||||
16XowJRiUTL5A4yCoLaHpyqlTXQzNMFaTu7ClQWk7ZuVNCG6xJY7ncSmjbfhuNmtRnrXkyZih9mfJZjpnlytCQ==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCMgAKCRAhq2tqbLLD
|
|
||||||
N39fAQC7tfy4ojMSx5TudcRkO86b+wXzA6d2LbIXChie5294wgD+NuP/OH/kmiDE
|
|
||||||
xuo97D4EMzJLY3KqaV1lXI/0+yKR5gw=
|
|
||||||
=3Zl8
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/hBBMqfXAhu5IJTgtqjk/DGU6xup9rKaumnGP0d7GECXp2UivdwxkzfIus+FPlfQnvDTYG2rJlD2v7WEeXeBfg8=
|
|
||||||
trusted comment: timestamp:1690649140 file:CODE_OF_CONDUCT.odt hashed
|
|
||||||
yjo+FFCIFvyQ4jEDQy5C2mCGKc4k+acii4Y55iNRQ3cjS8nYWKh5FIabgqb9+iBMty+rtCCSJm3u+kViZ64KAQ==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCNAAKCRAhq2tqbLLD
|
|
||||||
N8QjAQDBNI5VprrQKhgHwg7FNST5oFr0rYPWNHph1VGM3AAD+gEAnG87eRZvv7Oo
|
|
||||||
LUmQKr/tvHcPbPNf8yy+Zzzx0RQbFQQ=
|
|
||||||
=b0Y7
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/uKAcEGCq5SA21m6HT9i7t0MtFhmL0EIpiT63GwltoXquYqdWoMLjsIVNpJ50CvEaYQvq9iaxGYmfTJgV6BDNQU=
|
|
||||||
trusted comment: timestamp:1690649142 file:CODE_OF_CONDUCT.pdf hashed
|
|
||||||
jvO9HjkINBwQxgVT+AjLtEndyNskcb9/ImP2I4iw9CSa/BsM/8e4bDslCfXWoao0DKa+RaS/3QNKjcWRMsGyDA==
|
|
||||||
@@ -1,273 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<h5 id="any-opinion-is-welcome.">Any opinion is welcome.</h5>
|
|
||||||
<h5 id="feel-free-to-discuss-in-the-discussions-section.">Feel free to
|
|
||||||
discuss in the <a href="https://github.com/Anon-Planet/thgtoa/discussions">discussions</a>
|
|
||||||
section.</h5>
|
|
||||||
<h5 id="feel-free-report-issues-in-the-issues-section.">Feel free report
|
|
||||||
issues in the <a href="https://github.com/Anon-Planet/thgtoa/issues">issues</a>
|
|
||||||
section.</h5>
|
|
||||||
<h3 id="code-free-contributions">Code Free Contributions</h3>
|
|
||||||
<h4 id="there-are-multiple-ways-you-can-add-to-the-guide">There are
|
|
||||||
multiple ways you can add to the guide:</h4>
|
|
||||||
<ul>
|
|
||||||
<li>You can <a href="https://github.com/Anon-Planet/thgtoa/issues/new">submit bugs and
|
|
||||||
feature requests</a> with detailed information about your issue or idea:
|
|
||||||
<ul>
|
|
||||||
<li>If you’d like to propose an addition, please follow the standards
|
|
||||||
outlined here.</li>
|
|
||||||
<li>If you’re reporting an issue, please be sure to include the expected
|
|
||||||
behaviour, the observed behaviour, and steps to reproduce the
|
|
||||||
problem.</li>
|
|
||||||
</ul></li>
|
|
||||||
<li>This can require technical knowledge, but you can also get involved
|
|
||||||
in conversations about bug reports and feature requests. This is a great
|
|
||||||
way to get involved without getting too overwhelmed!</li>
|
|
||||||
<li><a href="https://github.com/Anon-Planet/thgtoa/pulls">Help fellow
|
|
||||||
committers test recently submitted pull requests</a>. Simply by pulling
|
|
||||||
down a pull request and testing it, you can help ensure our new code
|
|
||||||
contributions for stability and quality.</li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="content-contributions">Content Contributions</h3>
|
|
||||||
<p>For those of you who are looking to add content to the guide, include
|
|
||||||
the following:</p>
|
|
||||||
<h5 id="pull-requests"><u>Pull Requests</u></h5>
|
|
||||||
<ul>
|
|
||||||
<li><strong>Do</strong> create a <a href="http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches">topic
|
|
||||||
branch</a> to work on instead of working directly on
|
|
||||||
<code>master</code>. This helps to:
|
|
||||||
<ul>
|
|
||||||
<li>Protect the process.</li>
|
|
||||||
<li>Ensures users are aware of commits on the branch being considered
|
|
||||||
for merge.</li>
|
|
||||||
<li>Allows for a location for more commits to be offered without
|
|
||||||
mingling with other contributor changes.</li>
|
|
||||||
<li>Allows contributors to make progress while a PR is still being
|
|
||||||
reviewed.</li>
|
|
||||||
</ul></li>
|
|
||||||
<li><strong>Do</strong> follow the <a href="http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html">50/72
|
|
||||||
rule</a> for Git commit messages.</li>
|
|
||||||
<li><strong>Do</strong> write “WIP” on your PR and/or open a <a href="https://help.github.com/en/articles/about-pull-requests#draft-pull-requests">draft
|
|
||||||
PR</a> if submitting unfinished changes..</li>
|
|
||||||
<li><strong>Do</strong> make sure the title of a draft PR makes it
|
|
||||||
immediately clear that it’s a draft</li>
|
|
||||||
<li><strong>Do</strong> target your pull request to the <strong>master
|
|
||||||
branch</strong>.</li>
|
|
||||||
<li><strong>Do</strong> specify a descriptive title to make searching
|
|
||||||
for your pull request easier.</li>
|
|
||||||
<li><strong>Don’t</strong> leave your pull request description
|
|
||||||
blank.</li>
|
|
||||||
<li><strong>Don’t</strong> abandon your pull request. Being responsive
|
|
||||||
helps us land your changes faster.</li>
|
|
||||||
<li><strong>Don’t</strong> post questions in older closed PRs.</li>
|
|
||||||
<li><strong>Do</strong> stick to the guide to find common style
|
|
||||||
issues.</li>
|
|
||||||
<li><strong>Don’t</strong> make mass changes (such as replacing “I” with
|
|
||||||
“we”) using automated serach/replace functionality.
|
|
||||||
<ul>
|
|
||||||
<li>Search/replace doesn’t understand context, and as such, will
|
|
||||||
inevitably cause inconsistencies and make the guide harder to read.</li>
|
|
||||||
<li>If it’s part of a larger PR, it’ll also make the reviewer’s life
|
|
||||||
harder, as they’ll have to go through manually and undo everything by
|
|
||||||
hand.</li>
|
|
||||||
<li><em>If you’re going to make mass changes, take the time to do it
|
|
||||||
properly</em>. Otherwise I’ll just have to undo it anyway.</li>
|
|
||||||
<li>If your change contains backslashes (<code>\</code>), either escape
|
|
||||||
them with another backslash (<code>\\</code>) or put them in a
|
|
||||||
<code>code block</code>.</li>
|
|
||||||
</ul></li>
|
|
||||||
</ul>
|
|
||||||
<p>When reporting guide issues:</p>
|
|
||||||
<ul>
|
|
||||||
<li><strong>Do</strong> write a detailed description of your issue and
|
|
||||||
use a descriptive title.</li>
|
|
||||||
<li><strong>Do</strong> make it as detailed as possible and don’t just
|
|
||||||
submit 50 line changes without explaining.</li>
|
|
||||||
<li><strong>Don’t</strong> file duplicate reports; search for your bug
|
|
||||||
before filing a new report.</li>
|
|
||||||
<li><strong>Don’t</strong> attempt to report issues on a closed PR.</li>
|
|
||||||
</ul>
|
|
||||||
<h3 id="large-prs">Large PRs</h3>
|
|
||||||
<p>Please split large sets of changes into multiple PRs. For example, a
|
|
||||||
PR that adds Windows 11 support, removes Windows AME references, and
|
|
||||||
fixes typos can be split into 3 PRs. This makes PRs easier to review
|
|
||||||
prior to merging.</p>
|
|
||||||
<p>For an example of what <em>not</em> to do, see: <a href="https://github.com/Anon-Planet/thgtoa/pull/51" class="uri">https://github.com/Anon-Planet/thgtoa/pull/51</a>. This PR
|
|
||||||
contains enough changes to split into multiple smaller and
|
|
||||||
individually-reviewable PRs.</p>
|
|
||||||
<h3 id="updating-prs">Updating PRs</h3>
|
|
||||||
<p>While a PR is being reviewed, modifications may be made to it by the
|
|
||||||
reviewer prior to merging. If this is the case, a new branch will be
|
|
||||||
created for the PR’s review. If you would like to submit a change to a
|
|
||||||
PR that is in the process of being reviewed, <em>do not update the PR
|
|
||||||
directly</em>. This will only cause merge conflicts and delay the PR
|
|
||||||
from being merged. Instead, submit your changes to the PR’s review
|
|
||||||
branch.</p>
|
|
||||||
<p>For an example of what <em>not</em> to do, see: <a href="https://github.com/Anon-Planet/thgtoa/pull/51" class="uri">https://github.com/Anon-Planet/thgtoa/pull/51</a>. Instead
|
|
||||||
of submitting changes to the PR directly, they should have been
|
|
||||||
submitted as changes to the <a href="https://github.com/NobodySpecial256/thgtoa/tree/pr/51">PR’s
|
|
||||||
associated review branch</a>.</p>
|
|
||||||
<hr />
|
|
||||||
<p><strong>Thank you</strong> for taking the few moments to read this
|
|
||||||
far! You’re already way ahead of the curve, so keep it up!</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCNgAKCRAhq2tqbLLD
|
|
||||||
NzipAP0TiQ/1tv0deYL6y9QN9Ot2C/G52hkzPHLlBkD9DAnwYgEAyFdYYArCRV2T
|
|
||||||
ahQz7qOz5Pm3qe0UZ+scPEuQ+bIS5A8=
|
|
||||||
=dOoD
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/nyvC9AJ28oBX38KzKVqTAxqaNW0ygOOwWpXsKfaRgYGbVYW91TuQ42VRewkXN1f2e12Tw3HPariUghGFTQIBws=
|
|
||||||
trusted comment: timestamp:1690649144 file:CONTRIBUTING.html hashed
|
|
||||||
FTg1FpQXdPj119CHLBDvz/0kHz8sUIajQJZKfwDP2FUS3HFxoxVB7/yR7YXyxSD1uoF/Kr386ywcsJS17sgRBg==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCOAAKCRAhq2tqbLLD
|
|
||||||
Nyh8AP9oFp4Cnh745UdTH4BzCt6pC14GrH+CIq2NeSsUjKlMuAEA94IuSqGbu97H
|
|
||||||
KDchfqRYf78W2sO5hWxWg5W94/2IgAA=
|
|
||||||
=k3I4
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/tx+iiVjrshrHqtTI69qeq/S6ZQbc+eColFvVPC3jc41h7j2GPlfeJVysyK6bhDBhnFIep+xL6NBTVmjqlC79wg=
|
|
||||||
trusted comment: timestamp:1690649146 file:CONTRIBUTING.odt hashed
|
|
||||||
/fsBqFIRog1GIuITuPUCWjaLgI6jNB3sbo8QNlL+D2f+/EQ/5ySxGcmwlH6EfIeLTP1/PD/I61lfTvHZjWy6BQ==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCOgAKCRAhq2tqbLLD
|
|
||||||
N3dOAP9igQrEswrbu2S4m8nslELoiOte79OaITg/L4mfINA09gD/Zt1bFLQm+t0H
|
|
||||||
CqkdrmVlwSCboPRuE/7NYto5JEJqng0=
|
|
||||||
=1ucY
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/qykY1uQ9xqEAFJE0nUI77+Be7vEvWkD34G5qGgclBkHtHxk/gkl3VgvaqpM5Qjsd0oU7YlNjvn/gIrYNSnrdAc=
|
|
||||||
trusted comment: timestamp:1690649148 file:CONTRIBUTING.pdf hashed
|
|
||||||
a/8kwD1C6MKyCWeFXPC2PYWwvjHFZU6UVWcoEHN5hri4jjE0XhNSlJQqeOBEbkmzLjqIX6UbdSJ7EvJDO36iCA==
|
|
||||||
@@ -1,187 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<p>PGP/GPG key ID <code>7DFFD7471FB76E2A8ABBBCDDD769B3749E933B8A</code>
|
|
||||||
is no longer active PGP/GPG key ID
|
|
||||||
<code>42FF35DB9DE7C088AB0FD4A70C216A52F6DF4920</code> is no longer
|
|
||||||
active</p>
|
|
||||||
<p>This project now uses separate master, release signing, and email
|
|
||||||
keys.</p>
|
|
||||||
<p>Current master key fingerprint:
|
|
||||||
<code>9EA98278639F1CD853E096CBFF94507587A6A9B9</code> Current release
|
|
||||||
key fingerprint: <code>83A6CF9EF57AC25B5C7F5D29285E6048A12321B2</code>
|
|
||||||
Current email key fingerprint:
|
|
||||||
<code>B6D1757632A280F99F2DCBFDB9AB9D93AFF05B9C</code></p>
|
|
||||||
<p>The email and release keys should be signed by the master key. The
|
|
||||||
master key takes precedence over all other project keys.
|
|
||||||
———————————————————————————— Minisign key</p>
|
|
||||||
<pre><code>untrusted comment: minisign public key 902835EC74825934
|
|
||||||
RWQ0WYJ07DUokK8V/6LNJ9bf/O/QM9k4FSlDmzgEeXm7lEpw3ecYjXDM</code></pre>
|
|
||||||
<p>is no longer active</p>
|
|
||||||
<p>Use</p>
|
|
||||||
<pre><code>untrusted comment: minisign public key FE6A09A3AF18F7A7
|
|
||||||
RWSn9xivowlq/ihAzclDBxhCxbYz4bLkC8E645lHgSUlQNlDvoTxO5Fv</code></pre>
|
|
||||||
<p>instead</p>
|
|
||||||
<p>Files signed using this key pair can be verified with the following
|
|
||||||
command:</p>
|
|
||||||
<pre><code>minisign -Vm <file> -P RWSn9xivowlq/ihAzclDBxhCxbYz4bLkC8E645lHgSUlQNlDvoTxO5Fv</code></pre>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCPAAKCRAhq2tqbLLD
|
|
||||||
N9hKAPwO749KViwV9O5HP7qnLzYa7CKUZCgWGC+dJWmdBllfegD/cBBs9nQCLUYK
|
|
||||||
tKIr2sBKTAE7+RR95YPp+Zutld6rHAg=
|
|
||||||
=Id3D
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/tfmvpmtfnwr+i0rQaY47dXhhLMADbW2HdVVeu7BefJ3m3ESFm7TiWiFYm06t/zlbSsA1omxoXTDbLEHrDJn8Q4=
|
|
||||||
trusted comment: timestamp:1690649149 file:KEY_ROTATION.html hashed
|
|
||||||
OZpEv+pO0xYc/kpnxZ/uDzqOLxxGc350JCMiafiYbnImhBcMNmOV+S51hOIEdhw8rl81fdLChKe6TccWXjUxBw==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCPgAKCRAhq2tqbLLD
|
|
||||||
N8YaAP9pFvpon5GzYTscqkIp5js2ex3DQriHICCsxi2SZi7PMAD+IdJTtqxB46Za
|
|
||||||
xYkdygIk/8oggkxWAdk5eeoMzgAVmws=
|
|
||||||
=9Ke8
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/lg06B7INleSkKV38W1XFHRJ8TRdr8sGxHcXXQZaqOCpO4M7FN+mch5xgzD6jF13Zt9BrMeXXyutl72VaKbJzgE=
|
|
||||||
trusted comment: timestamp:1690649151 file:KEY_ROTATION.odt hashed
|
|
||||||
AoJ8+kl0UeXEstmhcDd4esdIiV2Cg0VkNFJhlPLzIj/IZvwu6/UNsNsf+qHF22rUdZICPEs/RTHMHuCOXeTLCw==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCPwAKCRAhq2tqbLLD
|
|
||||||
N4s1AP9kJe9Z0bugi0LhtojkCIwf2sA8YmxmWVtFsGij/mwZ+gD+JV6lT9cE3vdG
|
|
||||||
QQZCu6cGRcdlYMyunrpJt/6Cqkg73QE=
|
|
||||||
=xXHj
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/pRDMreFLIc/TnsUhaFKC437UXKrGsHwwBuK1WpItQirdlfPGcRPYEMBsTGEhhSNmr8YnYWqncMBGuoLFu+3IQw=
|
|
||||||
trusted comment: timestamp:1690649153 file:KEY_ROTATION.pdf hashed
|
|
||||||
g+ANWAGDJfkXPWp/evvS2mN3nvfYL46nAsmfj0yBo11yDebMWhmUdqlSH9MFxfjnRMISiLksLuvzBb7j2WXKBw==
|
|
||||||
@@ -1,504 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<p>Attribution-NonCommercial 4.0 International</p>
|
|
||||||
<p>=======================================================================</p>
|
|
||||||
<p>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.</p>
|
|
||||||
<p>Using Creative Commons Public Licenses</p>
|
|
||||||
<p>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.</p>
|
|
||||||
<pre><code> 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</code></pre>
|
|
||||||
<p>=======================================================================</p>
|
|
||||||
<p>Creative Commons Attribution-NonCommercial 4.0 International Public
|
|
||||||
License</p>
|
|
||||||
<p>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.</p>
|
|
||||||
<p>Section 1 – Definitions.</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>Licensed Material means the artistic or literary work, database,
|
|
||||||
or other material to which the Licensor applied this Public
|
|
||||||
License.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>Licensor means the individual(s) or entity(ies) granting rights
|
|
||||||
under this Public License.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>You means the individual or entity exercising the Licensed Rights
|
|
||||||
under this Public License. Your has a corresponding meaning.</p></li>
|
|
||||||
</ol>
|
|
||||||
<p>Section 2 – Scope.</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>License grant.</p>
|
|
||||||
<ol type="1">
|
|
||||||
<li><p>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:</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>reproduce and Share the Licensed Material, in whole or in part,
|
|
||||||
for NonCommercial purposes only; and</p></li>
|
|
||||||
<li><p>produce, reproduce, and Share Adapted Material for NonCommercial
|
|
||||||
purposes only.</p></li>
|
|
||||||
</ol></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>Term. The term of this Public License is specified in Section
|
|
||||||
6(a).</p></li>
|
|
||||||
<li><p>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)</p>
|
|
||||||
<ol start="4" type="1">
|
|
||||||
<li>never produces Adapted Material.</li>
|
|
||||||
</ol></li>
|
|
||||||
<li><p>Downstream recipients.</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
</ol></li>
|
|
||||||
<li><p>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).</p></li>
|
|
||||||
</ol></li>
|
|
||||||
<li><p>Other rights.</p>
|
|
||||||
<ol type="1">
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>Patent and trademark rights are not licensed under this Public
|
|
||||||
License.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
</ol></li>
|
|
||||||
</ol>
|
|
||||||
<p>Section 3 – License Conditions.</p>
|
|
||||||
<p>Your exercise of the Licensed Rights is expressly made subject to the
|
|
||||||
following conditions.</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>Attribution.</p>
|
|
||||||
<ol type="1">
|
|
||||||
<li><p>If You Share the Licensed Material (including in modified form),
|
|
||||||
You must:</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>retain the following if it is supplied by the Licensor with the
|
|
||||||
Licensed Material:</p>
|
|
||||||
<ol type="i">
|
|
||||||
<li><p>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);</p></li>
|
|
||||||
<li><p>a copyright notice;</p></li>
|
|
||||||
<li><p>a notice that refers to this Public License;</p></li>
|
|
||||||
<li><p>a notice that refers to the disclaimer of warranties;</p></li>
|
|
||||||
<li><p>a URI or hyperlink to the Licensed Material to the extent
|
|
||||||
reasonably practicable;</p></li>
|
|
||||||
</ol></li>
|
|
||||||
<li><p>indicate if You modified the Licensed Material and retain an
|
|
||||||
indication of any previous modifications; and</p></li>
|
|
||||||
<li><p>indicate the Licensed Material is licensed under this Public
|
|
||||||
License, and include the text of, or the URI or hyperlink to, this
|
|
||||||
Public License.</p></li>
|
|
||||||
</ol></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>If requested by the Licensor, You must remove any of the
|
|
||||||
information required by Section 3(a)(1)(A) to the extent reasonably
|
|
||||||
practicable.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
</ol></li>
|
|
||||||
</ol>
|
|
||||||
<p>Section 4 – Sui Generis Database Rights.</p>
|
|
||||||
<p>Where the Licensed Rights include Sui Generis Database Rights that
|
|
||||||
apply to Your use of the Licensed Material:</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>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;</p></li>
|
|
||||||
<li><p>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</p></li>
|
|
||||||
<li><p>You must comply with the conditions in Section 3(a) if You Share
|
|
||||||
all or a substantial portion of the contents of the database.</p></li>
|
|
||||||
</ol>
|
|
||||||
<p>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.</p>
|
|
||||||
<p>Section 5 – Disclaimer of Warranties and Limitation of Liability.</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
</ol>
|
|
||||||
<p>Section 6 – Term and Termination.</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>Where Your right to use the Licensed Material has terminated
|
|
||||||
under Section 6(a), it reinstates:</p>
|
|
||||||
<ol type="1">
|
|
||||||
<li><p>automatically as of the date the violation is cured, provided it
|
|
||||||
is cured within 30 days of Your discovery of the violation; or</p></li>
|
|
||||||
<li><p>upon express reinstatement by the Licensor.</p></li>
|
|
||||||
</ol>
|
|
||||||
<p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
|
||||||
License.</p></li>
|
|
||||||
</ol>
|
|
||||||
<p>Section 7 – Other Terms and Conditions.</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>The Licensor shall not be bound by any additional or different
|
|
||||||
terms or conditions communicated by You unless expressly
|
|
||||||
agreed.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
</ol>
|
|
||||||
<p>Section 8 – Interpretation.</p>
|
|
||||||
<ol type="a">
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
<li><p>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.</p></li>
|
|
||||||
</ol>
|
|
||||||
<p>=======================================================================</p>
|
|
||||||
<p>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.</p>
|
|
||||||
<p>Creative Commons may be contacted at creativecommons.org.</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCQQAKCRAhq2tqbLLD
|
|
||||||
N+ndAQCQfIk8FkOCORRrqhvpGj5LxGhE6yose62D0I/1N5CgAQEA2dMjAYKfHCnr
|
|
||||||
2Ae7n5Q4IEx4ajQhFLMmOQJI8+6+Ugo=
|
|
||||||
=jVTy
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/k85tgT4Nanh1IbonkOrDlk5pZ/v/ErCW7SeX4pyWeoI06iF3Ba7umGdISUa1ot+sZKqDya505SGvw1WBFUw1wY=
|
|
||||||
trusted comment: timestamp:1690649155 file:LICENSE.html hashed
|
|
||||||
CZ5+N/la2tmdbbhWdjsgcU0uuJ0WyCv07h853W5AN4YjvMqJetAO2fetIAJVhKqYYtsb17JcqQ6xSnLZQE72Bg==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCQwAKCRAhq2tqbLLD
|
|
||||||
NxTjAP9d+fPYsBwmk7R0S5vZNYXMPCx9vq/e2w1tAX06UC+3QwEArQ6QtFaD3xYH
|
|
||||||
gjlZ1yzNssR9Zi5lCs05HO97XD0Uwgc=
|
|
||||||
=bZn4
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/vG1EP9L0bJldzsqD/UWt77ZLyjkakgUfuKgkZ00jmqXn+WjCS6R7QX0woYeDfmCbrxb3W4SQEKSgO0Bbo0U1gE=
|
|
||||||
trusted comment: timestamp:1690649157 file:LICENSE.odt hashed
|
|
||||||
/shLkxG+UCr3PULMq1GsojZJv7hPZpm2Hxz6cKB1Utq4J4UmyR3txkJ4FngirAV2OThMQX9XTzq4E9BexrbKDw==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCRQAKCRAhq2tqbLLD
|
|
||||||
Nw/oAP9FspVZ2FGsVfUkHjHcQ0rIDBrMyKgmtltKiLqtxgNLbwEA5Mps9bV37Hm0
|
|
||||||
RbwAPpo3JmMUlTmZrqJYMvAFKE2M1wY=
|
|
||||||
=7/y/
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/oY4pBvbszYQUVsd9XKWL8EvtFnAOmimXUCUCSakAjbP9mRzBHq8iRpQKehKepPyIE4WP06YKuUyayZ9Tsdt6gM=
|
|
||||||
trusted comment: timestamp:1690649159 file:LICENSE.pdf hashed
|
|
||||||
1nXzbW3S4GOLgXfJHl8FzymWtJT9AkCnEHOeswBJUzwSyYU3ZvCHorbYJa5UTOMh8O5HAGIKqe8CXtrGwz6TDw==
|
|
||||||
@@ -1,223 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<p>Welcome.</p>
|
|
||||||
<p><strong><a href="briar.html">IMPORTANT RECOMMENDATION FOR UKRAINIANS.
|
|
||||||
ВАЖЛИВА РЕКОМЕНДАЦІЯ ДЛЯ УКРАЇНЦІВ</a></strong></p>
|
|
||||||
<p>This is a maintained guide with the aim of providing an introduction
|
|
||||||
to various online tracking techniques, online ID verification
|
|
||||||
techniques, and detailed guidance to creating and maintaining (truly)
|
|
||||||
anonymous online identities. <span style="color: red"><strong>It is
|
|
||||||
written with hope for activists, journalists, scientists, lawyers,
|
|
||||||
whistle-blowers, and good people being oppressed, censored, harassed
|
|
||||||
anywhere!</strong></span> This guide has no affiliation with the <a href="https://en.wikipedia.org/wiki/Anonymous_(hacker_group)">Anonymous</a>
|
|
||||||
<sup><a href="https://wikiless.org/wiki/Anonymous_(hacker_group)">[Wikiless]</a></sup>
|
|
||||||
<sup><a href="https://web.archive.org/web/https://en.wikipedia.org/wiki/Anonymous_(hacker_group)">[Archive.org]</a></sup>
|
|
||||||
collective/movement.</p>
|
|
||||||
<p>This guide is an open-source non-profit initiative, <a href="LICENSE.html">licensed</a> under <strong>Creative Commons
|
|
||||||
Attribution-NonCommercial 4.0 International</strong> (<a href="https://creativecommons.org/licenses/by-nc/4.0/">cc-by-nc-4.0</a>
|
|
||||||
<sup><a href="https://web.archive.org/web/https://creativecommons.org/licenses/by-nc/4.0/">[Archive.org]</a></sup>)
|
|
||||||
and is <strong>not sponsored/endorsed by any commercial/governmental
|
|
||||||
entity</strong>. This means that you are free to use our guide for
|
|
||||||
pretty much any purpose <strong>excluding commercially</strong> as long
|
|
||||||
as you do attribute it. There are no ads or any affiliate links.</p>
|
|
||||||
<p><strong>If you would like to make a donation to help this project,
|
|
||||||
you can do so from <a href="donations.html">here</a> where you will also
|
|
||||||
find the project goals. All the donations will be strictly used within
|
|
||||||
the context of this project. All donations and spendings are logged on
|
|
||||||
the donations page.</strong></p>
|
|
||||||
<p><strong>View the guide:</strong> - <a href="guide.html">In your
|
|
||||||
browser</a> - <a href="export/guide.pdf">PDF</a> - <a href="export/guide.odt">OpenDocument (ODT)</a> - Raw <a href="https://github.com/Anon-Planet/thgtoa/raw/master/guide.md">Markdown</a>
|
|
||||||
text.</p>
|
|
||||||
<p>Mirrors: - Tor Onion Mirror: <a href="http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion/" class="uri">http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion/</a></p>
|
|
||||||
<p>The guide and all the files are also readily available on Archive.org
|
|
||||||
and Archive.today:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Archive.org: <a href="https://web.archive.org/web/https://anonymousplanet.org/" class="uri">https://web.archive.org/web/https://anonymousplanet.org/</a></li>
|
|
||||||
<li>Archive.today: <a href="https://archive.ph/anonymousplanet.org/" class="uri">https://archive.ph/anonymousplanet.org/</a></li>
|
|
||||||
<li>Archive.today over Tor: <a href="http://archiveiya74codqgiixo33q62qlrqtkgmcitqx5u2oeqnmn5bpcbiyd.onion/anonymousplanet.org/" class="uri">http://archiveiya74codqgiixo33q62qlrqtkgmcitqx5u2oeqnmn5bpcbiyd.onion/anonymousplanet.org/</a></li>
|
|
||||||
</ul>
|
|
||||||
<p>If you want to access/see the original/legacy project, please see the
|
|
||||||
<a href="legacy.html">legacy resources</a> page.</p>
|
|
||||||
<p>If you want to see the changes between your PDF and the latest PDF,
|
|
||||||
you could use one of these tools (we do not endorse those):</p>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://tools.pdf24.org/en/compare-pdf" class="uri">https://tools.pdf24.org/en/compare-pdf</a></li>
|
|
||||||
<li><a href="https://products.aspose.app/pdf/comparison" class="uri">https://products.aspose.app/pdf/comparison</a></li>
|
|
||||||
<li><a href="https://draftable.com/compare" class="uri">https://draftable.com/compare</a></li>
|
|
||||||
</ul>
|
|
||||||
<p>If you want to compare an older ODT file with a newer one, use the
|
|
||||||
LibreWriter compare features as explained here: <a href="https://help.libreoffice.org/7.1/en-US/text/shared/guide/redlining_doccompare.html" class="uri">https://help.libreoffice.org/7.1/en-US/text/shared/guide/redlining_doccompare.html</a>
|
|
||||||
<sup><a href="https://web.archive.org/wen/https://help.libreoffice.org/7.1/en-US/text/shared/guide/redlining_doccompare.html">[Archive.org]</a></sup>)</p>
|
|
||||||
<p><strong>If you want to check the files for integrity, safety,
|
|
||||||
authenticity, please refer to this <a href="verify.html">“How
|
|
||||||
To”</a>.</strong></p>
|
|
||||||
<p>Feel free to submit issues using Github Issues with the repository
|
|
||||||
link above. Criticism, opinions, and ideas are welcome!</p>
|
|
||||||
<p>Follow or contact us on:</p>
|
|
||||||
<p>Discussion Channels: - Matrix room:
|
|
||||||
<code>#anonymity:matrix.org</code> <a href="https://matrix.to/#/#anonymity:matrix.org" class="uri">https://matrix.to/#/#anonymity:matrix.org</a> - Matrix
|
|
||||||
space: <code>#privacy-security-anonymity:matrix.org</code> <a href="https://matrix.to/#/#privacy-security-anonymity:matrix.org" class="uri">https://matrix.to/#/#privacy-security-anonymity:matrix.org</a>
|
|
||||||
- Twitter at https://twitter.com/AnonyPla - Mastodon at
|
|
||||||
https://mastodon.social/<span class="citation" data-cites="anonymousplanet">@anonymousplanet</span></p>
|
|
||||||
<p>Have a good read and feel free to share and/or recommend it!</p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCRwAKCRAhq2tqbLLD
|
|
||||||
N2vqAQCVTuCK/1XY5CzXk3bpZKPf0zff3EJLebDTdV/FvjkIEQD9HqqZXlq3fX29
|
|
||||||
dOsN4T6Tcop2ts8gOqjwLQBF+NQz7Qw=
|
|
||||||
=lmoZ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/pH5c5TXpu7KU8Vgus0JhCsSHTEZJidOFk/W6M9+nU4xvhz+7dRNXSJrUdE/W720/djx/SgqgpmT0r9Kfx5m2Aw=
|
|
||||||
trusted comment: timestamp:1690649161 file:README.html hashed
|
|
||||||
PuQWGgM680Wfpm4jsHuXJ841fnnvUkr4hyCMMu1yix+RtG8u6dVVpSyWpbdL0L6cZf6irQiibTOf9/TCaflyCw==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCSQAKCRAhq2tqbLLD
|
|
||||||
N1zMAP9oFXS9EFs8k67B/i7y3476HYe7tCXjHSddvVa8oPZCFQD/UAbnoBmTbSPo
|
|
||||||
34WVmPGWD4Oaq8M2G1WhAxDh/qiteQ0=
|
|
||||||
=/nPb
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/lVaeqmlAG3fpDc/HmXJBC36u9Nvx+z5nOG7b1zsYRPpP8kf1Vb/ueomFHbek6i2CzrMPsCdjOOSySVNAwTMjwg=
|
|
||||||
trusted comment: timestamp:1690649162 file:README.odt hashed
|
|
||||||
XKlhVuUVTBz7KhveIC8OnhP4oQscDSnH2hIL6RZcF/ypzX2uFmlC0MEqcKOIsv1dEhvOyXgegRELkr0Y/MjjBw==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCSgAKCRAhq2tqbLLD
|
|
||||||
N3daAPwLPtWDzJzkTV8bzxE3JtvfTgYP4sW7GlcVS1ZnNc531gEAvEOQaD5dLj9c
|
|
||||||
huDlpihb1q/21c5Z8PcbAJKUGzDHhgI=
|
|
||||||
=iYYe
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/tt0ByNeRNqWBPOUAExKLa1REUDMVZBTuEWkrfTQjmIR1VTHqvQu7NnwDrxQWvhR4HK0EQh22avGDYQ074RrMwY=
|
|
||||||
trusted comment: timestamp:1690649164 file:README.pdf hashed
|
|
||||||
GiaJ7DgvqyBy9C0MwYP0Hw3GRS/FVHsaD5jQv9LWvLPRREuQU3X1P+EIFag0XW5UF4Ap7kje0L26yzw3uU8WCg==
|
|
||||||
@@ -1,186 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<p>The current maintainers of this project are Alex (they/them) and The
|
|
||||||
Hidden (aka No).</p>
|
|
||||||
<p>After unfortunate events, we have picked up maintenance of this guide
|
|
||||||
in order to continue the project the original founder, Lena, started.
|
|
||||||
Lena faked her death, then returned later. Before her <del>death</del>,
|
|
||||||
she gave me access to her accounts to maintain the guide. I will be
|
|
||||||
maintaining her guide, as well as running her Matrix space, from this
|
|
||||||
point. As we’ve said before, we cannot guarantee we’ll do everything
|
|
||||||
right, or how she would have done it, but we’re trying our best.</p>
|
|
||||||
<p><strong>Update: Alex is taking an extended leave to acquire a more
|
|
||||||
secure operating system and will not be actively involved for some time.
|
|
||||||
They promise to return ASAP. Until then, No is spearheading the
|
|
||||||
operation, including translations and research.</strong></p>
|
|
||||||
<hr />
|
|
||||||
<p>Please share this project if you enjoy it and think it might be
|
|
||||||
useful to others.</p>
|
|
||||||
<p>Follow or contact us on: - Twitter: <a href="https://twitter.com/AnonyPla" class="uri">https://twitter.com/AnonyPla</a> - Mastodon: <a href="https://mastodon.social/@anonymousplanet" class="uri">https://mastodon.social/@anonymousplanet</a> - E-Mail: <a href="mailto:contact@anonymousplanet.org" class="email">contact@anonymousplanet.org</a> (You may use our <a href="https://anonymousplanet.org/pgp/AnonymousPlanet-Email-Key_B6D1757632A280F99F2DCBFDB9AB9D93AFF05B9C.asc">PGP
|
|
||||||
public key</a> to encrypt e-mails. Do not forget to attach your PGP
|
|
||||||
public key if you want an encrypted answer)</p>
|
|
||||||
<p>Discussion Channels: - Matrix room:
|
|
||||||
<code>#anonymity:matrix.org</code> <a href="https://matrix.to/#/#anonymity:matrix.org" class="uri">https://matrix.to/#/#anonymity:matrix.org</a> - Matrix
|
|
||||||
space: <code>#privacy-security-anonymity:matrix.org</code> <a href="https://matrix.to/#/#privacy-security-anonymity:matrix.org" class="uri">https://matrix.to/#/#privacy-security-anonymity:matrix.org</a>
|
|
||||||
- Github Discussions: <a href="https://github.com/Anon-Planet/thgtoa/discussions/" class="uri">https://github.com/Anon-Planet/thgtoa/discussions/</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCTAAKCRAhq2tqbLLD
|
|
||||||
NxLlAQDk5PKP5E19HkbdNrAjCD0jvZR8znxW4B+Ubd/zaSdtHAD/QvL8HS1DDvjH
|
|
||||||
5SzmEYKgL9P0sOiHIwrysGVPyy6K1Q0=
|
|
||||||
=LzqW
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/q2B3E11mkEPDY3pHTIW2ca0I0KQpaTb9xXJx1VwU/ExqP+mJ9ySxlttJslf7BbVHFQ5neOG8wOIaA6JVU8nMwE=
|
|
||||||
trusted comment: timestamp:1690649166 file:about.html hashed
|
|
||||||
9L+aPj9Sj/eTeT+NGw+sfIzSaVqQUXTwCA6ElN46v89btV7pHCW3SPdssB0SC8Ya23NWojs2yn/xP+gLRt86Bg==
|
|
||||||
BIN
export/about.odt
BIN
export/about.odt
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCTgAKCRAhq2tqbLLD
|
|
||||||
N67ZAQD3y06HFoTBhg6K73FM0SGMDcgOLjHEjP6WCfFliLkQxQD8CfWFvhzBiGUO
|
|
||||||
wiTxF13TgK6cKfZU1JRmmzZHtQ7pxg0=
|
|
||||||
=Oqx+
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/uPsMKrS3+RjDeIwD6GL5WFC5DVEX3AwBEc8t7jguYgWRBNLsSG4prbrTJkByvPDqEXFXMvYDxL/zXG1831sgwU=
|
|
||||||
trusted comment: timestamp:1690649168 file:about.odt hashed
|
|
||||||
j7n+KPgyeCh+vfZ2lftnVtbi+HBriUj/6vW8YoEYQS3dne6AqITjwCJxSR9JKivoj+JNf2irzUggxAL3LZk9Dw==
|
|
||||||
BIN
export/about.pdf
BIN
export/about.pdf
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCUAAKCRAhq2tqbLLD
|
|
||||||
N0afAP0dHJtFBl03Jc7DyGWKyQRAQ5o2J9wNbe7c4H9PGQnmAQD/aA/ahFVOY/VV
|
|
||||||
an197IqglS0+imUZN0dGKhAQ0lS7gww=
|
|
||||||
=2ekW
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/jI3NDV6Hum2Pfu3mSWFgJnhY5FwqYoH/uTAygP3+69LKTevqbCjYnOeOxiNFzhOddP2PHPGpfBvcUYqfmdKhgM=
|
|
||||||
trusted comment: timestamp:1690649170 file:about.pdf hashed
|
|
||||||
yfSnO8gD2dMVd3x+wfAgijp6nna3EnkClCH+jWN0aYi6VsRVDN3GgfRdlsY+q5Fwp5AM2S2ObiczomBG51fUCQ==
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
abcf7cec9740574e6b96e23cc8e1af21bfe6ed6aba8dc523d893858367b95b1d866598938f1d0ddceb56309cb2df848e2770c3800a851abd4ec28fa40c7f8a03 ./CHANGELOG.html
|
|
||||||
ed361d57d2540fc4a3036e1c9089cac33e6ebfff408c2a3c81be58e781a98ad53a78691264da2a15c374a8ee3081d6a5dc79413f88e4b48da406ee2d9601184b ./CHANGELOG.odt
|
|
||||||
009f1bb2527000ecfa1bd42c076c10c7e45bd411aba5c327e9a770f071f2b7226f514486ff2204176acc2daf99ae5c270d5a1b562bd639964e471328a0c6e7fd ./CHANGELOG.pdf
|
|
||||||
a42e86f828749fcd6fac0adc28a6fa66c50c1a12977da075affb0ee2e24a869fc5b6a69462c3d5e25035b3fd777350f095260884474977f07d40e765b2e4a123 ./CODE_OF_CONDUCT.html
|
|
||||||
6fcf44227465e7d266381d7b4b2f8a7c121c742eff9caf70a843140d8c55eab23cecb4f51971952f01f693ecf36230ddfaccbdfddc2df49afe651c46d8a03476 ./CODE_OF_CONDUCT.odt
|
|
||||||
2b40bf97374ce5b09740f411f821b20727f84e38169b08f65cfa890c6238b36cc4cd81fa6a7ee0b5006357a58302ea1bf31fe59e12246e424a7bf5a51195ae8d ./CODE_OF_CONDUCT.pdf
|
|
||||||
cc9f662effcf8102b6f86939e9904d884a05b60c4d598e5ec4001ee42fd1db901fb41f0518f851f362fb96497e634e5c1e90436953e856a443c4cd48d2fdbc27 ./CONTRIBUTING.html
|
|
||||||
20085fd2b12997a0a662751e5d66f77c260714b3c6406be825929089d58cf993d3feeeee746ea021fbb58067ca9276334af5e9fb32b73bb79f20a402d6464990 ./CONTRIBUTING.odt
|
|
||||||
7a60db6e7bc609f50b6a0e76154c6c3638aef054b96558576cca5c18f9b1760735b450026c3f3f6f75667f0d9c688477214cb5d13b2d98be3db575273a5b7c3a ./CONTRIBUTING.pdf
|
|
||||||
05cbdcab64c5469b2d80a34f9de3b6d4f7668ed3c5914a9fd2d4c04fc97e418f0383eb3933cbd622b3a9355e092cdd5ac49cecc0f13b177ed4d7ef5ce92f37c4 ./KEY_ROTATION.html
|
|
||||||
e27e20caed19f18a3687d1936dc7855eced0a3565c8e48930aa857fbd646aa9a5c36e5de7b2f32cc69c89e3309e2e32c335d6ad24f3a4e1f319922d3a5735b1d ./KEY_ROTATION.odt
|
|
||||||
a33fd557fe899d3f9e1b38adbed8e3b5ff20a6828a00352d96cabc9d60f4945e3e6268d8839674807c76545b5a0e649e111d13715a5db95e8686c60c343b3aea ./KEY_ROTATION.pdf
|
|
||||||
cc61c1527d6ab977dd1347e2f068673be1c0ade38dd81bca5603bb975cac55baf8336753f7dda30d3d0572b5699d209845d14d680057ef779073fe1d09a99b88 ./LICENSE.html
|
|
||||||
5b31d71f8fba7775224456b23c40121c2199f7bd3e50be3767d912bae93366d4fbaf01fdf0eca6b1c05eddfed21a135d0d439741f461e82c8d1f927ad74af2b4 ./LICENSE.odt
|
|
||||||
f0c56db91c5d2c5cb5b8c9cbe2721715d9b77321f4f3b22e4422481d2e81699b1609d76609d0ca44752335c831a37acd2d63d8710e197383451e057a112a433e ./LICENSE.pdf
|
|
||||||
b65cbf90469d2aa6f4affc65af93c3975e8a5ee48165e9810ef086ea56580233a7b2c487c70239ce4f8001e5b6b0e16545c135e098956fd5fcc9e543b9d83c5f ./README.html
|
|
||||||
3be9f32691cd789193f39ae417a949024a5973887366e90d4e916e4eb6095647c3e39cf8074e82aca4a4e3efd3b6f6a921e3da83a28c91a239fcfee657195e87 ./README.odt
|
|
||||||
0cc5dad2783e88d8438620480406a172d3baaea46316f9f436fbd22e51580087265fda820c97d5ffd8ffb90d8d72a98aea1caa09e4336303e9f68bcdba5af2f7 ./README.pdf
|
|
||||||
3545587c77e744df84e0af6ba9e18daafe0a8e21793c04fef0a15d71ee5169ecc3f9e57fec0a045dd284442f9b87692b76563397f6bd7b1ec724c98255ff3db4 ./about.html
|
|
||||||
ffa94b8b6ca9776b4f0e2e53a918e00b11441a65df2e7a4da0a19b8dbeb0949df6f7ba6f07778eda58e6553ff65c51fbc7f2ca115bb5226dab4fd5ca5e791669 ./about.odt
|
|
||||||
d4d854780879f34a0f621ab2a47b9778d48d57c1d0eed015f86dd91aafe727042ccdd1dac55926d331d35ce244244ab772e65bda6d05ea133a6e11ad44c8b10a ./about.pdf
|
|
||||||
1c6df1bc6c0436c9796906466d94d8ffb1a1214d4b88e977470edad8a0fd2df44a75b1ac27b10c82507005087f94032a36d9a2757f0659abdc1da8ac7bee7475 ./briar.html
|
|
||||||
023039fa3fa1560f485bcc39dd1b49d10e124ad66514cea79ac2d8fffdc4cecd297ee7ab89ba14f7d3065aa7d45e99bd8e7c95a3aaeaf93586e5ef77a55c4216 ./briar.odt
|
|
||||||
9c0afb11048145800d2a16714deb8d19e3687f9c9203f76db0e19c6fc810d7183c7a50d24186fcf5bc3ec536a210e86dd8fce245043358daff566fcdf37d461f ./briar.pdf
|
|
||||||
6e9d17757ef246a8762a624cdea6c4ee8e75c5fb9fdf65070b68de8fcfb8cf7bf9dcda209b0729f49563854aa8a195f57bf8cd482643b3564aeb0798db5f8141 ./chatrooms-rules.html
|
|
||||||
c3b7d342605f99bb226fc8adf06adca9f9c554960d287108ebcb7d2d8cabf16a64ca11ac81cc231261a1747e21b1647f42521c799b50aab15da0f4ca4b1a97a4 ./chatrooms-rules.odt
|
|
||||||
2896ad8a56665d73f684e1b17130c6b81cc5fce82b6bb6d5ca5251aaf6cb7e7d75caf759cc3b4620fce38b2e9b092ea9502d8d62677db6f944774f0f7100cc2f ./constitution.html
|
|
||||||
79db6182d4c8c4bc0c657641508e91056f8961da41bba5e21d65ea23d9c6fbd704721974d2e4cf87cc074b17e01f35ace47c4d56d1e2d99cbb46b116eba72d14 ./constitution.odt
|
|
||||||
48057e084a66a8389ef30f734df4fea6aedfdaa09386d0e8e288ab9c4510747474b4afe6bb98c6133a607fb68904a7fb5c4a54f08a411a1d1a6c68c815198eca ./constitution.pdf
|
|
||||||
d0ff054a6cec230633e8bfcf655df77bae09939e0c27e04f925b80d10a57064de9dc5ce28f6e8cd5af5d8f4b564e16bc257a09d11991f023b82eb37dc8c0b717 ./donations.html
|
|
||||||
ee91ddfcb4fad291f8abb529fced5aefd49c2616372f4abb9473c039b46c2deab3983815b83645014a09d6edbbf9831a1ebad553425dc13ba6edddec5e978df6 ./donations.odt
|
|
||||||
1a90db375bbe908bdc3860d7d82a5091de5624205f3509cbbd943b39cbbec5d72dde68e2aa36be10172ab7f0b137a7792e8a0f7eb5697a7ef8c6b516730820ce ./donations.pdf
|
|
||||||
ab57016c5a4599632f053f2565a573ea440d335c20f28f7c90b2ce12da30a4024f380ec1c35c14b3d200ea0b67cd559291ece05f4365114353bb6f8265f17fc5 ./guide.html
|
|
||||||
3f363b0e91251575c39729e3c6458c89d61d2c24dd639abcbca1e2ba706c7748a10414bd14b79336c3a1ec66efb5b8999b193fe19082404489585730a6b87be0 ./guide.odt
|
|
||||||
b44940bb5dc8d895c09375ed774730096fee5fed8f744552f6dfdeccbf2fb78a5094c7c727ce1c56e3f9a0c63d26ffd114581b335ff225b4d69ffb7d0d37f0eb ./guide.pdf
|
|
||||||
c30b498a3b75e3ad1514ef1dc3d6faeb834a1480605c87a18586c649d268c63f746a03fbacd66fbe23d2106c377e7adb6092b8d34363ecb0b8142dae0a3aed12 ./legacy.html
|
|
||||||
345d63f0042a38c38cc9b0c91f22d7930635451112d419327d8d317baafa5865c3a2e67ff7e98e46a3618ffc4dcd262cd16cff85ad5b916023b188607d6b26dd ./legacy.odt
|
|
||||||
bb88595ee507452e0383524ef4b3319b16c8a121bd8f71d2b0a8f8846c50c649f53fa71153223455f775a5becf9cc083ce72a281284eaef5cc932fcc3dfa5084 ./legacy.pdf
|
|
||||||
72b4d612178c4597afa3a6ac76178da20981edf5caa13751d12c6ce17456f78d43021b334c38c6547025abfdcb3952c16ac0cddfcdd7c619cf5d6dc45a645a97 ./links.html
|
|
||||||
b0ca4366d28c305e20022413e56c54caf7729754ad623c4459dbfa2eefa82bbbf8397ae319ddebafd4db89bbf37bf796159c37840da42f6a9d4d3ef6eaa4951e ./links.odt
|
|
||||||
23fac94766ad432c8ccee14fe4962bf85e3eb8140ba6ea92a0cf3baa73915c795318eaa280ea895348973daf4284d6b4e01a8e55cfa68535285fdf2dddc84e81 ./links.pdf
|
|
||||||
a3a2ba7ac2da82772087fcbff3f0ed8f9b4fb4139fef218403d28df33a023a9dfa60493a44e25d004a92010ef9f6c636f7e6e5c8635ced51d14ff89c8bedc167 ./moderncrypto-rules.html
|
|
||||||
eb0086bf61e6b262a857dc9024b226cc10fff914b4d4abfa15965d4800b78a69a6e94309ac85dfd50f252cb4d453f23511e479403f9b1dfb34b315b375062d0b ./moderncrypto-rules.odt
|
|
||||||
e2be52061316336672a14dce12f76de8867cf15fd43c02ce1339dcf2d72ded2ec4df9e1d143f32ba823eee379830136f7d5a47e077397c0e6a60c6c23434c09d ./moderncrypto-rules.pdf
|
|
||||||
63a4cdd69612bfd745e17aed500e54e37c184ef35859776c9ce5b62ad8cec222a5d4319b31595eed85ab593ee99a4c2433ed5db21107810883c20cc6990f894a ./sha256sum.txt
|
|
||||||
1a869b96d21adeb6376cc8c73d7e579e03526447f9e5a215c3421fe2b86db556988b8f8a2a30ef2f15c4d1a02b53876f14949e7950e12699ba0531f93cfa0b7c ./twitter.html
|
|
||||||
1c5961fd700c9e045b2180e3031d9901309cfc253f0f469cb472edd6fc9fdb40b3d25c1ce449145d6b6812a9de470d5cabbb71c67ede07334ff59a0ce33490f6 ./twitter.odt
|
|
||||||
04cf89bd7b9ba7a3c9701e5fe712556bf6941b04f2956dfdbd9710ee89a2ddb4247e259bf6f00f93e4a26d9206df57e6263be27d2f48a2bd71d571d4affe90f8 ./twitter.pdf
|
|
||||||
9c31e63f99c533a63e15213c8e745fb4bb31f42809e6a032a9da698c530fc06dacaf09fa3c35be2cfcfc70f7a746fa96d9c301adb91c31e6f79a57e190fdf1a7 ./verify.html
|
|
||||||
965d27f890a79a8013f986b1f5cc7d6708b901e9f4272292f7af7e7c8aa52f416923b2f1330fcb491312fcace20186db6dd5ffec9887edeeb39a8da4ae01d95a ./verify.odt
|
|
||||||
b6ba3a10ec8af2ccd58177a7f599edb4f81c0bc749412dad146b74a75ace0bf9e9ae8110f5df2d02df1cb5c6ee6abc18b5e6991b43c14bea96116344046e201a ./verify.pdf
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCUgAKCRAhq2tqbLLD
|
|
||||||
N5XLAQD8K2vw3S4Z5XNc5gjnyVzsVi7+gHFr/gUzYceyVcHhHgD/Yy0P0ZSMGg49
|
|
||||||
IWosQj7Wby+bJmcIvMkZrnc7jI1iuwo=
|
|
||||||
=KheH
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/u/sf/Ms+uKtvreUNa27USUjWAgLtucLkFk5pQeEBZz5el29LiUtsr2e6+qfFeAIU0dlUsprXknh1yycZUg33wI=
|
|
||||||
trusted comment: timestamp:1690649172 file:b2sum.txt hashed
|
|
||||||
cnm0cefKny1Nu0i71kocRpdQF0gIzOZ/78x5KZNqgTD8U9kGhwsp3riVA/h3zhVr0Tdym9CX0Pbh+poKrzSGCg==
|
|
||||||
@@ -1,174 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<h2 id="спілкування-communication">спілкування / Communication:</h2>
|
|
||||||
<p>Це послання до народу України. Ми настійно рекомендуємо вам
|
|
||||||
використовувати Briar для спілкування. Ви можете знайти його тут:
|
|
||||||
<https://briarproject.org/ . За допомогою цієї програми ви можете
|
|
||||||
спілкуватися, навіть коли немає Інтернету. Посібник тут: <a href="https://briarproject.org/manual/uk/" class="uri">https://briarproject.org/manual/uk/</a> , Швидкий початок:
|
|
||||||
<a href="https://briarproject.org/quick-start/uk/" class="uri">https://briarproject.org/quick-start/uk/</a></p>
|
|
||||||
<hr />
|
|
||||||
<p>This is a message for the people of Ukraine. We strongly recommend
|
|
||||||
that you use Briar for communicating. You can find it here: <a href="https://briarproject.org/" class="uri">https://briarproject.org/</a> With this application, you can
|
|
||||||
communicate even when there is no internet. The manual is here: <a href="https://briarproject.org/manual/" class="uri">https://briarproject.org/manual/</a> , quick-start guie
|
|
||||||
here: <a href="https://briarproject.org/quick-start/" class="uri">https://briarproject.org/quick-start/</a></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCVAAKCRAhq2tqbLLD
|
|
||||||
NzfPAQDoq1ZgUm+UuFdLXP5Ai8Mc1AUIlrRbPiYyyGsJHFAFdwEAtCVzJq4tJecb
|
|
||||||
48ZJiqznkyP/ihqqgcWTLlBezd+A1gs=
|
|
||||||
=tRBd
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/j5FbfpKso/nUIWg7eq6suz09T2HrMIr5QqH1cZFkXLZRzzp80V43OzFgZ+sVDCbB8L/Vf4AYz8C3z5Lnb+DJAY=
|
|
||||||
trusted comment: timestamp:1690649174 file:briar.html hashed
|
|
||||||
EiMRrFZ05GtANhXHNhey8OGu24QPx1XUyVz725WMeEc/qWs+CxwRmKYtBUU2/ZHmwsuLPFgXsyrtfPs1aYIMBw==
|
|
||||||
BIN
export/briar.odt
BIN
export/briar.odt
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCVgAKCRAhq2tqbLLD
|
|
||||||
N6u+AP4g+OGW00qwG/XKTqnQGJ5H8jjdrQSZr0hK/iu/VwpVnAD9ETFnUntwkjoh
|
|
||||||
ZlXwROdvTw+DVdMllTVxDpwgw8oCuQQ=
|
|
||||||
=9I/+
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/trhfnJIOFwlAxGYJf3IuCIucL6yl0qMYLBsCc3ps95OCDGNKalzF8a3EhjHztQfpsg5QhNRsJw3WPNZIo2vIAo=
|
|
||||||
trusted comment: timestamp:1690649176 file:briar.odt hashed
|
|
||||||
yGUUtHod94OXqo5xGr1b7l28bcvtpEiVVSwFLZjWVAvtcrSbMsJmoaFWC9xlmfdcOvUkSIr24JVN3Il1ZM8FDA==
|
|
||||||
BIN
export/briar.pdf
BIN
export/briar.pdf
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCWAAKCRAhq2tqbLLD
|
|
||||||
N9pNAP9oAz4bjefvU2X9kpnw2y8hnKHuyDiD1x9GfVvyqW6sIAD/Wq4BTCKkuYSP
|
|
||||||
3zVzcP+RRyGN2rvEcvSC4QkAGW3kHgg=
|
|
||||||
=skHB
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/qd3bVyY5NnAoZuRC4DejPBw/TlUFT3g/aEis8DXzSKvKak9obbxhjKdyJVV/Z4XYEH+SE0CXHgN5X8tqrF9wAk=
|
|
||||||
trusted comment: timestamp:1690649178 file:briar.pdf hashed
|
|
||||||
2b5gbAXUNLeFS5vNjYIxrsYnCnhQ8JtbN4YGhNSz7O0JeF9K0l4X8KuHjjRYbUWZtPc4P4y2RbSF0PTVtNkyCQ==
|
|
||||||
@@ -1,273 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<h3 id="psa-community-matrix">PSA Community Matrix</h3>
|
|
||||||
<p>You will find here the rules for the community.</p>
|
|
||||||
<p><strong>Note:</strong> Rooms which are part of the community keep
|
|
||||||
their sovereignty and can apply their own local rules, each with their
|
|
||||||
own local moderation. Some of the rooms are following the general rules,
|
|
||||||
but some are not.</p>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#general">General Rules</a></li>
|
|
||||||
<li><a href="#nth">Nothing To Hide Privacy Room Rules</a></li>
|
|
||||||
<li><a href="#moderncrypto">Modern Cryprography Room Rules</a></li>
|
|
||||||
<li><a href="#ossecurity">OS Security Room Rules</a></li>
|
|
||||||
<li><a href="#bnonymity">Bnonymity Room Rules</a></li>
|
|
||||||
<li><a href="#exceptions">Exceptions</a></li>
|
|
||||||
<li><a href="#bans">Bans</a></li>
|
|
||||||
<li><a href="#appeals">Ban Appeals</a></li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="general-default-rules-for-psa-rooms-unless-specific-rules-are-mentioned-below">General
|
|
||||||
default rules for PSA rooms <strong>unless specific rules are mentioned
|
|
||||||
below</strong><a name="general"></a></h4>
|
|
||||||
<p>These are currently enforced on
|
|
||||||
<strong><code>#anonymity</code></strong>,
|
|
||||||
<strong><code>#security</code></strong>,
|
|
||||||
<strong><code>#OSINT</code></strong>, and are NOT applied in rooms with
|
|
||||||
their own rules below.</p>
|
|
||||||
<ul>
|
|
||||||
<li>Keep it legal</li>
|
|
||||||
<li>English only</li>
|
|
||||||
<li>Be respectful to each other</li>
|
|
||||||
<li>Avoid FUD and/or disinformation</li>
|
|
||||||
<li>Avoid gatekeeping and try to remain welcoming to new users</li>
|
|
||||||
<li>No hate speech (no racism, no homophobia, no transphobia…)</li>
|
|
||||||
<li>No spam</li>
|
|
||||||
<li>No doxxing unless you have express permission and you move to
|
|
||||||
<code>#bnonymity</code></li>
|
|
||||||
<li>No trolling (this doesn’t mean sarcasm is forbidden)</li>
|
|
||||||
<li>No NSFW content (no Porn, no Gore, no Hentai…)</li>
|
|
||||||
<li>No upload of any non-media files (binaries, executables, compressed
|
|
||||||
files…)</li>
|
|
||||||
<li>No voice messages (these will be auto-deleted by the bots)</li>
|
|
||||||
<li><strong>Avoid drifting too much off-topic or move to an off-topic
|
|
||||||
room like #bnonymity</strong></li>
|
|
||||||
</ul>
|
|
||||||
<p>Just because the bot is down temporarily doesn’t mean shit.Some
|
|
||||||
exceptions can apply, see the <a href="#exceptions">exceptions</a>
|
|
||||||
section at the bottom of this page. Violations will be handled at the
|
|
||||||
discretion of the acting moderator.</p>
|
|
||||||
<h4 id="rules-for-nothing-to-hide-privacy-privacymatrix.org">Rules for
|
|
||||||
Nothing To Hide Privacy
|
|
||||||
(<code>#privacy:matrix.org</code>)<a name="nth"></a></h4>
|
|
||||||
<ul>
|
|
||||||
<li>Zero tolerance for discussion of how to commit illicit acts</li>
|
|
||||||
<li>Limit political discussion to privacy-related topics
|
|
||||||
<strong>only</strong></li>
|
|
||||||
<li>No suspicious links or uploading of non-image binary files</li>
|
|
||||||
<li>Be respectful</li>
|
|
||||||
</ul>
|
|
||||||
<h5 id="mods">Mods:</h5>
|
|
||||||
<ul>
|
|
||||||
<li>Lucas: <a href="https://matrix.to/#/@lucas:coinfundit.com"><span class="citation" data-cites="lucas:coinfundit.com">@lucas:coinfundit.com</span></a></li>
|
|
||||||
<li>Prox: <a href="https://matrix.to/#/@the_proxster:midov.pl"><span class="citation" data-cites="the_proxster:midov.pl">@the_proxster:midov.pl</span></a>
|
|
||||||
(basically God)</li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="rules-for-modern-cryptography-moderncryptognuradio.org">Rules
|
|
||||||
for Modern Cryptography
|
|
||||||
(<code>#moderncrypto:gnuradio.org</code>)<a name="moderncrypto"></a></h4>
|
|
||||||
<p>See <a href="https://anonymousplanet.org/moderncrypto-rules.html" class="uri">https://anonymousplanet.org/moderncrypto-rules.html</a></p>
|
|
||||||
<h4 id="rules-for-os-security">Rules for OS
|
|
||||||
Security<a name="ossecurity"></a></h4>
|
|
||||||
<p>See <a href="https://artemislena.eu/coc.html" class="uri">https://artemislena.eu/coc.html</a></p>
|
|
||||||
<h4 id="rules-for-bnonymity-bnonymitymatrix.org">Rules for Bnonymity
|
|
||||||
(<code>#bnonymity:matrix.org</code>)<a name="bnonymity"></a></h4>
|
|
||||||
<ul>
|
|
||||||
<li>Keep it legal (seriously)</li>
|
|
||||||
<li>English only</li>
|
|
||||||
<li>Be “somewhat” respectful to each other</li>
|
|
||||||
<li>No hate speech (e.g., no racism, homophobia, or transphobia)</li>
|
|
||||||
<li>No spammerino (e.g., no scams, ads, or bots/flooding)</li>
|
|
||||||
<li>No NSFW content (e.g., no porn, gore, and hentai)</li>
|
|
||||||
</ul>
|
|
||||||
<p>All of the above can result in an insta-ban depending on the
|
|
||||||
severity.</p>
|
|
||||||
<h5 id="mods-1">Mods:</h5>
|
|
||||||
<ul>
|
|
||||||
<li>Fractal: <a href="https://matrix.to/#/@fractal:matrix.org"><span class="citation" data-cites="fractal:matrix.org">@fractal:matrix.org</span></a></li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="exceptions">Exceptions<a name="exceptions"></a></h4>
|
|
||||||
<h5 id="exceptions-for-anonymity-security-and-bnonymity-rooms">Exceptions
|
|
||||||
for #Anonymity, #Security, and #Bnonymity rooms</h5>
|
|
||||||
<ul>
|
|
||||||
<li>Talks about Sci-Hub and/or LibGen are allowed.</li>
|
|
||||||
<li>Talks about torrenting anonymously are allowed unless the purpose is
|
|
||||||
blatantly illegal.</li>
|
|
||||||
</ul>
|
|
||||||
<h4 id="bans">Bans<a name="bans"></a></h4>
|
|
||||||
<p>Currently, the following rooms are sharing a common PSA ban list for
|
|
||||||
serious offenders: - <a href="https://matrix.to/#/#anonymity:matrix.anonymousplanet.org">#Anonymity</a>
|
|
||||||
- <a href="https://matrix.to/#/#thgtoa-translation:matrix.anonymousplanet.org">#Translations</a>
|
|
||||||
- <a href="https://matrix.to/#/#security:matrix.anonymousplanet.org">#Security</a>
|
|
||||||
- <a href="https://matrix.to/#/#bnonymity:matrix.anonymousplanet.org">#Bnonymity</a>
|
|
||||||
- <a href="https://matrix.to/#/#moderncrypto:matrix.anonymousplanet.org">#ModernCrypto</a>
|
|
||||||
- <a href="https://matrix.to/#/#OSINT:matrix.anonymousplanet.org">#OSINT</a>
|
|
||||||
- <a href="https://matrix.to/#/#thgtoa-collab:matrix.anonymousplanet.org">#Collab</a></p>
|
|
||||||
<p>This means that those PSA bans are effectively applied on all those
|
|
||||||
rooms and can be issued by admins of these rooms. See the next section
|
|
||||||
for information about appeals.</p>
|
|
||||||
<h4 id="ban-appeals">Ban Appeals<a name="appeals"></a></h4>
|
|
||||||
<ul>
|
|
||||||
<li><strong>Please contact the mods or admins of the room in question to
|
|
||||||
state your case for appealing.</strong></li>
|
|
||||||
</ul>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCWgAKCRAhq2tqbLLD
|
|
||||||
NyFCAP4tsbFmjFw9K0Bu4Vno6rniK5MNVUaMfI9m9Vsu97TDYwD/fryQDnpqsLPu
|
|
||||||
PTmp8vFAeuEHkYFgZRv4WktvEiqeUQk=
|
|
||||||
=kkLP
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/iCJRflrKoup35DCteNZX10f4t7BS/zzP9/g9Cv/vTJNZZP3L/xTB6pt9eu3VhlD1+Epcfa+WnCFmvkB7vsfNQY=
|
|
||||||
trusted comment: timestamp:1690649179 file:chatrooms-rules.html hashed
|
|
||||||
ttOj8mD/0DEXRWEefE57w7tfVSjKNiU+kcvJm8kSdEIRKVKefN8sas+5BdP+GTRpVcsajKoKdIA0MXu4sOYXAQ==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCWwAKCRAhq2tqbLLD
|
|
||||||
NwyyAP9Wp0gA4VZcN7znAsQXdnPkDVVWV4PQPtp5aMg3osJ3FAD/UxKComQFm6aH
|
|
||||||
12MIrvByLYeVstC+XG2rBMIAbgD/lwI=
|
|
||||||
=4bgJ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/t0vX3vWcI2e/WmANWaFT93Ok9DVvb76LtuvE6ByF1j9rxbDRRiv6QH+49IlhBz7VZwIWHSk8DUZyrLW2mwGHA4=
|
|
||||||
trusted comment: timestamp:1690649181 file:chatrooms-rules.odt hashed
|
|
||||||
lDQlZZmzw713b4JLyEFcW9krTUDUNvALLDEs4agAzKo7tdBJJdM+8OdxZ/Bt9UXCzmUTQl0eSyXo94DOqEBMBA==
|
|
||||||
@@ -1,280 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="generator" content="pandoc" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
||||||
<title>The Hitchhiker's Guide to Online Anonymity</title>
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
font-family: Georgia, serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
background-color: #fdfdfd;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 36em;
|
|
||||||
padding-left: 50px;
|
|
||||||
padding-right: 50px;
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
hyphens: auto;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
text-rendering: optimizeLegibility;
|
|
||||||
font-kerning: normal;
|
|
||||||
}
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 1.8em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
body {
|
|
||||||
background-color: transparent;
|
|
||||||
color: black;
|
|
||||||
font-size: 12pt;
|
|
||||||
}
|
|
||||||
p, h2, h3 {
|
|
||||||
orphans: 3;
|
|
||||||
widows: 3;
|
|
||||||
}
|
|
||||||
h2, h3, h4 {
|
|
||||||
page-break-after: avoid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
margin-top: 1.4em;
|
|
||||||
}
|
|
||||||
h5, h6 {
|
|
||||||
font-size: 1em;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
padding-left: 1.7em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
li > ol, li > ul {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
margin: 1em 0 1em 1.7em;
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #e6e6e6;
|
|
||||||
color: #606060;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
|
|
||||||
font-size: 85%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
margin: 1em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
pre code {
|
|
||||||
padding: 0;
|
|
||||||
overflow: visible;
|
|
||||||
overflow-wrap: normal;
|
|
||||||
}
|
|
||||||
.sourceCode {
|
|
||||||
background-color: transparent;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
border: none;
|
|
||||||
height: 1px;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
margin: 1em 0;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 100%;
|
|
||||||
overflow-x: auto;
|
|
||||||
display: block;
|
|
||||||
font-variant-numeric: lining-nums tabular-nums;
|
|
||||||
}
|
|
||||||
table caption {
|
|
||||||
margin-bottom: 0.75em;
|
|
||||||
}
|
|
||||||
tbody {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
border-bottom: 1px solid #1a1a1a;
|
|
||||||
}
|
|
||||||
th {
|
|
||||||
border-top: 1px solid #1a1a1a;
|
|
||||||
padding: 0.25em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
padding: 0.125em 0.5em 0.25em 0.5em;
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
margin-bottom: 4em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#TOC li {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#TOC ul {
|
|
||||||
padding-left: 1.3em;
|
|
||||||
}
|
|
||||||
#TOC > ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
#TOC a:not(:hover) {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
code{white-space: pre-wrap;}
|
|
||||||
span.smallcaps{font-variant: small-caps;}
|
|
||||||
span.underline{text-decoration: underline;}
|
|
||||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
|
||||||
ul.task-list{list-style: none;}
|
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header id="title-block-header">
|
|
||||||
<h1 class="title">The Hitchhiker's Guide to Online Anonymity</h1>
|
|
||||||
</header>
|
|
||||||
<h1 id="a-constitution-for-an-anonymous-planet.">A Constitution for an
|
|
||||||
Anonymous Planet.</h1>
|
|
||||||
<p>To amend the rules and regulations of the network and of the PSA
|
|
||||||
community, this constitution is hereby set forth. It is applicable to
|
|
||||||
all the projects of the initiative, especially the Hitchhiker’s Guide to
|
|
||||||
Online Anonymity. All members/collaborators must abide by these lines
|
|
||||||
when contributing within the context of the initiative.</p>
|
|
||||||
<h2 id="requirements">Requirements</h2>
|
|
||||||
<blockquote>
|
|
||||||
<p>Our content is licensed under <strong><a href="https://creativecommons.org/licenses/by-nc/3.0/">Creative Commons
|
|
||||||
Attribution NonCommercial</a></strong> to prevent commercial usage.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h3 id="anonymity-above-everything">1. Anonymity above everything</h3>
|
|
||||||
<p>Anonymity is necessary to maintain the balance of power, specifically
|
|
||||||
to help journalists, whistleblowers, lawyers, scientists, and victims of
|
|
||||||
oppression. Anonymity first, even if that means using non-free and/or
|
|
||||||
proprietary means. Security and privacy are second, again, even if using
|
|
||||||
non-free or non-open-source and/or proprietary means. In this sense, the
|
|
||||||
ends may at times justify proprietary means.</p>
|
|
||||||
<h3 id="independence">2. Independence</h3>
|
|
||||||
<p>The Anonymous Planet initiative has no affiliation with the
|
|
||||||
“Anonymous” collective and does not endorse their activities.<br />
|
|
||||||
Any overlap of their activities and our guide are purely
|
|
||||||
coincidental.</p>
|
|
||||||
<h3 id="accessibility">3. Accessibility</h3>
|
|
||||||
<p>We will strive to always keep available the following methods of
|
|
||||||
reading the Hitchhiker’s Guide:<br />
|
|
||||||
* online;<br />
|
|
||||||
* offline (e.g., PDF, ODT, EPUB (in the future));<br />
|
|
||||||
* via the Tor network</p>
|
|
||||||
<h3 id="freedom">4. Freedom</h3>
|
|
||||||
<p>Maintain free, open-source, and non-commercial nature of all our
|
|
||||||
projects. This does not mean proprietary and/or closed-source tools
|
|
||||||
won’t be recommendeded. All scientific knowledge should be free for
|
|
||||||
anyone and we support and encourage Sci-Hub and LibGen. Any attempt to
|
|
||||||
erode the freedom of information and flow of knowledge of our projects,
|
|
||||||
in any manner, is hostile.</p>
|
|
||||||
<h3 id="verifiability-falsifiability-and-reproducibility">5.
|
|
||||||
Verifiability, falsifiability and reproducibility</h3>
|
|
||||||
<p>We will make every effort to be transparent about any and all bias we
|
|
||||||
have.<br />
|
|
||||||
Anyone claiming to be unbiased is lying, therefore we will not falsely
|
|
||||||
claim to be.</p>
|
|
||||||
<p>All our content shall be verifiable, reproducible and
|
|
||||||
fact-checked:<br />
|
|
||||||
- academic references (e.g., studies, papers, and peer reviewed
|
|
||||||
publications);<br />
|
|
||||||
- reputable media references (e.g., articles, videos, and
|
|
||||||
documentaries);<br />
|
|
||||||
- official documentation (e.g., manuals, field guides, and technical
|
|
||||||
documents);<br />
|
|
||||||
- renowned and reputable expert review;<br />
|
|
||||||
- direct testing by our own collaborators for falsifiablity</p>
|
|
||||||
<h3 id="innocence">6. Innocence</h3>
|
|
||||||
<p>Suspected offenders are innocent until proven guilty, with zero
|
|
||||||
tolerance for abuse of power or position.</p>
|
|
||||||
<p>Any accusing/moderating member is: - Subject to the burden of proving
|
|
||||||
the wrong-doing of the offender. - Required to motivate any
|
|
||||||
sanction.</p>
|
|
||||||
<p>Any offender has the right to: - Face their accuser (know who is
|
|
||||||
accusing them). - Appeal sanctions to an uninvolved third party. -
|
|
||||||
Participate in their own incrimination (the burden of proof lies with
|
|
||||||
the accuser). - Due process of the above.</p>
|
|
||||||
<h3 id="freedom-of-thought">7. Freedom of thought</h3>
|
|
||||||
<p>Open-minded and pragmatic - with no tolerance for gatekeeping.</p>
|
|
||||||
<p>Critical thinking and fact-checking are strongly encouraged; we
|
|
||||||
welcome criticism including of a harsh nature (excluding ad-hominem and
|
|
||||||
slurs).</p>
|
|
||||||
<h3 id="we-do-not-tolerate-intolerance">8. We do not tolerate
|
|
||||||
intolerance</h3>
|
|
||||||
<p>See the <a href="https://en.wikipedia.org/wiki/Paradox_of_tolerance">Paradox of
|
|
||||||
Tolerance</a>, which includes hate speech.</p>
|
|
||||||
<h3 id="no-analytics">9. No analytics</h3>
|
|
||||||
<p>Note that, while we will never use analytics, the (now free)
|
|
||||||
platforms hosting our content might be gathering such analytics outside
|
|
||||||
of our control, such as Github pages. As the initiative progresses, we
|
|
||||||
will strive to avoid these as soon as possible.</p>
|
|
||||||
<h3 id="no-profit">10. No profit</h3>
|
|
||||||
<p>Any excess donations will only be used to support our main projects
|
|
||||||
first and possibly support other intitiatives (like hosting Tor exit
|
|
||||||
nodes). In all cases, we abide by the following principles:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Funding transparency (i.e., all donations, spendings, source code,
|
|
||||||
and future goals will be public).<br />
|
|
||||||
</li>
|
|
||||||
<li>Acceptance of donations from any entity anonymously or acknowledged
|
|
||||||
(opt-in) will not have any influence on our content.<br />
|
|
||||||
</li>
|
|
||||||
<li>No sponsored content.<br />
|
|
||||||
</li>
|
|
||||||
<li>No affiliate links.<br />
|
|
||||||
</li>
|
|
||||||
<li>No product placements.<br />
|
|
||||||
</li>
|
|
||||||
<li>No advertising.</li>
|
|
||||||
</ul>
|
|
||||||
<p><strong>Disclaimer: it is possible that, coincidentally, a donation
|
|
||||||
could correlate with a recommendation. It will then be clearly stated
|
|
||||||
that while the donation was welcome, the donating entity will not be
|
|
||||||
gaining visibility/coverage/endorsement/recommendations due to such a
|
|
||||||
donation.</strong></p>
|
|
||||||
<h2 id="core-goals.">Core Goals.</h2>
|
|
||||||
<ol start="0" type="1">
|
|
||||||
<li>Help people in need of anonymity to maintain both their physical and
|
|
||||||
digital safety.</li>
|
|
||||||
</ol>
|
|
||||||
<h2 id="non-goals">Non-Goals:</h2>
|
|
||||||
<ol start="0" type="1">
|
|
||||||
<li>Help any people who are using this knowledge for bad purposes.
|
|
||||||
Helping people takes precedence and we know our content can be used
|
|
||||||
nefariously. Our initiative believes in having one good person given an
|
|
||||||
anonymous voice, safely, is worth the risk of having several using our
|
|
||||||
content for evil. As we do adhere to a fair “rule of law” system which,
|
|
||||||
having 9 criminals and 1 innocent person free, is much better than
|
|
||||||
having one innocent person in prison among 9 criminals.</li>
|
|
||||||
</ol>
|
|
||||||
<p><strong>Yours faithfully, Anonymous Planet</strong></p>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCXQAKCRAhq2tqbLLD
|
|
||||||
Nx28AQD9j5ZtHJlcM9bEb9KKu1jFo3hqZ6tBMbiMALuwXiIU1gEAqW1Jz3f/qOWE
|
|
||||||
7hk6LndHORul0+xrlCP2wOnthyYv0AM=
|
|
||||||
=Ys8g
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/r5ifjEh1APhgfyeImZRLjGbKwnX5FJ5N77ZXVz8tPp5QFtbuYaf879CTtkUT1aeoi+0bRSzA6LpEavn6abAuwg=
|
|
||||||
trusted comment: timestamp:1690649183 file:constitution.html hashed
|
|
||||||
st+WrkDkMGdX9Oac3edxkU/VVTpVHJHeVX0NIFAbBpEaPbJXY/V7CQBfE3MxFoViwnZl2w9c4i6IrM91U57BDQ==
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCXwAKCRAhq2tqbLLD
|
|
||||||
NxysAPwODa+5LpgOxXUMwCNGn6Es/v6CsWR04D68bSp35ytv9QEAm6Q6xqLrJyzf
|
|
||||||
6Cy4UUPYmNC2QOU/nz9hWaKaxm5/UQA=
|
|
||||||
=qYmQ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
untrusted comment: signature from minisign secret key
|
|
||||||
RUSn9xivowlq/i7l8WwCLobMU0V3jvvpOjkE/D43md12Ls/GQUxbZN5TF1OWkNND2ma0VfRCBtE6DAPVbFlyFhzSTWSW7IK7+g0=
|
|
||||||
trusted comment: timestamp:1690649185 file:constitution.odt hashed
|
|
||||||
ahTNoQocq5HSWE0hi5EylKHrNamkHqsWamSSWgT0LvjOPZ/tqdl/IzWA6sYu5KDrAghALQnPEAB87JhW31PqCQ==
|
|
||||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user