privacyguides.org
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: romandev0318
- License: other
- Language: Markdown
- Default Branch: main
- Size: 68.1 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
About
Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy. Our mission is to inform the public about the value of digital privacy, and global government initiatives which aim to monitor your online activity. We are a non-profit collective operated entirely by volunteer team members and contributors. Our website is free of advertisements and not affiliated with any of the listed providers.
The current list of team members can be found here. Additionally, many people have made contributions to the project, and you can too!
Featured on: Tweakers, The New York Times, and Wired
Contributing
- 💬 Start a discussion or suggest an idea
- 💖 Sponsor the project
- 🈴 Help translate the site [Matrix chat]
- 📝 Edit the site, everything's accessible in this repo
- Browse our open issues to see what needs to be updated
- View the list of approved topics waiting for a PR
- Read some writing tips in our style guide
All contributors to the site are listed here. If you make a substantial (i.e. copyright eligible) contribution to the project and would like to be formally credited, you are welcome to include your information in the appropriate authors section in CITATION.cff as well, just submit a PR or ask @jonaharagon to make the change.
Mirrors
Hidden service (Tor/onion): xoe4vn5uwdztif6goazfbmogh6wh5jc4up35bqdflu6bkdc5cas5vjqd.onion
License
Copyright © 2019 - 2023 Privacy Guides contributors.
Privacy Guides content is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International Public License, and the underlying source code used to format and display that content on www.privacyguides.org is licensed under the MIT License.
Generally speaking, content can be found in the /docs, /theme/assets/img and /includes folders; and source code and configuration files can be found in the /config and /theme folders, and in the root of this repository. Any source code snippets contained within documentation files are MIT Licensed. 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 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 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.
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
Committing to this repository requires signing your commits (git config commit.gpgsign true) unless you are making edits via the GitHub.com text editor interface. As of August 2022 the preferred signing method is SSH commit signatures, but GPG signing is also acceptable. You should add your signing key to your GitHub profile.
This website uses mkdocs-material-insiders which offers additional functionality over the open-source mkdocs-material project. For obvious reasons we cannot distribute access to the insiders repository. Running this website locally without access to insiders is unsupported. If you are submitting a PR, please ensure the automatic preview generated for your PR looks correct, as that site will be built with the production insiders build.
Team members should clone the repository with mkdocs-material-insiders directly. This method is identical to production:
- Clone this repository and submodules:
git clone --recurse-submodules https://github.com/privacyguides/privacyguides.org.git - Enable SSH commit verification with our local
.allowed_signersfile:git config gpg.ssh.allowedSignersFile .allowed_signers - Install Python 3.8, this is the only version supported by Netlify
- Install pipenv:
pip install pipenv - Install dependencies:
pipenv install --dev(install Pillow and CairoSVG as well to generate social cards) - Serve the site locally:
pipenv run mkdocs serve --config-file config/mkdocs.en.yml(setCARDS=trueto generate social cards)- The site will be available at
http://localhost:8000 - You can build the site locally with
pipenv run mkdocs build --config-file config/mkdocs.en.yml - This version of the site should be identical to the live, production version
- The site will be available at
If you commit to main with commits signed with your SSH key, you should add your SSH key to .allowed_signers in this repo.
Local Translated Site Builds
- Install the Crowdin CLI Tool (
brew install crowdin) - Set the
CROWDIN_PERSONAL_TOKENenvironment variable to your Crowdin personal access token - Run
crowdin downloadin the root of this repo - Serve the site locally:
pipenv run mkdocs serve --config-file config/mkdocs.fr.yml(replacing the config file with any language in /config)
Translations downloaded from Crowdin are .gitignore'd, so any local changes to the translated site cannot be committed to this repo. Actual modifications need to be made on Crowdin. As an alternative to steps 1-3, you can copy the folders from privacyguides/i18n to the root of this repo to obtain the translated files.
Releasing
It is required to create a GitHub release to publish the current site to privacyguides.org. The current main branch can be previewed at https://main.staging.privacyguides.dev prior to release.
- Create a new tag:
git tag -s v3.X.X -m 'Some message'- View existing tags
- Tag numbering: Increment the MINOR (2nd) number when making significant changes (adding/deleting pages, etc.), increment the PATCH (3rd) number when making minor changes (typos, bug fixes). Probably leave the MAJOR number at 3 until a massive revamp (v1 -> v2 was the Jekyll to MkDocs transition, v2 -> v3 was the introduction of translations).
- Consider enabling GPG tag signing by default (
git config tag.gpgSign true) to avoid missing signatures
- Push the tag to GitHub:
git push --tags - A GitHub Release will be automatically created and deployed to the live site.
- You may wish to manually check or edit the release changelog/title after it is published for accuracy.
Owner
- Name: Roman
- Login: romandev0318
- Kind: user
- Location: Jacksonville, FL
- Repositories: 1
- Profile: https://github.com/romandev0318
Full Stack developer | NodeJs | PHP | Python | AWS
Citation (CITATION.cff)
# Copyright (c) 2022-2023 Jonah Aragon <jonah@triplebit.net>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
cff-version: 1.2.0
title: Privacy Guides
message: "If you reference this website, please cite it in your work."
type: software
authors:
- family-names: Aragon
given-names: Jonah
website: "https://www.jonaharagon.com"
orcid: "https://orcid.org/0000-0001-6996-4965"
- name: The Privacy Guides Team
website: "https://github.com/orgs/privacyguides/people"
repository-code: "https://github.com/privacyguides/privacyguides.org"
license:
- MIT
- CC-BY-ND-4.0
references:
- authors:
- family-names: Donath
given-names: Martin
title: "mkdocs-material"
type: software
repository-code: "https://github.com/squidfunk/mkdocs-material"
license: MIT
preferred-citation:
type: website
title: Privacy Guides
authors:
- family-names: Aragon
given-names: Jonah
website: "https://www.jonaharagon.com"
orcid: "https://orcid.org/0000-0001-6996-4965"
- family-names: Gray
given-names: Daniel
alias: dngray
website: "https://polarbear.army"
- family-names: Wilde
given-names: Niek
name-particle: de
alias: blacklight447
- given-names: Freddy
website: "https://freddy.lol"
- alias: mfwmyfacewhen
website: "https://github.com/mfwmyfacewhen"
- given-names: Olivia
alias: hook
- alias: nitrohorse
website: "https://nitrohorse.com"
- family-names: Suomalainen
given-names: Aminda
alias: Mikaela
website: "https://aminda.eu"
- family-names: Potocki
given-names: Dawid
website: "https://dawidpotocki.com"
- alias: matchboxbananasynergy
website: "https://banana.omg.lol"
- family-names: Tran
given-names: Thien
alias: Tommy
website: "https://tommytran.io"
- alias: samsepi0l
website: "https://github.com/d4rklynk"
- name: Privacy Guides Contributors
website: "https://github.com/privacyguides/privacyguides.org/graphs/contributors"
url: "https://www.privacyguides.org"
abstract: >-
Privacy Guides is a socially motivated website that
provides information for protecting your data
security and privacy. We are a non-profit
collective operated entirely by volunteer team
members and contributors.
keywords:
- privacy
- surveillance
- encryption
- website
- markdown
license: CC-BY-ND-4.0
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v4 composite
- crowdin/github-action v1.15.2 composite
- wearerequired/git-mirror-action v1 composite
- actions/cache v3.3.2 composite
- actions/checkout v4 composite
- actions/configure-pages v4 composite
- actions/deploy-pages main composite
- actions/setup-python v5 composite
- actions/upload-pages-artifact v2 composite
- actions/cache v3.3.2 composite
- actions/checkout v4 composite
- actions/download-artifact v4 composite
- actions/setup-python v5 composite
- actions/upload-artifact v4 composite
- addnab/docker-run-action v3 composite
- ncipollo/release-action v1 composite
- 212 dependencies
- @netlify/plugin-lighthouse ^5.0.0 development
- scour ~=0.38 develop
- cairosvg ~=2.7
- mkdocs-git-committers-plugin-2 ~=1.1
- mkdocs-git-revision-date-localized-plugin ~=1.2
- mkdocs-macros-plugin ~=0.7
- mkdocs-material *
- pillow ~=10.0
- scour ==0.38.2 develop
- six ==1.16.0 develop
- babel ==2.13.0
- beautifulsoup4 ==4.12.2
- cairocffi ==1.6.1
- cairosvg ==2.7.1
- certifi ==2023.7.22
- cffi ==1.16.0
- charset-normalizer ==3.3.1
- click ==8.1.7
- colorama ==0.4.6
- cssselect2 ==0.7.0
- defusedxml ==0.7.1
- ghp-import ==2.1.0
- gitdb ==4.0.11
- gitpython ==3.1.40
- idna ==3.4
- importlib-metadata ==6.8.0
- jinja2 ==3.1.2
- lxml ==4.9.3
- markdown ==3.5
- markupsafe ==2.1.3
- mergedeep ==1.3.4
- mkdocs ==1.5.3
- mkdocs-git-committers-plugin-2 ==1.2.0
- mkdocs-git-revision-date-localized-plugin ==1.2.1
- mkdocs-macros-plugin ==0.7.0
- mkdocs-material ==9.4.5+insiders.4.42.1
- mkdocs-material-extensions ==1.3
- packaging ==23.2
- paginate ==0.5.6
- pathspec ==0.11.2
- pillow ==10.1.0
- platformdirs ==3.11.0
- pycparser ==2.21
- pygments ==2.16.1
- pymdown-extensions ==10.3.1
- python-dateutil ==2.8.2
- pytz ==2023.3.post1
- pyyaml ==6.0.1
- pyyaml-env-tag ==0.1
- regex ==2023.10.3
- requests ==2.31.0
- six ==1.16.0
- smmap ==5.0.1
- soupsieve ==2.5
- termcolor ==2.3.0
- tinycss2 ==1.2.1
- urllib3 ==2.0.7
- watchdog ==3.0.0
- webencodings ==0.5.1
- zipp ==3.17.0