mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-03-22 12:43:24 +01:00
Compare commits
37 Commits
v1.1.8-pre
...
audits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac93337cc8 | ||
|
|
c73c3e446c | ||
|
|
2639e35f09 | ||
|
|
76e6bea50c | ||
|
|
1c7ea25ef9 | ||
|
|
993987c6ae | ||
|
|
148f30a9c9 | ||
|
|
983bd463c1 | ||
|
|
f0b66574d9 | ||
|
|
2d331680c0 | ||
|
|
f248363832 | ||
|
|
7c5f9c5290 | ||
|
|
cd0b6cd830 | ||
|
|
00bd59da91 | ||
|
|
9f4ae5158e | ||
|
|
80fc552f0c | ||
|
|
d65f9e65ea | ||
|
|
01c303df2f | ||
|
|
34a718db77 | ||
|
|
034d7cf0eb | ||
|
|
e7d22c6a78 | ||
|
|
a7bebf2cff | ||
|
|
c43ab1cecd | ||
|
|
15cb74186c | ||
|
|
7ecb5699da | ||
|
|
f7c43db799 | ||
|
|
87c70c37c8 | ||
|
|
fc5fc7f74f | ||
|
|
6f1362bd40 | ||
|
|
5636b005bb | ||
|
|
3ae7548f82 | ||
|
|
5f7d123736 | ||
|
|
6211e69168 | ||
|
|
506c941261 | ||
|
|
76ceebf1eb | ||
|
|
0ddd743812 | ||
|
|
1213b96488 |
21
.github/ISSUE_TEMPLATE/build.yml
vendored
Normal file
21
.github/ISSUE_TEMPLATE/build.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: "CI/CD"
|
||||
description: Any changes/issues for the build process
|
||||
labels: ["chore"]
|
||||
assignees:
|
||||
- nopenothinghere
|
||||
body:
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Briefly describe the issue or change.
|
||||
Note: you can also open a [discussion](https://github.com/Anon-Planet/thgtoa/discussions/new/choose).
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Short description
|
||||
description: Please describe what should be fixed/changed.
|
||||
placeholder: Makefile doesn't build [document.md]. Here's how it can be fixed.
|
||||
validations:
|
||||
required: true
|
||||
34
.github/ISSUE_TEMPLATE/documentation.md
vendored
34
.github/ISSUE_TEMPLATE/documentation.md
vendored
@@ -1,34 +0,0 @@
|
||||
---
|
||||
name: Suggestion
|
||||
about: Suggest something for the guide
|
||||
title: ""
|
||||
labels: "T: doc"
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
**Please describe the scope.**
|
||||
|
||||
<!-- A clear and concise description of what the problem is,
|
||||
e.g. something that is outdated or needs additional info.
|
||||
Limit this to about 60-70 chars. -->
|
||||
|
||||
**Please describe the solution.**
|
||||
|
||||
<!-- A clear and concise description of what you want to happen
|
||||
or see changed. You're welcome to ask for changes regarding
|
||||
anything as long as it is in scope. -->
|
||||
|
||||
**Please describe alternatives.**
|
||||
|
||||
<!-- A clear and concise description of any alternative solutions
|
||||
or features you've considered. e.g. "This could instead be
|
||||
replaced by <some other program> or <other link>." Make sure it's
|
||||
in scope. -->
|
||||
|
||||
**Give any additional relevant context.**
|
||||
|
||||
<!-- Add any other links and related imagery or data here. We
|
||||
will not entertain any sort of suggestion that doesn't fit in the
|
||||
threat model described in the guide. It is aimed at protecting
|
||||
journalists, whistleblowers and activists, and any suggestion will
|
||||
require research on the behalf of the person writing the issue. -->
|
||||
12
.github/ISSUE_TEMPLATE/donation.yml
vendored
Normal file
12
.github/ISSUE_TEMPLATE/donation.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: "Donation"
|
||||
description: Donation transparency report
|
||||
labels: ["donation"]
|
||||
body:
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Donation
|
||||
description: An [anonymous] donation was made [by whom]
|
||||
placeholder: "0.1 XXX was donated [from whom]"
|
||||
validations:
|
||||
required: true
|
||||
46
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
Normal file
46
.github/ISSUE_TEMPLATE/suggestion.yml
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
name: "Content Suggestion"
|
||||
description: Suggest something for the guide
|
||||
labels: ["next"]
|
||||
body:
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Briefly describe your suggestion.
|
||||
Note: you can also open a [discussion](https://github.com/Anon-Planet/thgtoa/discussions/new/choose).
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Affected section of the guide
|
||||
description: Please let us know which part of the guide is affected.
|
||||
placeholder: "https://anonymousplanet.org/guide.html#persistent-plausible-deniability-using-whonix-within-tails"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Short description
|
||||
description: Please let us know what should be fixed/changed.
|
||||
placeholder: There is a typo in this line or mistake in this logic.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: source
|
||||
attributes:
|
||||
label: Research
|
||||
description: Please do your own due diligence when suggesting changes.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: Required checks
|
||||
description: You are required to check that you have read the CoC.
|
||||
options:
|
||||
- label: This is not an opinion. It is fact. It is backed by [my own] research.
|
||||
required: true
|
||||
- label: I agree to the [PSA Code of Conduct](https://anonymousplanet.org/export/CODE_OF_CONDUCT.html).
|
||||
required: true
|
||||
20
.github/workflows/depends.yml
vendored
Normal file
20
.github/workflows/depends.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Dependency Review Action
|
||||
#
|
||||
# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.
|
||||
#
|
||||
# Source repository: https://github.com/actions/dependency-review-action
|
||||
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
|
||||
name: '🧪 Dependencies'
|
||||
on: [pull_request]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
dependency-review:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: '📦 Checkout Repository'
|
||||
uses: actions/checkout@v3
|
||||
- name: '📦 Dependency Review'
|
||||
uses: actions/dependency-review-action@v2
|
||||
37
.github/workflows/lock-threads.yml
vendored
Normal file
37
.github/workflows/lock-threads.yml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
name: '🔒 Lock Threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
concurrency:
|
||||
group: lock
|
||||
|
||||
jobs:
|
||||
action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: '🔒 Lock Threads'
|
||||
- uses: dessant/lock-threads@v4
|
||||
with:
|
||||
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
issue-inactive-days: '180'
|
||||
add-issue-labels: 'outdated, archived'
|
||||
issue-comment: >
|
||||
This issue has been closed due to inactivity in the last 180 days.
|
||||
Please open a new issue to bring it up again.
|
||||
issue-lock-reason: 'resolved'
|
||||
pr-inactive-days: '180'
|
||||
include-all-pr-labels: 'done'
|
||||
add-pr-labels: 'outdated, archived'
|
||||
pr-comment: >
|
||||
This pull request has been closed due to inactivity in the last 180 days.
|
||||
Please open a new PR to bring it up again.
|
||||
pr-lock-reason: 'resolved'
|
||||
process-only: 'issues, prs'
|
||||
log-output: false
|
||||
13
.github/workflows/vt-scan.yml
vendored
13
.github/workflows/vt-scan.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: release
|
||||
name: '🦠 VirusTotal Scan'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -8,13 +8,16 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 📦 Checkout
|
||||
- name: '📦 Checkout'
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: 📦 Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
- name: '📦 Set up Go'
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.6'
|
||||
- run: go version
|
||||
|
||||
- name: 📦 Scan PDF files using VT
|
||||
- name: '🦠 Scan PDF files using VT'
|
||||
uses: crazy-max/ghaction-virustotal@v3
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||
|
||||
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
# Minimize global Ruby .gitignore
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
_site/
|
||||
.sass-cache/
|
||||
.jekyll-cache/
|
||||
.jekyll-metadata
|
||||
.bundle/
|
||||
vendor/
|
||||
|
||||
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,3 +1,21 @@
|
||||
v1.1.9
|
||||
|
||||
- Add dependency check action
|
||||
- Fixup Brave config settings
|
||||
- Add silent.link to Online Phone Number section
|
||||
- Fix Appendix K reference to itself
|
||||
- Rename "TAILS" to "Tails"
|
||||
|
||||
v1.1.8
|
||||
|
||||
- Add AnarSec to links
|
||||
- CICD: fix automatic VT scans
|
||||
- Appendix D: remove trailing period in title
|
||||
- CICD: lock old issues & pull requests
|
||||
- Tor onion offline
|
||||
- CICD: update issues template
|
||||
- Revert "Quantum resistance and good crypto algos"
|
||||
|
||||
v1.1.7
|
||||
|
||||
- Add A.P. Open Collective link
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyxQAKCRAoXmBIoSMh
|
||||
shBpAPkBmAqO8FuIVh1kAMHpzVOExwb61qi2ps0sLSpxV1gSAQD/UbtQ7mlT66bk
|
||||
rSE6tHoWv9h5WIuUDgiG6uL6oQ23GAM=
|
||||
=J8DG
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/vgIKznGvM+N+65EoF1y4mtXUhCU5Ktj06smLtNzQ7e0x/3SnXci5yD9S4c0D9WH9mNx96X/hPSKzBfKZalmAAM=
|
||||
trusted comment: timestamp:1686450886 file:CHANGELOG.md hashed
|
||||
fFKmtYn8B5naVIEWdzERjZCEAopJaq25of8ErWtvswrNH3sRO1NAC1Moc/W7+qD7PAG2kK9gjYD2r/9mNOR0AQ==
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyxgAKCRAoXmBIoSMh
|
||||
sjzhAP4winAF7SYCOggTVUCzN+oAcz57FNPKMwuLRTloDMMwhAD9EjhZiwG/sAxR
|
||||
68HZNLKnXBDLxg8+4oWXjSYd2w9hNQQ=
|
||||
=PUw0
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/gD5vCC8/YFdUVxQVvGfr4Far0rKgyq8NvpyWOyv7OniMR0H1cROxjbaNwDGKi40AIpnb4DxlLhGLB9vXxAk4Qo=
|
||||
trusted comment: timestamp:1686450888 file:CODE_OF_CONDUCT.md hashed
|
||||
GE7IedWaItWvZmmycdlcWXRx+Z9d6RK/hxyR8id/WBBpDrIDZMcH3NOsA/9jHcUQ9B4+ua/T6nH5IyGQGZHrAQ==
|
||||
@@ -18,7 +18,7 @@ For those of you who are looking to add content to the guide, include the follow
|
||||
|
||||
##### <u>Pull Requests</u>
|
||||
|
||||
- **Do** create a [topic branch] to work on instead of working directly on `master`. This helps to:
|
||||
- **Do** create a [topic branch] to work on instead of working directly on `main`. This helps to:
|
||||
- Protect the process.
|
||||
- Ensures users are aware of commits on the branch being considered for merge.
|
||||
- Allows for a location for more commits to be offered without mingling with other contributor changes.
|
||||
@@ -26,7 +26,7 @@ For those of you who are looking to add content to the guide, include the follow
|
||||
- **Do** follow the [50/72 rule] for Git commit messages.
|
||||
- **Do** write "WIP" on your PR and/or open a [draft PR] if submitting unfinished changes..
|
||||
- **Do** make sure the title of a draft PR makes it immediately clear that it's a draft
|
||||
- **Do** target your pull request to the **master branch**.
|
||||
- **Do** target your pull request to the **main branch**.
|
||||
- **Do** specify a descriptive title to make searching for your pull request easier.
|
||||
- **Don't** leave your pull request description blank.
|
||||
- **Don't** abandon your pull request. Being responsive helps us land your changes faster.
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyyAAKCRAoXmBIoSMh
|
||||
slx4AQCnzoORVVL/aKNx1I2aVwHY3mFbpe4Uwj+mddBBLg3ATwEA7uqfMW3ZXgE9
|
||||
LOtjmANiocV0LoAinXdK0oY8ZINGkAo=
|
||||
=yd2Q
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/tWnF0Uppl4tQg0CfR1fSzNpvQpIunGQeT70ZiZbMV5l/1sb5rFmzjZOgOyJxslx/Da9yoSnzcDy+zKhHF99ng0=
|
||||
trusted comment: timestamp:1686450889 file:CONTRIBUTING.md hashed
|
||||
PPyq/pDO1sd0cSaE7Cmg7wyKhetMkqKNWSMt7x3NUxQC944YC6PQlNC9fun2I5KkChhHr0VjmYvsEKCTxzDyCA==
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyyQAKCRAoXmBIoSMh
|
||||
sqaZAPwJ2PtffMDSe3CpIviG+NZpp++sgMoasvXlD483BmJUjwD/YFfjL/SG7ez/
|
||||
uK9nL5Ea3zIdF8DyO3nb9Se6YdECtAw=
|
||||
=N/wr
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/gEdIFDRsGwF2xuLoX64+PcxRZHg0mT+M3d5ZBNe4iv6jUdYpoFpY6Ba2Ny2jTxhLq8lbu4IsvRsBxMSvCdipQE=
|
||||
trusted comment: timestamp:1686450891 file:KEY_ROTATION.md hashed
|
||||
TTReb5G5FTnC9zqdecROSl5Dz0e/C5eoR2y5T/oiRbWdXFFwS8h7yumWvn8Vn5FwLJXXjxuJg16p5bzZMh55AQ==
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyywAKCRAoXmBIoSMh
|
||||
sh+jAP4riJEETXDLtRElvM54ee3gzETSmHZP90pbnk7wv719ygD8D6CJ9lFqpbD0
|
||||
ZfNWjB6BKPTHpYNdSW8EsiF6IDdhCQc=
|
||||
=hmSi
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/gAzBQtyzCamju84eebs9pmkibZyZu3dRxd3LrTgZgknkRyjTMx8clMYRpHl1l7XCqCROtQU8r+zSXd79xFgFQc=
|
||||
trusted comment: timestamp:1686450892 file:LICENSE.md hashed
|
||||
rPPGImrAfm7e2yN+vni+65nQkMTxYerItdT4APrY5rTslbnV8SQWOuyAimERPUbkm/aiuoCHDZF/AfgPNOffAQ==
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyzAAKCRAoXmBIoSMh
|
||||
sucDAQDXnAyBAGQ1Jv4sfi/wRlYJfxDoScPg2qlie5QgNqyxUQD/ZnP3i9WcD6hC
|
||||
67ERTz38VhLqZkXBSINBokW1X71Z5QU=
|
||||
=VRFj
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/pgNN3JobRKk9yc7YsFmiU8HGK3ODVuzNh4pPtbNj+u0hu3lLC6FJJV1f8o2iiMrmBKnMmeQL/lpTIOHtwXTtwc=
|
||||
trusted comment: timestamp:1686450894 file:README.md hashed
|
||||
JODgwbhw8BMk5PdUxqXAD9S04qkUmjEde5ZG8m8ZyFFxbg28KcC0sC4VCTgoyFSIA3LysnHh030bXRy2vKRqCQ==
|
||||
@@ -27,7 +27,7 @@ github:
|
||||
twitter_url: https://anonymousplanet.org/twitter.html
|
||||
mastodon_url: https://mastodon.social/@anonymousplanet
|
||||
constitution_url: constitution.html
|
||||
tor_mirror_url: http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion
|
||||
# tor_mirror_url: http://thgtoa27ujspeqxasrfvcf5aozqdczvgmwgorrmblh6jn4nino3spcqd.onion
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="onion-location" content="{{ site.github.tor_mirror_url }}{{ page.url }}" />
|
||||
<!-- Offline -->
|
||||
<!-- <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=”X-XSS-Protection” content=”1">
|
||||
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>
|
||||
@@ -154,7 +155,7 @@ input:checked + .slider::before {
|
||||
<h1>The Hitchhiker’s Guide to Online Anonymity</h1>
|
||||
</a>
|
||||
<h2>How I learned to start worrying and love <del>privacy</del> anonymity</h2>
|
||||
<h4 class="project-version">The latest Version is v1.1.7. 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">
|
||||
{% if page.url != "/" %}
|
||||
<a href="{{ site.github.home_url }}" class="btn_small">Home</a>
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyzgAKCRAoXmBIoSMh
|
||||
ssXxAQDBVSh/ZeSycd6B5l1iEQ1eEYMBuIYAMLaxH6QP73He7wEA9MoTRsocvaZ7
|
||||
qg7pIzE+NOZPMlGuOwaPgmTmi05HrA4=
|
||||
=FZw/
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/jMbV8YC4jebQgZWBwmP0XZ0QEfXmIO2c1YQ30zXoZm2QxZjfybCNrVIaPgL72LiqBBTtDQPNrN9JjTSZkuvVAw=
|
||||
trusted comment: timestamp:1686450895 file:about.md hashed
|
||||
gkRfeMaaen/nVW/dNJvP+YZIp5OTCrw1N7SYik/6whlzCNgNY9ZLGEPlPvYj175WOJHraO6MvC+i4GfRlJavDw==
|
||||
17
b2sum.txt
17
b2sum.txt
@@ -1,17 +0,0 @@
|
||||
9e60b98a1484cdeab7fb6e5847363edd64bd8bcfe147c9c106dd176c83d954ddada5c7d45035f91a0bb6b3b16984a0c9b45a0a992324f24f47da0d861418f313 CHANGELOG.md
|
||||
13a500b51aaaab394f40d459c722f25c94fdb92c0488a45caa67b5ef5c4d8ea1d5a9e303879cb04fbe61fb756a0b0e713533178cac66310d1f6d227c7a1b9bc7 CODE_OF_CONDUCT.md
|
||||
fae76da5237e8504d65819f57141f5e4760ed7bb33bb3289c408998ba0789ce0d01fcaddf29eebb7435bd8994c3aedcaea52ca617272dd1f867782b328661407 CONTRIBUTING.md
|
||||
51b88600d8c32dc6189bace5786e7dc4c4c9e6b40a106b12e349307757e4d8aa4df6cf5cac1e06200664dd385cb35e4db84d7e7992fd9c3c9cea05fca28a27bb KEY_ROTATION.md
|
||||
be4c0b66dbdca9446079753dc3fcf2fb3eec55e8061c23ebcb20242458319a44120397d825b621fe6a59940204a05689bbb1a23bdd69120f775913f5c08d40dc LICENSE.md
|
||||
ae55dafb58b68494ac627911e7ca19878c515bdd712e3328775065b2066e212ed4c62d24abe5267442560eb0ffe89a46ed20c66bbb169e5dd61ac451c55575ac README.md
|
||||
2bcc51fa507b38a06187c8692a0233fc5b91f568b8e9397de110bdf892e3c4b5da23f1a3fd24422e3cf2c35d83543c1ba7e728397c86cc1f15f783a5b2f74739 about.md
|
||||
26196d7b81bb79c8dc290a98204e3d416e887552ec68b0de4bbe2f17bcc11fe8e3dfccc7f210a72ddecba2eecfa2e33ceaf57f4b0c3061230d62b805e8228f79 briar.md
|
||||
81352084f4e0d2104f71be16779ca788a97da03df7b6307b14867ad097be329ff37f039a4aed1b0309391c4af10187ee32822736bc3c797b3af5b19f4da0cc73 chatrooms-rules.md
|
||||
0f1ade686710eae78be9d2ac09f8249399994b4e73d37e8d0893cff9d58ba93dc38eb5ffb912744aa1318508449ed7a11661af99e778f0d800f5b11ced4fbd2c constitution.md
|
||||
5a0a6f7e1df8e6965606d12e6763c86c96adb023df120c0a71e631f2ad44fcd9057c84f793411f71e6b5366a84fe583def86729f0863d0e3a0f083d228f37850 donations.md
|
||||
8e1ddf1c717273cf1c3d94e0d871ff0def6a6af16adac97076d33b04fd2a23ed5db7e4751447ba92f29a78a5133d6ab12c73f256b2861118c853d6ceb7719c13 guide.md
|
||||
046a52e53005963dd38343505aa43e51b5d750f0891c0a20a675c80ef9a254077db98b15165641a5f7ea33cc19f035e2aa7dbec4504a95c32b63911e3c7a8046 legacy.md
|
||||
354a7a6f910c5a6508cf13b406c542ae3f0ad739fa3732936ccaa282fd486a475c39ab0862525dd4555f06e0164b90a99dac400b729bc9feab91b637eb896589 links.md
|
||||
32b57ea09d576ce73f74352e9fe1baef19ed6c3808a9e3fa4716ec881f57a579861fa22b95e56dc729048c27e242fbbc15866cb2c36411c9e49173c00c126647 moderncrypto-rules.md
|
||||
28ee0d22dd1f3ad583eeae49d459b8bafcafbb094912342afa628f015c89f1c296769a66bdd5d1c98b5c56a2351ffb9eb15f38ad34fae9f765bfa584d31003bc twitter.md
|
||||
6932c291ade2372ef6178c72c82bf0b6085bbb26152ea46c08701861e05887b997c5d39c379b005045acd001c91686f519cb2a2ad01b7a62ff36747d59c742e8 verify.md
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUy4AAKCRAoXmBIoSMh
|
||||
stfsAP9xfoygyK0TjGg8K4L2nZywFeq5gHjukk3+CHnCwKwp6wEAx7j/JWldPVHc
|
||||
vVaLhROcKIgYlRRzHuWr14LcvOk20gM=
|
||||
=nnsi
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/h1J2EGvUJE9rDCPb2Ud/pTfw9xk7dj+eqN4we6FPHsBuoxuqsaEY2RtKp1TE9R2pT/P7T+25vX2Ir7PCAr9hgg=
|
||||
trusted comment: timestamp:1686450914 file:b2sum.txt hashed
|
||||
vCkq98nW+d/ZctG1DyT8fn6/HaPVKsvwuQkk/kqquhc7SC/j6MGn2Dw6KX3fnrR2bTwYHy4+14SI5+xrU3GeAA==
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyzwAKCRAoXmBIoSMh
|
||||
sjvEAQDPXp8M6rctrp9+B4f1fgkO/S4KZAtUMebEa1CzwOuhOgD/XedzkO7S6ZfR
|
||||
0tJjdjhPYMeYh3uodnlk13iPjw4Sjws=
|
||||
=fVMk
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/mjhwPVty4ZNYfjn4Gx8rNfbI0b+wd4o32ZIPOV/tWquVnu0QA3tLFvn+UODOdV+MYvFsknKZ37H9BAgqPt0CQc=
|
||||
trusted comment: timestamp:1686450897 file:briar.md hashed
|
||||
af2xdOEuqa4CBQ/22L7+OtdAnM7Abv2Fa7VuORv7JNasYmuTH4hNUAQVBreQCTf7sns6PUeFwXxJqKMm6m6BDw==
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUy0QAKCRAoXmBIoSMh
|
||||
svgaAQDeTnSXW0NA5kwFoWPUAxkkXeFouZqMwvXhLRIX3ziykwEAsp2h6JW+1lJM
|
||||
fmB+f2rHzof0mDm9dbeGfcpBw76f8Ak=
|
||||
=+0Zr
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/rLXR8idyufcZFnYdYipqM3lvINPxKGr6KNEZoNq0UHDG5PThx+JfeIT2RKQoU3Qd6McVV45YgF8FMdmbCXo/QA=
|
||||
trusted comment: timestamp:1686450898 file:chatrooms-rules.md hashed
|
||||
yfONakTCJnl3rrTDdpnCf4q8tL6Kqqx5R4969G6Y4oxl5r1yGWConN4Cp1QT/DXpU7+AJ+v/XyTCdR8zSXmoBA==
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUy0gAKCRAoXmBIoSMh
|
||||
submAQD31rs9102779SVS5gB/Q93hP0rDSI1X5mkrcVtVPCi5QD7Blum1rVqkCyD
|
||||
m5kEdPvuUW8R1pQ6JkTp2JkCdrXCBA4=
|
||||
=Ugyw
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/pTBVjkP4uv5unHZNWMoXS1e0g8frI16Z7Oo13E5kkaSDRQfNY5ljVzaYTS87i+qGp2f/rajz3CFZ+hZK4XmEAs=
|
||||
trusted comment: timestamp:1686450900 file:constitution.md hashed
|
||||
VwwtGB8Y8mX+YQjAmghjtRHKbsGSwUsOqL1RlZivx3Z4T4xy316niri7M4jT0X0qjwRb/c0tcwqlBguvNAMbBA==
|
||||
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUy1AAKCRAoXmBIoSMh
|
||||
ssW+AP9WZVoPcsMc0UVGyMrMcoEuFbZ7DdtltsY+UYN5SclgzgD/b3IEiAxUijPq
|
||||
axmcxmuMv/ixAiWnKxx4Si0bAzyZhgY=
|
||||
=+aVO
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,4 +0,0 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/sQFyVW9JQLYtu+Uzm+8g8sA/n2nmKhCq1qD2dDWRBu2sgf52CUpImu5sAOsEITef7OL1YlZgM5i7/spdOrQvQE=
|
||||
trusted comment: timestamp:1686450901 file:donations.md hashed
|
||||
uGN60p1sN9mxSaKpEXenowDkS+gbQFKWJvLWepi5AsyYP7PpoY7GI4UId+m2PkLKrQVk1MVN0dKtAuJtDYWJAQ==
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUycgAKCRAoXmBIoSMh
|
||||
siI5AQCmYhLo/qNGOSG1Yuss36hxp7PyJqqgaBjlpD1IksiSLwEA5nzX0OkiJMvf
|
||||
1p54tn0iyAfR6KVWRTQs2scVJKDmHAA=
|
||||
=1Ybg
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCKgAKCRAhq2tqbLLD
|
||||
N+X7AQCZ71EYsi1H30uDZ+ZloADfPJsZoH+6NaKDEUvZPIQm+gEAkutQxbetJQEY
|
||||
F5Q3QyMGgHoJ+tN8r3JVikxuJ3IR7gA=
|
||||
=mu/l
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/rXVimUi4nN5UsfS5bs49zvrA5FGBicPvSr8BNyB+ZYyi3tv6egMk9mZC9gZVmgewkGgLqME+Y0GJKHV+p7hdAY=
|
||||
trusted comment: timestamp:1686450804 file:CHANGELOG.html hashed
|
||||
BiOd+QCvui02G7ndWvbft0GB/qwXX3PHk5iY+x46KxmVYctrNHc7T4CRzz10rhSSgKbqrDAlNK35sTsCtSg8Aw==
|
||||
RUSn9xivowlq/jCmeOXzC2B5avN4SpmNj/c9uXFxVleRBvc9f8j5oBvXWMnMn1NHhRGA2z01KMFpzxSK1IPNAhxZ1TPRcNN55AA=
|
||||
trusted comment: timestamp:1690649132 file:CHANGELOG.html hashed
|
||||
xRguRCOlibAVs7akDiQQmeR1UiXqRjDI4EgOGqIAmAl5Kn8JsjeYVUn3pQV1a21zXKfvv2XG3HpW9//9r0i1CQ==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUydAAKCRAoXmBIoSMh
|
||||
sjZyAP92NpHZlEAem6adIBwYS51Rs5glf4nnMsbmUSST8xooYAEAqa6YraUslE//
|
||||
ZE+lMrEILM207i/W/eekMSBqZ5cMDAc=
|
||||
=WKZe
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCLAAKCRAhq2tqbLLD
|
||||
N89hAQCto33e9QuNlHhg74DxfMiEUHyLjhXx4lpyD13p20yNtgD/T/QWiD/z7VpI
|
||||
9RO3uBBu7LaLU3VhEoz3MKfVuRLqfwc=
|
||||
=dpJS
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/sT5BneitGKR+8pCZKDgP/6Ma8O/W35Sl6XW3H0c5TX2VW0ppXNgNp7/C82slfrQWAWZ9qsfzrENjujdRbkPNQE=
|
||||
trusted comment: timestamp:1686450805 file:CHANGELOG.odt hashed
|
||||
R4cZkyOu3jnWktBDpV2086zfwBtMl8gmBlWp6XlXbYiJoIX3N2jwEkHmCy4Wy5pPhJc96vdUtgbQw+tEdeDmDA==
|
||||
RUSn9xivowlq/gubhkADsFItP5eX8zne/TqVgDgqUydYLyWkmBu+BqafOwotMUL23a4qC0WUwT/NhnRa6EoUph5KTjWkR547gAI=
|
||||
trusted comment: timestamp:1690649134 file:CHANGELOG.odt hashed
|
||||
hM2y7zgxgBH1T0G2VIiTilEzngUM0NwpNt/8n7Hew2I6XPIQyS06FaJlEvxkIhoFJ4s2F4I1rHuAMO4BoYspCQ==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUydQAKCRAoXmBIoSMh
|
||||
si2LAQD2zSMUtgyFd8issTUAotN04Bp0E7F9hgxBWgFD5Vo69QD+JZ5kpM4prLZ7
|
||||
iSkJMEzxRuA2JhQ/M2LoMLxv/ok9xww=
|
||||
=95Va
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCLgAKCRAhq2tqbLLD
|
||||
N/uMAPwKca40dYvpxDhHxLU+jUIWi3FLWYGrLFwWKE4Z7oZe/AEAoX8sXPlDK+M3
|
||||
REyuh5L0Yo9xpU7RDh798zewUT/+HQU=
|
||||
=3PbT
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/iVbuimdEXeb4J+rYKxaYt67p+apJOxb9d8WGOX4s0yQ6TWXkWWDlShHwENhkIGqh7VTAuK60VpLTV4vnKbRugg=
|
||||
trusted comment: timestamp:1686450807 file:CHANGELOG.pdf hashed
|
||||
cGc9BYfhvpMCa7VaebOIz+snZa/CG0PzVQUt5UhdY3W7mGyZ0HEw6hO8WXuifKd+Lp1/xHEUMl7e2WrMfuHZBw==
|
||||
RUSn9xivowlq/nj79NlqzyjryPvgr7RcKm2iJLePWwlj1MAVzXBY4DlmOTQJfTal2Y1QjixTxa6GGuC/qkNvJpC3EcZSTfi+AwI=
|
||||
trusted comment: timestamp:1690649136 file:CHANGELOG.pdf hashed
|
||||
xTWxXHMwoIUPXik+xq4H2Vrwrjrpd2UjM1hZX6ks2wgwKNTjqBNB28aE5k7SiOom2NGHF3vfLqW11iPCFjAaCg==
|
||||
|
||||
@@ -5,11 +5,154 @@
|
||||
<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 type="text/css">
|
||||
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%;}
|
||||
<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>
|
||||
@@ -17,7 +160,9 @@
|
||||
<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>
|
||||
<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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUydwAKCRAoXmBIoSMh
|
||||
soodAP9m+A347L5OzEoKYXWZl4H+HbOBIChdKHqSKhLRwjWKywD/S6pl2AZnUDee
|
||||
pEZrGL3JP3JYAtqw3sg4C50d+1J06wU=
|
||||
=txkb
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCMAAKCRAhq2tqbLLD
|
||||
N7TxAQDrNA0f5ASUbhX67mAMctekk4WlqXQOQ79ki2oUXPLJFQD/Y27q7BntPm+H
|
||||
tFbwzttduhzgtKpSyFJQgNcU+kZuNQs=
|
||||
=ICHR
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/ioo28EDlpt05lMj9jH/4zMxjvwURfcOSYkDnkbxyG/gvvEsNlxRBq1WcM9DAgyTZrIJT2PF84ZRnqZeS89g/Q0=
|
||||
trusted comment: timestamp:1686450808 file:CODE_OF_CONDUCT.html hashed
|
||||
vpF9t14W659KF/ozqt10riYKPXyEzM5gQrkLHybsevRwrT0czNzMv7NZ6Z78bHNX5YBG+kd1GLdjI+Vbr/5kCQ==
|
||||
RUSn9xivowlq/o07knonAaxRrj51giRFC8HGhek4b3hgV8mG2N6iD9/5V1hbJ+v3nFcwK5fdHvD/CcWf0DSrmyqyXS5ROHkfTAw=
|
||||
trusted comment: timestamp:1690649138 file:CODE_OF_CONDUCT.html hashed
|
||||
16XowJRiUTL5A4yCoLaHpyqlTXQzNMFaTu7ClQWk7ZuVNCG6xJY7ncSmjbfhuNmtRnrXkyZih9mfJZjpnlytCQ==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyeAAKCRAoXmBIoSMh
|
||||
sjU8AP4ouFLA7gE92qdBIeb3aXklG2z8IiK8ocnT5NBLsUs56gEA/8qAJZ8bqymO
|
||||
3J9k+9mH0SjDGqShqLkrqcdFt5Jreg0=
|
||||
=O+5W
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCMgAKCRAhq2tqbLLD
|
||||
N39fAQC7tfy4ojMSx5TudcRkO86b+wXzA6d2LbIXChie5294wgD+NuP/OH/kmiDE
|
||||
xuo97D4EMzJLY3KqaV1lXI/0+yKR5gw=
|
||||
=3Zl8
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/gqOfY0Cepjf+QMXwEGjI3hjdfJRQXTqhVGYMtYGyEZTfKo+ZFlPdI6zdBlvGH433V1xCCwEEVMwko4eGOXSngw=
|
||||
trusted comment: timestamp:1686450810 file:CODE_OF_CONDUCT.odt hashed
|
||||
HNj44GhGkyaLmTqf4y83IIeK4mFG36sHFsO0krVACIgCqxwl3a6Ld+Hi8GfYqjvD1vqx1Whhz5QyXqhH+YjiAQ==
|
||||
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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyegAKCRAoXmBIoSMh
|
||||
skhNAPsHviaz8pYMzw7BbLfph6P7NwLCKMpwg4J0Mi8NtprXJQEAt1YmzkDe4TiI
|
||||
Zr+vfEyh/GazlgplsGgH2A9UxRMBEAA=
|
||||
=3zxW
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCNAAKCRAhq2tqbLLD
|
||||
N8QjAQDBNI5VprrQKhgHwg7FNST5oFr0rYPWNHph1VGM3AAD+gEAnG87eRZvv7Oo
|
||||
LUmQKr/tvHcPbPNf8yy+Zzzx0RQbFQQ=
|
||||
=b0Y7
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/n3WC7Kpcwhz/jyHEgkvs4MPnoDtrQgjJIUa7bIrUwg3rxih2qz6pwiu/lSY0h75BqyX0+OZpd7BvBhTfkdQeAs=
|
||||
trusted comment: timestamp:1686450811 file:CODE_OF_CONDUCT.pdf hashed
|
||||
BnM3TnCAMmHQ83Q4B547psq1TlV7ECefsRwdCdlqr9jrT+JCSHuTnAQrL2l+w+2hu8NaT9ZgEYpmDHDzzMAhAA==
|
||||
RUSn9xivowlq/uKAcEGCq5SA21m6HT9i7t0MtFhmL0EIpiT63GwltoXquYqdWoMLjsIVNpJ50CvEaYQvq9iaxGYmfTJgV6BDNQU=
|
||||
trusted comment: timestamp:1690649142 file:CODE_OF_CONDUCT.pdf hashed
|
||||
jvO9HjkINBwQxgVT+AjLtEndyNskcb9/ImP2I4iw9CSa/BsM/8e4bDslCfXWoao0DKa+RaS/3QNKjcWRMsGyDA==
|
||||
|
||||
@@ -5,11 +5,154 @@
|
||||
<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 type="text/css">
|
||||
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%;}
|
||||
<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>
|
||||
@@ -17,61 +160,114 @@
|
||||
<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>
|
||||
<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>
|
||||
<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:
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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:
|
||||
<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>
|
||||
<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>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.
|
||||
<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>
|
||||
<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>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>
|
||||
<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>
|
||||
<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>
|
||||
<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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyewAKCRAoXmBIoSMh
|
||||
sgY8AP9E2S4peBJeqaLuhaKNz929BXvOLPzFOym4qVME0GCjeAD+P5rBlJ+yEyx+
|
||||
aXEdvgZgpjWSjDociBDWsWTNvtBJeAw=
|
||||
=8t1P
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCNgAKCRAhq2tqbLLD
|
||||
NzipAP0TiQ/1tv0deYL6y9QN9Ot2C/G52hkzPHLlBkD9DAnwYgEAyFdYYArCRV2T
|
||||
ahQz7qOz5Pm3qe0UZ+scPEuQ+bIS5A8=
|
||||
=dOoD
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/kJDSQcnHHBj/uCrIEl25acHORkEShj9weXJ8GOGrME6kYrRM2EmiI9eO/iK1DPR5qmPnWWsAZ27gpDybkb1lA8=
|
||||
trusted comment: timestamp:1686450813 file:CONTRIBUTING.html hashed
|
||||
eEP+mzie8BlIxBplxGNK07o9cGG9CXdGMAiX/O9F2+dHy7KZsE73zyaCNMQ41TubzSAoLJ5i9rXwcphKRIZaDQ==
|
||||
RUSn9xivowlq/nyvC9AJ28oBX38KzKVqTAxqaNW0ygOOwWpXsKfaRgYGbVYW91TuQ42VRewkXN1f2e12Tw3HPariUghGFTQIBws=
|
||||
trusted comment: timestamp:1690649144 file:CONTRIBUTING.html hashed
|
||||
FTg1FpQXdPj119CHLBDvz/0kHz8sUIajQJZKfwDP2FUS3HFxoxVB7/yR7YXyxSD1uoF/Kr386ywcsJS17sgRBg==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyfQAKCRAoXmBIoSMh
|
||||
sgaqAP9jRIvoXTAQo9ozoAyAJHRYoo0RqP+nEsJm6yNJH83J5gEA4wwjfW8O+grI
|
||||
MFp9GUwAgQrk42XDdINWdD65JcyvxAI=
|
||||
=fIdh
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCOAAKCRAhq2tqbLLD
|
||||
Nyh8AP9oFp4Cnh745UdTH4BzCt6pC14GrH+CIq2NeSsUjKlMuAEA94IuSqGbu97H
|
||||
KDchfqRYf78W2sO5hWxWg5W94/2IgAA=
|
||||
=k3I4
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/lC55LVQACX3HkGGb5OEwBMjpjWeg5BfuXR6G110LOKYH9HbBohGLtn9/7vxxASy9wynwu/bEgoN2OQxI2sKCwM=
|
||||
trusted comment: timestamp:1686450814 file:CONTRIBUTING.odt hashed
|
||||
WqCvcs+byGXPpHMqWjkW5cYu5OgAUcBaKErcHoP5EDRmp0RfPHrnNwkHHBiXzuUeHY1xSUw03mtbyUYz+MwiCA==
|
||||
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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyfgAKCRAoXmBIoSMh
|
||||
snYwAQDPa5NNkgLcz8lPFZmRGQiP724eUO7SHKzv722X3W8NDwEAghWHqXavEOGK
|
||||
FBvV/v+VPsaktOzWNn9umA06OhwRZwU=
|
||||
=zua/
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCOgAKCRAhq2tqbLLD
|
||||
N3dOAP9igQrEswrbu2S4m8nslELoiOte79OaITg/L4mfINA09gD/Zt1bFLQm+t0H
|
||||
CqkdrmVlwSCboPRuE/7NYto5JEJqng0=
|
||||
=1ucY
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/iNYM0NaqKjT7kVpelIRKU+Vu0j+Sp0FAx7NhB6TO6oQGnvx7kDCydbXpuilBKRWoCyDKWwa2wO5Sur3doF3dgY=
|
||||
trusted comment: timestamp:1686450816 file:CONTRIBUTING.pdf hashed
|
||||
sNhUdAbDxk+xBK9bagbK42UWdS4C9DFuRyCcxGFZUvry4d2mGvl2DtxOxW9Oa6oKrJz/6DIwQnd4UkoWJ7urAg==
|
||||
RUSn9xivowlq/qykY1uQ9xqEAFJE0nUI77+Be7vEvWkD34G5qGgclBkHtHxk/gkl3VgvaqpM5Qjsd0oU7YlNjvn/gIrYNSnrdAc=
|
||||
trusted comment: timestamp:1690649148 file:CONTRIBUTING.pdf hashed
|
||||
a/8kwD1C6MKyCWeFXPC2PYWwvjHFZU6UVWcoEHN5hri4jjE0XhNSlJQqeOBEbkmzLjqIX6UbdSJ7EvJDO36iCA==
|
||||
|
||||
@@ -5,21 +5,174 @@
|
||||
<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 type="text/css">
|
||||
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%;}
|
||||
<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>
|
||||
<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>
|
||||
@@ -27,7 +180,8 @@ RWQ0WYJ07DUokK8V/6LNJ9bf/O/QM9k4FSlDmzgEeXm7lEpw3ecYjXDM</code></pre>
|
||||
<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>
|
||||
<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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUygAAKCRAoXmBIoSMh
|
||||
spZ6AP4uScR7txsMiaQUxLeT1UXKaZYa8b1dvDaoes9rj9jyYQD9F6OPhrkEyKNw
|
||||
mPyLm0xgXJRTiZBZzjisfUAL8+TpaAM=
|
||||
=GPX6
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCPAAKCRAhq2tqbLLD
|
||||
N9hKAPwO749KViwV9O5HP7qnLzYa7CKUZCgWGC+dJWmdBllfegD/cBBs9nQCLUYK
|
||||
tKIr2sBKTAE7+RR95YPp+Zutld6rHAg=
|
||||
=Id3D
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/pGhTRk114UcQT5Yy7ijHLok1bJDUjWEdoqO8kzv/pdxXZ0MLXP32LJcanmsuCkAlnzGe7Jr/duicpf2G6QitgM=
|
||||
trusted comment: timestamp:1686450817 file:KEY_ROTATION.html hashed
|
||||
cbFGwkrWYiWFBoxr0wIMY38OhGdPvIo+ozNT/g9ijgMAowqAOtF7dGgQxHv3+HRZHJF/4dzVxkkLNFDH7CZ4BA==
|
||||
RUSn9xivowlq/tfmvpmtfnwr+i0rQaY47dXhhLMADbW2HdVVeu7BefJ3m3ESFm7TiWiFYm06t/zlbSsA1omxoXTDbLEHrDJn8Q4=
|
||||
trusted comment: timestamp:1690649149 file:KEY_ROTATION.html hashed
|
||||
OZpEv+pO0xYc/kpnxZ/uDzqOLxxGc350JCMiafiYbnImhBcMNmOV+S51hOIEdhw8rl81fdLChKe6TccWXjUxBw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUygQAKCRAoXmBIoSMh
|
||||
sh0wAPsFmLGZC4ABfWSps0GoEzgo8/tL/ZfUQm48qLw/nspIvAD/ZPdYVRyUpkrA
|
||||
6I1BNUvw0ZFkZeT/Fj04fUmccRce4ws=
|
||||
=gE99
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCPgAKCRAhq2tqbLLD
|
||||
N8YaAP9pFvpon5GzYTscqkIp5js2ex3DQriHICCsxi2SZi7PMAD+IdJTtqxB46Za
|
||||
xYkdygIk/8oggkxWAdk5eeoMzgAVmws=
|
||||
=9Ke8
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/nI0bVW89Az9/u9Lunt+KRj6oybQm8/COEv7ts4Mahdv0xEZKreHZyQth3QaN8IlJNIeV5kme+YhtyeD6Kvhnwk=
|
||||
trusted comment: timestamp:1686450819 file:KEY_ROTATION.odt hashed
|
||||
8L6tLGFOIxrOn01/wuBgWEvy1XIMDBIJG4B/hRhOZv3+pAUhnwk0GFZKCbeNtRjh5ReJaG5geXjYhMngmWQQDw==
|
||||
RUSn9xivowlq/lg06B7INleSkKV38W1XFHRJ8TRdr8sGxHcXXQZaqOCpO4M7FN+mch5xgzD6jF13Zt9BrMeXXyutl72VaKbJzgE=
|
||||
trusted comment: timestamp:1690649151 file:KEY_ROTATION.odt hashed
|
||||
AoJ8+kl0UeXEstmhcDd4esdIiV2Cg0VkNFJhlPLzIj/IZvwu6/UNsNsf+qHF22rUdZICPEs/RTHMHuCOXeTLCw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUygwAKCRAoXmBIoSMh
|
||||
sixFAQD23M9p1HnybpXTKI4KTcYTqPD9Z2rx2YI1GJylMQTs6wEApV3VFlzFZRfe
|
||||
jh7axah9M30JI7zPw/LfOp7V040wAA0=
|
||||
=hZER
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCPwAKCRAhq2tqbLLD
|
||||
N4s1AP9kJe9Z0bugi0LhtojkCIwf2sA8YmxmWVtFsGij/mwZ+gD+JV6lT9cE3vdG
|
||||
QQZCu6cGRcdlYMyunrpJt/6Cqkg73QE=
|
||||
=xXHj
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/kXA97pdTFKS1Q8mKSHHhK+MxrgLNdWTBgL9R5H5exqwxV+9xZKFotXCiKfnZ1X9u0CkLvy4B7Ysz4Yk6UMH4gM=
|
||||
trusted comment: timestamp:1686450820 file:KEY_ROTATION.pdf hashed
|
||||
D/KZvNHoXd3uBIN3VpwH/sLIz/PcoUUZOU1yiTu4QGQJNe5u1TqW5E3CRBnCrQrZ2oB7zM6Y5UFrVj7asvzOBg==
|
||||
RUSn9xivowlq/pRDMreFLIc/TnsUhaFKC437UXKrGsHwwBuK1WpItQirdlfPGcRPYEMBsTGEhhSNmr8YnYWqncMBGuoLFu+3IQw=
|
||||
trusted comment: timestamp:1690649153 file:KEY_ROTATION.pdf hashed
|
||||
g+ANWAGDJfkXPWp/evvS2mN3nvfYL46nAsmfj0yBo11yDebMWhmUdqlSH9MFxfjnRMISiLksLuvzBb7j2WXKBw==
|
||||
|
||||
@@ -5,11 +5,154 @@
|
||||
<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 type="text/css">
|
||||
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%;}
|
||||
<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>
|
||||
@@ -18,9 +161,22 @@
|
||||
</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>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>
|
||||
<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
|
||||
@@ -52,115 +208,297 @@ wiki.creativecommons.org/Considerations_for_licensors
|
||||
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>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>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.</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>
|
||||
<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>
|
||||
<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>
|
||||
<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>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)
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>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>
|
||||
<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>
|
||||
<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>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>
|
||||
<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>
|
||||
<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>
|
||||
<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 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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyhAAKCRAoXmBIoSMh
|
||||
sjU2APoDs1sk+1z9z626L+4RauDPTFmf3wxjpUF7ciV8dq+zhwEAlW24JoCr8s2e
|
||||
HXq6YMFe9wJgxDGz+e9HebxOK/qwrQU=
|
||||
=OH0q
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCQQAKCRAhq2tqbLLD
|
||||
N+ndAQCQfIk8FkOCORRrqhvpGj5LxGhE6yose62D0I/1N5CgAQEA2dMjAYKfHCnr
|
||||
2Ae7n5Q4IEx4ajQhFLMmOQJI8+6+Ugo=
|
||||
=jVTy
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/nZg+a6N8nQ1jmeskt71VfNoZx0gsFa9WCQGxhRXxAoyqOfJdSoc4xLUpMv7NUwiT0+XeQgxUtHlmUvOdsSp/gI=
|
||||
trusted comment: timestamp:1686450822 file:LICENSE.html hashed
|
||||
/Tbostlzn3wv7EBq3AfA7N+jzBM8Y58Dd5QeX46yV2LrkIipTxUKjy5LahH8HUKtW5F9Yh4nkjpX3Fyf1BtDCA==
|
||||
RUSn9xivowlq/k85tgT4Nanh1IbonkOrDlk5pZ/v/ErCW7SeX4pyWeoI06iF3Ba7umGdISUa1ot+sZKqDya505SGvw1WBFUw1wY=
|
||||
trusted comment: timestamp:1690649155 file:LICENSE.html hashed
|
||||
CZ5+N/la2tmdbbhWdjsgcU0uuJ0WyCv07h853W5AN4YjvMqJetAO2fetIAJVhKqYYtsb17JcqQ6xSnLZQE72Bg==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyhgAKCRAoXmBIoSMh
|
||||
soKbAQDrW6fBkcMxBd56bMWB/rZoWH2cSTRnkWRFpYc7p980BwEAnw1L/hzJcxDE
|
||||
dlNyARRxNb7oEJKCqT7ealWi5n5zOwg=
|
||||
=o8uc
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCQwAKCRAhq2tqbLLD
|
||||
NxTjAP9d+fPYsBwmk7R0S5vZNYXMPCx9vq/e2w1tAX06UC+3QwEArQ6QtFaD3xYH
|
||||
gjlZ1yzNssR9Zi5lCs05HO97XD0Uwgc=
|
||||
=bZn4
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/j7tjvAihmP/G/loqvcL5lGgMwNh4YxmmnDpHorvRZhI1LWKZG3zvSYwOozB+VYgX1Gc4fRBPfaL3wIpYgZQnAs=
|
||||
trusted comment: timestamp:1686450824 file:LICENSE.odt hashed
|
||||
CCrR+pr1dKWyojtFL0PF8fPcVlVASIpC/C2pHMG7xj5KYiw2EXLqkO3PLvm8mgV3TXkwyXVXStemRHvx4fXZBQ==
|
||||
RUSn9xivowlq/vG1EP9L0bJldzsqD/UWt77ZLyjkakgUfuKgkZ00jmqXn+WjCS6R7QX0woYeDfmCbrxb3W4SQEKSgO0Bbo0U1gE=
|
||||
trusted comment: timestamp:1690649157 file:LICENSE.odt hashed
|
||||
/shLkxG+UCr3PULMq1GsojZJv7hPZpm2Hxz6cKB1Utq4J4UmyR3txkJ4FngirAV2OThMQX9XTzq4E9BexrbKDw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyiAAKCRAoXmBIoSMh
|
||||
skN/AQCIOXE/BE4pcUggLpyqJj8sOdre137KxWdux++b+2l3bgEAz8HKiwHHd07D
|
||||
P8RqdhrL8xCCjYld0gjt5vhuGgzjFA8=
|
||||
=aUHN
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCRQAKCRAhq2tqbLLD
|
||||
Nw/oAP9FspVZ2FGsVfUkHjHcQ0rIDBrMyKgmtltKiLqtxgNLbwEA5Mps9bV37Hm0
|
||||
RbwAPpo3JmMUlTmZrqJYMvAFKE2M1wY=
|
||||
=7/y/
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/tGecdFkpuPIJ9ILrjkOu+ClRx05Aw4A14X+v+UeP2tHHb9BL2uxByoNvcYcgXK0wFYCfN86i6oArvoSDGsgZAM=
|
||||
trusted comment: timestamp:1686450825 file:LICENSE.pdf hashed
|
||||
MtYVjE9v7SalYjcRnrQHdERTVQ8njfoN1BeBoJP56ZBRl3p4PfZa399tiSUDtM+RwqcZuT7q+v62RiY+bmVxDQ==
|
||||
RUSn9xivowlq/oY4pBvbszYQUVsd9XKWL8EvtFnAOmimXUCUCSakAjbP9mRzBHq8iRpQKehKepPyIE4WP06YKuUyayZ9Tsdt6gM=
|
||||
trusted comment: timestamp:1690649159 file:LICENSE.pdf hashed
|
||||
1nXzbW3S4GOLgXfJHl8FzymWtJT9AkCnEHOeswBJUzwSyYU3ZvCHorbYJa5UTOMh8O5HAGIKqe8CXtrGwz6TDw==
|
||||
|
||||
@@ -5,11 +5,154 @@
|
||||
<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 type="text/css">
|
||||
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%;}
|
||||
<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>
|
||||
@@ -17,30 +160,64 @@
|
||||
<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><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>
|
||||
<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>
|
||||
<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>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>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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyiQAKCRAoXmBIoSMh
|
||||
sujBAQD11Xk/xv3kEIs3Z9YJNGEM3t9cb3OOSLhwe9AGXju5GQD/S4p6Ztpimbwt
|
||||
lnK+BqjUqqIno6eWmMrxDpSzfL0wmwo=
|
||||
=ttoj
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCRwAKCRAhq2tqbLLD
|
||||
N2vqAQCVTuCK/1XY5CzXk3bpZKPf0zff3EJLebDTdV/FvjkIEQD9HqqZXlq3fX29
|
||||
dOsN4T6Tcop2ts8gOqjwLQBF+NQz7Qw=
|
||||
=lmoZ
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/uazoBrgOu9DY51wrWSuARJ5rHx16brjignX10LRCY1nj3/20fhspE4wDKufmtKExL+0g+nxz3z6FtD95oYX2AM=
|
||||
trusted comment: timestamp:1686450827 file:README.html hashed
|
||||
drPJEZJMWGBMOvUj3TnXt31hGTjVYuig+n30vGNY+uxqZXHavpDVO/RvokUWU7a8t0LViXvCw84UMtABX1tdDQ==
|
||||
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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyiwAKCRAoXmBIoSMh
|
||||
ssdYAQCZI/VUhQgddxtU2q9coTI4uvnmDhi0/rnJT5obix90XwEAnVFpXSVhJPCS
|
||||
xV7agtJWwyOy8JM+cV3rN83L3/o4NAM=
|
||||
=S073
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCSQAKCRAhq2tqbLLD
|
||||
N1zMAP9oFXS9EFs8k67B/i7y3476HYe7tCXjHSddvVa8oPZCFQD/UAbnoBmTbSPo
|
||||
34WVmPGWD4Oaq8M2G1WhAxDh/qiteQ0=
|
||||
=/nPb
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/lFgV5W81Qpnu48jrx6P0+R67oOU0xHBvb7a7YKE2ykTUIh3LPt3BqGouY/e5CaYttKBHpWCs1WJOb8869NmbA8=
|
||||
trusted comment: timestamp:1686450828 file:README.odt hashed
|
||||
XEH8wnLbjG2uQd3RVMRUN5yICnd8REcQZWw15PUtLeNdBZZ20cSjm6C/cxerLz+PV0YCxQztWSF5MtvLrgmfAw==
|
||||
RUSn9xivowlq/lVaeqmlAG3fpDc/HmXJBC36u9Nvx+z5nOG7b1zsYRPpP8kf1Vb/ueomFHbek6i2CzrMPsCdjOOSySVNAwTMjwg=
|
||||
trusted comment: timestamp:1690649162 file:README.odt hashed
|
||||
XKlhVuUVTBz7KhveIC8OnhP4oQscDSnH2hIL6RZcF/ypzX2uFmlC0MEqcKOIsv1dEhvOyXgegRELkr0Y/MjjBw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyjAAKCRAoXmBIoSMh
|
||||
srL+AP96lz2sKw/fEf+r6mL0D14LfD6fxo1/enHyPLrcCNtvfgEA7YmQHftazG1E
|
||||
UV/5bcuqP+X+ns9YzwNim5Y6vFLHxwk=
|
||||
=Dc9T
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCSgAKCRAhq2tqbLLD
|
||||
N3daAPwLPtWDzJzkTV8bzxE3JtvfTgYP4sW7GlcVS1ZnNc531gEAvEOQaD5dLj9c
|
||||
huDlpihb1q/21c5Z8PcbAJKUGzDHhgI=
|
||||
=iYYe
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/lZqEr833yfGXswlmtgvgFrSNK8iI77weQi1yHQSSUDc9vWHw29mGW3Qmo6KrUnpzC1/0oUXqMVKnDyJ64Gr9QY=
|
||||
trusted comment: timestamp:1686450830 file:README.pdf hashed
|
||||
XjzN4SGNYD0biXuiO5UlqNm6k9EiO/0BXhE8c7ypVlzgE/Ybyg/hgFtJ9NZXmwwZDB2sg5Haoep/DGysWiD9Cw==
|
||||
RUSn9xivowlq/tt0ByNeRNqWBPOUAExKLa1REUDMVZBTuEWkrfTQjmIR1VTHqvQu7NnwDrxQWvhR4HK0EQh22avGDYQ074RrMwY=
|
||||
trusted comment: timestamp:1690649164 file:README.pdf hashed
|
||||
GiaJ7DgvqyBy9C0MwYP0Hw3GRS/FVHsaD5jQv9LWvLPRREuQU3X1P+EIFag0XW5UF4Ap7kje0L26yzw3uU8WCg==
|
||||
|
||||
@@ -5,23 +5,182 @@
|
||||
<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 type="text/css">
|
||||
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%;}
|
||||
<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>
|
||||
<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>
|
||||
<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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUyjgAKCRAoXmBIoSMh
|
||||
sn9iAP9qnw3Aq60Jil+4fnyMEeTLKbH0Cz4TNr9Hp+O/LlRP3gEAm/yG4sazOC0+
|
||||
kJebeG+SFfgBmfmUCmBbJeh4WDbZyQY=
|
||||
=mMcq
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCTAAKCRAhq2tqbLLD
|
||||
NxLlAQDk5PKP5E19HkbdNrAjCD0jvZR8znxW4B+Ubd/zaSdtHAD/QvL8HS1DDvjH
|
||||
5SzmEYKgL9P0sOiHIwrysGVPyy6K1Q0=
|
||||
=LzqW
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/mVWZOWSTc14fteyudF8SVL/g/fj+YBEtT1XKl3IspD1DdXz2QRIrir0yXCqQgVaFnQxqHJGx1hwhpVwVhHQlQY=
|
||||
trusted comment: timestamp:1686450832 file:about.html hashed
|
||||
eu5wnyXjL3cZATD6DsVzmPyLJUwgB5UT3d1aFsUx6MRPzhQXBC+g7SMCtYna+ZQFUhcyihph59o57bITfHSWBA==
|
||||
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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUykAAKCRAoXmBIoSMh
|
||||
snCYAQDQppaAMpk4gmUXoazGvdNV78Dk+S/HUSxZnEY3AcNVpwD7B/LBb0Fn4g/b
|
||||
jOUZaDVXtKrVOCGynLSMQfiNZNEbags=
|
||||
=7MgS
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCTgAKCRAhq2tqbLLD
|
||||
N67ZAQD3y06HFoTBhg6K73FM0SGMDcgOLjHEjP6WCfFliLkQxQD8CfWFvhzBiGUO
|
||||
wiTxF13TgK6cKfZU1JRmmzZHtQ7pxg0=
|
||||
=Oqx+
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/vkLzXjbn0JIVoIVQIy5NkdNaFIFWp9iLwVtMOj73yjUGPxpftoUjBY2bwWuIAhZv91lD/nDpOsMxqX/77zYlAE=
|
||||
trusted comment: timestamp:1686450833 file:about.odt hashed
|
||||
AycFMdJICNkkTRnOxs9Xo0/Fj2OePRV/ltWGpvIT7Dw9bdedsi/g6wQH0atJmH6zJYvSbV2/0iSXq2j9jTLsCw==
|
||||
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 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZIUykQAKCRAoXmBIoSMh
|
||||
spuyAQDkhSFQO37pXiGnGMEbL+6GgKyF4sf3cYm2wsrVs9KEEgD8D6YYciqpX6wK
|
||||
77btSRVXit9WOzUVNo63PbKTPtn0JQ8=
|
||||
=5Mj8
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZMVCUAAKCRAhq2tqbLLD
|
||||
N0afAP0dHJtFBl03Jc7DyGWKyQRAQ5o2J9wNbe7c4H9PGQnmAQD/aA/ahFVOY/VV
|
||||
an197IqglS0+imUZN0dGKhAQ0lS7gww=
|
||||
=2ekW
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/hrCA+okf4s/eyhHB0n7QXelWEjHoNlCxlRmf2/z+Fl/09fOunR36KzE8qMl1Ubas6hre1/Us5V8bDJHS12iEwg=
|
||||
trusted comment: timestamp:1686450835 file:about.pdf hashed
|
||||
az3RmLjxQWOprKSxoFb/LzV5fvjDe3iSfmYU3EH527L9dLutLa4mKj0ISEQOOm8TF+W4Hm5Wzyr3Xxb0iAqHDQ==
|
||||
RUSn9xivowlq/jI3NDV6Hum2Pfu3mSWFgJnhY5FwqYoH/uTAygP3+69LKTevqbCjYnOeOxiNFzhOddP2PHPGpfBvcUYqfmdKhgM=
|
||||
trusted comment: timestamp:1690649170 file:about.pdf hashed
|
||||
yfSnO8gD2dMVd3x+wfAgijp6nna3EnkClCH+jWN0aYi6VsRVDN3GgfRdlsY+q5Fwp5AM2S2ObiczomBG51fUCQ==
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user