From 42d325df06ee37de54a3a84a10ef0bd72f0085b0 Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Wed, 3 Jun 2026 18:07:10 -0400 Subject: [PATCH] chore(ci): fix domain New domain, who dis? --- .github/workflows/publish.yml | 2 +- CNAME | 1 + README.md | 2 +- docs/CNAME | 2 +- docs/about/index.md | 10 +- docs/changelog/index.md | 4 +- docs/code/develop.md | 2 +- docs/contribute/index.md | 222 +++++++++++++++++----------------- docs/guide/index.md | 4 +- docs/index.md | 8 +- docs/mirrors/index.md | 12 +- mkdocs.yml | 4 +- pgp/core-devs/README.md | 46 +++---- 13 files changed, 160 insertions(+), 159 deletions(-) create mode 100644 CNAME diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f356476..adac219 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,4 +16,4 @@ jobs: uses: mhausenblas/mkdocs-deploy-gh-pages@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CUSTOM_DOMAIN: anonymousplanet.org + CUSTOM_DOMAIN: anonymousplanet.net diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..fd6c8b8 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +anonymousplanet.net diff --git a/README.md b/README.md index 3658c0c..b24f67f 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und **Ways to read or export the guide** -- **In your browser:** [Hitchhiker's Guide](https://www.anonymousplanet.org/guide/) (hosted site). After a local build you can also open `site/guide/index.html` directly. +- **In your browser:** [Hitchhiker's Guide](https://www.anonymousplanet.net/) (hosted site). After a local build you can also open `site/guide/index.html` directly. - **Local HTML preview:** from the repository root, with Python 3 and [MkDocs Material](https://squidfunk.github.io/mkdocs-material/getting-started/) installed (`pip install mkdocs-material`), run `mkdocs serve` and open the URL printed in the terminal (for example `http://127.0.0.1:8000`). diff --git a/docs/CNAME b/docs/CNAME index 801e8a1..fd6c8b8 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -www.anonymousplanet.net +anonymousplanet.net diff --git a/docs/about/index.md b/docs/about/index.md index a2c580c..c2cc25c 100644 --- a/docs/about/index.md +++ b/docs/about/index.md @@ -4,9 +4,9 @@ description: We are the maintainers of the Hitchhiker's Guide and the PSA Matrix schema: "@context": https://schema.org "@type": Organization - "@id": https://www.anonymousplanet.org/ + "@id": https://www.anonymousplanet.net/ name: Anonymous Planet - url: https://www.anonymousplanet.org/about/ + url: https://www.anonymousplanet.net/about/ logo: ../media/profile.png sameAs: - https://github.com/Anon-Planet @@ -15,7 +15,7 @@ schema: --- ![Anonymous Planet logo](../media/profile.png){ align=right } -**Anonymous Planet** are the maintainers of the [_Hitchhiker's Guide_](../guide/index.md) and the [_PSA Community_](https://psa.anonymousplanet.org). It is responsible for maintaining the projects and code repositories. This project is part of our ongoing efforts to provide open-source tools and resources for the community, with regular updates and improvements added to the changelog. +**Anonymous Planet** are the maintainers of the [_Hitchhiker's Guide_](../guide/index.md) and the [_PSA Community_](https://psa.anonymousplanet.net). It is responsible for maintaining the projects and code repositories. This project is part of our ongoing efforts to provide open-source tools and resources for the community, with regular updates and improvements added to the changelog. The purpose: providing an introduction to various online tracking techniques, online ID verification techniques, and detailed guidance to creating and maintaining (truly) anonymous online identities. It is written with the hopes that good people (e.g., activists, journalists, scientists, lawyers, whistle-blowers, etc.) will be able to fight oppression, censorship and harassment! The website and projects are free (as in freedom) and not affiliated with any donor or projects discussed. @@ -43,7 +43,7 @@ Feel free to submit issues **(please do report anything wrong)** using GitHub Is We offer a Matrix.org hosted space of our own. Check it out! - - Read [the rules](https://psa.anonymousplanet.org/), please + - Read [the rules](https://psa.anonymousplanet.net/), please - Matrix Room: https://matrix.to/#/#nth:anonymousplanet.net - Matrix Space: https://matrix.to/#/#psa:anonymousplanet.net - Admins: @daskolburn:thomcat.rocks and @thehidden:tchncs.de @@ -53,7 +53,7 @@ Feel free to submit issues **(please do report anything wrong)** using GitHub Is - Twitter at - Mastodon at -To contact me, see the updated information on the website or send an e-mail to +To contact me, see the updated information on the website or send an e-mail to **Please consider [donating](../guide/index.md#donations) if you enjoy the project and want to support the hosting fees or support the funding of initiatives like the hosting of Tor Exit Nodes.** diff --git a/docs/changelog/index.md b/docs/changelog/index.md index b2cf86e..8b50ffb 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -4,9 +4,9 @@ description: "Release Notes" schema: "@context": https://schema.org "@type": Organization - "@id": https://www.anonymousplanet.org/ + "@id": https://www.anonymousplanet.net/ name: Anonymous Planet - url: https://www.anonymousplanet.org/authors/ + url: https://www.anonymousplanet.net/authors/ logo: ../media/profile.png sameAs: - https://github.com/Anon-Planet diff --git a/docs/code/develop.md b/docs/code/develop.md index 9a12559..2b90709 100644 --- a/docs/code/develop.md +++ b/docs/code/develop.md @@ -363,7 +363,7 @@ You can safely ignore Github, Codeberg, etc. warnings like "The email in this si object cdc54d8b3bc2b286827b23921d8d4062f85295cf type commit tag v1.2.3 -tagger nopeitsnothing 1780212206 -0400 +tagger nopeitsnothing 1780212206 -0400 v1.2.3 gpg: Signature made Sun 31 May 2026 03:23:26 AM EDT diff --git a/docs/contribute/index.md b/docs/contribute/index.md index ed42ebb..de69fcf 100644 --- a/docs/contribute/index.md +++ b/docs/contribute/index.md @@ -1,111 +1,111 @@ ---- -title: How to Get Involved ---- -There are multiple ways you can add to the guide. Donations to support this project are welcome but are entirely optional. Those donations are mainly used to pay for Tor onion hosting (VPS), mail hosting, domain name registration, and to maintain/run Tor exit nodes. **No profit is ever being made**. All donations and spendings are being logged here below for transparency. Some costs for load balancer servers have been omitted for privacy reasons, but are not paid for with existing Anonymous Planet finances. - -**Current project donation goals:** - -- Funding for a VPS for hosting our .onion website: **done** -- Funding for extending our domain name: **Recovery of original domain secured until 2029** -- Funding for a decent mail hosting -- Funding for a VPS for hosting various services - -## Donate using Monero (XMR) - -Total Monero donations received: **7.101317184263 XMR** -Total Monero remaining: **2.059336719397 XMR** - -Here is the address for the main project: - -```46crzj54eL493BA68pPT4A1MZyKQxrpZu9tVNsfsoa5nT85QqCt8cDTfy1fcTH1oyjdtUbhmpZ4QcVtfEXB337Ng6PS21ML``` - -![][1] - -## Donate using Bitcoin (BTC) - -Total Bitcoin donations received: **1.89353 mBTC** -Total Bitcoin remaining: **0 mBTC** - -Here are the addresses for the main project: - -SegWit address: ```bc1qp9g2c6dquh5lnvft50esxsl97kupdpyqyd4kkv``` -Legacy address: ```1BBgBSVe6w4DWq2BewUQhDEjsNovhfPswD``` - -![][2]_____________________![][3] - -## Content Contributions - -You can easily contribute code or information suggestions at our code repositories listed at the bottom of the website and on the [Mirrors](../mirrors/index.md) tab above. We have many options that are easily accessible. Please follow our [contributing guidelines](../code/index.md) and use good PR syntax. - -**Thank you for any contribution. All donations will be mentioned on this page.** - -### Donations log - -- 2021-02-06 16:48: 0.1 XMR -- 2021-03-15 00:09: 1.24869 mBTC -- 2021-03-15 08:41: 0.07896 mBTC -- 2021-03-31 16:28: 1 XMR (Special thanks for this very generous donation) -- 2021-04-03 22:31: 0.5 XMR (Special thanks for this very generous donation) -- 2021-05-07 06:22: 0.010433355105 XMR -- 2021-06-16 03:05: 0.03 XMR -- 2021-06-27 18:39: 0.05 XMR -- 2021-07-12 07:24: 0.02 XMR -- 2021-07-16 14:31: 0.1 mBTC -- 2021-07-20 21:01: 0.058981 XMR -- 2021-07-24 15:16: 0.000000000001 XMR -- 2021-07-25 02:37: 0.000000000001 XMR -- 2021-08-03 00:17: 0.04119191113 XMR -- 2021-08-07 15:05: 0.206328241262 XMR -- 2021-08-10 11:42: 0.21 mBTC -- 2021-08-13 00:25: 0.25 XMR -- 2021-08-14 04:58: 0.25588 mBTC -- 2021-08-30 17:32: 0.000000000001 XMR -- 2021-09-17 14:34: 0.018 XMR -- 2021-10-01 06:23: 0.000000002137 XMR -- 2021-10-02 19:16: 1 XMR (Special thanks for this very generous donation) -- 2021-10-17 15:40: 0.02 XMR -- 2021-10-18 16:06: 0.1958 XMR -- 2021-11-12 20:42: 0.02 XMR -- 2021-11-14 18:28: 0.018 XMR -- 2021-12-03 21:38: 0.10134722595 XMR -- 2021-12-16 01:16: 1 XMR (Special thanks for this very generous donation) -- 2021-12-16 18:06: 0.017 XMR -- 2022-01-09 17:54: 0.045918219893 XMR -- 2022-01-15 17:35: 0.014 XMR -- 2022-01-24 21:08: 0.010786 XMR -- 2022-01-26 12:07: 0.010391 XMR -- 2022-02-03 19:59: 0.013013984 XMR -- 2022-02-18 17:27: 0.019 XMR -- 2022-03-14 10:25: 0.0139887 XMR -- 2022-07-30 03:51: 0.0222 XMR -- 2022-09-28 05:13: 2 XMR -- 2022-08-19: SimpleLogin.io Lifetime Premium -- 2022-09-19: 0.345024603905 XMR (Special thanks to a previous maintainer) - -#### Spendings log - -- 2021-03-12: 0.08181086 XMR (+fees) for domain anonymousplanet.org (1 year) -- 2021-03-16: 1.20179 mBTC (+fees) for domain anonymousplanet.org renewal (extension 3 years totalling 4 years) -- 2021-04-01: 0.8317 XMR (+fees) for basic VPS for Tor Mirror hosting -- 2021-04-05: 0.99367 mBTC (+fees +exchange from XMR to BTC) for Mail Hosting (1 year): **Lost** -- 2021-04-13: 0.71895 mBTC (+fees +exchange from XMR to BTC) for Mail Hosting (extension to 2 years): **Lost** -- 2021-04-25: 0.02892 mBTC (Wallet to Wallet transfer fee) -- 2021-07-13: 0.78463 mBTC (+fees +exchange from BTC to XMR) for consolidation -- 2021-07-13: 0.067261698061 XMR (+fees) for a Tor Exit Node (01) Hosting (3 months): **Lost** -- 2021-07-15: 0.151959953047 XMR (+fees) for a Tor Exit Node (02) Hosting (6 months): **Lost** -- 2021-08-16: 0.253331471239 XMR (+fees) for a Tor Exit Node (03) Hosting (12 months): **Lost** -- 2021-08-18: AtomicSwap conversion from remaining mBTC (-0.56588) to XMR (+0.081904862179) -- 2021-08-19: 0.0644 XMR (+fees) for Mail Hosting extension: **Lost** -- 2021-09-18: 0.246971511836 XMR (+fees) for renewal 1 year of Tor Exit Node 01: **Lost** -- 2021-10-04: 0.26954 XMR (+fees) for domain anonymousplanet.org extension until 2029 -- 2021-10-06: 0.236073464623 XMR (+fees) for a Tor Exit Node (04) Hosting (12 months): **Lost** -- 2021-10-18: 0.01952 XMR (+fees) for testing a new VPS hosting provider (Privex.io) for one month: **Ended** -- 2021-10-30: 0.240787814495 XMR (+fees) for a Synapse Hosting VPS (12 months) with bots to help grow the community. This is a test program that will be converted into a Tor Exit Node in case of failure: **Lost** -- 2022-01-01: 0.28055816111 XMR (+fees) for renewal 1 year of Tor Exit Node 02: **Lost** -- 2022-02-02: 0.966793601024 XMR (+fees) to sponsor a special project (w/ Universal Declaration of Human Rights): **Lost** -- 2022-07-11: 0.503232784687 XMR (+fees) for 1984.is VPS (12 months): **Ended** -- 2022-09-19: 0.345024603905 XMR (+fees) for upgrading VPS RAM/Disk: **Ended** - -[1]: ../media/monero.png -[2]: ../media/bitcoin-segwit.png -[3]: ../media/bitcoin-legacy.png +--- +title: How to Get Involved +--- +There are multiple ways you can add to the guide. Donations to support this project are welcome but are entirely optional. Those donations are mainly used to pay for Tor onion hosting (VPS), mail hosting, domain name registration, and to maintain/run Tor exit nodes. **No profit is ever being made**. All donations and spendings are being logged here below for transparency. Some costs for load balancer servers have been omitted for privacy reasons, but are not paid for with existing Anonymous Planet finances. + +**Current project donation goals:** + +- Funding for a VPS for hosting our .onion website: **done** +- Funding for extending our domain name: **Recovery of original domain secured until 2029** +- Funding for a decent mail hosting +- Funding for a VPS for hosting various services + +## Donate using Monero (XMR) + +Total Monero donations received: **7.101317184263 XMR** +Total Monero remaining: **2.059336719397 XMR** + +Here is the address for the main project: + +```46crzj54eL493BA68pPT4A1MZyKQxrpZu9tVNsfsoa5nT85QqCt8cDTfy1fcTH1oyjdtUbhmpZ4QcVtfEXB337Ng6PS21ML``` + +![][1] + +## Donate using Bitcoin (BTC) + +Total Bitcoin donations received: **1.89353 mBTC** +Total Bitcoin remaining: **0 mBTC** + +Here are the addresses for the main project: + +SegWit address: ```bc1qp9g2c6dquh5lnvft50esxsl97kupdpyqyd4kkv``` +Legacy address: ```1BBgBSVe6w4DWq2BewUQhDEjsNovhfPswD``` + +![][2]_____________________![][3] + +## Content Contributions + +You can easily contribute code or information suggestions at our code repositories listed at the bottom of the website and on the [Mirrors](../mirrors/index.md) tab above. We have many options that are easily accessible. Please follow our [contributing guidelines](../code/index.md) and use good PR syntax. + +**Thank you for any contribution. All donations will be mentioned on this page.** + +### Donations log + +- 2021-02-06 16:48: 0.1 XMR +- 2021-03-15 00:09: 1.24869 mBTC +- 2021-03-15 08:41: 0.07896 mBTC +- 2021-03-31 16:28: 1 XMR (Special thanks for this very generous donation) +- 2021-04-03 22:31: 0.5 XMR (Special thanks for this very generous donation) +- 2021-05-07 06:22: 0.010433355105 XMR +- 2021-06-16 03:05: 0.03 XMR +- 2021-06-27 18:39: 0.05 XMR +- 2021-07-12 07:24: 0.02 XMR +- 2021-07-16 14:31: 0.1 mBTC +- 2021-07-20 21:01: 0.058981 XMR +- 2021-07-24 15:16: 0.000000000001 XMR +- 2021-07-25 02:37: 0.000000000001 XMR +- 2021-08-03 00:17: 0.04119191113 XMR +- 2021-08-07 15:05: 0.206328241262 XMR +- 2021-08-10 11:42: 0.21 mBTC +- 2021-08-13 00:25: 0.25 XMR +- 2021-08-14 04:58: 0.25588 mBTC +- 2021-08-30 17:32: 0.000000000001 XMR +- 2021-09-17 14:34: 0.018 XMR +- 2021-10-01 06:23: 0.000000002137 XMR +- 2021-10-02 19:16: 1 XMR (Special thanks for this very generous donation) +- 2021-10-17 15:40: 0.02 XMR +- 2021-10-18 16:06: 0.1958 XMR +- 2021-11-12 20:42: 0.02 XMR +- 2021-11-14 18:28: 0.018 XMR +- 2021-12-03 21:38: 0.10134722595 XMR +- 2021-12-16 01:16: 1 XMR (Special thanks for this very generous donation) +- 2021-12-16 18:06: 0.017 XMR +- 2022-01-09 17:54: 0.045918219893 XMR +- 2022-01-15 17:35: 0.014 XMR +- 2022-01-24 21:08: 0.010786 XMR +- 2022-01-26 12:07: 0.010391 XMR +- 2022-02-03 19:59: 0.013013984 XMR +- 2022-02-18 17:27: 0.019 XMR +- 2022-03-14 10:25: 0.0139887 XMR +- 2022-07-30 03:51: 0.0222 XMR +- 2022-09-28 05:13: 2 XMR +- 2022-08-19: SimpleLogin.io Lifetime Premium +- 2022-09-19: 0.345024603905 XMR (Special thanks to a previous maintainer) + +#### Spendings log + +- 2021-03-12: 0.08181086 XMR (+fees) for domain anonymousplanet.net (1 year) +- 2021-03-16: 1.20179 mBTC (+fees) for domain anonymousplanet.net renewal (extension 3 years totalling 4 years) +- 2021-04-01: 0.8317 XMR (+fees) for basic VPS for Tor Mirror hosting +- 2021-04-05: 0.99367 mBTC (+fees +exchange from XMR to BTC) for Mail Hosting (1 year): **Lost** +- 2021-04-13: 0.71895 mBTC (+fees +exchange from XMR to BTC) for Mail Hosting (extension to 2 years): **Lost** +- 2021-04-25: 0.02892 mBTC (Wallet to Wallet transfer fee) +- 2021-07-13: 0.78463 mBTC (+fees +exchange from BTC to XMR) for consolidation +- 2021-07-13: 0.067261698061 XMR (+fees) for a Tor Exit Node (01) Hosting (3 months): **Lost** +- 2021-07-15: 0.151959953047 XMR (+fees) for a Tor Exit Node (02) Hosting (6 months): **Lost** +- 2021-08-16: 0.253331471239 XMR (+fees) for a Tor Exit Node (03) Hosting (12 months): **Lost** +- 2021-08-18: AtomicSwap conversion from remaining mBTC (-0.56588) to XMR (+0.081904862179) +- 2021-08-19: 0.0644 XMR (+fees) for Mail Hosting extension: **Lost** +- 2021-09-18: 0.246971511836 XMR (+fees) for renewal 1 year of Tor Exit Node 01: **Lost** +- 2021-10-04: 0.26954 XMR (+fees) for domain anonymousplanet.net extension until 2029 +- 2021-10-06: 0.236073464623 XMR (+fees) for a Tor Exit Node (04) Hosting (12 months): **Lost** +- 2021-10-18: 0.01952 XMR (+fees) for testing a new VPS hosting provider (Privex.io) for one month: **Ended** +- 2021-10-30: 0.240787814495 XMR (+fees) for a Synapse Hosting VPS (12 months) with bots to help grow the community. This is a test program that will be converted into a Tor Exit Node in case of failure: **Lost** +- 2022-01-01: 0.28055816111 XMR (+fees) for renewal 1 year of Tor Exit Node 02: **Lost** +- 2022-02-02: 0.966793601024 XMR (+fees) to sponsor a special project (w/ Universal Declaration of Human Rights): **Lost** +- 2022-07-11: 0.503232784687 XMR (+fees) for 1984.is VPS (12 months): **Ended** +- 2022-09-19: 0.345024603905 XMR (+fees) for upgrading VPS RAM/Disk: **Ended** + +[1]: ../media/monero.png +[2]: ../media/bitcoin-segwit.png +[3]: ../media/bitcoin-legacy.png diff --git a/docs/guide/index.md b/docs/guide/index.md index f049659..0f6a3f9 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -4,9 +4,9 @@ description: We are the maintainers of the Hitchhiker's Guide and the PSA Matrix schema: "@context": https://schema.org "@type": Organization - "@id": https://www.anonymousplanet.org/ + "@id": https://www.anonymousplanet.net/ name: Anonymous Planet - url: https://www.anonymousplanet.org/guide/ + url: https://www.anonymousplanet.net/guide/ logo: ../media/profile.png sameAs: - https://github.com/Anon-Planet diff --git a/docs/index.md b/docs/index.md index 59427cf..8d8afb3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,9 +4,9 @@ description: We are the maintainers of the Hitchhiker's Guide and the PSA Matrix schema: "@context": https://schema.org "@type": Organization - "@id": https://www.anonymousplanet.org/ + "@id": https://www.anonymousplanet.net/ name: Anonymous Planet - url: https://www.anonymousplanet.org/authors/ + url: https://www.anonymousplanet.net/authors/ logo: ../media/profile.png sameAs: - https://github.com/Anon-Planet @@ -38,7 +38,7 @@ Anonymous Planet is a collective of volunteers. ??? person "Das Kolburn" - [:simple-github: GitHub](https://github.com/NobodySpecial256 "@NobodySpecial256") - - [:fontawesome-solid-envelope: E-mail](mailto:contact@anonymousplanet.org) + - [:fontawesome-solid-envelope: E-mail](mailto:contact@anonymousplanet.net) - [:simple-matrix: Personal Matrix](https://matrix.to/#/@daskolburn:thomcat.rocks "@daskolburn:thomcat.rocks"), [:simple-matrix: Org Matrix](https://matrix.to/#/@daskolburn:anonymousplanet.net "@daskolburn:anonymousplanet.net") ??? person "Nope" @@ -46,5 +46,5 @@ Anonymous Planet is a collective of volunteers. - [:simple-github: GitHub](https://github.com/nopeitsnothing "@nopeitsnothing") - [:simple-mastodon: Mastodon](https://ioc.exchange/@unknown "@unknown@ioc.exchange"){rel=me} - [:fontawesome-solid-house: Homepage](https://www.itsnothing.net) - - [:fontawesome-solid-envelope: E-mail](mailto:contact@anonymousplanet.org) + - [:fontawesome-solid-envelope: E-mail](mailto:contact@anonymousplanet.net) - [:simple-matrix: Personal Matrix](https://matrix.to/#/@thehidden:tchncs.de "@thehidden:tchncs.de"), [:simple-matrix: Org Matrix](https://matrix.to/#/@nope:anonymousplanet.net "@nope:anonymousplanet.net") diff --git a/docs/mirrors/index.md b/docs/mirrors/index.md index c6cfde6..73a178e 100644 --- a/docs/mirrors/index.md +++ b/docs/mirrors/index.md @@ -4,9 +4,9 @@ description: Maintainers of the Hitchhiker's Guide and the PSA Community. schema: "@context": https://schema.org "@type": Organization - "@id": https://www.anonymousplanet.org/ + "@id": https://www.anonymousplanet.net/ name: Anonymous Planet - url: https://www.anonymousplanet.org/mirrors/ + url: https://www.anonymousplanet.net/mirrors/ logo: ../media/profile.png sameAs: - https://github.com/Anon-Planet @@ -19,11 +19,11 @@ schema: ???+ tip "Where to find the Hitchhiker's Guide" - - [Original](https://anonymousplanet.org) + - [Original](https://anonymousplanet.net) - [Tor v3](http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion) **Down** - - [Archive.org](https://web.archive.org/web/https://anonymousplanet.org) - - [Archive.today](https://archive.fo/anonymousplanet.org) - - [Archive.today over Tor](http://archiveiya74codqgiixo33q62qlrqtkgmcitqx5u2oeqnmn5bpcbiyd.onion/anonymousplanet.org) + - [Archive.org](https://web.archive.org/web/https://anonymousplanet.net) + - [Archive.today](https://archive.fo/anonymousplanet.net) + - [Archive.today over Tor](http://archiveiya74codqgiixo33q62qlrqtkgmcitqx5u2oeqnmn5bpcbiyd.onion/anonymousplanet.net) !!! Note "PDF export (single file)" diff --git a/mkdocs.yml b/mkdocs.yml index 616bf6f..0ae0760 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_author: Anonymous Planet site_description: "The comprehensive guide for online #anonymity and #opsec." site_dir: '/site/' docs_dir: 'docs/' -site_url: "https://www.anonymousplanet.org/" +site_url: "https://www.anonymousplanet.net/" repo_url: "https://github.com/Anon-Planet/thgtoa" repo_name: "" #edit_uri: "" @@ -140,4 +140,4 @@ nav: - Releases: changelog/index.md copyright: | - The Hitchhiker's Guide ©2023-2026 by Anonymous Planet is licensed under CC BY-NC 4.0 + The Hitchhiker's Guide ©2023-2026 by Anonymous Planet is licensed under CC BY-NC 4.0 diff --git a/pgp/core-devs/README.md b/pgp/core-devs/README.md index 5544e74..38542a6 100644 --- a/pgp/core-devs/README.md +++ b/pgp/core-devs/README.md @@ -1,23 +1,23 @@ -# Import - -```bash -$ gpg --import pgp/core-devs/* -``` - -# Verify - -```bash -$ gpg --verify pgp/core-devs/than/than-crypto.txt - - -gpg: Signature made Sat 19 Jul 2025 02:04:10 AM EDT -gpg: using EDDSA key 8B3A74890536BAD50D9376EBF1CB32F67E3302A1 -gpg: Good signature from "nopenothinghere@proton.me " [ultimate] -gpg: aka "Nope Nothing (Anonymous Planet Contact) " [ultimate] -gpg: aka "Nope Nothing (Systems Administrator) " [ultimate] -Primary key fingerprint: 8B3A 7489 0536 BAD5 0D93 76EB F1CB 32F6 7E33 02A1 -``` - -## All signing keys are signed by the Master Signing Key - -TODO +# Import + +```bash +$ gpg --import pgp/core-devs/* +``` + +# Verify + +```bash +$ gpg --verify pgp/core-devs/than/than-crypto.txt + + +gpg: Signature made Sat 19 Jul 2025 02:04:10 AM EDT +gpg: using EDDSA key 8B3A74890536BAD50D9376EBF1CB32F67E3302A1 +gpg: Good signature from "nopenothinghere@proton.me " [ultimate] +gpg: aka "Nope Nothing (Anonymous Planet Contact) " [ultimate] +gpg: aka "Nope Nothing (Systems Administrator) " [ultimate] +Primary key fingerprint: 8B3A 7489 0536 BAD5 0D93 76EB F1CB 32F6 7E33 02A1 +``` + +## All signing keys are signed by the Master Signing Key + +TODO