Compare commits
72 Commits
2025.01.25
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1097207a8a | ||
![]() |
aaa17f0ebf | ||
![]() |
426c5a2402 | ||
![]() |
450221bd5d | ||
![]() |
913d3276e2 | ||
![]() |
0c3c374084 | ||
![]() |
8ac5170c78 | ||
![]() |
cc54a3bc47 | ||
![]() |
3c80495db0 | ||
![]() |
e4506a3583 | ||
![]() |
1c1e0b8bb8 | ||
![]() |
1c8afe6a15 | ||
![]() |
c2cfb0fce6 | ||
![]() |
4d01c48293 | ||
![]() |
9274ce188f | ||
![]() |
5fd34aaaa6 | ||
![]() |
32b8785ed8 | ||
![]() |
2cbf9c7062 | ||
![]() |
36c9fb3e7a | ||
![]() |
762f0b647d | ||
![]() |
f6e2f00429 | ||
![]() |
19f74dc230 | ||
![]() |
134ccf8f21 | ||
![]() |
5b9b7d9eab | ||
![]() |
b6e2559306 | ||
![]() |
567c184389 | ||
![]() |
45d2dae89a | ||
![]() |
e15cef973d | ||
![]() |
6eed9f4ed3 | ||
![]() |
d000e6d116 | ||
![]() |
57307498ca | ||
![]() |
1a088d105e | ||
![]() |
7b5044d407 | ||
![]() |
e294b190b4 | ||
![]() |
97a00353b7 | ||
![]() |
6731674f81 | ||
![]() |
0276629ebe | ||
![]() |
cb91421204 | ||
![]() |
5f93339323 | ||
![]() |
f0308a3886 | ||
![]() |
dd9c32835f | ||
![]() |
666f7be6ce | ||
![]() |
adc9de513b | ||
![]() |
c11661c0be | ||
![]() |
2998a56f46 | ||
![]() |
272004c2a9 | ||
![]() |
8baf09e913 | ||
![]() |
87eb01d344 | ||
![]() |
d6d8332165 | ||
![]() |
f913f99747 | ||
![]() |
6e47043503 | ||
![]() |
e380bf672f | ||
![]() |
f6767eaab7 | ||
![]() |
1e132c3b72 | ||
![]() |
7e5f6ffd8c | ||
![]() |
14712bd8cb | ||
![]() |
3a6d18e861 | ||
![]() |
b4c8aa592e | ||
![]() |
111ac3be00 | ||
![]() |
8be1fa93c6 | ||
![]() |
5ce317abcc | ||
![]() |
546283662f | ||
![]() |
bee2651c68 | ||
![]() |
f44a55b03d | ||
![]() |
172f68e2f0 | ||
![]() |
6f38136498 | ||
![]() |
28dc13eeb1 | ||
![]() |
58580b39c9 | ||
![]() |
ee9b344fb2 | ||
![]() |
b0c9e3b55f | ||
![]() |
9335fd264f | ||
![]() |
853bb5bb1b |
@ -460,7 +460,8 @@
|
|||||||
"avatar_url": "https://avatars.githubusercontent.com/u/47955724?v=4",
|
"avatar_url": "https://avatars.githubusercontent.com/u/47955724?v=4",
|
||||||
"profile": "https://github.com/taivlam",
|
"profile": "https://github.com/taivlam",
|
||||||
"contributions": [
|
"contributions": [
|
||||||
"doc"
|
"doc",
|
||||||
|
"maintenance"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -2974,6 +2975,17 @@
|
|||||||
"contributions": [
|
"contributions": [
|
||||||
"doc"
|
"doc"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "hashcatHitman",
|
||||||
|
"name": "Sam K",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/155700084?v=4",
|
||||||
|
"profile": "https://github.com/hashcatHitman",
|
||||||
|
"contributions": [
|
||||||
|
"doc",
|
||||||
|
"promotion",
|
||||||
|
"question"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contributorsPerLine": 5,
|
"contributorsPerLine": 5,
|
||||||
|
2
.github/workflows/build-pr.yml
vendored
@ -72,6 +72,8 @@ jobs:
|
|||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
privileged: ${{ fromJSON(needs.metadata.outputs.privileged) }}
|
privileged: ${{ fromJSON(needs.metadata.outputs.privileged) }}
|
||||||
strict: true
|
strict: true
|
||||||
|
secrets:
|
||||||
|
RO_DISCOURSE_API_KEY: ${{ secrets.RO_DISCOURSE_API_KEY }}
|
||||||
|
|
||||||
build_i18n:
|
build_i18n:
|
||||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:build i18n') }}
|
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:build i18n') }}
|
||||||
|
45
.github/workflows/build.yml
vendored
@ -30,6 +30,9 @@ on:
|
|||||||
cache:
|
cache:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
secrets:
|
||||||
|
RO_DISCOURSE_API_KEY:
|
||||||
|
required: false
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -120,7 +123,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|
||||||
- name: Restore Privacy Plugin Cache
|
- name: Restore Privacy Plugin Cache
|
||||||
uses: actions/cache/restore@v4.0.2
|
uses: actions/cache/restore@v4
|
||||||
id: privacy_cache_restore
|
id: privacy_cache_restore
|
||||||
if: inputs.cache
|
if: inputs.cache
|
||||||
with:
|
with:
|
||||||
@ -133,7 +136,7 @@ jobs:
|
|||||||
privacy-cache-
|
privacy-cache-
|
||||||
|
|
||||||
- name: Restore Social Plugin Cache
|
- name: Restore Social Plugin Cache
|
||||||
uses: actions/cache/restore@v4.0.2
|
uses: actions/cache/restore@v4
|
||||||
id: social_cache_restore
|
id: social_cache_restore
|
||||||
if: inputs.cache
|
if: inputs.cache
|
||||||
with:
|
with:
|
||||||
@ -146,7 +149,7 @@ jobs:
|
|||||||
social-cache-privacyguides/privacyguides.org-${{ inputs.lang }}-
|
social-cache-privacyguides/privacyguides.org-${{ inputs.lang }}-
|
||||||
|
|
||||||
- name: Restore Optimize Plugin Cache
|
- name: Restore Optimize Plugin Cache
|
||||||
uses: actions/cache/restore@v4.0.2
|
uses: actions/cache/restore@v4
|
||||||
id: optimize_cache_restore
|
id: optimize_cache_restore
|
||||||
if: inputs.cache
|
if: inputs.cache
|
||||||
with:
|
with:
|
||||||
@ -172,23 +175,31 @@ jobs:
|
|||||||
sudo apt install pngquant
|
sudo apt install pngquant
|
||||||
echo "EXTRA_FLAGS=""$EXTRA_FLAGS" --cmd=mkdocs"" >> "$GITHUB_ENV"
|
echo "EXTRA_FLAGS=""$EXTRA_FLAGS" --cmd=mkdocs"" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
|
- name: Generate Donating Members List
|
||||||
|
continue-on-error: true
|
||||||
|
env:
|
||||||
|
DISCOURSE_API_KEY: ${{ secrets.RO_DISCOURSE_API_KEY }}
|
||||||
|
run: |
|
||||||
|
pip install requests
|
||||||
|
python generate-members.py > includes/members.md
|
||||||
|
|
||||||
- name: Build Website
|
- name: Build Website
|
||||||
run: |
|
run: |
|
||||||
eval ./run.sh --build --lang=${{ inputs.lang }} "$EXTRA_FLAGS"
|
eval ./run.sh --build --lang=${{ inputs.lang }} "$EXTRA_FLAGS"
|
||||||
|
|
||||||
- name: Run index-generation.sh for top posts
|
- name: Run generate-topics.sh for top posts
|
||||||
if: inputs.lang == 'en'
|
if: inputs.lang == 'en'
|
||||||
run: |
|
run: |
|
||||||
bash index-generation.sh \
|
bash generate-topics.sh \
|
||||||
--source='https://discuss.privacyguides.net/top.json?period=weekly' \
|
--source='https://discuss.privacyguides.net/top.json?period=weekly' \
|
||||||
--tag="top posts" \
|
--tag="top posts" \
|
||||||
--destination="./site/en/index.html" \
|
--destination="./site/en/index.html" \
|
||||||
--count=3
|
--count=3
|
||||||
|
|
||||||
- name: Run index-generation.sh for latest posts
|
- name: Run generate-topics.sh for latest posts
|
||||||
if: inputs.lang == 'en'
|
if: inputs.lang == 'en'
|
||||||
run: |
|
run: |
|
||||||
bash index-generation.sh \
|
bash generate-topics.sh \
|
||||||
--source='https://discuss.privacyguides.net/latest.json' \
|
--source='https://discuss.privacyguides.net/latest.json' \
|
||||||
--tag="latest posts" \
|
--tag="latest posts" \
|
||||||
--destination="./site/en/index.html" \
|
--destination="./site/en/index.html" \
|
||||||
@ -199,7 +210,7 @@ jobs:
|
|||||||
tar -czf site-${{ inputs.config }}-${{ inputs.lang }}.tar.gz site
|
tar -czf site-${{ inputs.config }}-${{ inputs.lang }}.tar.gz site
|
||||||
|
|
||||||
- name: Find Privacy Plugin Cache
|
- name: Find Privacy Plugin Cache
|
||||||
uses: actions/cache/restore@v4.0.2
|
uses: actions/cache/restore@v4
|
||||||
if: steps.privacy_cache_restore.outputs.cache-hit != 'true' && inputs.cache
|
if: steps.privacy_cache_restore.outputs.cache-hit != 'true' && inputs.cache
|
||||||
id: privacy_cache_test
|
id: privacy_cache_test
|
||||||
with:
|
with:
|
||||||
@ -209,7 +220,7 @@ jobs:
|
|||||||
.cache/plugin/privacy
|
.cache/plugin/privacy
|
||||||
|
|
||||||
- name: Find Social Plugin Cache
|
- name: Find Social Plugin Cache
|
||||||
uses: actions/cache/restore@v4.0.2
|
uses: actions/cache/restore@v4
|
||||||
if: steps.social_cache_restore.outputs.cache-hit != 'true' && inputs.cache
|
if: steps.social_cache_restore.outputs.cache-hit != 'true' && inputs.cache
|
||||||
id: social_cache_test
|
id: social_cache_test
|
||||||
with:
|
with:
|
||||||
@ -220,7 +231,7 @@ jobs:
|
|||||||
.cache/plugin/social/assets
|
.cache/plugin/social/assets
|
||||||
|
|
||||||
- name: Find Optimize Plugin Cache
|
- name: Find Optimize Plugin Cache
|
||||||
uses: actions/cache/restore@v4.0.2
|
uses: actions/cache/restore@v4
|
||||||
if: steps.optimize_cache_restore.outputs.cache-hit != 'true' && inputs.cache
|
if: steps.optimize_cache_restore.outputs.cache-hit != 'true' && inputs.cache
|
||||||
id: optimize_cache_test
|
id: optimize_cache_test
|
||||||
with:
|
with:
|
||||||
@ -230,14 +241,14 @@ jobs:
|
|||||||
.cache/plugin/optimize
|
.cache/plugin/optimize
|
||||||
|
|
||||||
- name: Save Privacy Plugin Cache
|
- name: Save Privacy Plugin Cache
|
||||||
uses: actions/cache/save@v4.0.2
|
uses: actions/cache/save@v4
|
||||||
if: steps.privacy_cache_test.outputs.cache-hit != 'true' && inputs.cache
|
if: steps.privacy_cache_test.outputs.cache-hit != 'true' && inputs.cache
|
||||||
with:
|
with:
|
||||||
key: privacy-cache-${{ inputs.repo }}-${{ hashfiles('.cache/plugin/privacy/**') }}
|
key: privacy-cache-${{ inputs.repo }}-${{ hashfiles('.cache/plugin/privacy/**') }}
|
||||||
path: .cache/plugin/privacy
|
path: .cache/plugin/privacy
|
||||||
|
|
||||||
- name: Save Social Plugin Cache
|
- name: Save Social Plugin Cache
|
||||||
uses: actions/cache/save@v4.0.2
|
uses: actions/cache/save@v4
|
||||||
if: steps.social_cache_test.outputs.cache-hit != 'true' && inputs.cache
|
if: steps.social_cache_test.outputs.cache-hit != 'true' && inputs.cache
|
||||||
with:
|
with:
|
||||||
key: social-cache-${{ inputs.repo }}-${{ inputs.lang }}-${{ hashfiles('.cache/plugin/social/manifest.json') }}
|
key: social-cache-${{ inputs.repo }}-${{ inputs.lang }}-${{ hashfiles('.cache/plugin/social/manifest.json') }}
|
||||||
@ -246,7 +257,7 @@ jobs:
|
|||||||
.cache/plugin/social/assets
|
.cache/plugin/social/assets
|
||||||
|
|
||||||
- name: Save Optimize Plugin Cache
|
- name: Save Optimize Plugin Cache
|
||||||
uses: actions/cache/save@v4.0.2
|
uses: actions/cache/save@v4
|
||||||
if: steps.optimize_cache_test.outputs.cache-hit != 'true' && inputs.cache
|
if: steps.optimize_cache_test.outputs.cache-hit != 'true' && inputs.cache
|
||||||
with:
|
with:
|
||||||
key: optimize-cache-${{ inputs.repo }}-${{ hashfiles('.cache/plugin/optimize/manifest.json') }}
|
key: optimize-cache-${{ inputs.repo }}-${{ hashfiles('.cache/plugin/optimize/manifest.json') }}
|
||||||
@ -259,6 +270,14 @@ jobs:
|
|||||||
path: site-${{ inputs.config }}-${{ inputs.lang }}.tar.gz
|
path: site-${{ inputs.config }}-${{ inputs.lang }}.tar.gz
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
- name: Upload members list
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
if: inputs.config == 'build' && inputs.lang == 'en'
|
||||||
|
with:
|
||||||
|
name: members.md
|
||||||
|
path: includes/members.md
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
offline_package:
|
offline_package:
|
||||||
if: inputs.config == 'offline' && inputs.lang == 'en'
|
if: inputs.config == 'offline' && inputs.lang == 'en'
|
||||||
needs: build
|
needs: build
|
||||||
|
2
.github/workflows/publish-release.yml
vendored
@ -63,6 +63,8 @@ jobs:
|
|||||||
context: production
|
context: production
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
cache: false
|
cache: false
|
||||||
|
secrets:
|
||||||
|
RO_DISCOURSE_API_KEY: ${{ secrets.RO_DISCOURSE_API_KEY }}
|
||||||
|
|
||||||
build_blog:
|
build_blog:
|
||||||
needs: submodule
|
needs: submodule
|
||||||
|
10
.github/workflows/update-discussions.yml
vendored
@ -55,17 +55,17 @@ jobs:
|
|||||||
source: /en/index.html
|
source: /en/index.html
|
||||||
target: ./site/en/
|
target: ./site/en/
|
||||||
|
|
||||||
- name: Run index-generation.sh for top posts
|
- name: Run generate-topics.sh for top posts
|
||||||
run: |
|
run: |
|
||||||
bash index-generation.sh \
|
bash generate-topics.sh \
|
||||||
--source='https://discuss.privacyguides.net/top.json?period=weekly' \
|
--source='https://discuss.privacyguides.net/top.json?period=weekly' \
|
||||||
--tag="top posts" \
|
--tag="top posts" \
|
||||||
--destination="./site/en/index.html" \
|
--destination="./site/en/index.html" \
|
||||||
--count=3
|
--count=3
|
||||||
|
|
||||||
- name: Run index-generation.sh for latest posts
|
- name: Run generate-topics.sh for latest posts
|
||||||
run: |
|
run: |
|
||||||
bash index-generation.sh \
|
bash generate-topics.sh \
|
||||||
--source='https://discuss.privacyguides.net/latest.json' \
|
--source='https://discuss.privacyguides.net/latest.json' \
|
||||||
--tag="latest posts" \
|
--tag="latest posts" \
|
||||||
--destination="./site/en/index.html" \
|
--destination="./site/en/index.html" \
|
||||||
@ -79,4 +79,4 @@ jobs:
|
|||||||
secret_key: ${{ secrets.PROD_GARAGE_SECRET_KEY }}
|
secret_key: ${{ secrets.PROD_GARAGE_SECRET_KEY }}
|
||||||
bucket: ${{ vars.PROD_GARAGE_BUCKET }}
|
bucket: ${{ vars.PROD_GARAGE_BUCKET }}
|
||||||
source: ./site/en/index.html
|
source: ./site/en/index.html
|
||||||
target: /en
|
target: /en/index.html
|
||||||
|
3
.gitignore
vendored
@ -23,3 +23,6 @@ node_modules
|
|||||||
.venv
|
.venv
|
||||||
.env
|
.env
|
||||||
.mkdocs-insiders-*
|
.mkdocs-insiders-*
|
||||||
|
|
||||||
|
# Automatically generated
|
||||||
|
includes/members.md
|
||||||
|
20
.mailmap
@ -1,16 +1,22 @@
|
|||||||
|
# Please use this file to correct information in our git log.
|
||||||
|
# Format: Proper Name <Proper Email> <Incorrect Email>
|
||||||
|
#
|
||||||
|
# Privacy Guides Team Members
|
||||||
|
# ===========================
|
||||||
Daniel Gray <dngray@privacyguides.org> <dng@disroot.org>
|
Daniel Gray <dngray@privacyguides.org> <dng@disroot.org>
|
||||||
Daniel Gray <dngray@privacyguides.org> <48640805+dngray@users.noreply.github.com>
|
Daniel Gray <dngray@privacyguides.org> <48640805+dngray@users.noreply.github.com>
|
||||||
Daniel Gray <dngray@privacyguides.org> <dngray@privacytools.io>
|
Daniel Gray <dngray@privacyguides.org> <dngray@privacytools.io>
|
||||||
Daniel Gray <dngray@privacyguides.org>
|
Daniel Gray <dngray@privacyguides.org>
|
||||||
|
Em <em@privacyguides.org> <194856901+EmAtPrivacyGuides@users.noreply.github.com>
|
||||||
|
Freddy <freddy@privacyguides.org> <freddy@decypher.pw>
|
||||||
|
Freddy <freddy@privacyguides.org> <freddy@privacytools.io>
|
||||||
|
fria <fria@privacyguides.org> <138676274+friadev@users.noreply.github.com>
|
||||||
Jonah Aragon <jonah@privacyguides.org> <jonah@triplebit.net>
|
Jonah Aragon <jonah@privacyguides.org> <jonah@triplebit.net>
|
||||||
Jonah Aragon <jonah@privacyguides.org> <jonah@privacytools.io>
|
Jonah Aragon <jonah@privacyguides.org> <jonah@privacytools.io>
|
||||||
Jonah Aragon <jonah@privacyguides.org> <github@aragon.science>
|
Jonah Aragon <jonah@privacyguides.org> <github@aragon.science>
|
||||||
mfwmyfacewhen <mfw@privacyguides.org> <94880365+mfwmyfacewhen@users.noreply.github.com>
|
Jordan Warne <jordan@privacyguides.org> <jw@omg.lol>
|
||||||
mbananasynergy <mbananasynergy@privacyguides.org> <>
|
Justin Ehrenhofer <justin.ehrenhofer@gmail.com> <12520755+SamsungGalaxyPlayer@users.noreply.github.com>
|
||||||
mbananasynergy <mbananasynergy@privacyguides.org> <107055883+matchboxbananasynergy@users.noreply.github.com>
|
Mare Polaris <ph00lt0@privacyguides.org> <15004290+ph00lt0@users.noreply.github.com>
|
||||||
rollsicecream <rollsicecream@proton.me> <153316540+rollsicecream@users.noreply.github.com>
|
|
||||||
rollsicecream <rollsicecream@proton.me> <waterfallnet@proton.me>
|
|
||||||
Freddy <freddy@privacyguides.org> <freddy@decypher.pw>
|
|
||||||
Freddy <freddy@privacyguides.org> <freddy@privacytools.io>
|
|
||||||
Niek de Wilde <niek@privacyguides.org> <github.ef27z@simplelogin.com>
|
Niek de Wilde <niek@privacyguides.org> <github.ef27z@simplelogin.com>
|
||||||
Niek de Wilde <niek@privacyguides.org> <blacklight447@privacytools.io>
|
Niek de Wilde <niek@privacyguides.org> <blacklight447@privacytools.io>
|
||||||
|
redoomed1 <redoomed1@privacyguides.org> <161974310+redoomed1@users.noreply.github.com>
|
||||||
|
@ -27,5 +27,6 @@ code-block-style: false
|
|||||||
no-hard-tabs: true
|
no-hard-tabs: true
|
||||||
emphasis-style:
|
emphasis-style:
|
||||||
style: "asterisk"
|
style: "asterisk"
|
||||||
no-duplicate-header: false
|
|
||||||
no-trailing-punctuation: false
|
no-trailing-punctuation: false
|
||||||
|
no-duplicate-heading:
|
||||||
|
siblings_only: true
|
||||||
|
8
.vscode/extensions.json
vendored
@ -26,6 +26,12 @@
|
|||||||
"mikestead.dotenv",
|
"mikestead.dotenv",
|
||||||
"redhat.vscode-yaml",
|
"redhat.vscode-yaml",
|
||||||
"ecmel.vscode-html-css",
|
"ecmel.vscode-html-css",
|
||||||
"yzhang.markdown-all-in-one"
|
"yzhang.markdown-all-in-one",
|
||||||
|
"valentjn.vscode-ltex",
|
||||||
|
"bierner.markdown-checkbox",
|
||||||
|
"bierner.markdown-emoji",
|
||||||
|
"bierner.markdown-footnotes",
|
||||||
|
"bierner.markdown-preview-github-styles",
|
||||||
|
"esbenp.prettier-vscode"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
541
.vscode/ltex.dictionary.en-US.txt
vendored
Normal file
@ -0,0 +1,541 @@
|
|||||||
|
Kinect
|
||||||
|
Scanalytics
|
||||||
|
mmWave
|
||||||
|
TODO
|
||||||
|
MotionScore
|
||||||
|
GaitMetrics
|
||||||
|
Bayometric
|
||||||
|
eSIM
|
||||||
|
microSD
|
||||||
|
Cellebrite
|
||||||
|
GrapheneOS
|
||||||
|
Gboard
|
||||||
|
IMEs
|
||||||
|
Briar
|
||||||
|
Meshtastic
|
||||||
|
Gizmodo
|
||||||
|
Wickr
|
||||||
|
Gizmodo
|
||||||
|
Arel
|
||||||
|
CryptPad
|
||||||
|
itemprop
|
||||||
|
md-button
|
||||||
|
XWiki
|
||||||
|
CryptDrive
|
||||||
|
scrypt
|
||||||
|
Anytype
|
||||||
|
PeerTube
|
||||||
|
Startpage
|
||||||
|
PrivacyTools
|
||||||
|
FedResults
|
||||||
|
Brøgger
|
||||||
|
EasyOptOuts
|
||||||
|
Optery
|
||||||
|
DeleteMe
|
||||||
|
PeopleConnect
|
||||||
|
dFPI
|
||||||
|
Arkenfox
|
||||||
|
LocalCDN
|
||||||
|
fingerprintable
|
||||||
|
NeatURLs
|
||||||
|
ClearURLs
|
||||||
|
Bromite
|
||||||
|
GeckoView
|
||||||
|
Thorin-Oakenpants
|
||||||
|
customizability
|
||||||
|
DoH
|
||||||
|
DNSCrypt
|
||||||
|
eSNI
|
||||||
|
Mullvad
|
||||||
|
CalyxOS
|
||||||
|
microG
|
||||||
|
DejaVu
|
||||||
|
DroidGuard
|
||||||
|
NewPipe
|
||||||
|
WebView
|
||||||
|
linux-hardened
|
||||||
|
malloc
|
||||||
|
Malloc
|
||||||
|
ASLR
|
||||||
|
Grindr
|
||||||
|
USCCB
|
||||||
|
USCCB-owned
|
||||||
|
de-anonymize
|
||||||
|
MkDocs
|
||||||
|
privacyguides
|
||||||
|
balenaEtcher
|
||||||
|
img
|
||||||
|
thumbsup
|
||||||
|
KeePassXC
|
||||||
|
OnionShare
|
||||||
|
Exif
|
||||||
|
ExifTool
|
||||||
|
zsh
|
||||||
|
ImageOptim
|
||||||
|
SendTo
|
||||||
|
Handoff
|
||||||
|
Jailbreaking
|
||||||
|
Flatpaks
|
||||||
|
ChromeOS
|
||||||
|
Flatseal
|
||||||
|
dbus
|
||||||
|
XWayland
|
||||||
|
filesystem
|
||||||
|
Firejail
|
||||||
|
Whonix
|
||||||
|
seccomp
|
||||||
|
AppArmor
|
||||||
|
MicroOS
|
||||||
|
setuid
|
||||||
|
Bubblewrap
|
||||||
|
Krathalan
|
||||||
|
noatsecure
|
||||||
|
Seirdy
|
||||||
|
Podman
|
||||||
|
Kata
|
||||||
|
Wonderfall
|
||||||
|
Vaultwarden
|
||||||
|
LinuxServer
|
||||||
|
io
|
||||||
|
daemonless
|
||||||
|
gVisor
|
||||||
|
syscalls
|
||||||
|
Portmaster
|
||||||
|
OpenSnitch
|
||||||
|
firewalld
|
||||||
|
Netfilter
|
||||||
|
bypassable
|
||||||
|
sysctl
|
||||||
|
KickSecure
|
||||||
|
fepitre
|
||||||
|
QubesOS
|
||||||
|
COPR
|
||||||
|
GRSecurity
|
||||||
|
Kicksecure
|
||||||
|
umask
|
||||||
|
SUID
|
||||||
|
Umask
|
||||||
|
Qubes-Whonix
|
||||||
|
USBGuard
|
||||||
|
initramfs
|
||||||
|
dracut
|
||||||
|
BadUSB
|
||||||
|
chronyd
|
||||||
|
swdate
|
||||||
|
sysfs
|
||||||
|
cgroups
|
||||||
|
MathML
|
||||||
|
WebAuthn
|
||||||
|
BlockBlock
|
||||||
|
HELLOTUX
|
||||||
|
Véliz
|
||||||
|
Poitras
|
||||||
|
Anonym
|
||||||
|
ISRG
|
||||||
|
Orbot
|
||||||
|
Qubes
|
||||||
|
public‑interest
|
||||||
|
Warne
|
||||||
|
Pham
|
||||||
|
material-youtube
|
||||||
|
OpenCollective
|
||||||
|
Monero
|
||||||
|
CoinJoin
|
||||||
|
Banxa
|
||||||
|
@proton
|
||||||
|
CashApp
|
||||||
|
Samouri
|
||||||
|
Coinjoin
|
||||||
|
USDC
|
||||||
|
Stablecoins
|
||||||
|
stablecoins
|
||||||
|
IWAs
|
||||||
|
IWA
|
||||||
|
Beens
|
||||||
|
Techlore
|
||||||
|
whitehouse
|
||||||
|
ShredOS
|
||||||
|
del
|
||||||
|
OMEMO
|
||||||
|
reglock
|
||||||
|
nofollow
|
||||||
|
SecureDrop
|
||||||
|
Cwtch
|
||||||
|
OTF
|
||||||
|
SimpleX
|
||||||
|
noyb
|
||||||
|
darknet
|
||||||
|
Surfshark
|
||||||
|
ExpressVPN
|
||||||
|
PerfectPrivacy
|
||||||
|
IPVanish
|
||||||
|
CyberGhost
|
||||||
|
ibVPN
|
||||||
|
SurfShark
|
||||||
|
VPNArea
|
||||||
|
ThatOnePrivacySite
|
||||||
|
fluffily
|
||||||
|
Huxleyan
|
||||||
|
MPRs
|
||||||
|
INVISV
|
||||||
|
QUIC
|
||||||
|
Fastly
|
||||||
|
OHTTP
|
||||||
|
Appelbaum
|
||||||
|
md-button--primary
|
||||||
|
Niek
|
||||||
|
openpgp
|
||||||
|
material-github
|
||||||
|
Tweakers
|
||||||
|
fontawesome-brands-creative-commons
|
||||||
|
fontawesome-brands-creative-commons-by
|
||||||
|
fontawesome-brands-creative-commons-sa
|
||||||
|
Attribution-ShareAlike
|
||||||
|
ChatGPT
|
||||||
|
LLMs
|
||||||
|
OLMoE
|
||||||
|
MMLU-Pro
|
||||||
|
OpenLLM
|
||||||
|
GGUF
|
||||||
|
Llamafile
|
||||||
|
Ollama
|
||||||
|
cpp
|
||||||
|
fontawesome-brands-windows
|
||||||
|
simple-linux
|
||||||
|
LLaVA
|
||||||
|
fontawesome-solid-desktop
|
||||||
|
llamafiles
|
||||||
|
simple-torbrowser
|
||||||
|
simple-googleplay
|
||||||
|
eepsites
|
||||||
|
simple-firefoxbrowser
|
||||||
|
simple-googlechrome
|
||||||
|
fontawesome-brands-edge
|
||||||
|
scriptlet
|
||||||
|
Adguard
|
||||||
|
simple-appstore
|
||||||
|
Tuta
|
||||||
|
simple-flathub
|
||||||
|
Flathub
|
||||||
|
Cryptomator
|
||||||
|
Securitum
|
||||||
|
Tresorit
|
||||||
|
Computest
|
||||||
|
Peergos
|
||||||
|
InterPlanetary
|
||||||
|
IPFS
|
||||||
|
DocumentsProvider
|
||||||
|
Modmail
|
||||||
|
CipherTrace
|
||||||
|
Monero-only
|
||||||
|
Monerujo
|
||||||
|
CEX
|
||||||
|
RetoSwap
|
||||||
|
Haveno-Reto
|
||||||
|
Haveno
|
||||||
|
Guardarian
|
||||||
|
BeenVerified
|
||||||
|
CheckPeople
|
||||||
|
ClustrMaps
|
||||||
|
Dataveria
|
||||||
|
InfoTracer
|
||||||
|
PeekYou
|
||||||
|
PublicDataUSA
|
||||||
|
Radaris
|
||||||
|
USPhonebook
|
||||||
|
Whitepages
|
||||||
|
Grauer
|
||||||
|
simple-github
|
||||||
|
ExifEraser
|
||||||
|
permissionless
|
||||||
|
Accrescent
|
||||||
|
ExtendedXMP
|
||||||
|
IPTC
|
||||||
|
NoScript
|
||||||
|
cryptominers
|
||||||
|
non-proxied
|
||||||
|
Solana
|
||||||
|
PipeWire
|
||||||
|
Btrfs
|
||||||
|
openQA
|
||||||
|
NixOS
|
||||||
|
Toolbx
|
||||||
|
Nixpkgs
|
||||||
|
ProxyVM
|
||||||
|
deanonymized
|
||||||
|
qubes
|
||||||
|
Xen
|
||||||
|
pg-viridian
|
||||||
|
qube
|
||||||
|
KingsPawn
|
||||||
|
sysdiagnose
|
||||||
|
iMazing
|
||||||
|
keystore
|
||||||
|
Cleartext
|
||||||
|
DoT
|
||||||
|
DoQ
|
||||||
|
eu
|
||||||
|
NextDNS
|
||||||
|
RethinkDNS
|
||||||
|
dnscrypt-proxy
|
||||||
|
anycast
|
||||||
|
geo-steering
|
||||||
|
QNAME
|
||||||
|
PII
|
||||||
|
SimpleLogin
|
||||||
|
twemoji
|
||||||
|
addy
|
||||||
|
material-apple-ios
|
||||||
|
@addy
|
||||||
|
ProxyStore
|
||||||
|
@username
|
||||||
|
backported
|
||||||
|
FairEmail
|
||||||
|
Kontact
|
||||||
|
Mailvelope
|
||||||
|
NeoMutt
|
||||||
|
WKD
|
||||||
|
BitPay
|
||||||
|
paydirekt
|
||||||
|
Sofortüberweisung
|
||||||
|
YubiCloud
|
||||||
|
@mailbox
|
||||||
|
@secure
|
||||||
|
ActiveSync
|
||||||
|
non-Tuta
|
||||||
|
SOGo
|
||||||
|
Mailcow
|
||||||
|
OpenSMTPD
|
||||||
|
Rspamd
|
||||||
|
Mbox
|
||||||
|
JMAP
|
||||||
|
Hardenize
|
||||||
|
Subresource
|
||||||
|
cryptolib
|
||||||
|
cryptofs
|
||||||
|
siv-mode
|
||||||
|
cryptolib-swift
|
||||||
|
cryptomator-objc-cryptor
|
||||||
|
Picocrypt
|
||||||
|
VeraCrypt
|
||||||
|
TrueCrypt
|
||||||
|
cryptoprocessor
|
||||||
|
non-Bitlocker
|
||||||
|
FileVault
|
||||||
|
FDE
|
||||||
|
udiskie
|
||||||
|
Polkit
|
||||||
|
Kryptor
|
||||||
|
Minisign
|
||||||
|
Intevation
|
||||||
|
OpenKeychain
|
||||||
|
ffsend
|
||||||
|
FreedomBox
|
||||||
|
Syncthing
|
||||||
|
simple-freebsd
|
||||||
|
MySudo
|
||||||
|
Coincards
|
||||||
|
Redlib
|
||||||
|
ProxiTok
|
||||||
|
Yattee
|
||||||
|
eepsite
|
||||||
|
proxying
|
||||||
|
LibreTube
|
||||||
|
FramaTube
|
||||||
|
IVPN
|
||||||
|
Cromite
|
||||||
|
Adblock
|
||||||
|
EasyList
|
||||||
|
fontawesome-solid-ellipsis
|
||||||
|
adblock
|
||||||
|
LineageOS
|
||||||
|
NitroPhone
|
||||||
|
Nitrokey
|
||||||
|
Ente
|
||||||
|
Akregator
|
||||||
|
NewsFlash
|
||||||
|
Inoreader
|
||||||
|
Miniflux
|
||||||
|
NetNewsWire
|
||||||
|
Newsboat
|
||||||
|
Newsbeuter
|
||||||
|
Notesnook
|
||||||
|
Cryptee
|
||||||
|
Psono
|
||||||
|
KeePassX
|
||||||
|
KeePassDX
|
||||||
|
gopass
|
||||||
|
Pastebins
|
||||||
|
PrivateBin
|
||||||
|
ZeroBin
|
||||||
|
pastebin
|
||||||
|
pastebins
|
||||||
|
Stingle
|
||||||
|
PhotoPrism
|
||||||
|
UnifiedPush
|
||||||
|
simple-fdroid
|
||||||
|
Mollysocket
|
||||||
|
Olm
|
||||||
|
util-linux
|
||||||
|
uClibc
|
||||||
|
BusyBox
|
||||||
|
OPNsense
|
||||||
|
Netgate
|
||||||
|
pfSense
|
||||||
|
SearXNG
|
||||||
|
SearX
|
||||||
|
Yubico
|
||||||
|
PIV-compatibile
|
||||||
|
CCID
|
||||||
|
PIV
|
||||||
|
HOTP
|
||||||
|
YubiKeys
|
||||||
|
Nitrokeys
|
||||||
|
Obtainium
|
||||||
|
deanonymization
|
||||||
|
VpnService
|
||||||
|
torrenting
|
||||||
|
AntiTracker
|
||||||
|
VMess
|
||||||
|
DAITA
|
||||||
|
deanonymize
|
||||||
|
OTPs
|
||||||
|
SafetyNet
|
||||||
|
IDEMIA
|
||||||
|
backport
|
||||||
|
Silverblue
|
||||||
|
Šamalík
|
||||||
|
PKGBUILDs
|
||||||
|
PPAs
|
||||||
|
Linux-libre
|
||||||
|
Libre
|
||||||
|
ConfinedUsers
|
||||||
|
ZRAM
|
||||||
|
Linux-libre-based
|
||||||
|
Spectre
|
||||||
|
SWAPGS
|
||||||
|
DEs
|
||||||
|
NetworkManager
|
||||||
|
systemd-networkd
|
||||||
|
rpm-ostree-countme
|
||||||
|
countme
|
||||||
|
Hackintoshes
|
||||||
|
OCSP
|
||||||
|
XProtect
|
||||||
|
appVM
|
||||||
|
inter-qube
|
||||||
|
AppVM
|
||||||
|
vchan
|
||||||
|
qrexec
|
||||||
|
Qube
|
||||||
|
sys-net
|
||||||
|
sys-firewall
|
||||||
|
sys-proxyvm
|
||||||
|
sys-whonix
|
||||||
|
anon-whonix
|
||||||
|
ProxyVMs
|
||||||
|
NetVM
|
||||||
|
Rutkowska
|
||||||
|
AutoRun
|
||||||
|
PINs
|
||||||
|
OnTheHub
|
||||||
|
DevContainers
|
||||||
|
fullwidth
|
||||||
|
Fullwidth
|
||||||
|
OptiPNG
|
||||||
|
cwebp
|
||||||
|
Keyring
|
||||||
|
JustDeleteMe
|
||||||
|
NotPetya
|
||||||
|
EternalBlue
|
||||||
|
Technopolice
|
||||||
|
Datalogix
|
||||||
|
Cryptoprocessor
|
||||||
|
TPMs
|
||||||
|
Pluton
|
||||||
|
Buskill
|
||||||
|
BusKill
|
||||||
|
diceware
|
||||||
|
Diceware
|
||||||
|
geo-restrictions
|
||||||
|
ECH
|
||||||
|
dVPNs
|
||||||
|
dVPN
|
||||||
|
Pseudonymity
|
||||||
|
@Thorin-Oakenpants
|
||||||
|
DocumentsUI
|
||||||
|
CameraX
|
||||||
|
AFWall
|
||||||
|
AdAway
|
||||||
|
TrackerControl
|
||||||
|
loopback
|
||||||
|
Aptoide
|
||||||
|
APKPure
|
||||||
|
simple-gitlab
|
||||||
|
IzzyOnDroid
|
||||||
|
Gadgetbridge
|
||||||
|
tshark
|
||||||
|
systemd
|
||||||
|
systemd-resolved
|
||||||
|
EDNS
|
||||||
|
Chainalysis
|
||||||
|
BadExit
|
||||||
|
HSDir
|
||||||
|
deanonymizing
|
||||||
|
WebTunnel
|
||||||
|
Computerphile
|
||||||
|
namazso
|
||||||
|
HelloTux
|
||||||
|
wordmark
|
||||||
|
Bagnard
|
||||||
|
sublicensees
|
||||||
|
BurungHantu
|
||||||
|
privacytoolsIO
|
||||||
|
privacytools
|
||||||
|
trai
|
||||||
|
PrivacyGuides
|
||||||
|
@dngray
|
||||||
|
simple-youtube
|
||||||
|
simple-peertube
|
||||||
|
simple-bluesky
|
||||||
|
dngray
|
||||||
|
bsky
|
||||||
|
@freddy
|
||||||
|
Memoji
|
||||||
|
QuickType
|
||||||
|
Freeform
|
||||||
|
subprocessors
|
||||||
|
Schrems
|
||||||
|
Subprocessor
|
||||||
|
Subprocessors
|
||||||
|
Triplebit
|
||||||
|
Fediverse
|
||||||
|
Safing
|
||||||
|
YubiHSM
|
||||||
|
ykman
|
||||||
|
material-linux
|
||||||
|
yubico
|
||||||
|
material-microsoft-windows
|
||||||
|
HSMauth
|
||||||
|
PUK
|
||||||
|
TDES
|
||||||
|
ModHex
|
||||||
|
OATH-TOTPs
|
||||||
|
OATH-HOTP
|
||||||
|
OATH-HOTPs
|
||||||
|
MODHEX
|
||||||
|
HMAC-based
|
||||||
|
subkeys
|
||||||
|
subkey
|
||||||
|
keysize
|
||||||
|
Keygrip
|
||||||
|
tessera
|
||||||
|
Corbató
|
||||||
|
NordPass
|
||||||
|
Syncable
|
||||||
|
fontawesome-solid-glasses
|
||||||
|
CommonHealth
|
||||||
|
Euki
|
||||||
|
sympto-thermal
|
||||||
|
OsmAnd
|
||||||
|
Paaster
|
80
.vscode/ltex.hiddenFalsePositives.en-US.txt
vendored
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QImage Credit: Yipeng Lu\\E$"}
|
||||||
|
{"rule":"CLOSE_SCRUTINY","sentence":"^\\QThis technology can work using only 2D footage and doesn't even require close proximity or high resolution sensors like other forms of biometrics.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QCompanies like TypingDNA claim to be able to identify users by how they type.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QImage Credit: Alireza Bilesan, Saeed Behzadipour, Teppei Tsujita, Shunsuke Komizunai, and Atsushi Konno\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QImage Credit: Yousef, R.N., Khalil, A.T., Samra, A.S. et al.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QImage Credit: clockit.io\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QExample of finger minutiae including forks (where one line splits into multiple lines), ends (where a line ends), islands (isolated dots), and inclosures (lines that split into two and then reconnect)\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIllustration: Jonah Aragon / Privacy Guides | Photo: Jair Lázaro / Unsplash\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIllustration: Jonah Aragon / Privacy Guides | Photo: Koshu Kunii / Unsplash\\E$"}
|
||||||
|
{"rule":"COMMA_COMPOUND_SENTENCE","sentence":"^\\QYou should also make sure your mobile plan is topped up and you have enough mobile data prior to the event.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QA good rule of thumb is that unless a post from GrapheneOS is specifically talking about GrapheneOS-specific, privacy-related functionality and not about other projects/software/etc., it is probably off-topic here.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIn an interview with Gizmodo, Christopher Soghoian, Principal Technologist and Senior Policy Analyst at the American Civil Liberties Union said that, \"There are many Telegram users who think they are communicating in an end-to-end encrypted way, when they're not because they don't realize that they have to turn on an additional setting,\" he continued to say that while he's happy they offer the encryption, it's not useful if it's turned off.\\E$"}
|
||||||
|
{"rule":"ALL_MOST_SOME_OF_NOUN","sentence":"^\\QOpen source may be the most used phrase in all of privacy and security, and for good reason.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIllustration: Jordan Warne / Privacy Guides | Photo: Christin Hume / Unsplash\\E$"}
|
||||||
|
{"rule":"EN_UNPAIRED_BRACKETS","sentence":"^\\QIf you need to erase this history for safety but keep the document, you can go to \"File\" > \"Make a copy\", then go back to the original document with the history you need to erase, click on \"Access\", then \"Destroy\", then click again on \"Are you sure?\".\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QWe reached out to System1 CEO Ian Weingarten for an explanation.\\E$"}
|
||||||
|
{"rule":"IF_THERE","sentence":"^\\QIn an interview with TechCrunch, Wire CEO Morten Brøgger said of privacy laws: “We are in Switzerland, which has the best privacy laws in the world” — it's subject to Europe's General Data Protection Regulation framework (GDPR) on top of its own local laws — “and Wire now belongs to a new group holding, but there no change in control.” sic\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\Qadvancedbackgroundchecks.com :white_check_mark: Removed :white_check_mark: Removed\nbeenverified.com :white_check_mark: Removed :warning: Found\ncheckpeople.com :white_check_mark: Removed :white_check_mark: Removed\nclustrmaps.com :white_check_mark: Removed :white_check_mark: Removed\ndataveria.com :white_check_mark: Removed :white_check_mark: Removed\ngladiknow.com :white_check_mark: Removed :white_check_mark: Removed\ninfotracer.com :white_check_mark: Removed :warning: Found\nintelius.com* :warning: Found :warning: Found\npeekyou.com* :warning: Found :warning: Found\npublicdatausa.com^1 :white_check_mark: Removed :white_check_mark: Removed\nradaris.com :white_check_mark: Removed :white_check_mark: Removed\nspokeo.com :white_check_mark: Removed ::white_check_mark: Removed\nthatsthem.com :white_check_mark: Removed :white_check_mark: Removed\nusphonebook.com :white_check_mark: Removed :white_check_mark: Removed\nspyfly.com :white_check_mark: Removed :white_check_mark: Removed\nRemaining Results 13% 23%\\E$"}
|
||||||
|
{"rule":"WHITESPACE_RULE","sentence":"^\\QPerson A Person B\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QCalyxOS uses the default AOSP Scudo Malloc, which is generally less effective.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIllustration: Jonah Aragon / Privacy Guides | Photo: Aleksander Dumała / Pexels\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QDisable the option \"Anonymously report errors and usage statistics to balena.io\", then click \"OK\".\\E$"}
|
||||||
|
{"rule":"EN_UNPAIRED_BRACKETS","sentence":"^\\QThe button on the right is blue and labeled \"Flash!\".\\E$"}
|
||||||
|
{"rule":"PREPOSITION_VERB","sentence":"^\\QAdd a Receive action and set it to receive Images from Share Sheet\\E$"}
|
||||||
|
{"rule":"A_INFINITIVE","sentence":"^\\QWindows allows you to place files in a SendTo folder which then appear in the Send to context menu.\\E$"}
|
||||||
|
{"rule":"A_INFINITIVE","sentence":"^\\QRight-click a supported file and choose ExifTool.bat within the Send to context menu.\\E$"}
|
||||||
|
{"rule":"COMMA_COMPOUND_SENTENCE","sentence":"^\\QYour location data is not E2EE when your device is online and you use Find My iPhone remotely to locate your device.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QOther technologies that were disabled include WebGL, MathML, Gamepad API, Web Audio API, RTCDataChannel, and SVG Fonts.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QOnion Browser is an open-source app created by Mike Tigas, who has worked closely with Tor Project in the past and was previously an investigative journalist at ProPublica (he is currently an advisor at the FTC).\\E$"}
|
||||||
|
{"rule":"MISSING_COMMA_AFTER_INTRODUCTORY_PHRASE","sentence":"^\\QBesides leaving it blank for the default, it comes with three built-in user agent strings you can choose from, or you can enter your own.\\E$"}
|
||||||
|
{"rule":"COMMA_COMPOUND_SENTENCE_2","sentence":"^\\QStartpage CEO Robert Beens discusses the investment from Privacy One / System1\nWhat is Startpage's relationship with Privacy One/System1 and what does this mean for my privacy protections?\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QSelect :material-dots-vertical: > Settings > Privacy\n Turn off Show Calls in Recents\\E$"}
|
||||||
|
{"rule":"COMMA_COMPOUND_SENTENCE","sentence":"^\\QWhile this change makes sense from the perspective of making it so you cannot \"hold a number hostage\" as long as you keep checking in, it is particularly important for people who've used disposable phone numbers to know this.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QPhoto: ev / Unsplash\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QEnter the-company formerly-known-as-Facebook's rival to the birdsite: Threads.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QThreads' naffness won't stop its success.\\E$"}
|
||||||
|
{"rule":"EXTREME_ADJECTIVES","sentence":"^\\QIt feels really good.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QSam is an elearning designer and privacy advocate interested in free (libre) software and how it can protect civil liberties.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QThis article was originally published on my personal blog at samhowell.uk, on February 15th, 2019.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\Q:japanese_goblin:{ .lg .middle } Kevin Pham\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\Q2022: ISO/IEC 27001:2013^1 Compliance Certification by TÜV Rheinland InterCert Kft\n2021: Penetration Testing by Computest\nThis review assessed the security of the Tresorit web client, Android app, Windows app, and associated infrastructure.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\Q2022: ISO/IEC 27001:2013^1 Compliance Certification by TÜV Rheinland InterCert Kft\n2021: Penetration Testing by Computest\nThis review assessed the security of the Tresorit web client, Android app, Windows app, and associated infrastructure.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QFirefox sends data about your Firefox version and language; device operating system and hardware configuration; memory, basic information about crashes and errors; outcome of automated processes like updates, safebrowsing, and activation to us.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QNewPipe is a free and open-source Android application for YouTube, SoundCloud, media.ccc.de, Bandcamp, and PeerTube (1).\\E$"}
|
||||||
|
{"rule":"ADD_AN_ADDITIONAL","sentence":"^\\QThis setting adds an additional Adblock Plus list that may increase the effectiveness of Cromite's content blocking.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QUncheck the autoupdate setting\\E$"}
|
||||||
|
{"rule":"CLEAN_UP","sentence":"^\\QIf your device supports it, you can use the Clean Up feature to pixelate faces or remove objects from images.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QTurn off AutoPlay: Enabled\nDisallow Autoplay for nonvolume devices: Enabled\nSet the default behavior for AutoRun: Enabled\nDefault AutoRun Behavior: Do not execute any AutoRun commands\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QLorem ipsum dolor sit amet, consectetur adipiscing elit.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QNulla et euismod nulla.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QCurabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QThe name of the Subreddit is r/PrivacyGuides or the Privacy Guides Subreddit.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QTurn off Remove the XML declaration\nx Turn on Remove metadata\nx Turn on Remove comments\nx Turn on Embedded raster images\nx Turn on Enable viewboxing\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QSource: plainlanguage.gov\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QKathy McGinty offers tongue-in-cheek instructions for bulking up your simple, direct sentences:\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIn France, you can take a look at the Technopolice website maintained by the non-profit association La Quadrature du Net.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QFIDO (Fast IDentity Online)\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QThe entropy per word in a diceware passphrase is calculated as log 2 ( WordsInList )\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QTo calculate the amount of possible passphrases, all we have to do is WordsInList WordsInPhrase\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QThey ultimately paid two companies (Chainalysis and Integra Fec) a combined $1.25 million to further develop tools to do so.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QWe also especially thank our dedicated community moderation team on Matrix and our forum: Austin Huang, namazso, hik, riley, and Valynor.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QPortions of this notice itself were adopted from opensource.guide on GitHub.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\Qr/redditrequest is Reddit's way of making sure communities have active moderators and is part of the Moderator Code of Conduct.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIf you were removed as moderator from a Subreddit through Reddit request it is because your lack of response and lack of activity qualified the Subreddit for an r/redditrequest transfer.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIf you were removed as moderator from a subreddit through Reddit request it is because your lack of response and lack of activity qualified the subreddit for an r/redditrequest transfer.\\E$"}
|
||||||
|
{"rule":"IN_OR_WITH_REGARDS_TO_OF","sentence":"^\\QRetaliation from any moderator with regards to removal requests is disallowed.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QPhoto: Dimmis Vart / Unsplash\\E$"}
|
||||||
|
{"rule":"SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA","sentence":"^\\QFurther develop an individual story or line of coverage.\\E$"}
|
||||||
|
{"rule":"DOUBLE_PUNCTUATION","sentence":"^\\QOur readership is entitled to as much information as possible in order to judge the reliability of our sources themselves..\\E$"}
|
||||||
|
{"rule":"DOUBLE_PUNCTUATION","sentence":"^\\QOur contributors should always question the motives behind a source requesting anonymity..\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIllustration: Em / Privacy Guides | Photo: Edward Eyer / Pexels\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QOn February 7th this year, Joseph Menn reported from the Washington Post that officials in the United Kingdom had contacted Apple to demand the company allows them to access data from any iCloud user worldwide.\\E$"}
|
||||||
|
{"rule":"DO_VBZ","sentence":"^\\QDoes Privacy Guides sell my personal information?\\E$"}
|
||||||
|
{"rule":"DO_VBZ","sentence":"^\\QDoes Privacy Guides use personal information for marketing purposes?\\E$"}
|
||||||
|
{"rule":"DO_VBZ","sentence":"^\\QWhere does Privacy Guides store data about me?\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QPrivacy Guides relies on the European Commission's standard contractual clauses for international transfers(SCCs) to legally transfer personal data out of the European Economic Area.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QIllustration: Jordan / Privacy Guides | Photo: Gowtham AGM / Unsplash\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QThunder was used specifically because it was difficult for Germans to pronounce, since the English \"th\" sound doesn't exist in German.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QAllan Scherr, a Ph.D. researcher at MIT, wanted more time for his detailed simulations.\\E$"}
|
||||||
|
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QYou can test out passkeys at webauthn.io.\\E$"}
|
70
.vscode/settings.json
vendored
@ -20,7 +20,75 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"git.ignoreLimitWarning": true,
|
"git.ignoreLimitWarning": true,
|
||||||
"ltex.diagnosticSeverity": "hint",
|
"ltex.diagnosticSeverity": {
|
||||||
|
"COMMA_COMPOUND_SENTENCE": "information",
|
||||||
|
"COMMA_COMPOUND_SENTENCE_2": "information",
|
||||||
|
"MORFOLOGIK_RULE_EN_US": "warning",
|
||||||
|
"HE_VERB_AGR": "hint",
|
||||||
|
"WHETHER": "hint",
|
||||||
|
"MAKE_SINCE": "information",
|
||||||
|
"CLOSE_SCRUTINY": "information",
|
||||||
|
"EN_COMPOUNDS": "warning",
|
||||||
|
"ADMIT_ENJOY_VB": "hint",
|
||||||
|
"ABOUT_WHO_TO": "warning",
|
||||||
|
"MISSING_GENITIVE": "hint",
|
||||||
|
"ENGLISH_WORD_REPEAT_BEGINNING_RULE": "hint",
|
||||||
|
"EN_UNPAIRED_BRACKETS": "warning",
|
||||||
|
"MISSING_ARTICLE": "warning",
|
||||||
|
"SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA": "warning",
|
||||||
|
"CONDITIONAL_CLAUSE": "hint",
|
||||||
|
"DAMAGE_OF_TO": "hint",
|
||||||
|
"ETC_PERIOD": "warning",
|
||||||
|
"WHITESPACE_RULE": "hint",
|
||||||
|
"UPPERCASE_SENTENCE_START": "hint",
|
||||||
|
"LARGE_NUMBER_OF": "information",
|
||||||
|
"ENGLISH_WORD_REPEAT_RULE": "hint",
|
||||||
|
"SOME_OF_THE": "hint",
|
||||||
|
"IF_OF": "warning",
|
||||||
|
"THE_JJR_THE_MORE_COMMA": "warning",
|
||||||
|
"POSSESSIVE_APOSTROPHE": "hint",
|
||||||
|
"BY_DEFAULT_COMMA": "warning",
|
||||||
|
"ADVERB_WORD_ORDER": "hint",
|
||||||
|
"E_G": "warning",
|
||||||
|
"YOUR_RE": "warning",
|
||||||
|
"TOR_FOR": "hint",
|
||||||
|
"COMMA_PARENTHESIS_WHITESPACE": "hint",
|
||||||
|
"AGREEMENT_SENT_START": "hint",
|
||||||
|
"SETUP_VERB": "warning",
|
||||||
|
"MD_NO_VB": "warning",
|
||||||
|
"CLICK_HYPHEN": "information",
|
||||||
|
"NON3PRS_VERB": "hint",
|
||||||
|
"SENTENCE_WHITESPACE": "hint",
|
||||||
|
"BE_TO_VBG": "warning",
|
||||||
|
"I_NOT_JJ": "warning",
|
||||||
|
"PROFANITY": "hint",
|
||||||
|
"AD_ADD": "hint",
|
||||||
|
"THE_SUPERLATIVE": "hint",
|
||||||
|
"PLURAL_VERB_AFTER_THIS": "hint",
|
||||||
|
"LC_AFTER_PERIOD": "hint",
|
||||||
|
"PREPOSITION_VERB": "hint",
|
||||||
|
"OTHER_OTHERS": "hint",
|
||||||
|
"ON_THE_NOVEL": "hint",
|
||||||
|
"OUTSIDE_OF": "warning",
|
||||||
|
"UNLIKELY_OPENING_PUNCTUATION": "hint",
|
||||||
|
"SMALL_NUMBER_OF": "hint",
|
||||||
|
"A_UNCOUNTABLE": "information",
|
||||||
|
"AFFORD_VB": "hint",
|
||||||
|
"AN_INVITE": "hint",
|
||||||
|
"HAVE_PART_AGREEMENT": "hint",
|
||||||
|
"PHRASE_REPETITION": "hint",
|
||||||
|
"THIS_NNS_VB": "hint",
|
||||||
|
"NNS_IN_NNP_VBZ": "hint",
|
||||||
|
"APPLE_PRODUCTS": "warning",
|
||||||
|
"OVER_TIME": "hint",
|
||||||
|
"IN_THE_MOMENT": "hint",
|
||||||
|
"ARROWS": "hint",
|
||||||
|
"AUXILIARY_DO_WITH_INCORRECT_VERB_FORM": "hint",
|
||||||
|
"MISSING_COMMA_AFTER_YEAR": "hint",
|
||||||
|
"DO_VBZ": "hint",
|
||||||
|
"NOUN_AROUND_IT": "hint",
|
||||||
|
"default": "error"
|
||||||
|
},
|
||||||
"editor.unicodeHighlight.ambiguousCharacters": true,
|
"editor.unicodeHighlight.ambiguousCharacters": true,
|
||||||
"editor.unicodeHighlight.invisibleCharacters": true,
|
"editor.unicodeHighlight.invisibleCharacters": true,
|
||||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
|
||||||
|
501
Pipfile.lock
generated
@ -18,22 +18,34 @@
|
|||||||
"default": {
|
"default": {
|
||||||
"babel": {
|
"babel": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b",
|
"sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d",
|
||||||
"sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316"
|
"sha256:4d0b53093fdfb4b21c92b5213dba5a1b23885afa8383709427046b21c366e5f2"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==2.16.0"
|
"version": "==2.17.0"
|
||||||
|
},
|
||||||
|
"backrefs": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:2cab642a205ce966af3dd4b38ee36009b31fa9502a35fd61d59ccc116e40a6bd",
|
||||||
|
"sha256:2e1c15e4af0e12e45c8701bd5da0902d326b2e200cafcd25e49d9f06d44bb61b",
|
||||||
|
"sha256:a66851e4533fb5b371aa0628e1fee1af05135616b86140c9d787a2ffdf4b8fdc",
|
||||||
|
"sha256:bbef7169a33811080d67cdf1538c8289f76f0942ff971222a16034da88a73486",
|
||||||
|
"sha256:c67f6638a34a5b8730812f5101376f9d41dc38c43f1fdc35cb54700f6ed4465d",
|
||||||
|
"sha256:e3a63b073867dbefd0536425f43db618578528e3896fb77be7141328642a1585"
|
||||||
|
],
|
||||||
|
"markers": "python_version >= '3.9'",
|
||||||
|
"version": "==5.8"
|
||||||
},
|
},
|
||||||
"cachecontrol": {
|
"cachecontrol": {
|
||||||
"extras": [
|
"extras": [
|
||||||
"filecache"
|
"filecache"
|
||||||
],
|
],
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:7db1195b41c81f8274a7bbd97c956f44e8348265a1bc7641c37dfebc39f0c938",
|
"sha256:7d47d19f866409b98ff6025b6a0fca8e4c791fb31abbd95f622093894ce903a2",
|
||||||
"sha256:f5bf3f0620c38db2e5122c0726bdebb0d16869de966ea6a2befe92470b740ea0"
|
"sha256:ebad2091bf12d0d200dfc2464330db638c5deb41d546f6d7aca079e87290f3b0"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.7'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==0.14.0"
|
"version": "==0.14.2"
|
||||||
},
|
},
|
||||||
"cairocffi": {
|
"cairocffi": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -52,11 +64,11 @@
|
|||||||
},
|
},
|
||||||
"certifi": {
|
"certifi": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8",
|
"sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651",
|
||||||
"sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"
|
"sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==2024.8.30"
|
"version": "==2025.1.31"
|
||||||
},
|
},
|
||||||
"cffi": {
|
"cffi": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -133,122 +145,109 @@
|
|||||||
},
|
},
|
||||||
"charset-normalizer": {
|
"charset-normalizer": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:0099d79bdfcf5c1f0c2c72f91516702ebf8b0b8ddd8905f97a8aecf49712c621",
|
"sha256:0167ddc8ab6508fe81860a57dd472b2ef4060e8d378f0cc555707126830f2537",
|
||||||
"sha256:0713f3adb9d03d49d365b70b84775d0a0d18e4ab08d12bc46baa6132ba78aaf6",
|
"sha256:01732659ba9b5b873fc117534143e4feefecf3b2078b0a6a2e925271bb6f4cfa",
|
||||||
"sha256:07afec21bbbbf8a5cc3651aa96b980afe2526e7f048fdfb7f1014d84acc8b6d8",
|
"sha256:01ad647cdd609225c5350561d084b42ddf732f4eeefe6e678765636791e78b9a",
|
||||||
"sha256:0b309d1747110feb25d7ed6b01afdec269c647d382c857ef4663bbe6ad95a912",
|
"sha256:04432ad9479fa40ec0f387795ddad4437a2b50417c69fa275e212933519ff294",
|
||||||
"sha256:0d99dd8ff461990f12d6e42c7347fd9ab2532fb70e9621ba520f9e8637161d7c",
|
"sha256:0907f11d019260cdc3f94fbdb23ff9125f6b5d1039b76003b5b0ac9d6a6c9d5b",
|
||||||
"sha256:0de7b687289d3c1b3e8660d0741874abe7888100efe14bd0f9fd7141bcbda92b",
|
"sha256:0924e81d3d5e70f8126529951dac65c1010cdf117bb75eb02dd12339b57749dd",
|
||||||
"sha256:1110e22af8ca26b90bd6364fe4c763329b0ebf1ee213ba32b68c73de5752323d",
|
"sha256:09b26ae6b1abf0d27570633b2b078a2a20419c99d66fb2823173d73f188ce601",
|
||||||
"sha256:130272c698667a982a5d0e626851ceff662565379baf0ff2cc58067b81d4f11d",
|
"sha256:09b5e6733cbd160dcc09589227187e242a30a49ca5cefa5a7edd3f9d19ed53fd",
|
||||||
"sha256:136815f06a3ae311fae551c3df1f998a1ebd01ddd424aa5603a4336997629e95",
|
"sha256:0af291f4fe114be0280cdd29d533696a77b5b49cfde5467176ecab32353395c4",
|
||||||
"sha256:14215b71a762336254351b00ec720a8e85cada43b987da5a042e4ce3e82bd68e",
|
"sha256:0f55e69f030f7163dffe9fd0752b32f070566451afe180f99dbeeb81f511ad8d",
|
||||||
"sha256:1db4e7fefefd0f548d73e2e2e041f9df5c59e178b4c72fbac4cc6f535cfb1565",
|
"sha256:1a2bc9f351a75ef49d664206d51f8e5ede9da246602dc2d2726837620ea034b2",
|
||||||
"sha256:1ffd9493de4c922f2a38c2bf62b831dcec90ac673ed1ca182fe11b4d8e9f2a64",
|
"sha256:22e14b5d70560b8dd51ec22863f370d1e595ac3d024cb8ad7d308b4cd95f8313",
|
||||||
"sha256:2006769bd1640bdf4d5641c69a3d63b71b81445473cac5ded39740a226fa88ab",
|
"sha256:234ac59ea147c59ee4da87a0c0f098e9c8d169f4dc2a159ef720f1a61bbe27cd",
|
||||||
"sha256:20587d20f557fe189b7947d8e7ec5afa110ccf72a3128d61a2a387c3313f46be",
|
"sha256:2369eea1ee4a7610a860d88f268eb39b95cb588acd7235e02fd5a5601773d4fa",
|
||||||
"sha256:223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e",
|
"sha256:237bdbe6159cff53b4f24f397d43c6336c6b0b42affbe857970cefbb620911c8",
|
||||||
"sha256:27623ba66c183eca01bf9ff833875b459cad267aeeb044477fedac35e19ba907",
|
"sha256:28bf57629c75e810b6ae989f03c0828d64d6b26a5e205535585f96093e405ed1",
|
||||||
"sha256:285e96d9d53422efc0d7a17c60e59f37fbf3dfa942073f666db4ac71e8d726d0",
|
"sha256:2967f74ad52c3b98de4c3b32e1a44e32975e008a9cd2a8cc8966d6a5218c5cb2",
|
||||||
"sha256:2de62e8801ddfff069cd5c504ce3bc9672b23266597d4e4f50eda28846c322f2",
|
"sha256:2a75d49014d118e4198bcee5ee0a6f25856b29b12dbf7cd012791f8a6cc5c496",
|
||||||
"sha256:2f6c34da58ea9c1a9515621f4d9ac379871a8f21168ba1b5e09d74250de5ad62",
|
"sha256:2bdfe3ac2e1bbe5b59a1a63721eb3b95fc9b6817ae4a46debbb4e11f6232428d",
|
||||||
"sha256:309a7de0a0ff3040acaebb35ec45d18db4b28232f21998851cfa709eeff49d62",
|
"sha256:2d074908e1aecee37a7635990b2c6d504cd4766c7bc9fc86d63f9c09af3fa11b",
|
||||||
"sha256:35c404d74c2926d0287fbd63ed5d27eb911eb9e4a3bb2c6d294f3cfd4a9e0c23",
|
"sha256:2fb9bd477fdea8684f78791a6de97a953c51831ee2981f8e4f583ff3b9d9687e",
|
||||||
"sha256:3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc",
|
"sha256:311f30128d7d333eebd7896965bfcfbd0065f1716ec92bd5638d7748eb6f936a",
|
||||||
"sha256:3d59d125ffbd6d552765510e3f31ed75ebac2c7470c7274195b9161a32350284",
|
"sha256:329ce159e82018d646c7ac45b01a430369d526569ec08516081727a20e9e4af4",
|
||||||
"sha256:40d3ff7fc90b98c637bda91c89d51264a3dcf210cade3a2c6f838c7268d7a4ca",
|
"sha256:345b0426edd4e18138d6528aed636de7a9ed169b4aaf9d61a8c19e39d26838ca",
|
||||||
"sha256:425c5f215d0eecee9a56cdb703203dda90423247421bf0d67125add85d0c4455",
|
"sha256:363e2f92b0f0174b2f8238240a1a30142e3db7b957a5dd5689b0e75fb717cc78",
|
||||||
"sha256:43193c5cda5d612f247172016c4bb71251c784d7a4d9314677186a838ad34858",
|
"sha256:3a3bd0dcd373514dcec91c411ddb9632c0d7d92aed7093b8c3bbb6d69ca74408",
|
||||||
"sha256:44aeb140295a2f0659e113b31cfe92c9061622cadbc9e2a2f7b8ef6b1e29ef4b",
|
"sha256:3bed14e9c89dcb10e8f3a29f9ccac4955aebe93c71ae803af79265c9ca5644c5",
|
||||||
"sha256:47334db71978b23ebcf3c0f9f5ee98b8d65992b65c9c4f2d34c2eaf5bcaf0594",
|
"sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3",
|
||||||
"sha256:4796efc4faf6b53a18e3d46343535caed491776a22af773f366534056c4e1fbc",
|
"sha256:44ecbf16649486d4aebafeaa7ec4c9fed8b88101f4dd612dcaf65d5e815f837f",
|
||||||
"sha256:4a51b48f42d9358460b78725283f04bddaf44a9358197b889657deba38f329db",
|
"sha256:4532bff1b8421fd0a320463030c7520f56a79c9024a4e88f01c537316019005a",
|
||||||
"sha256:4b67fdab07fdd3c10bb21edab3cbfe8cf5696f453afce75d815d9d7223fbe88b",
|
"sha256:49402233c892a461407c512a19435d1ce275543138294f7ef013f0b63d5d3765",
|
||||||
"sha256:4ec9dd88a5b71abfc74e9df5ebe7921c35cbb3b641181a531ca65cdb5e8e4dea",
|
"sha256:4c0907b1928a36d5a998d72d64d8eaa7244989f7aaaf947500d3a800c83a3fd6",
|
||||||
"sha256:4f9fc98dad6c2eaa32fc3af1417d95b5e3d08aff968df0cd320066def971f9a6",
|
"sha256:4d86f7aff21ee58f26dcf5ae81a9addbd914115cdebcbb2217e4f0ed8982e146",
|
||||||
"sha256:54b6a92d009cbe2fb11054ba694bc9e284dad30a26757b1e372a1fdddaf21920",
|
"sha256:5777ee0881f9499ed0f71cc82cf873d9a0ca8af166dfa0af8ec4e675b7df48e6",
|
||||||
"sha256:55f56e2ebd4e3bc50442fbc0888c9d8c94e4e06a933804e2af3e89e2f9c1c749",
|
"sha256:5df196eb874dae23dcfb968c83d4f8fdccb333330fe1fc278ac5ceeb101003a9",
|
||||||
"sha256:5726cf76c982532c1863fb64d8c6dd0e4c90b6ece9feb06c9f202417a31f7dd7",
|
"sha256:619a609aa74ae43d90ed2e89bdd784765de0a25ca761b93e196d938b8fd1dbbd",
|
||||||
"sha256:5d447056e2ca60382d460a604b6302d8db69476fd2015c81e7c35417cfabe4cd",
|
"sha256:6e27f48bcd0957c6d4cb9d6fa6b61d192d0b13d5ef563e5f2ae35feafc0d179c",
|
||||||
"sha256:5ed2e36c3e9b4f21dd9422f6893dec0abf2cca553af509b10cd630f878d3eb99",
|
"sha256:6ff8a4a60c227ad87030d76e99cd1698345d4491638dfa6673027c48b3cd395f",
|
||||||
"sha256:5ff2ed8194587faf56555927b3aa10e6fb69d931e33953943bc4f837dfee2242",
|
"sha256:73d94b58ec7fecbc7366247d3b0b10a21681004153238750bb67bd9012414545",
|
||||||
"sha256:62f60aebecfc7f4b82e3f639a7d1433a20ec32824db2199a11ad4f5e146ef5ee",
|
"sha256:7461baadb4dc00fd9e0acbe254e3d7d2112e7f92ced2adc96e54ef6501c5f176",
|
||||||
"sha256:63bc5c4ae26e4bc6be6469943b8253c0fd4e4186c43ad46e713ea61a0ba49129",
|
"sha256:75832c08354f595c760a804588b9357d34ec00ba1c940c15e31e96d902093770",
|
||||||
"sha256:6b40e8d38afe634559e398cc32b1472f376a4099c75fe6299ae607e404c033b2",
|
"sha256:7709f51f5f7c853f0fb938bcd3bc59cdfdc5203635ffd18bf354f6967ea0f824",
|
||||||
"sha256:6b493a043635eb376e50eedf7818f2f322eabbaa974e948bd8bdd29eb7ef2a51",
|
"sha256:78baa6d91634dfb69ec52a463534bc0df05dbd546209b79a3880a34487f4b84f",
|
||||||
"sha256:6dba5d19c4dfab08e58d5b36304b3f92f3bd5d42c1a3fa37b5ba5cdf6dfcbcee",
|
"sha256:7974a0b5ecd505609e3b19742b60cee7aa2aa2fb3151bc917e6e2646d7667dcf",
|
||||||
"sha256:6fd30dc99682dc2c603c2b315bded2799019cea829f8bf57dc6b61efde6611c8",
|
"sha256:7a4f97a081603d2050bfaffdefa5b02a9ec823f8348a572e39032caa8404a487",
|
||||||
"sha256:707b82d19e65c9bd28b81dde95249b07bf9f5b90ebe1ef17d9b57473f8a64b7b",
|
"sha256:7b1bef6280950ee6c177b326508f86cad7ad4dff12454483b51d8b7d673a2c5d",
|
||||||
"sha256:7706f5850360ac01d80c89bcef1640683cc12ed87f42579dab6c5d3ed6888613",
|
"sha256:7d053096f67cd1241601111b698f5cad775f97ab25d81567d3f59219b5f1adbd",
|
||||||
"sha256:7782afc9b6b42200f7362858f9e73b1f8316afb276d316336c0ec3bd73312742",
|
"sha256:804a4d582ba6e5b747c625bf1255e6b1507465494a40a2130978bda7b932c90b",
|
||||||
"sha256:79983512b108e4a164b9c8d34de3992f76d48cadc9554c9e60b43f308988aabe",
|
"sha256:807f52c1f798eef6cf26beb819eeb8819b1622ddfeef9d0977a8502d4db6d534",
|
||||||
"sha256:7f683ddc7eedd742e2889d2bfb96d69573fde1d92fcb811979cdb7165bb9c7d3",
|
"sha256:80ed5e856eb7f30115aaf94e4a08114ccc8813e6ed1b5efa74f9f82e8509858f",
|
||||||
"sha256:82357d85de703176b5587dbe6ade8ff67f9f69a41c0733cf2425378b49954de5",
|
"sha256:8417cb1f36cc0bc7eaba8ccb0e04d55f0ee52df06df3ad55259b9a323555fc8b",
|
||||||
"sha256:84450ba661fb96e9fd67629b93d2941c871ca86fc38d835d19d4225ff946a631",
|
"sha256:8436c508b408b82d87dc5f62496973a1805cd46727c34440b0d29d8a2f50a6c9",
|
||||||
"sha256:86f4e8cca779080f66ff4f191a685ced73d2f72d50216f7112185dc02b90b9b7",
|
"sha256:89149166622f4db9b4b6a449256291dc87a99ee53151c74cbd82a53c8c2f6ccd",
|
||||||
"sha256:8cda06946eac330cbe6598f77bb54e690b4ca93f593dee1568ad22b04f347c15",
|
"sha256:8bfa33f4f2672964266e940dd22a195989ba31669bd84629f05fab3ef4e2d125",
|
||||||
"sha256:8ce7fd6767a1cc5a92a639b391891bf1c268b03ec7e021c7d6d902285259685c",
|
"sha256:8c60ca7339acd497a55b0ea5d506b2a2612afb2826560416f6894e8b5770d4a9",
|
||||||
"sha256:8ff4e7cdfdb1ab5698e675ca622e72d58a6fa2a8aa58195de0c0061288e6e3ea",
|
"sha256:91b36a978b5ae0ee86c394f5a54d6ef44db1de0815eb43de826d41d21e4af3de",
|
||||||
"sha256:9289fd5dddcf57bab41d044f1756550f9e7cf0c8e373b8cdf0ce8773dc4bd417",
|
"sha256:955f8851919303c92343d2f66165294848d57e9bba6cf6e3625485a70a038d11",
|
||||||
"sha256:92a7e36b000bf022ef3dbb9c46bfe2d52c047d5e3f3343f43204263c5addc250",
|
"sha256:97f68b8d6831127e4787ad15e6757232e14e12060bec17091b85eb1486b91d8d",
|
||||||
"sha256:92db3c28b5b2a273346bebb24857fda45601aef6ae1c011c0a997106581e8a88",
|
"sha256:9b23ca7ef998bc739bf6ffc077c2116917eabcc901f88da1b9856b210ef63f35",
|
||||||
"sha256:95c3c157765b031331dd4db3c775e58deaee050a3042fcad72cbc4189d7c8dca",
|
"sha256:9f0b8b1c6d84c8034a44893aba5e767bf9c7a211e313a9605d9c617d7083829f",
|
||||||
"sha256:980b4f289d1d90ca5efcf07958d3eb38ed9c0b7676bf2831a54d4f66f9c27dfa",
|
"sha256:aabfa34badd18f1da5ec1bc2715cadc8dca465868a4e73a0173466b688f29dda",
|
||||||
"sha256:9ae4ef0b3f6b41bad6366fb0ea4fc1d7ed051528e113a60fa2a65a9abb5b1d99",
|
"sha256:ab36c8eb7e454e34e60eb55ca5d241a5d18b2c6244f6827a30e451c42410b5f7",
|
||||||
"sha256:9c98230f5042f4945f957d006edccc2af1e03ed5e37ce7c373f00a5a4daa6149",
|
"sha256:b010a7a4fd316c3c484d482922d13044979e78d1861f0e0650423144c616a46a",
|
||||||
"sha256:9fa2566ca27d67c86569e8c85297aaf413ffab85a8960500f12ea34ff98e4c41",
|
"sha256:b1ac5992a838106edb89654e0aebfc24f5848ae2547d22c2c3f66454daa11971",
|
||||||
"sha256:a14969b8691f7998e74663b77b4c36c0337cb1df552da83d5c9004a93afdb574",
|
"sha256:b7b2d86dd06bfc2ade3312a83a5c364c7ec2e3498f8734282c6c3d4b07b346b8",
|
||||||
"sha256:a8aacce6e2e1edcb6ac625fb0f8c3a9570ccc7bfba1f63419b3769ccf6a00ed0",
|
"sha256:b97e690a2118911e39b4042088092771b4ae3fc3aa86518f84b8cf6888dbdb41",
|
||||||
"sha256:a8e538f46104c815be19c975572d74afb53f29650ea2025bbfaef359d2de2f7f",
|
"sha256:bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d",
|
||||||
"sha256:aa41e526a5d4a9dfcfbab0716c7e8a1b215abd3f3df5a45cf18a12721d31cb5d",
|
"sha256:c0429126cf75e16c4f0ad00ee0eae4242dc652290f940152ca8c75c3a4b6ee8f",
|
||||||
"sha256:aa693779a8b50cd97570e5a0f343538a8dbd3e496fa5dcb87e29406ad0299654",
|
"sha256:c30197aa96e8eed02200a83fba2657b4c3acd0f0aa4bdc9f6c1af8e8962e0757",
|
||||||
"sha256:ab22fbd9765e6954bc0bcff24c25ff71dcbfdb185fcdaca49e81bac68fe724d3",
|
"sha256:c4c3e6da02df6fa1410a7680bd3f63d4f710232d3139089536310d027950696a",
|
||||||
"sha256:ab2e5bef076f5a235c3774b4f4028a680432cded7cad37bba0fd90d64b187d19",
|
"sha256:c75cb2a3e389853835e84a2d8fb2b81a10645b503eca9bcb98df6b5a43eb8886",
|
||||||
"sha256:ab973df98fc99ab39080bfb0eb3a925181454d7c3ac8a1e695fddfae696d9e90",
|
"sha256:c96836c97b1238e9c9e3fe90844c947d5afbf4f4c92762679acfe19927d81d77",
|
||||||
"sha256:af73657b7a68211996527dbfeffbb0864e043d270580c5aef06dc4b659a4b578",
|
"sha256:d7f50a1f8c450f3925cb367d011448c39239bb3eb4117c36a6d354794de4ce76",
|
||||||
"sha256:b197e7094f232959f8f20541ead1d9862ac5ebea1d58e9849c1bf979255dfac9",
|
"sha256:d973f03c0cb71c5ed99037b870f2be986c3c05e63622c017ea9816881d2dd247",
|
||||||
"sha256:b295729485b06c1a0683af02a9e42d2caa9db04a373dc38a6a58cdd1e8abddf1",
|
"sha256:d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85",
|
||||||
"sha256:b8831399554b92b72af5932cdbbd4ddc55c55f631bb13ff8fe4e6536a06c5c51",
|
"sha256:d9c3cdf5390dcd29aa8056d13e8e99526cda0305acc038b96b30352aff5ff2bb",
|
||||||
"sha256:b8dcd239c743aa2f9c22ce674a145e0a25cb1566c495928440a181ca1ccf6719",
|
"sha256:dad3e487649f498dd991eeb901125411559b22e8d7ab25d3aeb1af367df5efd7",
|
||||||
"sha256:bcb4f8ea87d03bc51ad04add8ceaf9b0f085ac045ab4d74e73bbc2dc033f0236",
|
"sha256:dccbe65bd2f7f7ec22c4ff99ed56faa1e9f785482b9bbd7c717e26fd723a1d1e",
|
||||||
"sha256:bd7af3717683bea4c87acd8c0d3d5b44d56120b26fd3f8a692bdd2d5260c620a",
|
"sha256:dd78cfcda14a1ef52584dbb008f7ac81c1328c0f58184bf9a84c49c605002da6",
|
||||||
"sha256:bf4475b82be41b07cc5e5ff94810e6a01f276e37c2d55571e3fe175e467a1a1c",
|
"sha256:e218488cd232553829be0664c2292d3af2eeeb94b32bea483cf79ac6a694e037",
|
||||||
"sha256:c3e446d253bd88f6377260d07c895816ebf33ffffd56c1c792b13bff9c3e1ade",
|
"sha256:e358e64305fe12299a08e08978f51fc21fac060dcfcddd95453eabe5b93ed0e1",
|
||||||
"sha256:c57516e58fd17d03ebe67e181a4e4e2ccab1168f8c2976c6a334d4f819fe5944",
|
"sha256:ea0d8d539afa5eb2728aa1932a988a9a7af94f18582ffae4bc10b3fbdad0626e",
|
||||||
"sha256:c94057af19bc953643a33581844649a7fdab902624d2eb739738a30e2b3e60fc",
|
"sha256:eab677309cdb30d047996b36d34caeda1dc91149e4fdca0b1a039b3f79d9a807",
|
||||||
"sha256:cab5d0b79d987c67f3b9e9c53f54a61360422a5a0bc075f43cab5621d530c3b6",
|
"sha256:eb8178fe3dba6450a3e024e95ac49ed3400e506fd4e9e5c32d30adda88cbd407",
|
||||||
"sha256:ce031db0408e487fd2775d745ce30a7cd2923667cf3b69d48d219f1d8f5ddeb6",
|
"sha256:ecddf25bee22fe4fe3737a399d0d177d72bc22be6913acfab364b40bce1ba83c",
|
||||||
"sha256:cee4373f4d3ad28f1ab6290684d8e2ebdb9e7a1b74fdc39e4c211995f77bec27",
|
"sha256:eea6ee1db730b3483adf394ea72f808b6e18cf3cb6454b4d86e04fa8c4327a12",
|
||||||
"sha256:d5b054862739d276e09928de37c79ddeec42a6e1bfc55863be96a36ba22926f6",
|
"sha256:f08ff5e948271dc7e18a35641d2f11a4cd8dfd5634f55228b691e62b37125eb3",
|
||||||
"sha256:dbe03226baf438ac4fda9e2d0715022fd579cb641c4cf639fa40d53b2fe6f3e2",
|
"sha256:f30bf9fd9be89ecb2360c7d94a711f00c09b976258846efe40db3d05828e8089",
|
||||||
"sha256:dc15e99b2d8a656f8e666854404f1ba54765871104e50c8e9813af8a7db07f12",
|
"sha256:fa88b843d6e211393a37219e6a1c1df99d35e8fd90446f1118f4216e307e48cd",
|
||||||
"sha256:dcaf7c1524c0542ee2fc82cc8ec337f7a9f7edee2532421ab200d2b920fc97cf",
|
"sha256:fc54db6c8593ef7d4b2a331b58653356cf04f67c960f584edb7c3d8c97e8f39e",
|
||||||
"sha256:dd4eda173a9fcccb5f2e2bd2a9f423d180194b1bf17cf59e3269899235b2a114",
|
"sha256:fd4ec41f914fa74ad1b8304bbc634b3de73d2a0889bd32076342a573e0779e00",
|
||||||
"sha256:dd9a8bd8900e65504a305bf8ae6fa9fbc66de94178c420791d0293702fce2df7",
|
"sha256:ffc9202a29ab3920fa812879e95a9e78b2465fd10be7fcbd042899695d75e616"
|
||||||
"sha256:de7376c29d95d6719048c194a9cf1a1b0393fbe8488a22008610b0361d834ecf",
|
|
||||||
"sha256:e7fdd52961feb4c96507aa649550ec2a0d527c086d284749b2f582f2d40a2e0d",
|
|
||||||
"sha256:e91f541a85298cf35433bf66f3fab2a4a2cff05c127eeca4af174f6d497f0d4b",
|
|
||||||
"sha256:e9e3c4c9e1ed40ea53acf11e2a386383c3304212c965773704e4603d589343ed",
|
|
||||||
"sha256:ee803480535c44e7f5ad00788526da7d85525cfefaf8acf8ab9a310000be4b03",
|
|
||||||
"sha256:f09cb5a7bbe1ecae6e87901a2eb23e0256bb524a79ccc53eb0b7629fbe7677c4",
|
|
||||||
"sha256:f19c1585933c82098c2a520f8ec1227f20e339e33aca8fa6f956f6691b784e67",
|
|
||||||
"sha256:f1a2f519ae173b5b6a2c9d5fa3116ce16e48b3462c8b96dfdded11055e3d6365",
|
|
||||||
"sha256:f28f891ccd15c514a0981f3b9db9aa23d62fe1a99997512b0491d2ed323d229a",
|
|
||||||
"sha256:f3e73a4255342d4eb26ef6df01e3962e73aa29baa3124a8e824c5d3364a65748",
|
|
||||||
"sha256:f606a1881d2663630ea5b8ce2efe2111740df4b687bd78b34a8131baa007f79b",
|
|
||||||
"sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079",
|
|
||||||
"sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482"
|
|
||||||
],
|
],
|
||||||
"markers": "python_full_version >= '3.7.0'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==3.4.0"
|
"version": "==3.4.1"
|
||||||
},
|
},
|
||||||
"click": {
|
"click": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28",
|
"sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2",
|
||||||
"sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"
|
"sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.7'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==8.1.7"
|
"version": "==8.1.8"
|
||||||
},
|
},
|
||||||
"colorama": {
|
"colorama": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -260,11 +259,11 @@
|
|||||||
},
|
},
|
||||||
"cssselect2": {
|
"cssselect2": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:1ccd984dab89fc68955043aca4e1b03e0cf29cad9880f6e28e3ba7a74b14aa5a",
|
"sha256:46fc70ebc41ced7a32cd42d58b1884d72ade23d21e5a4eaaf022401c13f0e76e",
|
||||||
"sha256:fd23a65bfd444595913f02fc71f6b286c29261e354c41d722ca7a261a49b5969"
|
"sha256:7674ffb954a3b46162392aee2a3a0aedb2e14ecf99fcc28644900f4e6e3e9d3a"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.7'",
|
"markers": "python_version >= '3.9'",
|
||||||
"version": "==0.7.0"
|
"version": "==0.8.0"
|
||||||
},
|
},
|
||||||
"defusedxml": {
|
"defusedxml": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -276,10 +275,10 @@
|
|||||||
},
|
},
|
||||||
"filelock": {
|
"filelock": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0",
|
"sha256:533dc2f7ba78dc2f0f531fc6c4940addf7b70a481e269a5a3b93be94ffbe8338",
|
||||||
"sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435"
|
"sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e"
|
||||||
],
|
],
|
||||||
"version": "==3.16.1"
|
"version": "==3.17.0"
|
||||||
},
|
},
|
||||||
"ghp-import": {
|
"ghp-import": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -290,19 +289,19 @@
|
|||||||
},
|
},
|
||||||
"gitdb": {
|
"gitdb": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4",
|
"sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571",
|
||||||
"sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b"
|
"sha256:67073e15955400952c6565cc3e707c554a4eea2e428946f7a4c162fab9bd9bcf"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.7'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==4.0.11"
|
"version": "==4.0.12"
|
||||||
},
|
},
|
||||||
"gitpython": {
|
"gitpython": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c",
|
"sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110",
|
||||||
"sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff"
|
"sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.7'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==3.1.43"
|
"version": "==3.1.44"
|
||||||
},
|
},
|
||||||
"hjson": {
|
"hjson": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -328,11 +327,11 @@
|
|||||||
},
|
},
|
||||||
"jinja2": {
|
"jinja2": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369",
|
"sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d",
|
||||||
"sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"
|
"sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.7'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==3.1.4"
|
"version": "==3.1.6"
|
||||||
},
|
},
|
||||||
"markdown": {
|
"markdown": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -435,21 +434,21 @@
|
|||||||
},
|
},
|
||||||
"mkdocs-git-authors-plugin": {
|
"mkdocs-git-authors-plugin": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:60b291603479c765c3ca49fc4bda88a58989d9703c5e396fa1e81ae7de8a2836",
|
"sha256:77f97c321e08a8757beb866293eb257070b11cd5a080976bc6696b249cbade4f",
|
||||||
"sha256:b719fdab2199dc1633c4f69296ac66ec4adb6365ddd998409aefc87b1d2790ac"
|
"sha256:f6cefc4dc832865d26f7f9f944c0a8c7dc852742d79320f3800e0d97814e2a84"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==0.9.1"
|
"version": "==0.9.2"
|
||||||
},
|
},
|
||||||
"mkdocs-git-revision-date-localized-plugin": {
|
"mkdocs-git-revision-date-localized-plugin": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:439e2f14582204050a664c258861c325064d97cdc848c541e48bb034a6c4d0cb",
|
"sha256:364d7c4c45c4f333c750e34bc298ac685a7a8bf9b7b52890d52b2f90f1812c4b",
|
||||||
"sha256:c99377ee119372d57a9e47cff4e68f04cce634a74831c06bc89b33e456e840a1"
|
"sha256:bb1eca7f156e0c8a587167662923d76efed7f7e0c06b84471aa5ae72a744a434"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==1.3.0"
|
"version": "==1.4.1"
|
||||||
},
|
},
|
||||||
"mkdocs-glightbox": {
|
"mkdocs-glightbox": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -485,12 +484,12 @@
|
|||||||
},
|
},
|
||||||
"mkdocs-rss-plugin": {
|
"mkdocs-rss-plugin": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:be66b11300f1e951d3393ce8da60ca6d730108f731434cc256670b3b8e0cffb3",
|
"sha256:9371d30afb0eda7288c946a89b419aa7a0b8e212d2219584c2dbd23ece93a991",
|
||||||
"sha256:f0e275c933be69a77ee7af92256d88e2969e10c36c5ee1ecdb663a4ea4aa08ea"
|
"sha256:ff81f0ece33befd5a0152c196132e15eb93b4b9f7f53644c6d3db8e9a529e186"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"markers": "python_version >= '3.9' and python_version < '4'",
|
"markers": "python_version >= '3.9' and python_version < '4'",
|
||||||
"version": "==1.16.0"
|
"version": "==1.17.1"
|
||||||
},
|
},
|
||||||
"msgpack": {
|
"msgpack": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -564,11 +563,11 @@
|
|||||||
},
|
},
|
||||||
"packaging": {
|
"packaging": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002",
|
"sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759",
|
||||||
"sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"
|
"sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==24.1"
|
"version": "==24.2"
|
||||||
},
|
},
|
||||||
"paginate": {
|
"paginate": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -688,19 +687,19 @@
|
|||||||
},
|
},
|
||||||
"pygments": {
|
"pygments": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199",
|
"sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f",
|
||||||
"sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"
|
"sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==2.18.0"
|
"version": "==2.19.1"
|
||||||
},
|
},
|
||||||
"pymdown-extensions": {
|
"pymdown-extensions": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:41cdde0a77290e480cf53892f5c5e50921a7ee3e5cd60ba91bf19837b33badcf",
|
"sha256:05e0bee73d64b9c71a4ae17c72abc2f700e8bc8403755a00580b49a4e9f189e9",
|
||||||
"sha256:bc8847ecc9e784a098efd35e20cba772bc5a1b529dfcef9dc1972db9021a1049"
|
"sha256:41e576ce3f5d650be59e900e4ceff231e0aed2a88cf30acaee41e02f063a061b"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.8'",
|
||||||
"version": "==10.11.2"
|
"version": "==10.14.3"
|
||||||
},
|
},
|
||||||
"python-dateutil": {
|
"python-dateutil": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -712,11 +711,11 @@
|
|||||||
},
|
},
|
||||||
"pytz": {
|
"pytz": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a",
|
"sha256:89dd22dca55b46eac6eda23b2d72721bf1bdfef212645d81513ef5d03038de57",
|
||||||
"sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"
|
"sha256:c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"
|
||||||
],
|
],
|
||||||
"markers": "python_version < '3.9'",
|
"markers": "python_version < '3.9'",
|
||||||
"version": "==2024.2"
|
"version": "==2025.1"
|
||||||
},
|
},
|
||||||
"pyyaml": {
|
"pyyaml": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -785,106 +784,6 @@
|
|||||||
"markers": "python_version >= '3.6'",
|
"markers": "python_version >= '3.6'",
|
||||||
"version": "==0.1"
|
"version": "==0.1"
|
||||||
},
|
},
|
||||||
"regex": {
|
|
||||||
"hashes": [
|
|
||||||
"sha256:01c2acb51f8a7d6494c8c5eafe3d8e06d76563d8a8a4643b37e9b2dd8a2ff623",
|
|
||||||
"sha256:02087ea0a03b4af1ed6ebab2c54d7118127fee8d71b26398e8e4b05b78963199",
|
|
||||||
"sha256:040562757795eeea356394a7fb13076ad4f99d3c62ab0f8bdfb21f99a1f85664",
|
|
||||||
"sha256:042c55879cfeb21a8adacc84ea347721d3d83a159da6acdf1116859e2427c43f",
|
|
||||||
"sha256:079400a8269544b955ffa9e31f186f01d96829110a3bf79dc338e9910f794fca",
|
|
||||||
"sha256:07f45f287469039ffc2c53caf6803cd506eb5f5f637f1d4acb37a738f71dd066",
|
|
||||||
"sha256:09d77559e80dcc9d24570da3745ab859a9cf91953062e4ab126ba9d5993688ca",
|
|
||||||
"sha256:0cbff728659ce4bbf4c30b2a1be040faafaa9eca6ecde40aaff86f7889f4ab39",
|
|
||||||
"sha256:0e12c481ad92d129c78f13a2a3662317e46ee7ef96c94fd332e1c29131875b7d",
|
|
||||||
"sha256:0ea51dcc0835eea2ea31d66456210a4e01a076d820e9039b04ae8d17ac11dee6",
|
|
||||||
"sha256:0ffbcf9221e04502fc35e54d1ce9567541979c3fdfb93d2c554f0ca583a19b35",
|
|
||||||
"sha256:1494fa8725c285a81d01dc8c06b55287a1ee5e0e382d8413adc0a9197aac6408",
|
|
||||||
"sha256:16e13a7929791ac1216afde26f712802e3df7bf0360b32e4914dca3ab8baeea5",
|
|
||||||
"sha256:18406efb2f5a0e57e3a5881cd9354c1512d3bb4f5c45d96d110a66114d84d23a",
|
|
||||||
"sha256:18e707ce6c92d7282dfce370cd205098384b8ee21544e7cb29b8aab955b66fa9",
|
|
||||||
"sha256:220e92a30b426daf23bb67a7962900ed4613589bab80382be09b48896d211e92",
|
|
||||||
"sha256:23b30c62d0f16827f2ae9f2bb87619bc4fba2044911e2e6c2eb1af0161cdb766",
|
|
||||||
"sha256:23f9985c8784e544d53fc2930fc1ac1a7319f5d5332d228437acc9f418f2f168",
|
|
||||||
"sha256:297f54910247508e6e5cae669f2bc308985c60540a4edd1c77203ef19bfa63ca",
|
|
||||||
"sha256:2b08fce89fbd45664d3df6ad93e554b6c16933ffa9d55cb7e01182baaf971508",
|
|
||||||
"sha256:2cce2449e5927a0bf084d346da6cd5eb016b2beca10d0013ab50e3c226ffc0df",
|
|
||||||
"sha256:313ea15e5ff2a8cbbad96ccef6be638393041b0a7863183c2d31e0c6116688cf",
|
|
||||||
"sha256:323c1f04be6b2968944d730e5c2091c8c89767903ecaa135203eec4565ed2b2b",
|
|
||||||
"sha256:35f4a6f96aa6cb3f2f7247027b07b15a374f0d5b912c0001418d1d55024d5cb4",
|
|
||||||
"sha256:3b37fa423beefa44919e009745ccbf353d8c981516e807995b2bd11c2c77d268",
|
|
||||||
"sha256:3ce4f1185db3fbde8ed8aa223fc9620f276c58de8b0d4f8cc86fd1360829edb6",
|
|
||||||
"sha256:46989629904bad940bbec2106528140a218b4a36bb3042d8406980be1941429c",
|
|
||||||
"sha256:4838e24ee015101d9f901988001038f7f0d90dc0c3b115541a1365fb439add62",
|
|
||||||
"sha256:49b0e06786ea663f933f3710a51e9385ce0cba0ea56b67107fd841a55d56a231",
|
|
||||||
"sha256:4db21ece84dfeefc5d8a3863f101995de646c6cb0536952c321a2650aa202c36",
|
|
||||||
"sha256:54c4a097b8bc5bb0dfc83ae498061d53ad7b5762e00f4adaa23bee22b012e6ba",
|
|
||||||
"sha256:54d9ff35d4515debf14bc27f1e3b38bfc453eff3220f5bce159642fa762fe5d4",
|
|
||||||
"sha256:55b96e7ce3a69a8449a66984c268062fbaa0d8ae437b285428e12797baefce7e",
|
|
||||||
"sha256:57fdd2e0b2694ce6fc2e5ccf189789c3e2962916fb38779d3e3521ff8fe7a822",
|
|
||||||
"sha256:587d4af3979376652010e400accc30404e6c16b7df574048ab1f581af82065e4",
|
|
||||||
"sha256:5b513b6997a0b2f10e4fd3a1313568e373926e8c252bd76c960f96fd039cd28d",
|
|
||||||
"sha256:5ddcd9a179c0a6fa8add279a4444015acddcd7f232a49071ae57fa6e278f1f71",
|
|
||||||
"sha256:6113c008a7780792efc80f9dfe10ba0cd043cbf8dc9a76ef757850f51b4edc50",
|
|
||||||
"sha256:635a1d96665f84b292e401c3d62775851aedc31d4f8784117b3c68c4fcd4118d",
|
|
||||||
"sha256:64ce2799bd75039b480cc0360907c4fb2f50022f030bf9e7a8705b636e408fad",
|
|
||||||
"sha256:69dee6a020693d12a3cf892aba4808fe168d2a4cef368eb9bf74f5398bfd4ee8",
|
|
||||||
"sha256:6a2644a93da36c784e546de579ec1806bfd2763ef47babc1b03d765fe560c9f8",
|
|
||||||
"sha256:6b41e1adc61fa347662b09398e31ad446afadff932a24807d3ceb955ed865cc8",
|
|
||||||
"sha256:6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd",
|
|
||||||
"sha256:6edd623bae6a737f10ce853ea076f56f507fd7726bee96a41ee3d68d347e4d16",
|
|
||||||
"sha256:73d6d2f64f4d894c96626a75578b0bf7d9e56dcda8c3d037a2118fdfe9b1c664",
|
|
||||||
"sha256:7a22ccefd4db3f12b526eccb129390942fe874a3a9fdbdd24cf55773a1faab1a",
|
|
||||||
"sha256:7fb89ee5d106e4a7a51bce305ac4efb981536301895f7bdcf93ec92ae0d91c7f",
|
|
||||||
"sha256:846bc79ee753acf93aef4184c040d709940c9d001029ceb7b7a52747b80ed2dd",
|
|
||||||
"sha256:85ab7824093d8f10d44330fe1e6493f756f252d145323dd17ab6b48733ff6c0a",
|
|
||||||
"sha256:8dee5b4810a89447151999428fe096977346cf2f29f4d5e29609d2e19e0199c9",
|
|
||||||
"sha256:8e5fb5f77c8745a60105403a774fe2c1759b71d3e7b4ca237a5e67ad066c7199",
|
|
||||||
"sha256:98eeee2f2e63edae2181c886d7911ce502e1292794f4c5ee71e60e23e8d26b5d",
|
|
||||||
"sha256:9d4a76b96f398697fe01117093613166e6aa8195d63f1b4ec3f21ab637632963",
|
|
||||||
"sha256:9e8719792ca63c6b8340380352c24dcb8cd7ec49dae36e963742a275dfae6009",
|
|
||||||
"sha256:a0b2b80321c2ed3fcf0385ec9e51a12253c50f146fddb2abbb10f033fe3d049a",
|
|
||||||
"sha256:a4cc92bb6db56ab0c1cbd17294e14f5e9224f0cc6521167ef388332604e92679",
|
|
||||||
"sha256:a738b937d512b30bf75995c0159c0ddf9eec0775c9d72ac0202076c72f24aa96",
|
|
||||||
"sha256:a8f877c89719d759e52783f7fe6e1c67121076b87b40542966c02de5503ace42",
|
|
||||||
"sha256:a906ed5e47a0ce5f04b2c981af1c9acf9e8696066900bf03b9d7879a6f679fc8",
|
|
||||||
"sha256:ae2941333154baff9838e88aa71c1d84f4438189ecc6021a12c7573728b5838e",
|
|
||||||
"sha256:b0d0a6c64fcc4ef9c69bd5b3b3626cc3776520a1637d8abaa62b9edc147a58f7",
|
|
||||||
"sha256:b5b029322e6e7b94fff16cd120ab35a253236a5f99a79fb04fda7ae71ca20ae8",
|
|
||||||
"sha256:b7aaa315101c6567a9a45d2839322c51c8d6e81f67683d529512f5bcfb99c802",
|
|
||||||
"sha256:be1c8ed48c4c4065ecb19d882a0ce1afe0745dfad8ce48c49586b90a55f02366",
|
|
||||||
"sha256:c0256beda696edcf7d97ef16b2a33a8e5a875affd6fa6567b54f7c577b30a137",
|
|
||||||
"sha256:c157bb447303070f256e084668b702073db99bbb61d44f85d811025fcf38f784",
|
|
||||||
"sha256:c57d08ad67aba97af57a7263c2d9006d5c404d721c5f7542f077f109ec2a4a29",
|
|
||||||
"sha256:c69ada171c2d0e97a4b5aa78fbb835e0ffbb6b13fc5da968c09811346564f0d3",
|
|
||||||
"sha256:c94bb0a9f1db10a1d16c00880bdebd5f9faf267273b8f5bd1878126e0fbde771",
|
|
||||||
"sha256:cb130fccd1a37ed894824b8c046321540263013da72745d755f2d35114b81a60",
|
|
||||||
"sha256:ced479f601cd2f8ca1fd7b23925a7e0ad512a56d6e9476f79b8f381d9d37090a",
|
|
||||||
"sha256:d05ac6fa06959c4172eccd99a222e1fbf17b5670c4d596cb1e5cde99600674c4",
|
|
||||||
"sha256:d552c78411f60b1fdaafd117a1fca2f02e562e309223b9d44b7de8be451ec5e0",
|
|
||||||
"sha256:dd4490a33eb909ef5078ab20f5f000087afa2a4daa27b4c072ccb3cb3050ad84",
|
|
||||||
"sha256:df5cbb1fbc74a8305b6065d4ade43b993be03dbe0f8b30032cced0d7740994bd",
|
|
||||||
"sha256:e28f9faeb14b6f23ac55bfbbfd3643f5c7c18ede093977f1df249f73fd22c7b1",
|
|
||||||
"sha256:e464b467f1588e2c42d26814231edecbcfe77f5ac414d92cbf4e7b55b2c2a776",
|
|
||||||
"sha256:e4c22e1ac1f1ec1e09f72e6c44d8f2244173db7eb9629cc3a346a8d7ccc31142",
|
|
||||||
"sha256:e53b5fbab5d675aec9f0c501274c467c0f9a5d23696cfc94247e1fb56501ed89",
|
|
||||||
"sha256:e93f1c331ca8e86fe877a48ad64e77882c0c4da0097f2212873a69bbfea95d0c",
|
|
||||||
"sha256:e997fd30430c57138adc06bba4c7c2968fb13d101e57dd5bb9355bf8ce3fa7e8",
|
|
||||||
"sha256:e9a091b0550b3b0207784a7d6d0f1a00d1d1c8a11699c1a4d93db3fbefc3ad35",
|
|
||||||
"sha256:eab4bb380f15e189d1313195b062a6aa908f5bd687a0ceccd47c8211e9cf0d4a",
|
|
||||||
"sha256:eb1ae19e64c14c7ec1995f40bd932448713d3c73509e82d8cd7744dc00e29e86",
|
|
||||||
"sha256:ecea58b43a67b1b79805f1a0255730edaf5191ecef84dbc4cc85eb30bc8b63b9",
|
|
||||||
"sha256:ee439691d8c23e76f9802c42a95cfeebf9d47cf4ffd06f18489122dbb0a7ad64",
|
|
||||||
"sha256:eee9130eaad130649fd73e5cd92f60e55708952260ede70da64de420cdcad554",
|
|
||||||
"sha256:f47cd43a5bfa48f86925fe26fbdd0a488ff15b62468abb5d2a1e092a4fb10e85",
|
|
||||||
"sha256:f6fff13ef6b5f29221d6904aa816c34701462956aa72a77f1f151a8ec4f56aeb",
|
|
||||||
"sha256:f745ec09bc1b0bd15cfc73df6fa4f726dcc26bb16c23a03f9e3367d357eeedd0",
|
|
||||||
"sha256:f8404bf61298bb6f8224bb9176c1424548ee1181130818fcd2cbffddc768bed8",
|
|
||||||
"sha256:f9268774428ec173654985ce55fc6caf4c6d11ade0f6f914d48ef4719eb05ebb",
|
|
||||||
"sha256:faa3c142464efec496967359ca99696c896c591c56c53506bac1ad465f66e919"
|
|
||||||
],
|
|
||||||
"markers": "python_version >= '3.8'",
|
|
||||||
"version": "==2024.9.11"
|
|
||||||
},
|
|
||||||
"requests": {
|
"requests": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760",
|
"sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760",
|
||||||
@ -895,19 +794,19 @@
|
|||||||
},
|
},
|
||||||
"six": {
|
"six": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
|
"sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274",
|
||||||
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
|
"sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
||||||
"version": "==1.16.0"
|
"version": "==1.17.0"
|
||||||
},
|
},
|
||||||
"smmap": {
|
"smmap": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62",
|
"sha256:26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5",
|
||||||
"sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da"
|
"sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.7'",
|
"markers": "python_version >= '3.7'",
|
||||||
"version": "==5.0.1"
|
"version": "==5.0.2"
|
||||||
},
|
},
|
||||||
"super-collections": {
|
"super-collections": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -935,47 +834,47 @@
|
|||||||
},
|
},
|
||||||
"urllib3": {
|
"urllib3": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac",
|
"sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df",
|
||||||
"sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"
|
"sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.8'",
|
"markers": "python_version >= '3.9'",
|
||||||
"version": "==2.2.3"
|
"version": "==2.3.0"
|
||||||
},
|
},
|
||||||
"watchdog": {
|
"watchdog": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:0f9332243355643d567697c3e3fa07330a1d1abf981611654a1f2bf2175612b7",
|
"sha256:07df1fdd701c5d4c8e55ef6cf55b8f0120fe1aef7ef39a1c6fc6bc2e606d517a",
|
||||||
"sha256:1021223c08ba8d2d38d71ec1704496471ffd7be42cfb26b87cd5059323a389a1",
|
"sha256:20ffe5b202af80ab4266dcd3e91aae72bf2da48c0d33bdb15c66658e685e94e2",
|
||||||
"sha256:108f42a7f0345042a854d4d0ad0834b741d421330d5f575b81cb27b883500176",
|
"sha256:212ac9b8bf1161dc91bd09c048048a95ca3a4c4f5e5d4a7d1b1a7d5752a7f96f",
|
||||||
"sha256:1e9679245e3ea6498494b3028b90c7b25dbb2abe65c7d07423ecfc2d6218ff7c",
|
"sha256:2cce7cfc2008eb51feb6aab51251fd79b85d9894e98ba847408f662b3395ca3c",
|
||||||
"sha256:223160bb359281bb8e31c8f1068bf71a6b16a8ad3d9524ca6f523ac666bb6a1e",
|
"sha256:490ab2ef84f11129844c23fb14ecf30ef3d8a6abafd3754a6f75ca1e6654136c",
|
||||||
"sha256:26dd201857d702bdf9d78c273cafcab5871dd29343748524695cecffa44a8d97",
|
"sha256:6eb11feb5a0d452ee41f824e271ca311a09e250441c262ca2fd7ebcf2461a06c",
|
||||||
"sha256:294b7a598974b8e2c6123d19ef15de9abcd282b0fbbdbc4d23dfa812959a9e05",
|
"sha256:6f10cb2d5902447c7d0da897e2c6768bca89174d0c6e1e30abec5421af97a5b0",
|
||||||
"sha256:349c9488e1d85d0a58e8cb14222d2c51cbc801ce11ac3936ab4c3af986536926",
|
"sha256:7607498efa04a3542ae3e05e64da8202e58159aa1fa4acddf7678d34a35d4f13",
|
||||||
"sha256:49f4d36cb315c25ea0d946e018c01bb028048023b9e103d3d3943f58e109dd45",
|
"sha256:76aae96b00ae814b181bb25b1b98076d5fc84e8a53cd8885a318b42b6d3a5134",
|
||||||
"sha256:53a3f10b62c2d569e260f96e8d966463dec1a50fa4f1b22aec69e3f91025060e",
|
"sha256:7a0e56874cfbc4b9b05c60c8a1926fedf56324bb08cfbc188969777940aef3aa",
|
||||||
"sha256:53adf73dcdc0ef04f7735066b4a57a4cd3e49ef135daae41d77395f0b5b692cb",
|
"sha256:82dc3e3143c7e38ec49d61af98d6558288c415eac98486a5c581726e0737c00e",
|
||||||
"sha256:560135542c91eaa74247a2e8430cf83c4342b29e8ad4f520ae14f0c8a19cfb5b",
|
"sha256:9041567ee8953024c83343288ccc458fd0a2d811d6a0fd68c4c22609e3490379",
|
||||||
"sha256:720ef9d3a4f9ca575a780af283c8fd3a0674b307651c1976714745090da5a9e8",
|
"sha256:90c8e78f3b94014f7aaae121e6b909674df5b46ec24d6bebc45c44c56729af2a",
|
||||||
"sha256:752fb40efc7cc8d88ebc332b8f4bcbe2b5cc7e881bccfeb8e25054c00c994ee3",
|
"sha256:9513f27a1a582d9808cf21a07dae516f0fab1cf2d7683a742c498b93eedabb11",
|
||||||
"sha256:78864cc8f23dbee55be34cc1494632a7ba30263951b5b2e8fc8286b95845f82c",
|
"sha256:9ddf7c82fda3ae8e24decda1338ede66e1c99883db93711d8fb941eaa2d8c282",
|
||||||
"sha256:85527b882f3facda0579bce9d743ff7f10c3e1e0db0a0d0e28170a7d0e5ce2ea",
|
"sha256:a175f755fc2279e0b7312c0035d52e27211a5bc39719dd529625b1930917345b",
|
||||||
"sha256:90a67d7857adb1d985aca232cc9905dd5bc4803ed85cfcdcfcf707e52049eda7",
|
"sha256:a1914259fa9e1454315171103c6a30961236f508b9b623eae470268bbcc6a22f",
|
||||||
"sha256:91b522adc25614cdeaf91f7897800b82c13b4b8ac68a42ca959f992f6990c490",
|
"sha256:afd0fe1b2270917c5e23c2a65ce50c2a4abb63daafb0d419fde368e272a76b7c",
|
||||||
"sha256:9413384f26b5d050b6978e6fcd0c1e7f0539be7a4f1a885061473c5deaa57221",
|
"sha256:bc64ab3bdb6a04d69d4023b29422170b74681784ffb9463ed4870cf2f3e66112",
|
||||||
"sha256:94d11b07c64f63f49876e0ab8042ae034674c8653bfcdaa8c4b32e71cfff87e8",
|
"sha256:bdd4e6f14b8b18c334febb9c4425a878a2ac20efd1e0b231978e7b150f92a948",
|
||||||
"sha256:950f531ec6e03696a2414b6308f5c6ff9dab7821a768c9d5788b1314e9a46ca7",
|
"sha256:c7ac31a19f4545dd92fc25d200694098f42c9a8e391bc00bdd362c5736dbf881",
|
||||||
"sha256:a2e8f3f955d68471fa37b0e3add18500790d129cc7efe89971b8a4cc6fdeb0b2",
|
"sha256:c7c15dda13c4eb00d6fb6fc508b3c0ed88b9d5d374056b239c4ad1611125c860",
|
||||||
"sha256:ae6deb336cba5d71476caa029ceb6e88047fc1dc74b62b7c4012639c0b563906",
|
"sha256:c897ac1b55c5a1461e16dae288d22bb2e412ba9807df8397a635d88f671d36c3",
|
||||||
"sha256:b8ca4d854adcf480bdfd80f46fdd6fb49f91dd020ae11c89b3a79e19454ec627",
|
"sha256:cbafb470cf848d93b5d013e2ecb245d4aa1c8fd0504e863ccefa32445359d680",
|
||||||
"sha256:c66f80ee5b602a9c7ab66e3c9f36026590a0902db3aea414d59a2f55188c1f49",
|
"sha256:d1cdb490583ebd691c012b3d6dae011000fe42edb7a82ece80965b42abd61f26",
|
||||||
"sha256:d52db5beb5e476e6853da2e2d24dbbbed6797b449c8bf7ea118a4ee0d2c9040e",
|
"sha256:e3df4cbb9a450c6d49318f6d14f4bbc80d763fa587ba46ec86f99f9e6876bb26",
|
||||||
"sha256:dd021efa85970bd4824acacbb922066159d0f9e546389a4743d56919b6758b91",
|
"sha256:e6439e374fc012255b4ec786ae3c4bc838cd7309a540e5fe0952d03687d8804e",
|
||||||
"sha256:e25adddab85f674acac303cf1f5835951345a56c5f7f582987d266679979c75b",
|
"sha256:e6f0e77c9417e7cd62af82529b10563db3423625c5fce018430b249bf977f9e8",
|
||||||
"sha256:f00b4cf737f568be9665563347a910f8bdc76f88c2970121c86243c8cfdf90e9",
|
"sha256:e7631a77ffb1f7d2eefa4445ebbee491c720a5661ddf6df3498ebecae5ed375c",
|
||||||
"sha256:f01f4a3565a387080dc49bdd1fefe4ecc77f894991b88ef927edbfa45eb10818"
|
"sha256:ef810fbf7b781a5a593894e4f439773830bdecb885e6880d957d5b9382a960d2"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '3.9'",
|
"markers": "python_version >= '3.9'",
|
||||||
"version": "==5.0.3"
|
"version": "==6.0.0"
|
||||||
},
|
},
|
||||||
"webencodings": {
|
"webencodings": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
@ -995,11 +894,11 @@
|
|||||||
},
|
},
|
||||||
"six": {
|
"six": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
|
"sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274",
|
||||||
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
|
"sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"
|
||||||
],
|
],
|
||||||
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
|
||||||
"version": "==1.16.0"
|
"version": "==1.17.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -222,7 +222,7 @@ Privacy Guides wouldn't be possible without these wonderful people ([emoji key](
|
|||||||
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N"><img src="https://avatars.githubusercontent.com/u/30232065?v=4" width="100px;" loading=lazy /><br /><sub><b>C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N" title="Documentation">📖</a></td>
|
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N"><img src="https://avatars.githubusercontent.com/u/30232065?v=4" width="100px;" loading=lazy /><br /><sub><b>C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=C-O-M-P-A-R-T-M-E-N-T-A-L-I-Z-A-T-I-O-N" title="Documentation">📖</a></td>
|
||||||
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/Strappazzon"><img src="https://avatars.githubusercontent.com/u/19752093?v=4" width="100px;" loading=lazy /><br /><sub><b>Alberto Strappazzon</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=Strappazzon" title="Documentation">📖</a></td>
|
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/Strappazzon"><img src="https://avatars.githubusercontent.com/u/19752093?v=4" width="100px;" loading=lazy /><br /><sub><b>Alberto Strappazzon</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=Strappazzon" title="Documentation">📖</a></td>
|
||||||
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://victorhckinthefreeworld.com/"><img src="https://avatars.githubusercontent.com/u/1514206?v=4" width="100px;" loading=lazy /><br /><sub><b>Victorhck</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=victorhck" title="Documentation">📖</a></td>
|
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://victorhckinthefreeworld.com/"><img src="https://avatars.githubusercontent.com/u/1514206?v=4" width="100px;" loading=lazy /><br /><sub><b>Victorhck</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=victorhck" title="Documentation">📖</a></td>
|
||||||
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/taivlam"><img src="https://avatars.githubusercontent.com/u/47955724?v=4" width="100px;" loading=lazy /><br /><sub><b>Tai Lam</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=taivlam" title="Documentation">📖</a></td>
|
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/taivlam"><img src="https://avatars.githubusercontent.com/u/47955724?v=4" width="100px;" loading=lazy /><br /><sub><b>Tai Lam</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=taivlam" title="Documentation">📖</a> <a href="#maintenance-taivlam" title="Maintenance">🚧</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/NinebitX"><img src="https://avatars.githubusercontent.com/u/26626722?v=4" width="100px;" loading=lazy /><br /><sub><b>NinebitX</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=NinebitX" title="Documentation">📖</a></td>
|
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/NinebitX"><img src="https://avatars.githubusercontent.com/u/26626722?v=4" width="100px;" loading=lazy /><br /><sub><b>NinebitX</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=NinebitX" title="Documentation">📖</a></td>
|
||||||
@ -612,6 +612,7 @@ Privacy Guides wouldn't be possible without these wonderful people ([emoji key](
|
|||||||
<tr>
|
<tr>
|
||||||
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/bruch-alex"><img src="https://avatars.githubusercontent.com/u/173354246?v=4" width="100px;" loading=lazy /><br /><sub><b>Alex Bruch</b></sub></a><br /><a href="#translation-bruch-alex" title="Translation">🌍</a></td>
|
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/bruch-alex"><img src="https://avatars.githubusercontent.com/u/173354246?v=4" width="100px;" loading=lazy /><br /><sub><b>Alex Bruch</b></sub></a><br /><a href="#translation-bruch-alex" title="Translation">🌍</a></td>
|
||||||
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/qiyongzheng"><img src="https://avatars.githubusercontent.com/u/153378707?v=4" width="100px;" loading=lazy /><br /><sub><b>qiyongzheng</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=qiyongzheng" title="Documentation">📖</a></td>
|
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/qiyongzheng"><img src="https://avatars.githubusercontent.com/u/153378707?v=4" width="100px;" loading=lazy /><br /><sub><b>qiyongzheng</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=qiyongzheng" title="Documentation">📖</a></td>
|
||||||
|
<td align="center" valign="top" width="20%"><a rel="nofollow noopener noreferrer" href="https://github.com/hashcatHitman"><img src="https://avatars.githubusercontent.com/u/155700084?v=4" width="100px;" loading=lazy /><br /><sub><b>Sam K</b></sub></a><br /><a href="https://github.com/privacyguides/privacyguides.org/commits?author=hashcatHitman" title="Documentation">📖</a> <a href="#promotion-hashcatHitman" title="Promotion">📣</a> <a href="#question-hashcatHitman" title="Answering Questions">💬</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
|
@ -8,17 +8,21 @@ authors:
|
|||||||
name: Dan Arel
|
name: Dan Arel
|
||||||
description: Former Team Member
|
description: Former Team Member
|
||||||
avatar: https://github.com/danarel.png
|
avatar: https://github.com/danarel.png
|
||||||
niek-de-wilde:
|
|
||||||
name: Niek de Wilde
|
|
||||||
description: Team Member
|
|
||||||
avatar: https://github.com/blacklight447.png
|
|
||||||
mastodon:
|
|
||||||
username: blacklight447
|
|
||||||
instance: mastodon.social
|
|
||||||
dngray:
|
dngray:
|
||||||
name: Daniel Gray
|
name: Daniel Gray
|
||||||
description: Team Member
|
description: Team Member
|
||||||
avatar: https://github.com/dngray.png
|
avatar: https://github.com/dngray.png
|
||||||
|
em:
|
||||||
|
name: Em
|
||||||
|
description: Staff Writer
|
||||||
|
avatar: https://github.com/EmAtPrivacyGuides.png
|
||||||
|
mastodon:
|
||||||
|
username: Em0nM4stodon
|
||||||
|
instance: infosec.exchange
|
||||||
|
kevpham:
|
||||||
|
name: Kevin Pham
|
||||||
|
description: News Intern
|
||||||
|
avatar: https://github.com/kpham42.png
|
||||||
freddy:
|
freddy:
|
||||||
name: Freddy
|
name: Freddy
|
||||||
description: Team Member
|
description: Team Member
|
||||||
@ -28,6 +32,10 @@ authors:
|
|||||||
instance: social.lol
|
instance: social.lol
|
||||||
twitter: m00ws
|
twitter: m00ws
|
||||||
bluesky: freddy.lol
|
bluesky: freddy.lol
|
||||||
|
fria:
|
||||||
|
name: fria
|
||||||
|
description: Team Member
|
||||||
|
avatar: https://github.com/friadev.png
|
||||||
jonah:
|
jonah:
|
||||||
name: Jonah Aragon
|
name: Jonah Aragon
|
||||||
description: Project Director
|
description: Project Director
|
||||||
@ -53,11 +61,14 @@ authors:
|
|||||||
name: Nate Bartram
|
name: Nate Bartram
|
||||||
description: Guest Contributor
|
description: Guest Contributor
|
||||||
avatar: https://gitlab.com/uploads/-/system/user/avatar/8993331/avatar.png
|
avatar: https://gitlab.com/uploads/-/system/user/avatar/8993331/avatar.png
|
||||||
|
niek-de-wilde:
|
||||||
|
name: Niek de Wilde
|
||||||
|
description: Team Member
|
||||||
|
avatar: https://github.com/blacklight447.png
|
||||||
|
mastodon:
|
||||||
|
username: blacklight447
|
||||||
|
instance: mastodon.social
|
||||||
sam-howell:
|
sam-howell:
|
||||||
name: Sam Howell
|
name: Sam Howell
|
||||||
description: Guest Contributor
|
description: Guest Contributor
|
||||||
avatar: https://gitlab.com/uploads/-/system/user/avatar/5349522/avatar.png
|
avatar: https://gitlab.com/uploads/-/system/user/avatar/5349522/avatar.png
|
||||||
fria:
|
|
||||||
name: fria
|
|
||||||
description: Team Member
|
|
||||||
avatar: https://github.com/friadev.png
|
|
||||||
|
BIN
blog/assets/images/biometrics-explained/biometrics.webp
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
blog/assets/images/biometrics-explained/capacitve-diagram.webp
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
blog/assets/images/biometrics-explained/finger-minutiae.webp
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
blog/assets/images/biometrics-explained/kinect-skeleton.webp
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
blog/assets/images/biometrics-explained/model-free-gait.webp
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
blog/assets/images/biometrics-explained/optical-diagram.webp
Normal file
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 51 KiB |
BIN
blog/assets/images/biometrics-explained/ultrasonic-diagram.webp
Normal file
After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 1011 KiB |
BIN
blog/assets/images/choosing-the-right-messenger/cover.webp
Normal file
After Width: | Height: | Size: 131 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/brave1.webp
Normal file
After Width: | Height: | Size: 211 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/brave2.webp
Normal file
After Width: | Height: | Size: 212 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/brave3.webp
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/brave4.webp
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/brave5.webp
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/brave6.webp
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/chrome1.webp
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/chrome2.webp
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/chrome3.webp
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/chrome4.webp
Normal file
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 636 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/edge1.webp
Normal file
After Width: | Height: | Size: 246 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/edge2.webp
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/edge3.webp
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/edge4.webp
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/edge5.webp
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/firefox1.webp
Normal file
After Width: | Height: | Size: 111 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/firefox2.webp
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/firefox3.webp
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/firefox4.webp
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/firefox5.webp
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/firefox6.webp
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/history1.webp
Normal file
After Width: | Height: | Size: 142 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/history2.webp
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/history3.webp
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
blog/assets/images/clearing-your-browsing-data/safari.webp
Normal file
After Width: | Height: | Size: 260 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 108 KiB |
After Width: | Height: | Size: 127 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-calendar.webp
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-code.webp
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-cover.webp
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-creatingfile.webp
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-deletingfiles.webp
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-diagram.webp
Normal file
After Width: | Height: | Size: 168 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-document.webp
Normal file
After Width: | Height: | Size: 149 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-filetypes.webp
Normal file
After Width: | Height: | Size: 131 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-form.webp
Normal file
After Width: | Height: | Size: 147 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-kanban.webp
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-login.webp
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-markdown.webp
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-presentation.webp
Normal file
After Width: | Height: | Size: 147 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-profile.webp
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-richtext.webp
Normal file
After Width: | Height: | Size: 98 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-sheet.webp
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-trackingchanges.webp
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
blog/assets/images/cryptpad-review/cryptpad-whiteboard.webp
Normal file
After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 607 KiB |
BIN
blog/assets/images/delisting-startpage/cover.webp
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
blog/assets/images/delisting-wire/cover.avif
Normal file
After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 415 KiB |
Before Width: | Height: | Size: 955 KiB |
BIN
blog/assets/images/firefox-privacy/cover.webp
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
blog/assets/images/installing-and-using-tails/cover.webp
Normal file
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 253 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 399 KiB |
After Width: | Height: | Size: 400 KiB |
After Width: | Height: | Size: 402 KiB |
After Width: | Height: | Size: 139 KiB |
After Width: | Height: | Size: 137 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 73 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 226 KiB |
After Width: | Height: | Size: 67 KiB |
@ -0,0 +1,289 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.1"
|
||||||
|
width="445.93149"
|
||||||
|
height="222.96574"
|
||||||
|
id="svg3375"
|
||||||
|
sodipodi:docname="tails-logo-flat-inverted.svg"
|
||||||
|
inkscape:version="0.92.1 r15371">
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1600"
|
||||||
|
inkscape:window-height="803"
|
||||||
|
id="namedview4163"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.5474765"
|
||||||
|
inkscape:cx="222.96574"
|
||||||
|
inkscape:cy="111.48287"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="27"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg3375" />
|
||||||
|
<defs
|
||||||
|
id="defs3377" />
|
||||||
|
<metadata
|
||||||
|
id="metadata3380">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<rect
|
||||||
|
width="445.93149"
|
||||||
|
height="222.96574"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
id="rect5238-1-0"
|
||||||
|
style="fill:#56347c;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
|
||||||
|
<g
|
||||||
|
transform="matrix(0.54009561,0,0,0.54009561,100.01996,109.64097)"
|
||||||
|
id="text3064"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:61.55144501px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;enable-background:new">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 146.40953,78.028847 h 33.47986 V -41.412792 h 40.49252 V -69.46348 h -114.4649 v 28.050688 h 40.49252 V 78.028847"
|
||||||
|
id="path5241"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 212.79027,46.811146 c 0,19.00206 12.89428,33.932283 33.25363,33.932283 12.66804,0 23.30018,-5.881604 32.80121,-14.251559 h 0.67865 l 2.48836,11.536977 h 27.14583 V 13.783723 c 0,-34.38468 -15.83509,-50.672211 -44.5644,-50.672211 -17.64477,0 -33.70608,6.10782 -47.95763,14.70399 l 11.7632,21.94287681 C 239.25744,-6.5756412 248.7585,-10.421306 258.25953,-10.421306 c 11.98939,0 16.96614,6.3340359 17.64478,16.2874959 C 231.56617,10.39049 212.79027,23.284786 212.79027,46.811146 m 31.67013,-2.488368 c 0,-8.59617 7.69134,-15.382638 31.44391,-18.549648 v 19.680724 c -5.88159,5.88159 -10.85834,9.50104 -18.54965,9.50104 -7.91752,0 -12.89426,-3.393236 -12.89426,-10.632116"
|
||||||
|
id="path5243"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 351.42697,-50.687616 c 11.31075,0 19.22829,-7.238898 19.22829,-17.418573 0,-10.179675 -7.91754,-17.192357 -19.22829,-17.192357 -11.08454,0 -19.2283,7.012682 -19.2283,17.192357 0,10.179675 8.14376,17.418573 19.2283,17.418573 M 334.91326,78.028847 h 33.25363 V -34.173905 H 334.91326 V 78.028847"
|
||||||
|
id="path5245"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 397.21082,43.191702 c 0,22.6215 7.69134,37.551727 30.53905,37.551727 7.4651,0 13.12049,-1.131077 16.73993,-2.714582 l -4.07187,-24.65746 c -1.80972,0.45243 -2.71459,0.452431 -4.07188,0.452431 -2.71458,0 -5.88159,-2.26216 -5.88159,-9.274825 V -80.548026 H 397.21082 V 43.191702"
|
||||||
|
id="path5247"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 451.76403,65.134579 c 11.31075,9.274815 28.27692,15.60885 42.98089,15.60885 30.0866,0 46.14791,-15.835086 46.14791,-36.194436 0,-20.585565 -16.0613,-28.503123 -30.31284,-33.706068 -11.53697,-4.2980851 -21.94288,-7.0126794 -21.94288,-14.2515593 0,-5.655375 4.07189,-8.8223937 12.66806,-8.8223937 7.91752,0 15.60885,3.6194494 23.75259,9.5010393 l 14.93021,-19.9069393 c -9.72725,-7.23888 -22.39533,-14.25156 -39.58767,-14.25156 -26.01472,0 -42.98089,14.25158 -42.98089,35.0633602 0,18.5496298 16.0613,27.8244778 29.6342,33.0274228 11.53696,4.5243 22.84773,7.91754 22.84773,15.382635 0,5.88159 -4.29809,9.50104 -14.25155,9.50104 -9.50103,0 -18.77588,-4.071882 -28.95555,-11.763192 l -14.93021,20.811801"
|
||||||
|
id="path5249"
|
||||||
|
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(1.2550913,0,0,1.2550913,40.682161,35.305883)"
|
||||||
|
id="g5374"
|
||||||
|
style="fill:#ffffff;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 88.342066,56.730068 v 16.662869 c 0,0.510289 -0.341075,0.643984 -0.760689,0.296591 L 79.077314,66.649116 C 78.658103,66.302056 78.317029,65.609 78.317029,65.098711 v -2.097683 l -2.657657,-2.16078 c -2.850156,-2.317289 -5.132376,-7.0217 -5.132376,-10.464763 0,-3.442323 2.29778,-4.339449 5.132376,-2.002743 l 2.657657,2.160782 v -2.097681 c 0,-0.510046 0.341074,-0.643737 0.760285,-0.296677 l 8.503862,7.040243 c 0.420546,0.346435 0.76089,1.040613 0.76089,1.550659 z M 75.81131,51.432227 c -1.50022,-1.236708 -2.716309,-0.761675 -2.716309,1.060197 0,1.822367 1.216089,4.301887 2.716309,5.538595 l 2.505719,2.035532 V 53.467516 L 75.81131,51.431984 Z"
|
||||||
|
id="path5189-4"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="matrix(0.46410314,0.9267926,-0.9267926,0.46410314,77.258376,-14.89278)"
|
||||||
|
id="g3500"
|
||||||
|
style="fill:#ffffff;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="M 97.976,37.8 C 97.972,37.779 97.968,37.758 97.963,37.737 97.947,37.669 97.927,37.602 97.901,37.538 97.898,37.53 97.896,37.522 97.893,37.515 97.863,37.446 97.826,37.38 97.786,37.317 97.775,37.299 97.762,37.283 97.75,37.266 97.715,37.216 97.676,37.169 97.634,37.125 97.623,37.113 97.613,37.101 97.601,37.089 97.548,37.037 97.49,36.989 97.428,36.946 97.413,36.935 97.396,36.927 97.38,36.917 97.349,36.898 97.32,36.877 97.288,36.86 L 96.743,36.576 71.837016,47.695585 25.252,24.269 l -0.666,0.33 c -0.006,0.003 -0.01,0.007 -0.016,0.01 -0.047,0.024 -0.09,0.055 -0.134,0.084 -0.029,0.019 -0.06,0.036 -0.087,0.057 -0.034,0.027 -0.063,0.059 -0.094,0.09 -0.031,0.03 -0.065,0.059 -0.093,0.092 -0.022,0.026 -0.039,0.056 -0.06,0.084 -0.031,0.043 -0.063,0.086 -0.088,0.132 -0.003,0.005 -0.007,0.01 -0.01,0.015 -0.015,0.028 -0.022,0.057 -0.035,0.085 -0.02,0.046 -0.041,0.09 -0.056,0.138 -0.013,0.041 -0.02,0.082 -0.029,0.123 -0.009,0.043 -0.019,0.085 -0.024,0.128 -0.005,0.043 -0.004,0.085 -0.005,0.127 -0.001,0.044 -0.003,0.087 0.001,0.13 0.002,0.023 0.005,0.046 0.009,0.069 -0.006,0.051 -0.015,0.1 -0.015,0.152 L 23.854,41.674 27.21708,40.107419 63.622,58.211 38.537615,69.347048 l -18.939,-9.469 L 2.6090632,51.38471 c -0.012,-0.006 -0.025,-0.009 -0.038,-0.014 -0.042,-0.02 -0.086,-0.035 -0.131,-0.05 -0.04,-0.014 -0.08,-0.028 -0.121,-0.038 -0.038,-0.009 -0.078,-0.014 -0.117,-0.019 -0.049,-0.007 -0.098,-0.014 -0.148,-0.015 -0.013,0 -0.024,-0.004 -0.037,-0.004 -0.025,0 -0.049,0.006 -0.074,0.007 -0.05,0.004 -0.099,0.007 -0.148,0.016 -0.04,0.007 -0.079,0.017 -0.118,0.027 -0.043,0.011 -0.085,0.024 -0.127,0.039 -0.039,0.015 -0.077,0.032 -0.114,0.051 -0.039,0.019 -0.077,0.039 -0.115,0.062 -0.035,0.022 -0.068,0.045 -0.1,0.07 -0.035,0.027 -0.07,0.054 -0.103,0.085 -0.031,0.029 -0.059,0.059 -0.087,0.09 -0.028,0.032 -0.056,0.064 -0.082,0.099 -0.028,0.038 -0.052,0.079 -0.076,0.12 -0.013,0.023 -0.03,0.042 -0.042,0.066 -0.006,0.012 -0.008,0.025 -0.014,0.037 -0.02,0.043 -0.036,0.089 -0.051,0.135 -0.013,0.039 -0.027,0.078 -0.036,0.117 -0.009,0.04 -0.014,0.081 -0.02,0.122 -0.007,0.048 -0.013,0.095 -0.014,0.142 0.001,0.014 -0.003,0.026 -0.003,0.039 v 19.531 c 0,0.026 0.006,0.051 0.008,0.077 0.003,0.048 0.006,0.096 0.014,0.143 0.007,0.042 0.017,0.082 0.028,0.122 0.011,0.042 0.023,0.083 0.038,0.123 0.015,0.04 0.033,0.079 0.052,0.117 0.019,0.038 0.038,0.076 0.061,0.112 0.022,0.035 0.046,0.069 0.071,0.102 0.027,0.035 0.054,0.069 0.084,0.102 0.028,0.031 0.059,0.059 0.09,0.087 0.032,0.029 0.064,0.056 0.1,0.082 0.038,0.027 0.077,0.051 0.118,0.075 0.023,0.014 0.043,0.031 0.068,0.043 L 37.945615,91.543048 c 0.007,0.004 0.015,0.004 0.022,0.008 0.017,0.008 0.032,0.017 0.049,0.025 0.01,0.004 0.02,0.007 0.03,0.011 0.056,0.022 0.113,0.041 0.171,0.055 0.012,0.003 0.024,0.006 0.036,0.009 0.016,0.003 0.032,0.005 0.048,0.008 0.077,0.014 0.154,0.024 0.232,0.024 0.001,0 0.002,0 0.003,0 h 0.001 10e-4 c 10e-4,0 0.002,0 0.003,0 0.078,0 0.156,-0.01 0.232,-0.024 0.016,-0.003 0.032,-0.005 0.048,-0.008 0.012,-0.003 0.024,-0.006 0.036,-0.009 0.058,-0.014 0.115,-0.033 0.17,-0.055 0.01,-0.004 0.021,-0.007 0.031,-0.011 0.017,-0.007 0.032,-0.017 0.049,-0.024 0.007,-0.003 0.015,-0.004 0.022,-0.008 L 61.746,81.642 l 9.462,5.221 c 0.018,0.01 0.037,0.017 0.056,0.026 0.019,0.01 0.038,0.02 0.058,0.029 0.008,0.003 0.016,0.007 0.024,0.01 0.031,0.013 0.063,0.023 0.095,0.033 0.019,0.006 0.038,0.013 0.058,0.019 0.021,0.006 0.043,0.011 0.064,0.015 0.015,0.003 0.029,0.006 0.044,0.008 0.007,0.001 0.015,0.003 0.022,0.004 0.014,0.002 0.028,0.006 0.042,0.008 0.059,0.008 0.117,0.013 0.176,0.013 h 0.001 0.001 c 10e-4,0 0.002,0 0.003,0 0.078,0 0.155,-0.01 0.232,-0.024 0.013,-0.002 0.026,-0.003 0.039,-0.006 0.01,-0.002 0.019,-0.006 0.029,-0.008 0.07,-0.017 0.14,-0.037 0.207,-0.065 0.007,-0.003 0.014,-0.007 0.021,-0.01 0.004,-0.002 0.008,-0.004 0.012,-0.006 0.006,-0.003 0.012,-0.003 0.018,-0.006 L 97.238,75.317 C 97.703,75.098 98,74.631 98,74.117 V 38.034 C 98,38.028 97.998,38.023 97.998,38.017 97.997,37.943 97.989,37.871 97.976,37.8 Z m -60.762385,40.617048 -7.614,3.666 3.972,1.986 3.641,-1.986 v 6.29 L 3.3410632,71.43771 v -9.829 l 8.6775518,4.241338 -7.2569997,3.35 3.972,1.986 7.2689997,-3.378 4.313,2.051 -7.487,3.456 3.972,1.986 7.503,-3.482 4.621,2.344 -7.381,3.407 3.972,1.986 7.395,-3.434 4.303,2.111 z M 65.228,76.939 39.861615,88.216048 v -16.57 L 65.228,60.37 Z M 3.3410632,58.52771 v -3.31 L 37.213615,71.821048 v 3.31 z"
|
||||||
|
id="path3502"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<polygon
|
||||||
|
points="45.366,56.241 39.076,59.22 33.117,56.241 39.407,53.262 "
|
||||||
|
transform="rotate(63.400001,48.43115,48.892589)"
|
||||||
|
id="polygon3506"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<polygon
|
||||||
|
points="29.145,47.634 35.103,50.613 28.814,53.593 22.855,50.613 "
|
||||||
|
transform="rotate(63.400001,48.414793,48.413403)"
|
||||||
|
id="polygon3508"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="matrix(0,-0.2492475,0.19547686,0.16114179,71.005984,62.192969)"
|
||||||
|
id="Captions"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(122.10986,-55.111168)"
|
||||||
|
id="Captions-7"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 45.058193,34.347585 c 2.124399,2.704098 4.295157,7.985437 4.295157,12.865587 0,4.87818 -2.170758,6.542025 -4.295157,5.703941 0,-1.998055 0,-16.795084 0,-18.569528 z"
|
||||||
|
id="path4818-2-4-3"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<g
|
||||||
|
transform="translate(74.936297,109.72221)"
|
||||||
|
id="Your_Icon"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="matrix(0.53512829,0,0,0.50600414,141.30837,-72.432434)"
|
||||||
|
id="g3777"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;enable-background:new">
|
||||||
|
<g
|
||||||
|
transform="matrix(1.1068913,-0.00147632,0.00147632,1.1068913,82.041299,617.01076)"
|
||||||
|
id="text3014-8-5-8-6-2-4"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:46.73732758px;line-height:79.00000215%;font-family:Sans;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;enable-background:new">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m -44.825494,-126.19021 c 0,2.58576 0.811813,4.35971 3.608044,4.35971 0.60134,0 1.503352,-0.24053 2.345228,-0.5412 l -0.360805,-1.08241 c -0.511138,0.24053 -1.262815,0.451 -1.804021,0.451 -1.984422,0 -2.435429,-1.23275 -2.435429,-3.06684 v -9.41098 h 4.179316 v -1.14254 h -4.179316 v -4.17932 h -1.142548 l -0.180402,4.17932 -2.285094,0.12027 v 1.02227 h 2.255027 v 9.29072"
|
||||||
|
id="path4089"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m -35.760285,-122.1913 h 1.32295 v -10.88426 c 1.773953,-1.80402 3.006704,-2.70604 4.720523,-2.70604 2.345226,0 3.307373,1.44322 3.307373,4.51006 v 9.08024 h 1.322949 v -9.26064 c 0,-3.72831 -1.383086,-5.53234 -4.359719,-5.53234 -1.984422,0 -3.487776,1.11248 -4.991126,2.61583 v -3.1871 -6.25394 h -1.32295 v 21.61819"
|
||||||
|
id="path4091"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m -21.107306,-129.37732 c 0,4.72052 2.976639,7.54682 6.67488,7.54682 2.10469,0 3.397575,-0.7216 4.5401213,-1.41315 l -0.5412063,-1.02227 c -1.082412,0.78174 -2.315163,1.29288 -3.878647,1.29288 -3.247236,0 -5.381998,-2.61584 -5.442132,-6.25394 h 10.4031918 c 0.060134,-0.36081 0.060134,-0.72161 0.060134,-1.08242 0,-4.23944 -2.1046958,-6.67488 -5.5323328,-6.67488 -3.217169,0 -6.284009,2.88644 -6.284009,7.60696 m 1.353016,-0.87194 c 0.30067,-3.45771 2.495566,-5.59247 4.96106,-5.59247 2.585762,0 4.239451,1.89423 4.239451,5.59247 h -9.200511"
|
||||||
|
id="path4093"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m -6.7526479,-126.34055 c 0,2.52563 1.7138233,4.51005 4.4198532,4.51005 1.68375184,0 3.09690511,-0.78174 4.359719,-1.89422 h 0.090201 l 0.3307373,1.53342 H 6.055906 v -8.53904 c 0,-4.57018 -2.1046958,-6.73501 -5.92320455,-6.73501 -2.34522585,0 -4.47998905,0.81181 -6.37420995,1.95436 l 1.5634855,2.9165 c 1.4432159,-0.84188 2.7060338,-1.35302 3.96884767,-1.35302 1.59355089,0 2.25502723,0.84188 2.34522823,2.16483 -5.8931316,0.60134 -8.3887009,2.31516 -8.3887009,5.44213 m 4.209384,-0.33074 c 0,-1.14254 1.0222821,-2.04455 4.1793169,-2.46549 v 2.61583 c -0.78174199,0.78174 -1.44321841,1.26281 -2.46549634,1.26281 -1.05234496,0 -1.71382056,-0.451 -1.71382056,-1.41315"
|
||||||
|
id="path4095"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 9.8203923,-122.1913 h 4.4198527 v -10.07245 c 0.932077,-0.96215 1.804023,-1.44322 2.525631,-1.44322 1.262814,0 1.834088,0.66148 1.834088,2.8263 v 8.68937 h 4.419854 v -10.07245 c 0.962144,-0.96215 1.804022,-1.44322 2.555697,-1.44322 1.262814,0 1.834089,0.66148 1.834089,2.8263 v 8.68937 h 4.419853 v -9.26064 c 0,-3.72831 -1.443221,-6.01341 -4.66039,-6.01341 -1.984421,0 -3.367508,1.14255 -4.690456,2.49556 -0.751675,-1.59355 -2.014493,-2.49556 -4.119183,-2.49556 -1.954355,0 -3.277307,1.05235 -4.510054,2.28509 h -0.120268 l -0.30067,-1.92429 H 9.8203923 v 14.91325"
|
||||||
|
id="path4097"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 35.600517,-122.1913 h 4.419853 v -10.07245 c 0.962144,-0.93208 1.653688,-1.44322 2.766167,-1.44322 1.262814,0 1.834088,0.66148 1.834088,2.8263 v 8.68937 h 4.419853 v -9.26064 c 0,-3.72831 -1.383086,-6.01341 -4.630322,-6.01341 -2.014489,0 -3.517843,1.05235 -4.780657,2.25503 h -0.120268 l -0.300671,-1.89423 h -3.608043 v 14.91325"
|
||||||
|
id="path4099"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 51.934902,-129.64792 c 0,4.93099 3.277311,7.81742 7.546825,7.81742 1.773952,0 3.75838,-0.6314 5.291796,-1.68375 l -1.473284,-2.67596 c -1.082412,0.66147 -2.104693,0.99221 -3.217172,0.99221 -1.984422,0 -3.487776,-0.99222 -3.878647,-3.24724 h 8.929908 c 0.0902,-0.36081 0.180402,-1.08242 0.180402,-1.86416 0,-4.05904 -2.104696,-7.15595 -6.344143,-7.15595 -3.577973,0 -7.035685,2.97664 -7.035685,7.81743 m 4.239451,-1.53342 c 0.30067,-1.98442 1.503353,-2.9165 2.886435,-2.9165 1.773953,0 2.495563,1.20268 2.495563,2.9165 h -5.381998"
|
||||||
|
id="path4101"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 67.045932,-123.90512 c 1.50335,1.23275 3.75838,2.07462 5.712735,2.07462 3.998911,0 6.133674,-2.10469 6.133674,-4.81072 0,-2.7361 -2.134761,-3.78845 -4.028982,-4.47999 -1.533417,-0.57127 -2.916502,-0.93208 -2.916502,-1.89422 0,-0.75167 0.541208,-1.17261 1.683754,-1.17261 1.052345,0 2.074626,0.48107 3.157038,1.26281 l 1.984424,-2.6459 c -1.292881,-0.96214 -2.976638,-1.89422 -5.26173,-1.89422 -3.457705,0 -5.712736,1.89423 -5.712736,4.66039 0,2.46549 2.134761,3.69824 3.938781,4.38979 1.533417,0.60134 3.03677,1.05234 3.03677,2.04455 0,0.78175 -0.571275,1.26282 -1.894223,1.26282 -1.262814,0 -2.495565,-0.54121 -3.848579,-1.56349 l -1.984424,2.76617"
|
||||||
|
id="path4103"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 83.894272,-139.29944 c 1.50335,0 2.555697,-0.96214 2.555697,-2.31516 0,-1.35301 -1.052347,-2.28509 -2.555697,-2.28509 -1.473283,0 -2.555698,0.93208 -2.555698,2.28509 0,1.35302 1.082415,2.31516 2.555698,2.31516 m -2.194893,17.10814 h 4.419853 v -14.91325 h -4.419853 v 14.91325"
|
||||||
|
id="path4105"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 89.107617,-129.64792 c 0,4.96105 3.217176,7.81742 7.366422,7.81742 1.623617,0 3.517843,-0.60134 4.961061,-1.86415 l -1.773956,-2.79623 c -0.721608,0.57127 -1.593554,1.08241 -2.675966,1.08241 -1.924288,0 -3.33744,-1.65369 -3.33744,-4.23945 0,-2.58576 1.353018,-4.23945 3.487775,-4.23945 0.691541,0 1.353017,0.2706 2.074625,0.87194 l 2.014492,-2.7361 c -0.99221,-1.02228 -2.525633,-1.71382 -4.35972,-1.71382 -4.119179,0 -7.757293,2.85637 -7.757293,7.81743"
|
||||||
|
id="path4107"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 105.5181,-140.11125 c 0.66147,0 1.20268,-0.48107 1.20268,-1.17261 0,-0.75168 -0.54121,-1.20268 -1.20268,-1.20268 -0.66148,0 -1.20268,0.451 -1.20268,1.20268 0,0.69154 0.5412,1.17261 1.20268,1.17261 m -0.69154,17.91995 h 1.32295 v -14.43217 h -1.32295 v 14.43217"
|
||||||
|
id="path4109"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 111.69735,-122.1913 h 1.32294 v -10.88426 c 1.77396,-1.80402 3.00671,-2.70604 4.72053,-2.70604 2.34522,0 3.30737,1.44322 3.30737,4.51006 v 9.08024 h 1.32295 v -9.26064 c 0,-3.72831 -1.38309,-5.53234 -4.35972,-5.53234 -1.98442,0 -3.48778,1.11248 -4.96106,2.58577 h -0.0902 l -0.12027,-2.22496 h -1.14254 v 14.43217"
|
||||||
|
id="path4111"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 126.46778,-129.37732 c 0,4.78065 2.8263,7.54682 6.55461,7.54682 1.83409,0 3.36751,-0.81181 4.60026,-1.92428 l -0.69155,-0.90202 c -0.99221,0.90201 -2.31516,1.65369 -3.84858,1.65369 -3.15703,0 -5.23166,-2.58577 -5.23166,-6.37421 0,-3.81851 2.2851,-6.43434 5.23166,-6.43434 1.41315,0 2.49557,0.66147 3.42765,1.53342 l 0.78174,-0.93208 c -0.96215,-0.90201 -2.25503,-1.77396 -4.23945,-1.77396 -3.51784,0 -6.58468,2.76617 -6.58468,7.60696"
|
||||||
|
id="path4113"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 139.44593,-129.37732 c 0,4.78065 3.0067,7.54682 6.46441,7.54682 3.48777,0 6.49448,-2.76617 6.49448,-7.54682 0,-4.84079 -3.00671,-7.60696 -6.49448,-7.60696 -3.45771,0 -6.46441,2.76617 -6.46441,7.60696 m 1.38308,0 c 0,-3.81851 2.16483,-6.43434 5.08133,-6.43434 2.9165,0 5.11139,2.61583 5.11139,6.43434 0,3.78844 -2.19489,6.37421 -5.11139,6.37421 -2.9165,0 -5.08133,-2.58577 -5.08133,-6.37421"
|
||||||
|
id="path4115"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 156.7993,-119.365 c 0,-1.02228 0.57128,-2.13476 1.89423,-3.03677 0.75167,0.1804 1.50335,0.24054 1.80402,0.24054 h 3.0969 c 2.16483,0 3.33744,0.60134 3.33744,2.19489 0,1.80402 -2.07463,3.63811 -5.32186,3.63811 -3.06684,0 -4.81073,-1.23275 -4.81073,-3.03677 m -1.26281,0.12027 c 0,2.43543 2.2851,3.99891 5.9232,3.99891 4.14925,0 6.82522,-2.37529 6.82522,-4.87085 0,-2.2851 -1.50336,-3.30738 -4.75059,-3.30738 h -3.09691 c -2.16482,0 -2.76616,-0.84188 -2.76616,-1.89422 0,-0.96214 0.5412,-1.56349 1.17261,-2.07463 0.66148,0.39088 1.59356,0.60135 2.40536,0.60135 2.8263,0 5.0212,-2.13477 5.0212,-5.08133 0,-1.53342 -0.66148,-2.8263 -1.59355,-3.63811 h 3.3675 v -1.11248 h -4.90092 c -0.45101,-0.1804 -1.11248,-0.36081 -1.89423,-0.36081 -2.82629,0 -5.08132,2.1047 -5.08132,5.08133 0,1.74389 0.90201,3.18711 1.80402,3.96885 v 0.12027 c -0.63141,0.451 -1.56349,1.35301 -1.56349,2.64589 0,1.11248 0.54121,1.89423 1.26282,2.31517 v 0.12026 c -1.32295,0.96215 -2.13476,2.22497 -2.13476,3.48778 m 5.71273,-8.59917 c -2.01448,0 -3.75837,-1.62362 -3.75837,-4.05905 0,-2.46549 1.71382,-3.99891 3.75837,-3.99891 2.04456,0 3.72832,1.56348 3.72832,3.99891 0,2.43543 -1.74389,4.05905 -3.72832,4.05905"
|
||||||
|
id="path4117"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 171.36161,-122.1913 h 1.32295 v -10.88426 c 1.77395,-1.80402 3.0067,-2.70604 4.72052,-2.70604 2.34522,0 3.30737,1.44322 3.30737,4.51006 v 9.08024 h 1.32295 v -9.26064 c 0,-3.72831 -1.38308,-5.53234 -4.35972,-5.53234 -1.98442,0 -3.48777,1.11248 -4.96106,2.58577 h -0.0902 l -0.12027,-2.22496 h -1.14254 v 14.43217"
|
||||||
|
id="path4119"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 188.02626,-140.11125 c 0.66148,0 1.20268,-0.48107 1.20268,-1.17261 0,-0.75168 -0.5412,-1.20268 -1.20268,-1.20268 -0.66147,0 -1.20268,0.451 -1.20268,1.20268 0,0.69154 0.54121,1.17261 1.20268,1.17261 m -0.69154,17.91995 h 1.32295 v -14.43217 h -1.32295 v 14.43217"
|
||||||
|
id="path4121"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 194.53623,-126.19021 c 0,2.58576 0.81181,4.35971 3.60804,4.35971 0.60134,0 1.50336,-0.24053 2.34523,-0.5412 l -0.3608,-1.08241 c -0.51114,0.24053 -1.26282,0.451 -1.80402,0.451 -1.98443,0 -2.43543,-1.23275 -2.43543,-3.06684 v -9.41098 h 4.17931 v -1.14254 h -4.17931 v -4.17932 h -1.14255 l -0.1804,4.17932 -2.2851,0.12027 v 1.02227 h 2.25503 v 9.29072"
|
||||||
|
id="path4123"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 202.10514,-129.37732 c 0,4.78065 3.0067,7.54682 6.46441,7.54682 3.48777,0 6.49448,-2.76617 6.49448,-7.54682 0,-4.84079 -3.00671,-7.60696 -6.49448,-7.60696 -3.45771,0 -6.46441,2.76617 -6.46441,7.60696 m 1.38308,0 c 0,-3.81851 2.16483,-6.43434 5.08133,-6.43434 2.9165,0 5.11139,2.61583 5.11139,6.43434 0,3.78844 -2.19489,6.37421 -5.11139,6.37421 -2.9165,0 -5.08133,-2.58577 -5.08133,-6.37421"
|
||||||
|
id="path4125"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 218.58659,-126.82162 c 0,3.0067 1.02228,4.99112 4.05904,4.99112 0.99222,0 1.74389,-0.15033 2.22496,-0.3608 l -0.5412,-3.27731 c -0.24054,0.0601 -0.36081,0.0601 -0.54121,0.0601 -0.3608,0 -0.78174,-0.30067 -0.78174,-1.23275 v -16.62707 h -4.41985 v 16.44667"
|
||||||
|
id="path4127"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 229.35527,-139.29944 c 1.50335,0 2.5557,-0.96214 2.5557,-2.31516 0,-1.35301 -1.05235,-2.28509 -2.5557,-2.28509 -1.47328,0 -2.5557,0.93208 -2.5557,2.28509 0,1.35302 1.08242,2.31516 2.5557,2.31516 m -2.19489,17.10814 h 4.41985 v -14.91325 h -4.41985 v 14.91325"
|
||||||
|
id="path4129"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 238.8682,-122.1913 h 5.1114 l 4.87085,-14.91325 H 244.611 l -1.95435,7.03569 c -0.39088,1.47328 -0.78175,3.03677 -1.14255,4.60025 h -0.12027 c -0.39087,-1.56348 -0.78174,-3.12697 -1.17261,-4.60025 l -1.92429,-7.03569 h -4.44992 l 5.02119,14.91325"
|
||||||
|
id="path4131"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 250.07191,-129.64792 c 0,4.93099 3.27731,7.81742 7.54683,7.81742 1.77395,0 3.75838,-0.6314 5.29179,-1.68375 l -1.47328,-2.67596 c -1.08241,0.66147 -2.1047,0.99221 -3.21717,0.99221 -1.98443,0 -3.48778,-0.99222 -3.87865,-3.24724 h 8.92991 c 0.0902,-0.36081 0.1804,-1.08242 0.1804,-1.86416 0,-4.05904 -2.1047,-7.15595 -6.34414,-7.15595 -3.57798,0 -7.03569,2.97664 -7.03569,7.81743 m 4.23945,-1.53342 c 0.30067,-1.98442 1.50335,-2.9165 2.88644,-2.9165 1.77395,0 2.49556,1.20268 2.49556,2.9165 h -5.382"
|
||||||
|
id="path4133"
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 265.51369,-123.81492 c 1.29288,1.08241 3.15704,1.98442 5.29179,1.98442 3.12697,0 4.87086,-1.89422 4.87086,-4.05904 0,-2.8263 -2.4655,-3.57798 -4.72052,-4.41986 -1.71382,-0.6314 -3.39758,-1.26281 -3.39758,-2.9165 0,-1.32295 1.02228,-2.61583 3.24724,-2.61583 1.47329,0 2.49557,0.57127 3.45771,1.29288 l 0.72161,-0.93208 c -1.05235,-0.87194 -2.58577,-1.50335 -4.11918,-1.50335 -3.0067,0 -4.66039,1.74389 -4.66039,3.84858 0,2.4655 2.40536,3.33744 4.60025,4.11919 1.65369,0.60134 3.51784,1.38308 3.51784,3.1871 0,1.53342 -1.17261,2.85637 -3.42764,2.85637 -2.07462,0 -3.36751,-0.81181 -4.60025,-1.83409 l -0.78174,0.99221"
|
||||||
|
id="path4135"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 277.72983,-117.0799 -0.30068,1.17261 c 0.39088,0.1804 0.93208,0.30067 1.47329,0.30067 2.58576,0 4.02898,-2.3753 4.84079,-4.78066 l 5.71274,-16.23619 h -1.35302 l -3.0969,9.08024 c -0.39087,1.20268 -0.87195,2.76617 -1.32295,4.02898 h -0.12027 c -0.54121,-1.26281 -1.11248,-2.8263 -1.56349,-4.02898 l -3.48777,-9.08024 h -1.44322 l 5.92321,14.70277 -0.39088,1.26282 c -0.7216,2.19489 -1.92429,3.81851 -3.69824,3.81851 -0.42094,0 -0.87194,-0.12027 -1.17261,-0.24053"
|
||||||
|
id="path4137"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 290.7653,-123.81492 c 1.29288,1.08241 3.15704,1.98442 5.2918,1.98442 3.12697,0 4.87086,-1.89422 4.87086,-4.05904 0,-2.8263 -2.4655,-3.57798 -4.72053,-4.41986 -1.71381,-0.6314 -3.39757,-1.26281 -3.39757,-2.9165 0,-1.32295 1.02228,-2.61583 3.24724,-2.61583 1.47328,0 2.49556,0.57127 3.45771,1.29288 l 0.72161,-0.93208 c -1.05235,-0.87194 -2.58577,-1.50335 -4.11919,-1.50335 -3.0067,0 -4.66039,1.74389 -4.66039,3.84858 0,2.4655 2.40537,3.33744 4.60026,4.11919 1.65368,0.60134 3.51784,1.38308 3.51784,3.1871 0,1.53342 -1.17261,2.85637 -3.42764,2.85637 -2.07462,0 -3.36751,-0.81181 -4.60025,-1.83409 l -0.78175,0.99221"
|
||||||
|
id="path4139"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 305.05607,-126.19021 c 0,2.58576 0.81181,4.35971 3.60804,4.35971 0.60134,0 1.50335,-0.24053 2.34523,-0.5412 l -0.36081,-1.08241 c -0.51113,0.24053 -1.26281,0.451 -1.80402,0.451 -1.98442,0 -2.43543,-1.23275 -2.43543,-3.06684 v -9.41098 h 4.17932 v -1.14254 h -4.17932 v -4.17932 h -1.14254 l -0.18041,4.17932 -2.28509,0.12027 v 1.02227 h 2.25503 v 9.29072"
|
||||||
|
id="path4141"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 312.62497,-129.37732 c 0,4.72052 2.97664,7.54682 6.67488,7.54682 2.10469,0 3.39758,-0.7216 4.54013,-1.41315 l -0.54121,-1.02227 c -1.08241,0.78174 -2.31516,1.29288 -3.87865,1.29288 -3.24723,0 -5.382,-2.61584 -5.44213,-6.25394 h 10.40319 c 0.0601,-0.36081 0.0601,-0.72161 0.0601,-1.08242 0,-4.23944 -2.1047,-6.67488 -5.53234,-6.67488 -3.21717,0 -6.28401,2.88644 -6.28401,7.60696 m 1.35302,-0.87194 c 0.30067,-3.45771 2.49557,-5.59247 4.96106,-5.59247 2.58576,0 4.23945,1.89423 4.23945,5.59247 h -9.20051"
|
||||||
|
id="path4143"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 328.33263,-122.1913 h 1.32295 v -10.88426 c 1.59355,-1.80402 3.03677,-2.70604 4.32965,-2.70604 2.22496,0 3.24724,1.44322 3.24724,4.51006 v 9.08024 h 1.32295 v -10.88426 c 1.59355,-1.80402 2.97664,-2.70604 4.32965,-2.70604 2.19489,0 3.21717,1.44322 3.21717,4.51006 v 9.08024 h 1.35302 v -9.26064 c 0,-3.72831 -1.44322,-5.53234 -4.32965,-5.53234 -1.65369,0 -3.24724,1.14255 -4.90093,2.94657 -0.51114,-1.77395 -1.68375,-2.94657 -3.99891,-2.94657 -1.59355,0 -3.24724,1.11248 -4.54012,2.58577 h -0.0902 l -0.12027,-2.22496 h -1.14255 v 14.43217"
|
||||||
|
id="path4145"
|
||||||
|
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#ffffff;fill-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 68 KiB |