mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-05-06 11:34:18 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11017bcecc | |||
| de373580d5 | |||
| 6c17236c66 |
+23
-15
@@ -1,16 +1,24 @@
|
||||
repos:
|
||||
- hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: mixed-line-ending
|
||||
args: [--fix=lf]
|
||||
- id: trailing-whitespace
|
||||
args: [--markdown-linebreak-ext=md]
|
||||
repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
- hooks:
|
||||
- id: commitizen
|
||||
- id: commitizen-branch
|
||||
stages:
|
||||
- push
|
||||
repo: https://github.com/commitizen-tools/commitizen
|
||||
rev: v3.28.0
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
name: All files must end with an empty line
|
||||
- id: mixed-line-ending
|
||||
name: Fix mixed line endings in files (x-platform)
|
||||
args: [--fix=lf]
|
||||
- id: trailing-whitespace
|
||||
name: Fix trailing space (ignore MD code)
|
||||
args: [--markdown-linebreak-ext=md]
|
||||
|
||||
- repo: https://github.com/commitizen-tools/commitizen
|
||||
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]
|
||||
|
||||
@@ -890,18 +890,3 @@ v0.3.x Added MacOS 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)
|
||||
|
||||
## 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)
|
||||
|
||||
@@ -12,7 +12,7 @@ This guide is an open-source non-profit initiative, [licensed](LICENSE.html) und
|
||||
- [In your browser](guide.html)
|
||||
- [PDF](export/guide.pdf)
|
||||
- [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:
|
||||
- Tor Onion Mirror: <http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/>
|
||||
|
||||
@@ -22,7 +22,7 @@ td {
|
||||
border: 1px solid orange;
|
||||
}
|
||||
|
||||
td:nth-child(1) {
|
||||
td:nth-child(1) {
|
||||
border: 2px solid orange;
|
||||
font-weight: bold
|
||||
}
|
||||
@@ -55,10 +55,10 @@ a {
|
||||
}
|
||||
|
||||
.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));
|
||||
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
|
||||
font-size: 13px;
|
||||
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
|
||||
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-size: 13px;
|
||||
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);
|
||||
background:#DCDCDC;
|
||||
color: #111;
|
||||
@@ -66,7 +66,7 @@ a {
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.35);
|
||||
padding: 1px 5px;
|
||||
padding: 1px 5px;
|
||||
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));
|
||||
}
|
||||
|
||||
code.highlighter-rouge {
|
||||
code.highlighter-rouge {
|
||||
background:#DCDCDC;
|
||||
color: #000000
|
||||
}
|
||||
|
||||
.highlight {
|
||||
.highlight {
|
||||
background:#DCDCDC;
|
||||
color: #000000
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ td {
|
||||
border: 1px solid orange;
|
||||
}
|
||||
|
||||
td:nth-child(1) {
|
||||
td:nth-child(1) {
|
||||
border: 2px solid orange;
|
||||
font-weight: bold
|
||||
}
|
||||
@@ -37,15 +37,15 @@ td:nth-child(1) {
|
||||
}
|
||||
|
||||
.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));
|
||||
font-family: Helvetica, Arial, sans-serif; font-weight: bold;
|
||||
font-size: 13px;
|
||||
text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
|
||||
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-size: 13px;
|
||||
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);
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.35);
|
||||
padding: 1px 5px;
|
||||
padding: 1px 5px;
|
||||
border-radius: 25px;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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.today *(outdated)*: <https://archive.fo/anonymousplanet.org/>
|
||||
|
||||
@@ -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)
|
||||
- EFF Surveillance Self-Defense: <https://ssd.eff.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)
|
||||
- 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)
|
||||
|
||||
Reference in New Issue
Block a user