mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-03-22 04:33:26 +01:00
Compare commits
78 Commits
v1.1.6
...
update-bra
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0ab0090c4 | ||
|
|
2abc03f8bb | ||
|
|
4162aa5f50 | ||
|
|
bc4fea42a4 | ||
|
|
57698e248d | ||
|
|
c23dd99036 | ||
|
|
1273f7acc8 | ||
|
|
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 | ||
|
|
91e34eff56 | ||
|
|
81d536b3c4 | ||
|
|
917052c1d3 | ||
|
|
8b926f28c1 | ||
|
|
862e1fffd0 | ||
|
|
df9bc408a1 | ||
|
|
7324c48e1c | ||
|
|
3b9f9d8a7c | ||
|
|
518ca98896 | ||
|
|
7ad1772b59 | ||
|
|
7800b012a2 | ||
|
|
2dc4b592a7 | ||
|
|
99bd1eb0cc | ||
|
|
df1d4e2bfc | ||
|
|
2c50757792 | ||
|
|
6b7d5cc8e5 | ||
|
|
33160ccc38 | ||
|
|
a61b106e55 | ||
|
|
3a0b52a99e | ||
|
|
eb97bbfa78 | ||
|
|
11b88c8349 | ||
|
|
7235fef327 | ||
|
|
fdf5c49afd | ||
|
|
c8bfb2ef7a | ||
|
|
5b95f8adc0 | ||
|
|
b2df270c20 | ||
|
|
7f3985ce53 | ||
|
|
e2bc642b9a | ||
|
|
6495449c4c | ||
|
|
c3237d9bfc | ||
|
|
b44f4a0db7 | ||
|
|
510330d061 | ||
|
|
be66fef4fb | ||
|
|
ae06351a02 | ||
|
|
b36c796b18 |
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
open_collective: anonymousplanetorg
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
|
||||
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
|
||||
30
.github/workflows/mirror.yml
vendored
30
.github/workflows/mirror.yml
vendored
@@ -1,30 +0,0 @@
|
||||
name: Push to Mirrors
|
||||
|
||||
on: [ push, delete, create ]
|
||||
|
||||
# Ensures that only one mirror task will run at a time.
|
||||
concurrency:
|
||||
group: git-mirror
|
||||
|
||||
jobs:
|
||||
gitlab:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Official GitLab Mirror
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ SSH_PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:Anon-Planet/thgtoa.git"
|
||||
destination-repo: "git@gitlab.com:anonymousplanetorg/thgtoa.git"
|
||||
|
||||
codeberg:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Official Codeberg Mirror
|
||||
uses: wearerequired/git-mirror-action@v1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ SSH_PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:Anon-Planet/thgtoa.git"
|
||||
destination-repo: "git@codeberg.org:anonypla/thgtoa.git"
|
||||
26
.github/workflows/vt-scan.yml
vendored
Normal file
26
.github/workflows/vt-scan.yml
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
name: '🦠 VirusTotal Scan'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: '📦 Checkout'
|
||||
uses: actions/checkout@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'
|
||||
uses: crazy-max/ghaction-virustotal@v3
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||
files: |
|
||||
export/guide.pdf
|
||||
export/guide.odt
|
||||
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,4 +1,8 @@
|
||||
# Minimize global Ruby .gitignore
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
_site/
|
||||
.sass-cache/
|
||||
.jekyll-cache/
|
||||
.jekyll-metadata
|
||||
.bundle/
|
||||
vendor/
|
||||
Gemfile*
|
||||
|
||||
33
CHANGELOG.md
33
CHANGELOG.md
@@ -1,10 +1,39 @@
|
||||
v1.1.6 "The one where the documents all build."
|
||||
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
|
||||
- Remove in memoriam for Lena per her wishes
|
||||
- Add Lucas as NTH mod
|
||||
- Fix missing inline image leftover from previous PRs
|
||||
- "Checking if your Tor Exit Node is terrible": reduce to one section and remove subsections
|
||||
|
||||
v1.1.6 **"It's alive...again."**
|
||||
|
||||
The thing works now.
|
||||
|
||||
- Fixed the errors in pandoc (Tex2PDF) build
|
||||
- Updated Tor .onion links
|
||||
- Drank a boat load of espresso
|
||||
- Drank a lulz amount of espresso
|
||||
- Cleaned up garbage
|
||||
- Removed unused links
|
||||
- Note regarding Alex's absence (they will return)
|
||||
|
||||
v1.1.6-pre2
|
||||
- I know, I know. Pre-release? Again??! v1.1.6 coming **very** soon.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhzQAKCRAoXmBIoSMh
|
||||
sqY5AQCs+ZCRXQ7pZicBbcTL9vMgPzhZ6JfRo/G8gDm7DaH6tAD+LGgr/CPwZu/A
|
||||
OAD359iFDRjnYm0dsY6afy5ToB22lQk=
|
||||
=WFn/
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQMwAKCRAhq2tqbLLD
|
||||
Nwb3AP9fcLr3NHLxlmVd6luMr8WR+x73iAbJ42n7Vef7I2d1RgEA5B+OAJuM5V+E
|
||||
Ud7Nnk6zSMshe1+eE1fBvwupHWlUhQg=
|
||||
=nE1m
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/mCtsLz0C8AL4OHqPmwd8DBbUm0TIRGI5INu2VCC8rheuaVBqJX/F+fgZ8E3gSNOo0+jviz+qAoMoVF3weqt/AQ=
|
||||
trusted comment: timestamp:1680335310 file:CHANGELOG.md hashed
|
||||
3Hm06tbf5yvdy38TdnGZU6Rzxj89Fzaa9XO/e0g69bvKJNpcQ21U0yNyuv/9V6Lal8/q4tOfUSNtWpSko4RrAA==
|
||||
RUSn9xivowlq/rVyPDOf+fU8hkJ9BcV7YEcghg86a3Fls5mchZSmI4X4LKT44jez8cNV8ueGXPKxqCS0Cgk+1xjo/6xr8xyTXgc=
|
||||
trusted comment: timestamp:1691602996 file:CHANGELOG.md hashed
|
||||
j8xvFvbuuGFccbQ5vg6p/M9cua/AgZjlnmCczBkaUN5NTS/Bts668qrS9Q1INQWBKzsAxUU7xsju8F8/MC07BA==
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhzgAKCRAoXmBIoSMh
|
||||
sul0AP96LS75EXGqeCq5ic2YIG5A+emICYi8qCePtz+OR3LwBAD+O6OqfGYDhjwB
|
||||
beUmiF1IveuoP+fVsaavvLqaUifnBwM=
|
||||
=926r
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQNAAKCRAhq2tqbLLD
|
||||
N/z3AQD7rzLfjAtOWSRg9EOcjuSFrD03C6R7O3crzo4t7PJWfwD+LyiDRFsoyzAu
|
||||
ODy5U5CA7TlQDqQfJNQ3lllVgRexygo=
|
||||
=1WAF
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/gD5vCC8/YFdUVxQVvGfr4Far0rKgyq8NvpyWOyv7OniMR0H1cROxjbaNwDGKi40AIpnb4DxlLhGLB9vXxAk4Qo=
|
||||
trusted comment: timestamp:1680335312 file:CODE_OF_CONDUCT.md hashed
|
||||
8ZCh3j5OFCt1TrJjRqhMaw35omLWqEkt9iPoiRamKLSZ7bHQtjxYLUkVzzywci3rqYSH5J/foTuuBGPBZOU2BQ==
|
||||
trusted comment: timestamp:1691602998 file:CODE_OF_CONDUCT.md hashed
|
||||
fT/+dBTTkv0JTsphaBgSgQ4WC5ntDZdtWK9EeXr5Gg+xf6JkwMeEJS7X+tduzKjmQhTGWgkFKcADGhbMOotzBQ==
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
|
||||
#### There are multiple ways you can add to the guide:
|
||||
|
||||
- You can [submit bugs and feature requests](https://github.com/AnonyPla-ng/thgtoa/issues/new) with detailed information about your issue or idea:
|
||||
- You can [submit bugs and feature requests](https://github.com/Anon-Planet/thgtoa/issues/new) with detailed information about your issue or idea:
|
||||
- If you'd like to propose an addition, please follow the standards outlined here.
|
||||
- If you're reporting an issue, please be sure to include the expected behaviour, the observed behaviour, and steps to reproduce the problem.
|
||||
- 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!
|
||||
- [Help fellow committers test recently submitted pull requests](https://github.com/AnonyPla-ng/thgtoa/pulls). Simply by pulling down a pull request and testing it, you can help ensure our new code contributions for stability and quality.
|
||||
- [Help fellow committers test recently submitted pull requests](https://github.com/Anon-Planet/thgtoa/pulls). Simply by pulling down a pull request and testing it, you can help ensure our new code contributions for stability and quality.
|
||||
|
||||
### Content Contributions
|
||||
|
||||
@@ -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.
|
||||
@@ -36,7 +36,7 @@ For those of you who are looking to add content to the guide, include the follow
|
||||
- Search/replace doesn't understand context, and as such, will inevitably cause inconsistencies and make the guide harder to read.
|
||||
- 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.
|
||||
- *If you're going to make mass changes, take the time to do it properly*. Otherwise I'll just have to undo it anyway.
|
||||
- If your change contains backslashes (`\`), wither escape them with another backslash (`\\`) or put them in a ```code block```.
|
||||
- If your change contains backslashes (`\`), either escape them with another backslash (`\\`) or put them in a ```code block```.
|
||||
|
||||
When reporting guide issues:
|
||||
|
||||
@@ -62,9 +62,9 @@ For an example of what *not* to do, see: <https://github.com/Anon-Planet/thgtoa/
|
||||
**Thank you** for taking the few moments to read this far! You're already way ahead of the
|
||||
curve, so keep it up!
|
||||
|
||||
[discussions]: https://github.com/AnonyPla-ng/thgtoa/discussions
|
||||
[issues]: https://github.com/AnonyPla-ng/thgtoa/issues
|
||||
[help fellow users with open issues]: https://github.com/AnonyPla-ng/thgtoa/issues
|
||||
[discussions]: https://github.com/Anon-Planet/thgtoa/discussions
|
||||
[issues]: https://github.com/Anon-Planet/thgtoa/issues
|
||||
[help fellow users with open issues]: https://github.com/Anon-Planet/thgtoa/issues
|
||||
[topic branch]: http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches
|
||||
[Qubes#7457]: https://github.com/QubesOS/qubes-issues/issues/7457
|
||||
[50/72 rule]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
||||
@@ -72,4 +72,4 @@ curve, so keep it up!
|
||||
[console output]: https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/creating-and-highlighting-code-blocks#fenced-code-blocks
|
||||
[verification steps]: https://docs.github.com/en/free-pro-team@latest/github/writing-on-github/basic-writing-and-formatting-syntax#task-lists
|
||||
[reference associated issues]: https://github.com/blog/1506-closing-issues-via-pull-requests
|
||||
[help fellow committers test recently submitted pull requests]: https://github.com/AnonyPla-ng/thgtoa/pulls
|
||||
[help fellow committers test recently submitted pull requests]: https://github.com/Anon-Planet/thgtoa/pulls
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh0AAKCRAoXmBIoSMh
|
||||
sqsRAP9FYsTS4eOVpTuhk90U8gV/5J+LguFtsPO3z2IQcVKgPgEAkqYbyrzgu0Ls
|
||||
XFAS01F8e1by+2qZoBsu8nuEnih8NAo=
|
||||
=Kdf7
|
||||
iHQEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQNgAKCRAhq2tqbLLD
|
||||
N7WIAPjQO3I+uiXoAdVOY3ANOaka7GNGbS1AHry3lxVOfP0rAQD5GC1+nqLiahaN
|
||||
QErV4xb+q+gkK+wKU5xxXYDC7ViBCA==
|
||||
=/9mz
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/tV9Fy2nTvAb4k8umjfk+y6Bpi6z4nOEGBCAm1VfwbmjJF5Kpe9aU0bZtncMMN7vZXi+kYrvUuVG18ZECx8pRg4=
|
||||
trusted comment: timestamp:1680335313 file:CONTRIBUTING.md hashed
|
||||
DA9AId6tgXMrNVoyrrscYw+WG/BvVEdmVaKJKbcRV3z7yM7H0FE9wx//x+m9VgaDyq0mgDkd44Fvjt7TxgG/CQ==
|
||||
RUSn9xivowlq/vRJZwBd8Uqg6cVFb05e5h9JEGoN952+kQf618xMf+tr6E/5vCs7CZp+Myak5h9JacGZxFAbRixaOX7UYy7bjA8=
|
||||
trusted comment: timestamp:1691603000 file:CONTRIBUTING.md hashed
|
||||
T1Ikxhedu6jSxOdFBc2UwIfye+/09vUvyCpzCUvXGZrHa2W0wuinYEdCIGAIFSOJN++WlGPyAumSxZXwEGZfCA==
|
||||
|
||||
@@ -1,7 +1,31 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
PGP/GPG key ID `7DFFD7471FB76E2A8ABBBCDDD769B3749E933B8A` is no longer active
|
||||
PGP/GPG key ID `42FF35DB9DE7C088AB0FD4A70C216A52F6DF4920` is no longer active
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh0QAKCRAoXmBIoSMh
|
||||
sln0AP92N6DWLW1Le7UPMtdxY7+qITMdFoYXgn9gj4J2jBRLQAEAhP37VhQIdVXg
|
||||
B9yFEOEQw3kIls55JlRkQ3hrPxPVfw0=
|
||||
=VTt0
|
||||
-----END PGP SIGNATURE-----
|
||||
This project now uses separate master, release signing, and email keys.
|
||||
|
||||
Current master key fingerprint: `9EA98278639F1CD853E096CBFF94507587A6A9B9`
|
||||
Current release key fingerprint: `83A6CF9EF57AC25B5C7F5D29285E6048A12321B2`
|
||||
Current email key fingerprint: `B6D1757632A280F99F2DCBFDB9AB9D93AFF05B9C`
|
||||
|
||||
The email and release keys should be signed by the master key.
|
||||
The master key takes precedence over all other project keys.
|
||||
------------------------------------------------------------------------------------
|
||||
Minisign key
|
||||
```
|
||||
untrusted comment: minisign public key 902835EC74825934
|
||||
RWQ0WYJ07DUokK8V/6LNJ9bf/O/QM9k4FSlDmzgEeXm7lEpw3ecYjXDM
|
||||
```
|
||||
is no longer active
|
||||
|
||||
Use
|
||||
```
|
||||
untrusted comment: minisign public key FE6A09A3AF18F7A7
|
||||
RWSn9xivowlq/ihAzclDBxhCxbYz4bLkC8E645lHgSUlQNlDvoTxO5Fv
|
||||
```
|
||||
instead
|
||||
|
||||
Files signed using this key pair can be verified with the following command:
|
||||
|
||||
```
|
||||
minisign -Vm <file> -P RWSn9xivowlq/ihAzclDBxhCxbYz4bLkC8E645lHgSUlQNlDvoTxO5Fv
|
||||
```
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/gEdIFDRsGwF2xuLoX64+PcxRZHg0mT+M3d5ZBNe4iv6jUdYpoFpY6Ba2Ny2jTxhLq8lbu4IsvRsBxMSvCdipQE=
|
||||
trusted comment: timestamp:1680335315 file:KEY_ROTATION.md hashed
|
||||
mpcXR7nKMEl8oBGdZM+F35/fRIpZoaBMxK8Z1PvaxXGpnZW2K7MQZvHeJs6BqJmodABPUggd/Ovy74XSQ+AwDQ==
|
||||
trusted comment: timestamp:1691603002 file:KEY_ROTATION.md hashed
|
||||
V69IW+V2afrciuLYlJTTU7S2909Is8dxGvwp1RDZHBVq1dsdUFWv2ezW4Sh8u5YAyngFOrPqEcJJ9PEl2t0uCw==
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh0wAKCRAoXmBIoSMh
|
||||
suCEAP9HosFzj8/w9w+EzKM+XJBXDZc3beZkVJ4Kf4yOlMgUBwEA97aOiHyzYwmp
|
||||
/PRYhgK8zUUYxOIRfkDtl1ekb8ahrw0=
|
||||
=nF54
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQOgAKCRAhq2tqbLLD
|
||||
NwEzAQDzME+M3jy6hGXcGfvbfE7ezVTSB1EbFup5EkZAnoyWfwD/SGh9StOoyCpz
|
||||
UQgpH7cwbmeuAaEvgSISq6uNM8ScgAk=
|
||||
=OyfK
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/gAzBQtyzCamju84eebs9pmkibZyZu3dRxd3LrTgZgknkRyjTMx8clMYRpHl1l7XCqCROtQU8r+zSXd79xFgFQc=
|
||||
trusted comment: timestamp:1680335316 file:LICENSE.md hashed
|
||||
WVZeiBuCi5Vje4LQJgOIehfYUWjVkDWtOEtct/eZwkEDbDf9vVdYLkpk5MuEvy6zbbSG7lChoxAyAXQHnixMCw==
|
||||
trusted comment: timestamp:1691603004 file:LICENSE.md hashed
|
||||
onFwGEWf5jpCTX2Su/j7qb1whaGvgxgYymBWPIy7DkG4qb20zmUArZYE64hsBc00ewkVqwtspjOXrq4dkT6FCQ==
|
||||
|
||||
@@ -8,9 +8,6 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und
|
||||
|
||||
**If you would like to make a donation to help this project, you can do so from [here](donations.html) 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.**
|
||||
|
||||
**Direct downloads alternatives:**
|
||||
- **Coming soon**
|
||||
|
||||
**View the guide:**
|
||||
- [In your browser](guide.html)
|
||||
- [PDF](export/guide.pdf)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh1AAKCRAoXmBIoSMh
|
||||
siunAQC2DT2qJEjvosnRz+eT7xPCPqJVF9ou4WVLJeJ1F5MVuQEA+Sr1ogWLT83F
|
||||
Gl7Gw5nAo1VoEy+QoXfVvjCpW8PLFwk=
|
||||
=SzD0
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQPAAKCRAhq2tqbLLD
|
||||
N39XAP9+5qHFw0xWWJS3hRqJ3wl1neyJQo6xreqCoX0gA8zarAD+Kc7bKW41IQiQ
|
||||
ZU5k0epfrqb4Mz+4SmrgrxhG6Tto4As=
|
||||
=UheN
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/khaN6RZfM31d2qqisqStlc6eQx4EzeEUkv9fXpl1oJ2+lAC4r3voqLTkAKLSpfXhgh26HBsa6HSNrA4ySYYAwk=
|
||||
trusted comment: timestamp:1680335318 file:README.md hashed
|
||||
Dix3k+roD19I7GwhfjremcvHpUhHa6EUSBFX4Pxubgk+pRWMEobtF1vQDiergJRyBLcOY3amj76WBf5rhMILDQ==
|
||||
RUSn9xivowlq/pgNN3JobRKk9yc7YsFmiU8HGK3ODVuzNh4pPtbNj+u0hu3lLC6FJJV1f8o2iiMrmBKnMmeQL/lpTIOHtwXTtwc=
|
||||
trusted comment: timestamp:1691603005 file:README.md hashed
|
||||
VoUFgAfBujWNl+TDVd0/9spzEH0V1QKn1j4WdalqoQX4LygaTVazbAuL7GSIY0gSLraN7g5kD95vkuPaVJ1LAw==
|
||||
|
||||
@@ -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.6. 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>
|
||||
|
||||
27
about.md
27
about.md
@@ -2,6 +2,8 @@ The current maintainers of this project are Alex (they/them) and The Hidden (aka
|
||||
|
||||
After unfortunate events, we have picked up maintenance of this guide in order to continue the project the original founder, Lena, started. Lena faked her death, then returned later. Before her <del>death</del>, she gave me access to her accounts to maintain the guide. I will be maintaining her guide, as well as running her Matrix space, from this point. As we've said before, we cannot guarantee we'll do everything right, or how she would have done it, but we're trying our best.
|
||||
|
||||
**Update: Alex is taking an extended leave to acquire a more secure operating system and will not be actively involved for some time. They promise to return ASAP. Until then, No is spearheading the operation, including translations and research.**
|
||||
|
||||
---
|
||||
|
||||
Please share this project if you enjoy it and think it might be useful to others.
|
||||
@@ -15,28 +17,3 @@ Discussion Channels:
|
||||
- Matrix room: ```#anonymity:matrix.org``` <https://matrix.to/#/#anonymity:matrix.org>
|
||||
- Matrix space: ```#privacy-security-anonymity:matrix.org``` <https://matrix.to/#/#privacy-security-anonymity:matrix.org>
|
||||
- Github Discussions: <https://github.com/Anon-Planet/thgtoa/discussions/>
|
||||
|
||||
**Below you'll find the original about text from the initial founder, Lena, of this guide before she went missing, most links are invalid.**
|
||||
|
||||
This text will remain here in memoriam of her legacy and the incredible work she did vastly alone without any contributors.
|
||||
|
||||
---
|
||||
|
||||
Hello I'm back,
|
||||
|
||||
**First I'll thank you immensely Alex for salvaging this and helping me. Thank you. Thank you so much.**
|
||||
|
||||
My name is Lena, I'm 22 years old, I'm Ukrainian from Kyiv. Online, I'm I'm just a simple anonymity and privacy activist.
|
||||
I also used to be an activist in real life for various causes and did my share of protests. I was forced to flee the country like many others, and for the moment reside in Germany.
|
||||
|
||||
I'm a firm supporter of human rights, equality, repect, I hate corruption, and now ... sorry but not sorry ... I seriously dislike Russians who still support Putin but in particular, I really hate pro-russian Chechnians who came to Ukraine for the sport as they are just savages to my eyes. This is my sole personal opinion.
|
||||
|
||||
I also strongly believe privacy should be a universal right and that anonymity should never become illegal. I don't want our lives to turn into Gattaca, Minority Report, Black Mirror, or 1984 (Too late for that one, I'm afraid). I do not want our laws and rights to become terms of services.
|
||||
|
||||
My goal is to bring accessible knowledge on these topics to the many and hopefully reach the few good people who really need it. In this specific case, I think the needs of the few outweigh the needs of the many.
|
||||
|
||||
Some facts about me:
|
||||
- I am not rich.
|
||||
- I enjoy good memes, movies, series, and books (and I'm sure some of you will spot some of the many references to those in my project).
|
||||
|
||||
Please share this project if you enjoy it and think it might be useful to others.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh1gAKCRAoXmBIoSMh
|
||||
sspYAP94KlEc8j6agyeq3l2zoOvV0OcR67gSJ+UJKBwqwX+4YQD/ah3YgXnqSsBS
|
||||
CRyoFmwwrJvKDoDj9lPpae47IiXR0gs=
|
||||
=Ylsy
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQPQAKCRAhq2tqbLLD
|
||||
NzPHAP4r35ecXqP/3gXeVj//g4F41HJNo5DL2H1XvRYcCmR3agD+LOiDTHXK1ESq
|
||||
Y55XAJEMEcaCONCFQcco+OlgDDZ4zQs=
|
||||
=oyEq
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/jPGLG4VcZ5au6he/dAI4GTaWrTiWJEdqbaCxJHxOsczmmoIPZyrXjl8lSwWc+cQ4Lh5wh/OWuK79IY/6lGhVws=
|
||||
trusted comment: timestamp:1680335319 file:about.md hashed
|
||||
iljjU44BMSi/pC1dqnoS0sQDojgcL80y85alEF9h75MPIexjFv+Zu25YlTmK5TDTLbXdissqRyMRwO43LNxJBg==
|
||||
RUSn9xivowlq/jMbV8YC4jebQgZWBwmP0XZ0QEfXmIO2c1YQ30zXoZm2QxZjfybCNrVIaPgL72LiqBBTtDQPNrN9JjTSZkuvVAw=
|
||||
trusted comment: timestamp:1691603007 file:about.md hashed
|
||||
P5bJLM4MuoVKRhoX0X2qlypmUkPcqN2fDNirAr6zXC1T/xGhEo8KZFEfcQmvUpQ6g6hPwPN1u1TNgQrjm+PCBg==
|
||||
|
||||
16
b2sum.txt
16
b2sum.txt
@@ -1,17 +1,17 @@
|
||||
b61bf2e353177b802423cf7ace080d92e90dd58db0ae3cab292b3df9722d67735174954fd8939c8ef9f337dd33a3f7ac4c59b681f7030fad5a1a659226ab271f CHANGELOG.md
|
||||
122be4810d1f44f952f98957cc07ea2271e16fdb75008b1d208e5050c31c67bf93e4dd1c5b27d2e8f05bf5a61b246c0dbab394e347a3c622064275817361a19d CHANGELOG.md
|
||||
13a500b51aaaab394f40d459c722f25c94fdb92c0488a45caa67b5ef5c4d8ea1d5a9e303879cb04fbe61fb756a0b0e713533178cac66310d1f6d227c7a1b9bc7 CODE_OF_CONDUCT.md
|
||||
57930e368db74237e225d57fb277dd30d68b75ce76567f5d608b2cd43ca547ac1f83ec04d3ba54e332e710ac3d641ec51c83fd92dd702d50e34d09d59a167ebb CONTRIBUTING.md
|
||||
406434dea78db82283517b7f3bb6289ae6cfbc28abb2c932100815e8f73620efb2b790efd5d87b2b6005e136ae259c9f844286dd2a7d21def2a9049ea3135644 CONTRIBUTING.md
|
||||
51b88600d8c32dc6189bace5786e7dc4c4c9e6b40a106b12e349307757e4d8aa4df6cf5cac1e06200664dd385cb35e4db84d7e7992fd9c3c9cea05fca28a27bb KEY_ROTATION.md
|
||||
be4c0b66dbdca9446079753dc3fcf2fb3eec55e8061c23ebcb20242458319a44120397d825b621fe6a59940204a05689bbb1a23bdd69120f775913f5c08d40dc LICENSE.md
|
||||
33efc63a406a5eebe89217bfb6a3e99641fc63226c146c6ef11dec186d90c93324e285ce8f0c0c973f2c7ab5a781e77f5d8b39154dd46f1aa9971ea457092df2 README.md
|
||||
51f8fb376233f1c8930a0540bcd169c389e8ef35aff8bc1fee98ac41811dd27be9897e81887ded7fc83f139e78bb6842dc1acc8b3d1214a4a49ca88c1e48abac about.md
|
||||
ae55dafb58b68494ac627911e7ca19878c515bdd712e3328775065b2066e212ed4c62d24abe5267442560eb0ffe89a46ed20c66bbb169e5dd61ac451c55575ac README.md
|
||||
2bcc51fa507b38a06187c8692a0233fc5b91f568b8e9397de110bdf892e3c4b5da23f1a3fd24422e3cf2c35d83543c1ba7e728397c86cc1f15f783a5b2f74739 about.md
|
||||
26196d7b81bb79c8dc290a98204e3d416e887552ec68b0de4bbe2f17bcc11fe8e3dfccc7f210a72ddecba2eecfa2e33ceaf57f4b0c3061230d62b805e8228f79 briar.md
|
||||
891592dbb81e072fbce58e5772a3a2c9194f1eece192ac24c590c82d1446abfc6b35962ccf5b3e5b52c1a4ec685416f25737a9cca210b558a1bc43d3afa1384e chatrooms-rules.md
|
||||
81352084f4e0d2104f71be16779ca788a97da03df7b6307b14867ad097be329ff37f039a4aed1b0309391c4af10187ee32822736bc3c797b3af5b19f4da0cc73 chatrooms-rules.md
|
||||
0f1ade686710eae78be9d2ac09f8249399994b4e73d37e8d0893cff9d58ba93dc38eb5ffb912744aa1318508449ed7a11661af99e778f0d800f5b11ced4fbd2c constitution.md
|
||||
5a0a6f7e1df8e6965606d12e6763c86c96adb023df120c0a71e631f2ad44fcd9057c84f793411f71e6b5366a84fe583def86729f0863d0e3a0f083d228f37850 donations.md
|
||||
aee1b15060dbe02ef64b165d8039f0211eda3a3cb1435ae75fd0eeccbc220400b7ae1f6d189b8f2d83f402f52d3995e43e31abc00d7bfd20dedc36266563ed84 guide.md
|
||||
f100a391e014b4c7444edcf143f535b07b9a2f1d9213bd9fdd4c13eff5bf7754f5c66d639e8a847549e696271adee2e043228cfef273c2c694c79ff2d0243aad guide.md
|
||||
046a52e53005963dd38343505aa43e51b5d750f0891c0a20a675c80ef9a254077db98b15165641a5f7ea33cc19f035e2aa7dbec4504a95c32b63911e3c7a8046 legacy.md
|
||||
66ff213a8a0ec7fe0540858153b799343ce35cc0e9f541d3ea241160758096e278496f85260e6a26ede7f7a30744398b3aaf6b7a15265f3cb6ecc91a09771fe0 links.md
|
||||
354a7a6f910c5a6508cf13b406c542ae3f0ad739fa3732936ccaa282fd486a475c39ab0862525dd4555f06e0164b90a99dac400b729bc9feab91b637eb896589 links.md
|
||||
32b57ea09d576ce73f74352e9fe1baef19ed6c3808a9e3fa4716ec881f57a579861fa22b95e56dc729048c27e242fbbc15866cb2c36411c9e49173c00c126647 moderncrypto-rules.md
|
||||
28ee0d22dd1f3ad583eeae49d459b8bafcafbb094912342afa628f015c89f1c296769a66bdd5d1c98b5c56a2351ffb9eb15f38ad34fae9f765bfa584d31003bc twitter.md
|
||||
b95e9fa16a93a07c1eae64b2ec6f180c23b8d005d3c0cd682700d04a767205095670524225ed5810bf4eeb3d7b4c7fc3e08d161ea5dcefc70b36cac6776d662c verify.md
|
||||
19ad65d5ccb881dff15a98200d9c768a0e59239524b922df125b82c506f5200ac4f9b72e21173cff9bb626ee9bf78703584981ee8fb8c3f6417c6817c92c34ea verify.md
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh6AAKCRAoXmBIoSMh
|
||||
srN2AP0TmruDkqDjwAZ/U93ijF2QhBHP5g49cHRplkDWo5LUBwEAuE+iyAqVCpSW
|
||||
nkqhdgdInT2qRe+G4Ml5jRRxM/l1QA4=
|
||||
=ANo3
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQVQAKCRAhq2tqbLLD
|
||||
N+tOAP9yU9PejCEiH5+9EdBT4OI/kRtuwSOtHcL3bq9AYL5TVQD/dm8ZvXHRRuwd
|
||||
hY3O4CI18kqer0fToEmUbzQEhE1I2Q4=
|
||||
=dcUa
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/rtm3Vs83OEudyQPQZe2ajhVBIw9wkSw7KjPi/MqBMC2pQf+1qe/zBH+KDLaHmjgHWPK0wrp9Kgh7+Z4yDjLWwM=
|
||||
trusted comment: timestamp:1680335337 file:b2sum.txt hashed
|
||||
iuibRpqWVqMC+3S4IgNlpVS+KATxngRplfPcjTCGdoLsVD8R+pFTqVRNvvocWRfBkLSw9Q80wi7Rm7USubzNAA==
|
||||
RUSn9xivowlq/vymvcOJI/oYrlxmzkc9cH/XsNg7dMSvdC71yvF94LU4oJiwaQ390LSXXzFH+SpHKgvrbD2isGzKSb2RvKpTtAU=
|
||||
trusted comment: timestamp:1691603030 file:b2sum.txt hashed
|
||||
3DH4JnGFU4jTeRDYkPldm/wa0N36j05v0d3iAQk70KtABEhll9nswevmFG1rENg77xQhvYjGcrYYzuOYy5t4Cw==
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh2AAKCRAoXmBIoSMh
|
||||
sp60AQCcvJrgWFAPqDUQMt0CaF4e6Tsg4BLNDirQ/nW46Usc4wEA2RPtAN6n8vjP
|
||||
F834c6ojvbeZJgMsJNGHJAazzHMGrgk=
|
||||
=yg0z
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQPwAKCRAhq2tqbLLD
|
||||
N5rTAQCXXnWU+eYNF4gU80e5KektaWLIsqzVwCoQymwyxbRtiAEAr+po9rklF/10
|
||||
tLsF2yYpqyHkZqPGIgtayrGtIurUkQk=
|
||||
=556r
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/mjhwPVty4ZNYfjn4Gx8rNfbI0b+wd4o32ZIPOV/tWquVnu0QA3tLFvn+UODOdV+MYvFsknKZ37H9BAgqPt0CQc=
|
||||
trusted comment: timestamp:1680335321 file:briar.md hashed
|
||||
TLAQ4Ergf7NvqnCuCU7oxTYKrRgeernN0NVzYfJ0fowLHaBXjPEqTZXtxMAwhZJ3HttFcmYdft1q6a4eYOxWCQ==
|
||||
trusted comment: timestamp:1691603009 file:briar.md hashed
|
||||
bfoZZb229PvHg2bJn8xQnY/5ngpquR+dzeEhr/Uy3ISd1mF65N2S7Xz1Ib0Nl0j/gp/dp3G7j8UccgBGjJQ2BQ==
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
### Privacy Security Anonymity Community Matrix/Discord chatrooms rules:
|
||||
### PSA Community Matrix
|
||||
|
||||
You will find here the rules for the rooms part of the PSA Community. These rules are valid on Matrix and/or Discord if applicable.
|
||||
You will find here the rules for the community.
|
||||
|
||||
**Note that rooms part of the PSA community keep their sovereignty and can apply their own local rules, with their own local moderation. Some of the rooms are following the general rules. Some are not.**
|
||||
**Note:** Rooms which are part of the community keep their sovereignty and can apply their own local rules, each with their own local moderation. Some of the rooms are following the general rules, but some are not.
|
||||
|
||||
- [General Rules](#general)
|
||||
- [Nothing To Hide Privacy Room Rules](#nth)
|
||||
@@ -10,67 +10,74 @@ You will find here the rules for the rooms part of the PSA Community. These rule
|
||||
- [OS Security Room Rules](#ossecurity)
|
||||
- [Bnonymity Room Rules](#bnonymity)
|
||||
- [Exceptions](#exceptions)
|
||||
- [PSA Bans](#psabans)
|
||||
- [Bans](#bans)
|
||||
- [Ban Appeals](#appeals)
|
||||
|
||||
#### General default rules for PSA rooms **unless specific rules are mentioned below**:<a name="general"></a>
|
||||
These are currently enforced on **```#anonymity:matrix.org```**, **```#security:matrix.org```**, **```#OSINT:matrix.org```**, and not applied on rooms with their own ruleset below.
|
||||
#### General default rules for PSA rooms **unless specific rules are mentioned below**<a name="general"></a>
|
||||
These are currently enforced on **```#anonymity```**, **```#security```**, **```#OSINT```**, and are NOT applied in rooms with their own rules below.
|
||||
|
||||
- Keep it legal
|
||||
- English only
|
||||
- Be respectful to each other
|
||||
- Avoid FUD and/or disinformation
|
||||
- Avoid gatekeeping and try to remain welcoming to new users
|
||||
- No hate speech (No racism, no homophobia, no transphobia...)
|
||||
- No hate speech (no racism, no homophobia, no transphobia...)
|
||||
- No spam
|
||||
- No doxxing
|
||||
- No doxxing unless you have express permission and you move to ```#bnonymity```
|
||||
- No trolling (this doesn't mean sarcasm is forbidden)
|
||||
- No NSFW content (no Porn, no Gore, no Hentai...)
|
||||
- No upload of any non-media files (binaries, executables, compressed files...)
|
||||
- No voice messages (these will be auto-deleted by the bots)
|
||||
- **Avoid drifting too much off-topic or move to an off-topic room like #bnonymity**
|
||||
- **Any discussion about AnonyPla / Lena whereabouts is only tolerated, to an extent, in the ```#Bnonymity:matrix.org``` room.**
|
||||
|
||||
Some exceptions can apply, see the [exceptions](#exceptions) section at the bottom of this page. Violations will be handled at the discretion of the acting moderator.
|
||||
Just because the bot is down temporarily doesn't mean shit.Some exceptions can apply, see the [exceptions](#exceptions) section at the bottom of this page. Violations will be handled at the discretion of the acting moderator.
|
||||
|
||||
#### Rules for Nothing To Hide Privacy (```#privacy:matrix.org```):<a name="nth"></a>
|
||||
#### Rules for Nothing To Hide Privacy (```#privacy:matrix.org```)<a name="nth"></a>
|
||||
- Zero tolerance for discussion of how to commit illicit acts
|
||||
- LIMIT POLITICAL DISCUSSION TO PRIVACY-RELATED TOPICS ONLY
|
||||
- Do not dox others
|
||||
- Limit political discussion to privacy-related topics **only**
|
||||
- No suspicious links or uploading of non-image binary files
|
||||
- Be respectful
|
||||
|
||||
#### Rules for Modern Cryptography (```#moderncrypto:gnuradio.org```):<a name="moderncrypto"></a>
|
||||
##### Mods:
|
||||
- Lucas: [@lucas:coinfundit.com](https://matrix.to/#/@lucas:coinfundit.com)
|
||||
- Prox: [@the_proxster:midov.pl](https://matrix.to/#/@the_proxster:midov.pl) (basically God)
|
||||
|
||||
#### Rules for Modern Cryptography (```#moderncrypto:gnuradio.org```)<a name="moderncrypto"></a>
|
||||
See <https://anonymousplanet.org/moderncrypto-rules.html>
|
||||
|
||||
#### Rules for OS Security:<a name="ossecurity"></a>
|
||||
#### Rules for OS Security<a name="ossecurity"></a>
|
||||
See <https://artemislena.eu/coc.html>
|
||||
|
||||
#### Rules for Bnonymity (```#bnonymity:matrix.org```):<a name="bnonymity"></a>
|
||||
#### Rules for Bnonymity (```#bnonymity:matrix.org```)<a name="bnonymity"></a>
|
||||
- Keep it legal (seriously)
|
||||
- English only (no Russian, no Chinese, English only)
|
||||
- English only
|
||||
- Be "somewhat" respectful to each other
|
||||
- No hate speech (No racism, no homophobia, no transphobia...)
|
||||
- No spammerino (scams, ads, flooding...)
|
||||
- No doxxing
|
||||
- No NSFW content (no Porn, no Gore, no Hentai...)
|
||||
- All of the above can result in an insta-ban depending on the severity
|
||||
- No hate speech (e.g., no racism, homophobia, or transphobia)
|
||||
- No spammerino (e.g., no scams, ads, or bots/flooding)
|
||||
- No NSFW content (e.g., no porn, gore, and hentai)
|
||||
|
||||
#### Exceptions:<a name="exceptions"></a>
|
||||
All of the above can result in an insta-ban depending on the severity.
|
||||
|
||||
##### Exceptions for #Anonymity, #Security, and #Bnonymity rooms:
|
||||
- Talks about Sci-Hub and/or LibGen are allowed
|
||||
- Talks about torrenting anonymously are allowed unless the purpose is blatantly illegal
|
||||
##### Mods:
|
||||
- Fractal: [@fractal:matrix.org](https://matrix.to/#/@fractal:matrix.org)
|
||||
|
||||
#### PSA Bans:<a name="psabans"></a>
|
||||
#### Exceptions<a name="exceptions"></a>
|
||||
|
||||
##### Exceptions for #Anonymity, #Security, and #Bnonymity rooms
|
||||
- Talks about Sci-Hub and/or LibGen are allowed.
|
||||
- Talks about torrenting anonymously are allowed unless the purpose is blatantly illegal.
|
||||
|
||||
#### Bans<a name="bans"></a>
|
||||
Currently, the following rooms are sharing a common PSA ban list for serious offenders:
|
||||
- ```#Anonymity:matrix.org```
|
||||
- ```#Security:matrix.org```
|
||||
- ```#Bnonymity:matrix.org```
|
||||
- ```#OSINT:matrix.org```
|
||||
- ```#ModernCrypto:gnuradio.org```
|
||||
- [#Anonymity](https://matrix.to/#/#anonymity:matrix.anonymousplanet.org)
|
||||
- [#Translations](https://matrix.to/#/#thgtoa-translation:matrix.anonymousplanet.org)
|
||||
- [#Security](https://matrix.to/#/#security:matrix.anonymousplanet.org)
|
||||
- [#Bnonymity](https://matrix.to/#/#bnonymity:matrix.anonymousplanet.org)
|
||||
- [#ModernCrypto](https://matrix.to/#/#moderncrypto:matrix.anonymousplanet.org)
|
||||
- [#OSINT](https://matrix.to/#/#OSINT:matrix.anonymousplanet.org)
|
||||
- [#Collab](https://matrix.to/#/#thgtoa-collab:matrix.anonymousplanet.org)
|
||||
|
||||
This means that those PSA bans are effectively applied on all those rooms and can be issued by admins of these rooms. See the next section for information about appeals.
|
||||
|
||||
#### Ban Appeals:<a name="appeals"></a>
|
||||
#### Ban Appeals<a name="appeals"></a>
|
||||
- **Please contact the mods or admins of the room in question to state your case for appealing.**
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh2QAKCRAoXmBIoSMh
|
||||
smEGAPwNjkYsGth+1FiICXg+ncbD+SomKVlotyB6hYLazy6zQwD+IN3BBQ0omcSL
|
||||
oeHp01espcU/iXTx8OddiNnXU5CilAI=
|
||||
=fmPE
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQQQAKCRAhq2tqbLLD
|
||||
N13GAP9yjQhkFEOmcC5ADbZh8htXGZr6CCCPvHcmZTKZyiN3pQEAyAuSrzt200hT
|
||||
13J8c8i6M2s/mugpgyspZmlREQvYcgs=
|
||||
=mkb+
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/rSnaMOsbp2MHC3YZeQh4vjs31ikY7gGEkSUNHfwrdw2qr/ebmHBXTVxAYkN22cocTayR08gYCJuGMQceINFUgc=
|
||||
trusted comment: timestamp:1680335322 file:chatrooms-rules.md hashed
|
||||
/acSaW2PnzFb18JNs0aj9G2W3K8RRrT0p93b7fvQklOzaulb84DA40FJFP/uIKaypLUrLTj2nksftABl7yB8BA==
|
||||
RUSn9xivowlq/rLXR8idyufcZFnYdYipqM3lvINPxKGr6KNEZoNq0UHDG5PThx+JfeIT2RKQoU3Qd6McVV45YgF8FMdmbCXo/QA=
|
||||
trusted comment: timestamp:1691603011 file:chatrooms-rules.md hashed
|
||||
b+2BG8KZlXQzummpqlrHRvEQK5d0uJwwE0uA7TxTi+xHVZvlQP+2RIHbaNGghKclCFMgvS2Cqwt81OtHD8HKDg==
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh2gAKCRAoXmBIoSMh
|
||||
sgEEAP99oYgC1CWkGgX2u66Q7/pOl0MaTt/yTFcgY9izyJlUjwEAjWBuaEHTMp7L
|
||||
SjO8Ws3mnms0BOnpiGp5pBzxoBAzfgE=
|
||||
=A6Zz
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQQwAKCRAhq2tqbLLD
|
||||
N9IbAP4mkf6ZQtRpLbDsNIfU75u5bJpu8eH9/cdXNAmVtT6LiAEA5/zVrZ0SEI4z
|
||||
IVvR3YivnMRACa868HA56gvzG4SRMQY=
|
||||
=1tsp
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/pTBVjkP4uv5unHZNWMoXS1e0g8frI16Z7Oo13E5kkaSDRQfNY5ljVzaYTS87i+qGp2f/rajz3CFZ+hZK4XmEAs=
|
||||
trusted comment: timestamp:1680335324 file:constitution.md hashed
|
||||
Cj/NU4FFzb+euI7nMXsXTLJ/izkWQaFCQ9DeMDWESkBfSkg8MXOh//ip43hyALx6stZ1BcB+MM3McWZvRHVBDA==
|
||||
trusted comment: timestamp:1691603013 file:constitution.md hashed
|
||||
5M8L5Dbc4RajLuj/GpDmBJcgxk2noLNzlxZkH6bnrUfG1ML8VG5o7Mwm3FPQFt5aT93oKVelm3FaXsMP9RBcAA==
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfh3AAKCRAoXmBIoSMh
|
||||
sv3CAQC6WSod7AOVEYSmXIkrnXTZlQ99ECYz0k9jg6djTG5brgD+JVhFACJMRh6D
|
||||
3eCZWXqQj/fPpEE/RKqaphh1ywTDtQw=
|
||||
=k3Wa
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPQRQAKCRAhq2tqbLLD
|
||||
N0ubAP9xgZuTmgwMZUShQsl57qxN8Uf0xD11RysBDWTv5B6heQD6A7+YmC4OR0Sb
|
||||
LUvPLSZZH42d+bO1oJgJwbaXFp2K0gU=
|
||||
=lTPS
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/sQFyVW9JQLYtu+Uzm+8g8sA/n2nmKhCq1qD2dDWRBu2sgf52CUpImu5sAOsEITef7OL1YlZgM5i7/spdOrQvQE=
|
||||
trusted comment: timestamp:1680335325 file:donations.md hashed
|
||||
vuhcB07WkzW3pbQCsVpOiukamzRQ5jP3LnZdd9QUqLRXSEqWn0XiJIx/eXZlE9BxRfz91MN1PfnGlfAv+nboCA==
|
||||
trusted comment: timestamp:1691603015 file:donations.md hashed
|
||||
CmT37BLRMQ954IR2EsFYHa/myH5kgeoebP0QMIWilQ7JQCf+yj+o/p2aHqy7VqOBlGiOQgDVYjIv5YA8Zj0xBw==
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhfAAKCRAoXmBIoSMh
|
||||
sppbAP0fsCUXnw3sLKoTQGnJ/qGg1bBrq/Fjt1ujeqa9GN2SGwD+M3v7Chcbj3jx
|
||||
EONC2r/cUSdaR36kUnDviZqpoYNJvAc=
|
||||
=vQTb
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPPigAKCRAhq2tqbLLD
|
||||
NyZTAP91CMs5hRmcsFIpNG/KpJXLqPGbb07UbxwPIiDHmhTuPAEA04ObQgB54kmw
|
||||
fx2/kzzzHBcvx/wuYvx6JOju44gKKwE=
|
||||
=jAXu
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/pKTqeI2fVuHstickhjgvC+IE9G9O2ObGLI3d01xRBWTAV5cu9K/dLczdXPgtk/I0n9h2vd8/ytHHg0EP1PGjgc=
|
||||
trusted comment: timestamp:1680335230 file:CHANGELOG.html hashed
|
||||
L6X2xwNj+HnJLcrLXjNGfNiN5yOBnArbUgbll1U2BlFlYoY/b7Bf4cEYaldNwygkVGsFZX1RNU0zLRMFzfDeCQ==
|
||||
RUSn9xivowlq/jCmeOXzC2B5avN4SpmNj/c9uXFxVleRBvc9f8j5oBvXWMnMn1NHhRGA2z01KMFpzxSK1IPNAhxZ1TPRcNN55AA=
|
||||
trusted comment: timestamp:1691602898 file:CHANGELOG.html hashed
|
||||
bJHb2/JrbJIujKWfeqHcX/IPrEQIdQm/scClR7QeFD2MVQdYArBcWYgNHkyG1fCQKiJ2LAaJ9htFra1T810YCw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhfgAKCRAoXmBIoSMh
|
||||
siakAQDfgWCUNbkvyCHz3834UVwXPQpMypcwbggJ+mLtDK7M2QD+OjDoB+RtHKz2
|
||||
FDKs+ZTIjOEiONPRAPe8CeEz2qCfwwE=
|
||||
=HUPN
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP0wAKCRAhq2tqbLLD
|
||||
N8S7AQCTfY4oGqiKIXG15tbxJnuKkBT3gU3OuTyq7JeY6yvYogD+NO2MR7nHFMkV
|
||||
e0PbcgnX/MKhN2hF+1Ioavypi4E5YAU=
|
||||
=3GTg
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/uiAfaQJ4eDSivw+TlyIO4F1vd9Qkk4ZNsfnsx6OXXv+6yDKs+VOKbggzLu5AWSZncVqsKvLjtltYN6g46wIsQQ=
|
||||
trusted comment: timestamp:1680335231 file:CHANGELOG.odt hashed
|
||||
yQzvpVdYuU2qEfdhbHm395tbGWf2Om1cY3T0S2gvyzwcrFRyYkdZj857so3+gO2ogB48qmncGLMbqe6yR9SoBw==
|
||||
RUSn9xivowlq/vPMcuT9UMMddnRtV/CoCym7m5vt0Spz5WxFSbi4CkXDimcZun5CDKIhEVPVnOhlCRR2fwgnWGiHUnqB2JbhcgU=
|
||||
trusted comment: timestamp:1691602900 file:CHANGELOG.odt hashed
|
||||
diQQ5J18ZmcBlq7a7Wh2bg2Tk3NN56Jw7GDKk37i1aYF+HawuHk+CtckTSv8bfCY32MtPPzLyYop8rpH18oOBg==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhfwAKCRAoXmBIoSMh
|
||||
stpxAP9kayyRbwCV8DGvfSnj2/ZdL4NU4lIv+GfHeguE4wWyygEAp8UYnqsHkNUZ
|
||||
f5oyFH1ojFECSxg6S1C4bJyMw1+TuAA=
|
||||
=k1u9
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP1AAKCRAhq2tqbLLD
|
||||
N4z/APwJP/GcALjD0TYNa+MjLKqhrOuqN1qoC1p57eYVAjp3ugD/QsISE72c53gG
|
||||
jdKPF3e1BlmlLBHW4rxFRvYyhKDubAA=
|
||||
=bRsa
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/mNcPbN1TNzxTp/xqVTvWA529/5HWI4Tq8zaqpQua9Qym4KLS1cq3riYLw4Pn55dGx8UZ2bu2hmHE/7isfH0xwk=
|
||||
trusted comment: timestamp:1680335233 file:CHANGELOG.pdf hashed
|
||||
tmt6VMOJk+9prtZEL66VQiSaQNEq//IC0GFhfmZ/wBNYEyOr/DMw4fuF76szpBB83Wlf8jxAvWFGb3ZwohdzCA==
|
||||
RUSn9xivowlq/vTSVgbyVfqmpZeJFxcMH+rn3xR8nbcnukus2Lp0AU0yVJCrt/EMCT3oHUJIxJU0tsn2F+AfR19Xg4UyWezY3AU=
|
||||
trusted comment: timestamp:1691602902 file:CHANGELOG.pdf hashed
|
||||
Knrc04KzSB2yUaIjlbgaam4yn4RdQExyXeNBmVQoZQAEbyf0eXRQ2PW/OLdDcL4lkBasIAWLrQ+JYMpFSt18Dg==
|
||||
|
||||
@@ -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">
|
||||
<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/XSkoXmBIoSMhsgUCZCfhgQAKCRAoXmBIoSMh
|
||||
snyIAQCA0/eUqb3gIeoGETj3ZGBMg+EwuxJYxlJbGwCbc8dgbAD/XgDbsmlJ5G3w
|
||||
TkVXnM08f4IdVbmVrn4vW8V4yGaPaAQ=
|
||||
=e7Tu
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP1gAKCRAhq2tqbLLD
|
||||
Nx/lAP409IJ+s8jVCYJB9RRz2EbvonCHzRA//Q8+s2r5cqT1vwEAo6ek0hKdwhlj
|
||||
h5Px05h8LTfTlA+mfDq1Kh317fyd7w0=
|
||||
=fiVP
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/ioo28EDlpt05lMj9jH/4zMxjvwURfcOSYkDnkbxyG/gvvEsNlxRBq1WcM9DAgyTZrIJT2PF84ZRnqZeS89g/Q0=
|
||||
trusted comment: timestamp:1680335234 file:CODE_OF_CONDUCT.html hashed
|
||||
CNtVuqqyV0CcLxBSI4YDn/sSP7l6qx1mxxgZejoGofnmw7xz7PzFnZLp6MkCuvFZtyiVCWTTwWCyGeVVQOhDAQ==
|
||||
RUSn9xivowlq/o07knonAaxRrj51giRFC8HGhek4b3hgV8mG2N6iD9/5V1hbJ+v3nFcwK5fdHvD/CcWf0DSrmyqyXS5ROHkfTAw=
|
||||
trusted comment: timestamp:1691602904 file:CODE_OF_CONDUCT.html hashed
|
||||
kcHi8QFSO9eVuaS1WIPq/K9LXwpC+dNFT1XqpwofpSrYknF+dy1qxpSowTRSSy3rZzo4emNE0NFfeVofOL7wDQ==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhggAKCRAoXmBIoSMh
|
||||
sooSAP0Xr3B7BQNX7f3vdxomSo4Dx/b4Do2kTHQaUGk+I27fDwEAkLaENUEo1Twy
|
||||
BZ0wNnAUMwQdtM9nIiGC9S9iezeYXw8=
|
||||
=J/Vb
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP2AAKCRAhq2tqbLLD
|
||||
N0GMAQCI3j3wQPzfYVmiY0r1s6JJ+rr6h4xSw3D61WDYdRa6IQD+MJUfmHdo53up
|
||||
VdyzRpRcIF1WnuXzTCj+I27STpLgfw0=
|
||||
=5KGE
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/q7R06WwXlqZJm2LGWUg6DMaaz/duXDHSorjyaZ+6cATHw/nwscXVC5QNM8T+k45t0gL5J0BWP+nomFZF94gIw4=
|
||||
trusted comment: timestamp:1680335236 file:CODE_OF_CONDUCT.odt hashed
|
||||
kgaeayMGlePfLLk//vN3XwsrtnsvCQeMpBbp70nV0JqBVsFlGJG2ekEj7gK/W53okPA7sqPjjHytw0OQP6r3DQ==
|
||||
RUSn9xivowlq/qyjA4iB4yyhzpX1LwOLHUwwg2LblgGbsRyqUoR0LrE6wtlVo9d7LDBGpFaOvbj2eWwRGZW2xqRNzDtO6gMG0gQ=
|
||||
trusted comment: timestamp:1691602906 file:CODE_OF_CONDUCT.odt hashed
|
||||
lFm1UWaxifo6PeOYlnOaB/TxRn6MOxXYUNhUN/3cbTRugwLM6/yzjPnR1PYUEFlxEMx6HbjFJa0m0goLJ6R1BA==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhhAAKCRAoXmBIoSMh
|
||||
slVZAP4lpmwK492LorzQSRsH/+tJ/QUgx9+IZz/xtoBTYiIQrgD/cjgQNIsLXGn+
|
||||
uItOQ/jrRcG6Bc0JsJP1Yy+3TEGLbwc=
|
||||
=2efR
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP2gAKCRAhq2tqbLLD
|
||||
NydhAQDaVKBSP2k7Jy89/AuZHsqa4Q+1dufN6CorgDgFh6T6fAD9GNrwOu0KC4UG
|
||||
qdX9m18kNQr3tprU46TxNsY3nWpJCAY=
|
||||
=7Cvs
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/htT2y/EYZfUO6cXlQx3BiZWWSWxq/fzzYEO95qEpt8B0KrEdTMsVKWvsjCHWBDT0RFWKaZkReU1dFBlTq8cnwU=
|
||||
trusted comment: timestamp:1680335237 file:CODE_OF_CONDUCT.pdf hashed
|
||||
QiSrIhNtW6vALfFdEpAYI9XxKH1nuURMKWWD0xuaC9sU3TyAW/eRIxoqe921P4jgQNYxwNFszZD54mhuVQSjCw==
|
||||
RUSn9xivowlq/sSDs/HqJDJaguOYuUqP0GRzrtSwq4JW/ODNEetMLnc1JYiO0GCd421dIOsLsNFoE7i6NzvNnOC3xvd6TMR43Qk=
|
||||
trusted comment: timestamp:1691602907 file:CODE_OF_CONDUCT.pdf hashed
|
||||
QhbROudBCplUoryUAb0/kpE77Ge9ISMfwlLXRriHdNY4N3t64p4a2rjgwKbS3eatyOSriVZm669n5tEDQaH0AQ==
|
||||
|
||||
@@ -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">
|
||||
<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/AnonyPla-ng/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/AnonyPla-ng/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/AnonyPla-ng/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/AnonyPla-ng/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>main</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>main
|
||||
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>), wither 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/XSkoXmBIoSMhsgUCZCfhhQAKCRAoXmBIoSMh
|
||||
spJmAQC3qwEKambXRPBl9ds+RYFQ9TJzS+rLnX8/vw9oj+9kNQD/WLcObss4tQfA
|
||||
S7ZKQkiNDiYZXh6MRVkC19XmifO0pQs=
|
||||
=hIDq
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP2wAKCRAhq2tqbLLD
|
||||
N654AQCTMReGvVFuJc5BQ6e5obvJelc/ZB+cQH02GHTES813rAD9GzCH+WGxvPQi
|
||||
WgR5EOPVvE76LfbPXjRPpsw5dZuHVAg=
|
||||
=D2id
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/vvx531k+OjQlMby9MY/fEx/bv2YINpNRg7ufUuNNtSUaHTSJ65K9OTTtNJ904/v+ZzoL3trprD7bLxewRhm0AU=
|
||||
trusted comment: timestamp:1680335239 file:CONTRIBUTING.html hashed
|
||||
pbbxQOINevd5Bdc4OCq8g5bznui+BCDArwPw2Qo1aMvhlRu8IsbDUXbZbOJbN/LckmLDHhpT/ijh1QIvpPfUCw==
|
||||
RUSn9xivowlq/vyIudI+6Uv5clWI1IM3ublaVUd8NmyfdQXSUKwRoAUQ+U7i61Fgo5mOmJ0+AWEBQ8JCtwNd46m+bqcPaUMOPQo=
|
||||
trusted comment: timestamp:1691602909 file:CONTRIBUTING.html hashed
|
||||
JqPLs5Ds6ZdegydOH7PyLt5CWpNkVxVVfhxh9qKbpy5Iyi+e+b5CW6OJoCymuZ9SWMrXZNJOqRD3Us3h+dO9Bw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhhwAKCRAoXmBIoSMh
|
||||
soo0AP9tIVdIfN03jkJ5oJ+/U6CheUSbm8R4NHsSDEQMInDo8wD9H7ABI7yT99Ei
|
||||
stezOv2PnAMnABd3XQgO5YKCJjTbMA4=
|
||||
=dY1A
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP3QAKCRAhq2tqbLLD
|
||||
N5AFAP0VVVCuO7uZg6xE0Eu/mKk7+jCEKCTJAV7vahFszCyELQEAuaAebbGGZsJl
|
||||
7YeRDeqIwu91d7UtVx0ioENYskdq2ws=
|
||||
=LjCS
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/hW0eQzIHvHyRl5FX8EvvI/bQWSexQkbFKnfe4ZLl1nCJ2957wOOeNUvhFBwWW4OZbdcWF0jGNk+PTbeVVuwdQ0=
|
||||
trusted comment: timestamp:1680335240 file:CONTRIBUTING.odt hashed
|
||||
5QqamWKr4LU4DVB7CAZ4/skCWcP/nBX3h9iRP5BDd9XIb+WmV3otsaRtjtvGFVvEm4J0aPJsNycMZA15lEM2AA==
|
||||
RUSn9xivowlq/lcTmoKz5k8btrFH/phLTmPGOGLpZBf32ftxtqW9IHWIzuYVpOp0G4cEpuGKZSefJ8a46/fVEsf8IR62iQJN4wM=
|
||||
trusted comment: timestamp:1691602911 file:CONTRIBUTING.odt hashed
|
||||
b/6q0vbXDrY5yplhXONXR0Mm1A1pMaZ0Gdo6PM3Zeo16dOxQjJ3Hgwgsm6gpwtoaz9a+H/hiUbKW8I3BDhi0BA==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhiAAKCRAoXmBIoSMh
|
||||
sjYWAP4ofKuC0lv5vJLu07QAnQk9dIgBxFz6On/C5aVOHBv7oQEAiWHEsxzIWBG0
|
||||
QcCz6GGr23vWHZWOlzmJmYzh7ZYyrQs=
|
||||
=sEa7
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP3wAKCRAhq2tqbLLD
|
||||
N7WkAP9gKxG2hUgflx+VM0yfEKqc0DLT3pTnjGbScZLr1zRiGgEAiktBezzdQM4Y
|
||||
W4ltycT8cX/zBASK2ADDqJoWj4+cOQM=
|
||||
=m3lb
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/jzqxGnEsWjjNYRHjbjxgy4biq3n5+cMntV+xTarEBma++PGEfuBssKVM1PIjuCFAjgnhRn793eTIDDGkXmdugc=
|
||||
trusted comment: timestamp:1680335242 file:CONTRIBUTING.pdf hashed
|
||||
z0goTmr15LWJsv2T8Dzc1uwZX2pzQJLY7jPsHIQl64ybWIZu+/VdI5qu0lcVZv9FtXr7w3zd4BH/T1orRjmDCQ==
|
||||
RUSn9xivowlq/jK/xP7QQ3dH3jYTp6Yw7SNOj/7H6UNm09wNQnzWTN0NCVUdRzQs6IZf7XJKwP+2wFmuC8j5h2l1f6dKywYZzw0=
|
||||
trusted comment: timestamp:1691602913 file:CONTRIBUTING.pdf hashed
|
||||
femFORFuHkNh3WIYxVsNc/5J3HnuIkrdeQXfMBC0/AcrQBunssDlcltAHbNfsO1BQmIkR1o31FWNC7uipOTQAA==
|
||||
|
||||
@@ -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">
|
||||
<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/XSkoXmBIoSMhsgUCZCfhigAKCRAoXmBIoSMh
|
||||
slG6AP4nbuF9UxzdZeJrPt1kcv0mcFG1oMzB3PTLo70qpwK87AEAmfzibRhWO96V
|
||||
Kr0DWSkgQlcJj9p55Dk6khS3bWwNyws=
|
||||
=zl3J
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP4QAKCRAhq2tqbLLD
|
||||
N8UrAPwNF2V0iNqYDNbeGA9anYD5cDI1FaWzhmaWtYvk2EjzrAEA8ZLXO9H2Z4X5
|
||||
dEcqDt3OHGmRIogegOJnRQwmTf6Hzw4=
|
||||
=sHVw
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/pGhTRk114UcQT5Yy7ijHLok1bJDUjWEdoqO8kzv/pdxXZ0MLXP32LJcanmsuCkAlnzGe7Jr/duicpf2G6QitgM=
|
||||
trusted comment: timestamp:1680335243 file:KEY_ROTATION.html hashed
|
||||
He/37R/gdGJImvyRv2I+1EP6lBshVEa1VgMlb46RwFYcpO+nO4/fEs7MG+224jKePr9iWSWzwt2IN8ReMjvsAQ==
|
||||
RUSn9xivowlq/tfmvpmtfnwr+i0rQaY47dXhhLMADbW2HdVVeu7BefJ3m3ESFm7TiWiFYm06t/zlbSsA1omxoXTDbLEHrDJn8Q4=
|
||||
trusted comment: timestamp:1691602915 file:KEY_ROTATION.html hashed
|
||||
OrsigNu03f81OW3aDFAvZXapLUnIo87MqUUHO2LOIxXcZ4sbN6ggivRqb/J47LSU+E3j2W6P8ITIwZ6j+mYHDA==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhiwAKCRAoXmBIoSMh
|
||||
shhyAQDS5SmuQW3oTV9y6sMV8asCq12nC31rcUIUP1ZRuC5UNQD+OChUdzKJvNg4
|
||||
kfPD8JpPUuET92J8PWEQbHYsdtVtwgQ=
|
||||
=Xewg
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP4wAKCRAhq2tqbLLD
|
||||
N3jIAP9X1PVsJzQt0/r04ne9tzmhP6vKLdwQSAnp7+Iy1WiyZAEA97KBicKsD6Y5
|
||||
iFSmPRQFDi/iXYA5yypBsddyUQ/GLA0=
|
||||
=zn23
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/l1i38eO9kONe4FgDt7g04NxG+grigvbJ9naZEVNBio97wrdY0awE8PGbGKfW9bIRLAa0rGJvCV3ZCiIr54IjQs=
|
||||
trusted comment: timestamp:1680335245 file:KEY_ROTATION.odt hashed
|
||||
KvrXOOUyzVchVvS5kgRjIs9MZXL8I2COLZk8caOwaE/0BnhjVsZA5jrNnxSsANzqcgEuALapMYbVyyOgeNO7Dw==
|
||||
RUSn9xivowlq/kJQ3ODZDveoL6bk9md6NvWCkDjCdUTci/isQP7+ElRuPUN0YfU69YHJzYiKzjxUdTHfJ9ym+qSIBO0CjVLu8As=
|
||||
trusted comment: timestamp:1691602916 file:KEY_ROTATION.odt hashed
|
||||
v50a6FdJSiIS/+vElt0Trj0r8OUA63p42lzBHhypraTI/E2AkgxDUW0ymykUNMfhJ9JZpK3jBdHrUjPCi5JpAw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhjQAKCRAoXmBIoSMh
|
||||
sn91AQDMN7WWU2XiVvC5f04nYQU6x5wo/6AZZAeCskwZj5xR3QEAmmhIbBi1fGmS
|
||||
EDEtYXhFXpE3pGYBNm1xH51Xq+v+owI=
|
||||
=kgxv
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP5AAKCRAhq2tqbLLD
|
||||
N6jwAP0RW8Q0j2qf+VMaIfq/6zqfFvKL3j2S5EcOUPmV5lR0egD9G8s9DXx9P0+a
|
||||
QC94p5gdZ7iqLC05HWdquxklnU3qSQs=
|
||||
=Illr
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/i648TgVo0m/tKfcRTJKTJ8ZIYn28eNARZOdlfWPRJZEDWZ/oZfLGtnpCcsXUkBc5VXtXKzaQ532QNr1mREKigs=
|
||||
trusted comment: timestamp:1680335246 file:KEY_ROTATION.pdf hashed
|
||||
3J/E0CIgOkf4r4XtBcGzYRTLaxzfS4lWcegB5Ns7MTCR5Iq1e4Gd/ed6yfe6e8kGTpcrDjOWtRNNPLVu9iUCDA==
|
||||
RUSn9xivowlq/qVIETx9vBO7TioVCjRvbLjmhyrHg1IZteMJGn+fFiqgZ+k1sGD6Ta370fC96veVubGn0zwZiaaJ1RJ3OXPtvwQ=
|
||||
trusted comment: timestamp:1691602918 file:KEY_ROTATION.pdf hashed
|
||||
QYmmu4d6Dzn888dqMjGgf5PKklrntTGBEm0xJYzfkJEqVAE0RuetRYFyCRe4eRhghE/g+d1MBQTsLrrOF+eUDw==
|
||||
|
||||
@@ -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">
|
||||
<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/XSkoXmBIoSMhsgUCZCfhjgAKCRAoXmBIoSMh
|
||||
sh14AP9D8MFD69P5SpsW4DidVSI5dXneyg82q9qEi9ZWsb1BpwEA143MtU7h/ZBL
|
||||
ilCrS98H5l8enXPBdQhoK7ZHc2tG2Qo=
|
||||
=jYXP
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP5gAKCRAhq2tqbLLD
|
||||
N0urAQCNtlcHCcP0B3k8SoGxuh2Rh2NrxjUSWRBdPpvytYUgqAEAgJXGiSJdQt+s
|
||||
u4lczEDDM7PdLRw47/GkW6MDZXO6iAw=
|
||||
=A4wc
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/nZg+a6N8nQ1jmeskt71VfNoZx0gsFa9WCQGxhRXxAoyqOfJdSoc4xLUpMv7NUwiT0+XeQgxUtHlmUvOdsSp/gI=
|
||||
trusted comment: timestamp:1680335248 file:LICENSE.html hashed
|
||||
9LLB5LycMucP//LzkRRVK5ULGUjo7X2IFvequ5K5nqc9lv/LRQazpSr0bvAzTb5vgCZ5q5DrUzM6IrVxbYUbBg==
|
||||
RUSn9xivowlq/k85tgT4Nanh1IbonkOrDlk5pZ/v/ErCW7SeX4pyWeoI06iF3Ba7umGdISUa1ot+sZKqDya505SGvw1WBFUw1wY=
|
||||
trusted comment: timestamp:1691602920 file:LICENSE.html hashed
|
||||
UDJtphNvZ9np3KJdkQ5N2jw1BDX6OS+ZPFR0DPyBaQ/4XQUTp6NsICjgLxSRJDEM5i+IvSggDAmZmuGK0l4FAg==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhkAAKCRAoXmBIoSMh
|
||||
ssPXAP9HUtptcHPsCcZnwX7bI8sTQCTqvggxp1KIg96mocKO7gEArYhft9uDnkqK
|
||||
vXaolmV2sTLbOtnX0Ahyydx2IgzHtwU=
|
||||
=2iDo
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP6AAKCRAhq2tqbLLD
|
||||
N7f7AQDhGPPDNAsciY6MqXL9m+ZwJEUjU/lNIRseah9B0Dz1GgEA7Sj+GEsuCwSG
|
||||
JUoQOGxX5dg8Nu+tTg44iVngDchmRgs=
|
||||
=ktsw
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/qbO4pw2Bas/eCbsnbN7AsNApBWhcYw1Ce/Ve1eK6Y6QA54pmb7TrFGFlej0+SiJhXwpBzeo5Ur/4ePHxRVH0wY=
|
||||
trusted comment: timestamp:1680335249 file:LICENSE.odt hashed
|
||||
jan1hpxqeJGYo14V/319G5oF9KOZ2uZAqB/b99xoPdH16QXXuwMZbWVDc3DznGIaLhoT2JkdelxdtaWdQAklDg==
|
||||
RUSn9xivowlq/m/dF6xG+iUFJRVfrvczVyAIHhnKICtIV/Wk23RiUPfR7LQt23ATI7nQ5MGF8UQjJ3RhfDRyOTDG6DXjxWt7OwA=
|
||||
trusted comment: timestamp:1691602922 file:LICENSE.odt hashed
|
||||
Tesv7yX7OUSvI1K3YQKhsi7Qg07w5Hl2bG0AxZtYisoQbfkGas73QBiqHNc/XPzvFfK1Ln0eobOVthjOD4zhCw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhkQAKCRAoXmBIoSMh
|
||||
sjgXAP4uWnT8tgthNsURZvIfl+sj1BtDmYhQSPvWMvQxjxPyXgEAraS0si9H0V/x
|
||||
5wcCdmVxwHh90Q8eH7QNDaM39mbm+A8=
|
||||
=9sLZ
|
||||
iHQEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP6gAKCRAhq2tqbLLD
|
||||
N2m/AQDEf2i3M8FrQXdisCNbHFAAJAuU3wTLKgJ5s3w4zH+2XwD3Siocpg1Vv/4Z
|
||||
lAINew6B38oSJlDPTcihbiP/KaHhAA==
|
||||
=QTic
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/p3TYM72nBrRne6DkJv8pr9XopxEZn6tFeGkfyB0lA/aL7Dv5c7gdbgAhEaIdwcQiIqpnkaN5WtK+vI6fmD84w0=
|
||||
trusted comment: timestamp:1680335251 file:LICENSE.pdf hashed
|
||||
RsAmzwii4bHEJ5w4raA34G1K+/vzZB5RuzS6Lcb/b1cnKz3z8zZ6PPI0bvkSsxq37FXhf+Z/UPb/PVDp2shPDg==
|
||||
RUSn9xivowlq/jMYkvOHPPY8PNg0fJjIk/SaT47znpVdA0w6IjEJEgOcBbstaTMf9QCcLAk1tYA4GMNtlbWVCYgb2avDvl04bwA=
|
||||
trusted comment: timestamp:1691602924 file:LICENSE.pdf hashed
|
||||
Phx1t6fMQaqDPuNyjGvMF6fE8zogbqrKtiwQekKu71Ly/hUSShyeDKu/084ujn0vadgFaskCOa+5X9EW8mGnBw==
|
||||
|
||||
@@ -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">
|
||||
<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,31 +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>Direct downloads alternatives:</strong> - <strong>Coming soon</strong></p>
|
||||
<p><strong>View the guide:</strong> - <a href="guide.html">In your browser</a> - <del><a href="export/guide.pdf">PDF</a></del> (temporarily unavailable) - <del><a href="export/guide.odt">OpenDocument (ODT)</a></del> (temporarily unavailable) - Raw <a href="https://github.com/Anon-Planet/thgtoa/raw/master/guide.md">Markdown</a> (references do not work when viewing this way).</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/XSkoXmBIoSMhsgUCZCfhkwAKCRAoXmBIoSMh
|
||||
srGHAP0aQpA+nUQgkEQoMWzXy4XEFZ9VFpYrb/ndREAwwRH4EQEA9i4msb7T/aaL
|
||||
VgFgmCwsFexvPrnxSlFoaG5fIP2Y3gI=
|
||||
=Bvu2
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP7AAKCRAhq2tqbLLD
|
||||
N0vQAQDJo/VVc1d7yMh8BX03PfAZ9MMQZVIuJ8TFhU6ijQ6P6QEAmwljnzMPvHB6
|
||||
kvsZpyAVoOgamfJDI3a0+w/WSvg+Iw8=
|
||||
=JvIu
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/sL/JDS9w5cW8r0H4euLO3PkFfsWPz3lNMbvW8cBgO0HrDl0pKZ8EYPSiwUEFPL3/zZ2OPl5jjW6ZvBBzZfp8Qw=
|
||||
trusted comment: timestamp:1680335252 file:README.html hashed
|
||||
3eS4sw4N1ivWRWHwvRiIWJSHQ2ZOAc9lV+oMIWvFlg5HI3CoBKHDo2WkXa99Ss1elJ++apvgFXo7IMfjsTA7CQ==
|
||||
RUSn9xivowlq/pH5c5TXpu7KU8Vgus0JhCsSHTEZJidOFk/W6M9+nU4xvhz+7dRNXSJrUdE/W720/djx/SgqgpmT0r9Kfx5m2Aw=
|
||||
trusted comment: timestamp:1691602926 file:README.html hashed
|
||||
L566yAsww8n8UlqFyqXYjBtXChMgdqZBxLqeVrj5G7CH8ILL0vxmNJ/uQFimMSrq1TznbxFADGTYvYFsxufUCQ==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhlAAKCRAoXmBIoSMh
|
||||
sjvuAQCIAInctfX3tHVtK/aj8j3tqTBn+QqRn69bNBDj5wklBQEAxcKKVvbKNIdb
|
||||
l12PK2TLomwJEoHNS6UPTHJv+gO97As=
|
||||
=DMKv
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP7gAKCRAhq2tqbLLD
|
||||
N1HkAQCoOfl2sbKIfJsvkPLDTsTotcjEYBhvI30LOTCPlCczigEAvJBlz0OGUJTa
|
||||
8huIYV4xVbjGY2j6RZvHsoanhegVbgU=
|
||||
=zZqk
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/sY8qsa+RlbmWSCsVcqO34R7Gd05mp6KNhQ7BunTvfffuznp6UL+IdpI4M6TAz94y7vZERflAxFNrEyppBnrTw0=
|
||||
trusted comment: timestamp:1680335254 file:README.odt hashed
|
||||
n3My994ED/aR41wG+n7ZN9oF87gqJK1ljG2zjB/LaLIHiUxG8dwyjSN0gANzyGHFfVJNPp4L5JISBk/O/7dWAQ==
|
||||
RUSn9xivowlq/swF6kEQ4KmgPpxEOmiYa4uj9ixkaxvBRwPBTTVvwkN/bl6Mg1GuN9395QIsmtUZ/HW4/nNhuFnPJmd+T1nUWAQ=
|
||||
trusted comment: timestamp:1691602928 file:README.odt hashed
|
||||
8lKWWIe2re0V9kzqR15LGfrf8Ug/Y75tkMMEa6LwsjtCajVocQbsPo2bjETZEX4nsv21JEbSCsfPCX4N7HWCAw==
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSDps+e9XrCW1x/XSkoXmBIoSMhsgUCZCfhlgAKCRAoXmBIoSMh
|
||||
sqM0AQCpSdd/9dhYe409sqG6W4SxpjuTP9VubXjmqEMsLZMqNgEA3Xkd/P5qLIgC
|
||||
5g66+n6cRlccY33yGzSDVSuQk64Y+g0=
|
||||
=s3fC
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP8AAKCRAhq2tqbLLD
|
||||
N7IQAQCEEbBphXpscfBuw10Jkjy3AReOMogL/dX534fzcjjUYAD/RCbR1kmu8Gsv
|
||||
Q+w9po6SfIlcHGkpVXYTZf0uZ30TNQE=
|
||||
=MOn2
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/kkO5Iuq+GH63RpFrpo0YtYdvmoHQfA+rnFAzLkicYuwDQdtgbmcIBvEAlq22VKaekRlVl4+887cJ69CvBqrHAg=
|
||||
trusted comment: timestamp:1680335255 file:README.pdf hashed
|
||||
8KzR7PipOy8pqkTGUHl4vIuYkunC9I76IdyEZenSKxrDm/WQvfG7VAZO6dtztQEKOM0icfpYOWyaKVhmYoGUBQ==
|
||||
RUSn9xivowlq/hM4M+Y8eL72d61rykFbSKiOk7G+xAJkXxE+Ux6R4rnVzNrO25pDnPg53aJHKvB9tNuuGLo9AqX2+6i/tVP56Aw=
|
||||
trusted comment: timestamp:1691602930 file:README.pdf hashed
|
||||
BSJwtv1e1HhVfgwUF25W5x2P7HQMczfrOPUh3lE4twamsh6JWRBeJVEKRmCPuvavXlA4aau6EkePqilEW6urCg==
|
||||
|
||||
@@ -5,33 +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">
|
||||
<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>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><strong>Below you’ll find the original about text from the initial founder, Lena, of this guide before she went missing, most links are invalid.</strong></p>
|
||||
<p>This text will remain here in memoriam of her legacy and the incredible work she did vastly alone without any contributors.</p>
|
||||
<hr />
|
||||
<p>Hello I’m back,</p>
|
||||
<p><strong>First I’ll thank you immensely Alex for salvaging this and helping me. Thank you. Thank you so much.</strong></p>
|
||||
<p>My name is Lena, I’m 22 years old, I’m Ukrainian from Kyiv. Online, I’m I’m just a simple anonymity and privacy activist. I also used to be an activist in real life for various causes and did my share of protests. I was forced to flee the country like many others, and for the moment reside in Germany.</p>
|
||||
<p>I’m a firm supporter of human rights, equality, repect, I hate corruption, and now … sorry but not sorry … I seriously dislike Russians who still support Putin but in particular, I really hate pro-russian Chechnians who came to Ukraine for the sport as they are just savages to my eyes. This is my sole personal opinion.</p>
|
||||
<p>I also strongly believe privacy should be a universal right and that anonymity should never become illegal. I don’t want our lives to turn into Gattaca, Minority Report, Black Mirror, or 1984 (Too late for that one, I’m afraid). I do not want our laws and rights to become terms of services.</p>
|
||||
<p>My goal is to bring accessible knowledge on these topics to the many and hopefully reach the few good people who really need it. In this specific case, I think the needs of the few outweigh the needs of the many.</p>
|
||||
<p>Some facts about me: - I am not rich. - I enjoy good memes, movies, series, and books (and I’m sure some of you will spot some of the many references to those in my project).</p>
|
||||
<p>Please share this project if you enjoy it and think it might be useful to others.</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/XSkoXmBIoSMhsgUCZCfhlwAKCRAoXmBIoSMh
|
||||
sszgAQCX9PLGUGVOwCtpS/WNrsf9u7En5FBK3dzKVh6Zgp2NNgEAyMKmagvhJjQo
|
||||
lqf7h8XztD9T+AxHijk862XyfaRcuA0=
|
||||
=x09/
|
||||
iHUEABYKAB0WIQTIfYdGb9IFlFzxCjghq2tqbLLDNwUCZNPP8gAKCRAhq2tqbLLD
|
||||
N5P+AP90Y6Cm/pc7aT8jwnnu9rxAy47O31ZHDq4QBwgeroLiqgEAvBJuMTu84H9s
|
||||
ANzK7LDnEUYdHW9Cuo6d+lM76drSiAY=
|
||||
=Bt7J
|
||||
-----END PGP SIGNATURE-----
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
untrusted comment: signature from minisign secret key
|
||||
RUSn9xivowlq/rQnGaRAt+6PDEnuEDK7uxdv6OqKWQpCg8EK9v2k0IiJ4yEMHvw3wSjYU6R6KrzZfHshOaAO4sEC4bd9DFANJww=
|
||||
trusted comment: timestamp:1680335257 file:about.html hashed
|
||||
XRhu2rObnogEWBQk+gwzK2OQ4IMqeRbdpLwtFufZvUZGidicL0HnZPUumm+u23t/jL7MmYjE54ECAistWkXnBA==
|
||||
RUSn9xivowlq/q2B3E11mkEPDY3pHTIW2ca0I0KQpaTb9xXJx1VwU/ExqP+mJ9ySxlttJslf7BbVHFQ5neOG8wOIaA6JVU8nMwE=
|
||||
trusted comment: timestamp:1691602932 file:about.html hashed
|
||||
1Hs3IK5dK0pIbMrHtKlNgPhMMOJsXGYxzpWy4O67k2kktUVaFqg0qf3po64AYSWehMzG0jtcvW/ArsonYAILAQ==
|
||||
|
||||
BIN
export/about.odt
BIN
export/about.odt
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user