mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-08-05 02:25:09 +02:00
site!(design): do it better
This redesign isn't final, but it is much more clean and responsive.
This commit is contained in:
+102
-17
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "Our Mirrors"
|
||||
description: Maintainers of the Hitchhiker's Guide and the PSA Community.
|
||||
title: "Mirrors"
|
||||
description: "Every place you can read or download the Hitchhiker's Guide."
|
||||
hide:
|
||||
- toc
|
||||
schema:
|
||||
"@context": https://schema.org
|
||||
"@type": Organization
|
||||
@@ -14,23 +16,106 @@ schema:
|
||||
- https://mastodon.social/@anonymousplanet
|
||||
---
|
||||
|
||||
???+ tip "Where to find the Hitchhiker's Guide"
|
||||
<div class="hero-block">
|
||||
<div class="hero-eyebrow">Censorship-resistant by design.</div>
|
||||
<h1 class="hero-title">Mirrors<span class="hero-subtitle">Pick the one that fits your threat model.</span></h1>
|
||||
<p class="hero-tagline">
|
||||
The guide is mirrored across GitHub, Codeberg, GitLab, Disroot, and a Tor onion.
|
||||
We have contingencies in place.
|
||||
A signed PDF is also available for offline reading.
|
||||
</p>
|
||||
<div class="hero-cta-row">
|
||||
<a href="#read" class="hero-cta hero-cta--primary">Read the Guide</a>
|
||||
<a href="#git" class="hero-cta hero-cta--secondary">Git Mirrors</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
- [Original](https://anonymousplanet.net)
|
||||
- [Tor v3](http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion) **Down**
|
||||
- [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)"
|
||||
## Read the Guide { #read }
|
||||
|
||||
The guide is also available as a **PDF** (images and layout preserved). It is built automatically. See the [Releases](https://github.com/Anon-Planet/thgtoa/releases). More detail is in the [repository README](https://github.com/Anon-Planet/thgtoa#ways-to-read-or-export-the-guide).
|
||||
<div class="index-grid">
|
||||
|
||||
!!! Note "Our official git mirrors"
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">Original</h3>
|
||||
<p class="index-card__body">The canonical source. Hosted on GitHub Pages at the project's primary domain.</p>
|
||||
<a href="https://anonymousplanet.net" class="index-card__link">anonymousplanet.net</a>
|
||||
</div>
|
||||
|
||||
- [Github](https://github.com/anon-planet)
|
||||
- [Darktea](http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/anonymousplanetorg) (Tor Only)
|
||||
- [Gitlab](https://gitlab.com/anonymousplanetorg)
|
||||
- [0xacab](https://0xacab.org/anonypla) ([Tor Onion](http://wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion/anonypla))
|
||||
- [Codeberg](https://codeberg.org/anonymousplanet)
|
||||
- [Disroot](https://git.disroot.org/anon-planet) ([Tor Onion](http://kgtz2pmmov5jfvn3z4mqryffjnnw6krzrgxxoyaqhqckjrr4pckyhsqd.onion/anon-planet))
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">Tor Onion</h3>
|
||||
<p class="index-card__body">v3 onion service. Currently <strong>down</strong>. Check back or use a clearnet mirror.</p>
|
||||
<a href="http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion" class="index-card__link">Onion address</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">PDF Export</h3>
|
||||
<p class="index-card__body">A signed, single-file PDF built automatically from the source. Both light and dark editions. See the release notes for hash and signature files.</p>
|
||||
<a href="https://github.com/Anon-Planet/thgtoa/releases" class="index-card__link">Releases</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">Archive.org</h3>
|
||||
<p class="index-card__body">Wayback Machine snapshot. Useful if the primary domain is unreachable.</p>
|
||||
<a href="https://web.archive.org/web/https://anonymousplanet.net" class="index-card__link">Wayback Machine</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">Archive.today</h3>
|
||||
<p class="index-card__body">Alternative archival snapshot. Also accessible via their Tor onion.</p>
|
||||
<a href="https://archive.fo/anonymousplanet.net" class="index-card__link">Archive.today</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">Archive.today (Tor)</h3>
|
||||
<p class="index-card__body">Archive.today over Tor for censorship-resistant access.</p>
|
||||
<a href="http://archiveiya74codqgiixo33q62qlrqtkgmcitqx5u2oeqnmn5bpcbiyd.onion/anonymousplanet.net" class="index-card__link">Onion</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## Git Mirrors { #git }
|
||||
|
||||
<div class="index-grid">
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">GitHub</h3>
|
||||
<p class="index-card__body">Primary development host. Issues, pull requests, and CI live here.</p>
|
||||
<a href="https://github.com/anon-planet" class="index-card__link">github.com/anon-planet</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">Codeberg</h3>
|
||||
<p class="index-card__body">EU-based, non-profit Gitea instance. No Microsoft.</p>
|
||||
<a href="https://codeberg.org/anonymousplanet" class="index-card__link">codeberg.org</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">GitLab</h3>
|
||||
<p class="index-card__body">GitLab.com mirror. Accepts merge requests.</p>
|
||||
<a href="https://gitlab.com/anonymousplanetorg" class="index-card__link">gitlab.com</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">0xacab</h3>
|
||||
<p class="index-card__body">Activist-run GitLab instance. Also accessible via Tor onion.</p>
|
||||
<a href="https://0xacab.org/anonypla" class="index-card__link">0xacab.org</a>
|
||||
<a href="http://wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion/anonypla" class="index-card__link" style="margin-top:0.4em;">Onion</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">Disroot</h3>
|
||||
<p class="index-card__body">Privacy-respecting Gitea instance. Also accessible via Tor onion.</p>
|
||||
<a href="https://git.disroot.org/anon-planet" class="index-card__link">git.disroot.org</a>
|
||||
<a href="http://kgtz2pmmov5jfvn3z4mqryffjnnw6krzrgxxoyaqhqckjrr4pckyhsqd.onion/anon-planet" class="index-card__link" style="margin-top:0.4em;">Onion</a>
|
||||
</div>
|
||||
|
||||
<div class="index-card">
|
||||
<h3 class="index-card__title">Darktea</h3>
|
||||
<p class="index-card__body">Tor-only Gitea mirror. Only accessible via the onion address.</p>
|
||||
<a href="http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/anonymousplanetorg" class="index-card__link">Onion only</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user