mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-11-04 13:27:53 +00:00
Add license info for some blog images
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2024 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
|
||||
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2020 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2023 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC0-1.0
|
||||
|
||||
name: "Content Correction"
|
||||
description: Report any inaccurate, incorrect, or outdated information on the website.
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/2_Website_Issues.yml
vendored
2
.github/ISSUE_TEMPLATE/2_Website_Issues.yml
vendored
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2023 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC0-1.0
|
||||
|
||||
name: "Website Issue"
|
||||
description: Report a bug with the website.
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2020 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC0-1.0
|
||||
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
|
||||
4
.github/PULL_REQUEST_TEMPLATE.md.license
vendored
4
.github/PULL_REQUEST_TEMPLATE.md.license
vendored
@@ -1,4 +1,4 @@
|
||||
SPDX-FileCopyrightText: 2017 Privacy Guides project contributors
|
||||
SPDX-FileCopyrightText: 2017 Contributors to Privacy Guides <https://www.privacyguides.org>
|
||||
SPDX-FileCopyrightText: 2020 Jonah Aragon <jonah@privacyguides.org>
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
SPDX-License-Identifier: MIT OR CC0-1.0
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2019 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
site
|
||||
/i18n/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
default: true
|
||||
line-length: false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
cff-version: 1.2.0
|
||||
title: Privacy Guides
|
||||
|
||||
2
Pipfile
2
Pipfile
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
|
||||
14
README.md
14
README.md
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2019 Jonah Aragon <jonah@privacyguides.org>
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
-->
|
||||
|
||||
<!-- markdownlint-disable MD041 MD045 -->
|
||||
@@ -90,20 +90,10 @@ All contributors to the site are listed [here](#contributors). If you have contr
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2019 - 2024 [Privacy Guides contributors](#contributors).
|
||||
|
||||
Privacy Guides content is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International Public License](/LICENSE), and the underlying source code used to format and display that content on [www.privacyguides.org](https://www.privacyguides.org) is licensed under the [MIT License](/LICENSE-CODE).
|
||||
|
||||
Generally speaking, **content** can be found in the [`/docs`](/docs), [`/theme/assets/img`](/theme/assets/img) and [`/includes`](/includes) folders; and **source code** and configuration files can be found in the [`/config`](/config) and [`/theme`](/theme) folders, and in the root of this repository. Any source code snippets contained within documentation files are [MIT Licensed](/LICENSE-CODE). Please contact us if you require clarification on any of these terms.
|
||||
|
||||
These licenses do not apply to any work where another license is otherwise noted.
|
||||
|
||||
**Logos** in the [`/theme/assets/img`](/theme/assets/img) folder may not be original works of Privacy Guides and therefore cannot be (re)licensed by us. We believe that these logos obtained from third-party providers are either in the public domain or **fair use**. In a nutshell, legal [fair use doctrine](https://copyright.gov/fair-use/more-info.html) allows the use of copyrighted images in order to identify the subject for purposes of public comment. However, these logos and other images may still be subject to trademark laws in one or more jurisdictions. Before using this content, please ensure that it is used to identify the entity or organization that owns the trademark and that you have the right to use it under the laws which apply in the circumstances of your intended use. *When copying content from this website, you are solely responsible for ensuring that you do not infringe someone else's trademark or copyright.*
|
||||
This repository is [REUSE compliant](https://reuse.software/), meaning each file is individually annotated with copyright information. Typically, most content you would read on the site is [**CC BY-SA 4.0**](LICENSES/CC-BY-SA-4.0.txt). You must always check the copyright license information in each file you copy before using it in your own work. If you are confused about who owns the copyright for a particular file or what license it is available under, please email <jonah@privacyguides.org>.
|
||||
|
||||
You may comply with our license terms in any reasonable manner, but not in any way that suggests Privacy Guides endorses you or your use. You **may not** use the Privacy Guides branding in your own project without express approval from this project. Privacy Guides's brand trademarks include the "Privacy Guides" wordmark and shield logo.
|
||||
|
||||
When you contribute to this repository you are doing so under the above licenses, and you are granting Privacy Guides a perpetual, worldwide, non-exclusive, transferable, royalty-free, irrevocable license with the right to sublicense such rights through multiple tiers of sublicensees, to reproduce, modify, display, perform and distribute your contribution as part of our project.
|
||||
|
||||
## Developing
|
||||
|
||||
The only supported method of building and previewing this website locally is by running the automatic dev container. The easiest way to do this in your web browser without installing any software is to use [GitHub Codespaces](https://codespaces.new/privacyguides/privacyguides.org). To build the website locally, you will need the following software:
|
||||
|
||||
62
REUSE.toml
62
REUSE.toml
@@ -1,26 +1,5 @@
|
||||
# SPDX-FileCopyrightText: 2025 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
version = 1
|
||||
|
||||
# Fallback
|
||||
[[annotations]]
|
||||
path = [
|
||||
"docs/*",
|
||||
"docs/advanced/*",
|
||||
"docs/android/*",
|
||||
"docs/basics/*",
|
||||
"docs/os/**",
|
||||
"docs/self-hosting/*"
|
||||
]
|
||||
SPDX-FileCopyrightText = [
|
||||
"Privacy Guides <https://magicgrants.org/funds/privacy_guides/>",
|
||||
"Contributors to Privacy Guides <https://www.privacyguides.org>"
|
||||
]
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Jonah Aragon <jonah@privacyguides.org>"
|
||||
|
||||
# Computer-generated files and other files which cannot be copyrighted
|
||||
[[annotations]]
|
||||
path = [
|
||||
@@ -41,29 +20,38 @@ precedence = "override"
|
||||
SPDX-FileCopyrightText = "NONE"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
# Privacy Guides Employee Works
|
||||
# Privacy Guides Paid Work - Fria
|
||||
[[annotations]]
|
||||
path = [
|
||||
"videos/posts/**",
|
||||
"blog/assets/images/clearing-your-browsing-data/*",
|
||||
"blog/assets/images/cryptpad-review/*",
|
||||
"blog/assets/images/digital-provenance/*",
|
||||
"blog/assets/images/clearing-your-browsing-data/*",
|
||||
"blog/assets/images/in-praise-of-tor/*",
|
||||
"blog/assets/images/installing-and-using-tails/*",
|
||||
"blog/assets/images/installing-keepassxc-and-yubikey/*",
|
||||
"blog/assets/images/interview-with-micah-lee/*",
|
||||
"blog/assets/images/keepassium-review/*",
|
||||
"blog/assets/images/clearing-your-browsing-data/*",
|
||||
"blog/assets/images/mastodon-privacy-and-security/*",
|
||||
"blog/assets/images/mastodon-tutorial-privacy-and-security/*",
|
||||
"blog/assets/images/privacy-pass/*",
|
||||
"blog/assets/images/yubikey-reset-and-backup/*",
|
||||
"blog/assets/images/privacy-pass/*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Fria <fria@privacyguides.org>"
|
||||
|
||||
# 2024 Jonah Aragon <jonah@privacyguides.org>
|
||||
# Privacy Guides Paid Work - Kevin
|
||||
[[annotations]]
|
||||
path = [
|
||||
"blog/assets/images/clearing-your-browsing-data/*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Kevin Pham <kevin@privacyguides.org>"
|
||||
|
||||
# Privacy Guides Paid Work - Jordan
|
||||
[[annotations]]
|
||||
path = [
|
||||
"videos/posts/**"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = [
|
||||
"Jordan Warne <jordan@privacyguides.org>",
|
||||
"Jonah Aragon <jonah@privacyguides.org>"
|
||||
]
|
||||
|
||||
# 2024 Jonah Aragon
|
||||
[[annotations]]
|
||||
path = [
|
||||
"includes/strings.en.env"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2024 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
authors:
|
||||
aprilfools:
|
||||
|
||||
10
blog/assets/images/cryptpad-review/REUSE.toml
Normal file
10
blog/assets/images/cryptpad-review/REUSE.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
10
blog/assets/images/in-praise-of-tor/REUSE.toml
Normal file
10
blog/assets/images/in-praise-of-tor/REUSE.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
10
blog/assets/images/installing-and-using-tails/REUSE.toml
Normal file
10
blog/assets/images/installing-and-using-tails/REUSE.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
10
blog/assets/images/interview-with-micah-lee/REUSE.toml
Normal file
10
blog/assets/images/interview-with-micah-lee/REUSE.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
10
blog/assets/images/keepassium-review/REUSE.toml
Normal file
10
blog/assets/images/keepassium-review/REUSE.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
10
blog/assets/images/mastodon-privacy-and-security/REUSE.toml
Normal file
10
blog/assets/images/mastodon-privacy-and-security/REUSE.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
@@ -0,0 +1,5 @@
|
||||
SPDX-FileCopyrightText: Privacy Guides <https://magicgrants.org/funds/privacy_guides/>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 AND LicenseRef-FairUse
|
||||
SPDX-FileComment: This file contains the Mastodon logo, which is used under fair use.
|
||||
SPDX-FileContributor: Mastodon gGmbH <https://joinmastodon.org/>
|
||||
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
@@ -0,0 +1,7 @@
|
||||
SPDX-FileCopyrightText: Privacy Guides <https://magicgrants.org/funds/privacy_guides/>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 AND LicenseRef-FairUse
|
||||
SPDX-FileComment: Mastodon mascot by @dopatwo@mastodon.social and Mastodon logo used with permission from Mastodon gGmbH. This site is not otherwise affiliated with Mastodon gGmbH.
|
||||
SPDX-FileContributor: Em <em@privacyguides.org>
|
||||
SPDX-FileContributor: dopatwo <https://mastodon.social/@dopatwo>
|
||||
SPDX-FileContributor: Mastodon gGmbH <https://joinmastodon.org/>
|
||||
10
blog/assets/images/yubikey-reset-and-backup/REUSE.toml
Normal file
10
blog/assets/images/yubikey-reset-and-backup/REUSE.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
version = 1
|
||||
|
||||
# Privacy Guides Paid Work - Em
|
||||
[[annotations]]
|
||||
path = [
|
||||
"*"
|
||||
]
|
||||
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
SPDX-FileContributor = "Em <em@privacyguides.org>"
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2023 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
#checkov:skip=CKV_SECRET_6:obviously a variable name and not a secret
|
||||
api_token_env: CROWDIN_PERSONAL_TOKEN
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# SPDX-FileCopyrightText: 2025 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
DATE_CMD="date"
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ SPDX-FileCopyrightText: 2023 Contributors to Privacy Guides <https://www.privacy
|
||||
SPDX-FileCopyrightText: 2023 Daniel Gray <dngray@privacyguides.org>
|
||||
SPDX-FileCopyrightText: 2024 Fria <fria@privacyguides.org>
|
||||
SPDX-FileCopyrightText: 2024 redoomed1 <redoomed1@privacyguides.org>
|
||||
SPDX-FileCopyrightText: 2024 @I-I-IT
|
||||
SPDX-FileCopyrightText: 2024 @xe-3
|
||||
SPDX-FileCopyrightText: 2024 @I-I-IT <https://github.com/I-I-IT>
|
||||
SPDX-FileCopyrightText: 2024 @xe-3 <https://github.com/xe-3>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
-->
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
docs_dir: "blog"
|
||||
site_url: "https://www.privacyguides.org/articles/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
INHERIT: mkdocs.yml
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
docs_dir: "videos"
|
||||
site_url: "https://www.privacyguides.org/videos/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
|
||||
docs_dir: !ENV [BUILD_DOCS_DIR, "docs"]
|
||||
site_url: !ENV [BUILD_SITE_URL, "https://www.privacyguides.org/en/"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2025 Jonah Aragon <jonah@privacyguides.org>
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
SPDX-License-Identifier: MIT OR CC-BY-SA-4.0
|
||||
-->
|
||||
|
||||
{% extends "main.html" %}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# SPDX-FileCopyrightText: 2025 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
description: >-
|
||||
This is our home for the latest video content from the Privacy Guides team. Be sure you are subscribed to find out about our latest uploads, and share these videos with your family and friends if you find them helpful!
|
||||
template: video.html
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2025 Jonah Aragon <jonah@privacyguides.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-License-Identifier: MIT OR CC0-1.0
|
||||
|
||||
template: video-post.html
|
||||
hide:
|
||||
|
||||
Reference in New Issue
Block a user