3 Commits

Author SHA1 Message Date
nopeitsnothing 11017bcecc docs(link): fix a broken Markdown link 2024-08-13 19:55:32 -04:00
nopeitsnothing de373580d5 docs(meta): this re-uploads the commit that was changed by faulty Action
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
2024-08-05 02:47:16 -04:00
nopeitsnothing 6c17236c66 refactor(var): remove accidental CHANGELOG.md edit by cz
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
2024-07-26 22:40:17 -04:00
7 changed files with 40 additions and 47 deletions
+23 -15
View File
@@ -1,16 +1,24 @@
repos: repos:
- hooks: - repo: https://github.com/pre-commit/pre-commit-hooks
- id: end-of-file-fixer rev: v4.6.0
- id: mixed-line-ending hooks:
args: [--fix=lf] - id: end-of-file-fixer
- id: trailing-whitespace name: All files must end with an empty line
args: [--markdown-linebreak-ext=md] - id: mixed-line-ending
repo: https://github.com/pre-commit/pre-commit-hooks name: Fix mixed line endings in files (x-platform)
rev: v4.6.0 args: [--fix=lf]
- hooks: - id: trailing-whitespace
- id: commitizen name: Fix trailing space (ignore MD code)
- id: commitizen-branch args: [--markdown-linebreak-ext=md]
stages:
- push - repo: https://github.com/commitizen-tools/commitizen
repo: https://github.com/commitizen-tools/commitizen rev: v3.28.0
rev: v3.28.0 hooks:
- id: commitizen
name: commitizen check
description: >
Check whether the current commit message follows committing rules. Allow
empty commit messages by default, because they typically indicate to Git
that the commit should be aborted.
entry: cz check
stages: [commit-msg]
-15
View File
@@ -890,18 +890,3 @@ v0.3.x Added MacOS information and various fixes
v0.2.x Added Qubes OS information and various fixes v0.2.x Added Qubes OS information and various fixes
v0.1.x Initial Release (missing Qubes OS details and MacOS support) v0.1.x Initial Release (missing Qubes OS details and MacOS support)
## 2.0.1 (2024-07-26)
### Refactor
- **style**: fixup style
- **style**: fixup commit
## v1.1.9 (2023-08-23)
## v1.1.8 (2023-08-23)
## v1.1.7 (2023-08-23)
## v1.1.6 (2023-08-23)
+1 -1
View File
@@ -12,7 +12,7 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und
- [In your browser](guide.html) - [In your browser](guide.html)
- [PDF](export/guide.pdf) - [PDF](export/guide.pdf)
- [OpenDocument (ODT)](export/guide.odt) - [OpenDocument (ODT)](export/guide.odt)
- Raw [Markdown](https://github.com/Anon-Planet/thgtoa/raw/master/guide.md) text. - Raw [Markdown](https://raw.githubusercontent.com/Anon-Planet/thgtoa/main/guide.md).
Mirrors: Mirrors:
- Tor Onion Mirror: <http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/> - Tor Onion Mirror: <http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/>
+8 -8
View File
@@ -22,7 +22,7 @@ td {
border: 1px solid orange; border: 1px solid orange;
} }
td:nth-child(1) { td:nth-child(1) {
border: 2px solid orange; border: 2px solid orange;
font-weight: bold font-weight: bold
} }
@@ -55,10 +55,10 @@ a {
} }
.btn_small { .btn_small {
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3)); display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-weight: bold;
font-size: 13px; font-size: 13px;
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
background:#DCDCDC; background:#DCDCDC;
color: #111; color: #111;
@@ -66,7 +66,7 @@ a {
border: 1px solid rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.25); border-bottom: 1px solid rgba(0, 0, 0, 0.25);
border-top: 1px solid rgba(0, 0, 0, 0.35); border-top: 1px solid rgba(0, 0, 0, 0.35);
padding: 1px 5px; padding: 1px 5px;
border-radius: 25px; border-radius: 25px;
} }
@@ -74,12 +74,12 @@ a {
background: -webkit-linear-gradient(top, rgba(40,40,40,0.4), rgba(35,35,35,0.4) 50%, rgba(10,10,10,0.4) 50%, rgba(0,0,0,0.4)); background: -webkit-linear-gradient(top, rgba(40,40,40,0.4), rgba(35,35,35,0.4) 50%, rgba(10,10,10,0.4) 50%, rgba(0,0,0,0.4));
} }
code.highlighter-rouge { code.highlighter-rouge {
background:#DCDCDC; background:#DCDCDC;
color: #000000 color: #000000
} }
.highlight { .highlight {
background:#DCDCDC; background:#DCDCDC;
color: #000000 color: #000000
} }
+6 -6
View File
@@ -25,7 +25,7 @@ td {
border: 1px solid orange; border: 1px solid orange;
} }
td:nth-child(1) { td:nth-child(1) {
border: 2px solid orange; border: 2px solid orange;
font-weight: bold font-weight: bold
} }
@@ -37,15 +37,15 @@ td:nth-child(1) {
} }
.btn_small { .btn_small {
display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3)); display: inline-block; background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-family: Helvetica, Arial, sans-serif; font-weight: bold;
font-size: 13px; font-size: 13px;
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75); text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
border: 1px solid rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.25); border-bottom: 1px solid rgba(0, 0, 0, 0.25);
border-top: 1px solid rgba(0, 0, 0, 0.35); border-top: 1px solid rgba(0, 0, 0, 0.35);
padding: 1px 5px; padding: 1px 5px;
border-radius: 25px; border-radius: 25px;
color: rgba(255, 255, 255, 0.8); color: rgba(255, 255, 255, 0.8);
} }
+1 -1
View File
@@ -1,6 +1,6 @@
Legacy Resources: Legacy Resources:
The guide and all the files are also readily available on Archive.org and Archive.today: The guide and all the files are also readily available on Archive.org and Archive.today:
- Archive.org *(outdated)*: <https://web.archive.org/web/https://anonymousplanet.org/> - Archive.org *(outdated)*: <https://web.archive.org/web/https://anonymousplanet.org/>
- Archive.today *(outdated)*: <https://archive.fo/anonymousplanet.org/> - Archive.today *(outdated)*: <https://archive.fo/anonymousplanet.org/>
+1 -1
View File
@@ -17,7 +17,7 @@ All the links below are listed in alphabetical order:
- AnarSec: <https://www.anarsec.guide/> (Similar content to ours, but not affiliated or sponsored) - AnarSec: <https://www.anarsec.guide/> (Similar content to ours, but not affiliated or sponsored)
- EFF Surveillance Self-Defense: <https://ssd.eff.org/> - EFF Surveillance Self-Defense: <https://ssd.eff.org/>
- Prism-Break: <https://prism-break.org/> - Prism-Break: <https://prism-break.org/>
- Privacy Guides: <https://privacyguides.org> - Privacy Guides: <https://privacyguides.org>
- Techlore: <https://techlore.tech> (May contain clearly marked sponsored products/services, premium content, and affiliate links) - Techlore: <https://techlore.tech> (May contain clearly marked sponsored products/services, premium content, and affiliate links)
- The New Oil: <https://thenewoil.org> (May contain clearly marked sponsored products/services and affiliate links) - The New Oil: <https://thenewoil.org> (May contain clearly marked sponsored products/services and affiliate links)
- PrivacyTools.io: <https://privacytools.io> (May contain clearly marked sponsored products/services and affiliate links) - PrivacyTools.io: <https://privacytools.io> (May contain clearly marked sponsored products/services and affiliate links)