diff --git a/.github/ABOUT.md b/.github/ABOUT.md deleted file mode 100644 index 7235270..0000000 --- a/.github/ABOUT.md +++ /dev/null @@ -1,64 +0,0 @@ - - -# Repository Admin - -## Mirror - ---- - -## Credits - -The credits section has now been moved to **[CREDITS.md](https://github.com/Lissy93/awesome-privacy/blob/main/.github/CREDITS.md)** - ---- - -## Website - -A web-version of Awesome-Privacy is available at: **[awesome-privacy.xyz](https://awesome-privacy.xyz)** - -The source for the website is managed in the [`gh-pages`](https://github.com/Lissy93/awesome-privacy/tree/gh-pages) branch. - -The content is in markdown format, and pulled from the main branch using [this workflow](https://github.com/Lissy93/awesome-privacy/blob/main/.github/workflows/sync-docs-branch.yml) running on GitHub actions. The site is built with [Docsify](https://docsify.js.org), and deployed automatically onto [Netlify](https://netlify.com). - -A mirror is also deployed to GH Pages, at: [lissy93.github.io/awesome-privacy](https://lissy93.github.io/awesome-privacy/) - -### Making Changes to the Website - -#### Making changes to content -To add, remove or amend any piece of software on the list, please follow the [Contributing Guide](https://github.com/Lissy93/awesome-privacy/blob/main/.github/CONTRIBUTING.md), and submit changes only to the main branch. - -#### Making changes to the website -To make changes to the layout, style or logic of the web app, excluding any markdown files, changes should be submitted directly to the gh-pages branch. - - -### Website Privacy - -Although no analytics or tracking is included in the website, the third-party services involved in deploying, hosting and DNS all potentially have the ability to see user traffic, and may collect, store and process data on visitors. You should refer to the following privacy policies for more information: -- [CloudFlare Privacy Policy](https://cloudflare.com/privacypolicy/) _(used for DNS)_ -- [Netlify Privacy Policy](https://www.netlify.com/privacy/) _(used for website hosting)_ -- [GitHub Privacy Policy](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement) _(used for code hosting)_ - ---- - -## Transparency - - ---- - -## Disclaimer - - ---- - -## Author Pledge - ---- - -## License - -Awesome-Privacy is licensed under [Creative Commons, CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). - -In short, this means: -- You are free to use and distribute this repository, and any or it's content for personal or commerical use. -- But you must include the copyright, give credit to the original author, and state what changes you've made. -- And you cannot hold the author liable for any damages, and there is no warranty for any of the content. diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 63c4992..b57bbe6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,36 +4,51 @@ ### How to make an Addition -You can add entries to this list by opening a pull request. +You can add, edit or remove entries by opening a pull request. -Get started by [editing](https://github.com/Lissy93/awesome-privacy/edit/main/README.md) the readme, committing changes to your fork, and opening a pull request upstream to this repo's main branch. -If you are new to GitHub, [this tutorial](https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github/) may help you. +All data is stored in [`awesome-privacy.yml`](https://github.com/Lissy93/awesome-privacy/blob/main/awesome-privacy.yml). +If you're adding, editing or removing a listing - **this is the only file you need to edit**. + +Get started by forking the repo, [editing](https://github.com/Lissy93/awesome-privacy/edit/main/awesome-privacy.yml) the data, committing changes to your fork, and opening a pull request upstream to this repo's main branch. If you're new to open source, you can find some resources to get you started at [git-in.to](https://git-in.to), but feel free to reach out if you need any help 😊 Your request will be reviewed, then either merged, or have changes requested, or if the [Guidelines](#guidelines) are not met, it may be closed with a comment explaining why. -To make layout or stylistic amendments to the website ([awesome-privacy.xyz](https://awesome-privacy.xyz)), pull requests should be made to the `gh-pages` branch. For more information about the website, see [About --> Website](https://github.com/Lissy93/awesome-privacy/blob/main/.github/ABOUT.md#website) +To make layout or stylistic amendments to the website ([awesome-privacy.xyz](https://awesome-privacy.xyz)), see [Website docs](https://github.com/Lissy93/awesome-privacy#the-website) in the readme for build and running instructions. --- ### Requirements -Software additions to this list, will usually need to meet the following requirements. +For software to be included in this list, it must meet the following requirements: - **Privacy Respecting** - - The project must respect users privacy, not collect more data than necessary, and store info securely + - The project must respect users privacy, not collect more data than necessary, and store info securely + - For hosted services, the project must have a clear privacy policy + - The user must remain in full control of their data, and be able to delete it at any time - **Secure** + - The software must be secure by default, without requiring additional configuration - There should be no current, critical security issues - The handling of past issues must have been prompt, transparent and effective - **Open Source** - - The full source code should be released under an open source license + - The full source code should be released under an open source license + - Ideally it should be possible for the user to build and run/deploy the software themselves from source - **Actively Maintained** - The developers should address dependency updates and security patches in a timely manner - **Transparent** - It should be clear who is behind the project, what their motives are, and what (if any) the funding model is - **Ethical** - Must not suppress free speech, discriminate or disregard any human rights +- **Relevant** + - The software must be relevant, and fit into one of the existing categories +- **Functional** + - Must be fully functional, and not just a concept or idea + - A stable (non-alpha/beta) release is required at a minimum + - Must be accessible to the general public, and not just a select group of people + - If technical knowledge is required to run it, the software must be well documented -_There may be some exceptions, but these would need to be fully justified, reviewed by the community, and drawbacks / anti-features must be listed along-side the software when merged. Usually these entries go within the "Notable Mentions" section instead._ +_There may be some exceptions, but these would need to be fully justified, reviewed +by the community, and the drawbacks / anti-features must be clearly listed along-side the software. +Usually these entries go within the "Notable Mentions" section instead._ --- @@ -41,6 +56,7 @@ _There may be some exceptions, but these would need to be fully justified, revie Your pull request must follow these requirements. Failure to do so, might result in it being closed. +- Do not edit the README directly when adding / editing a listing - Ensure your PR is not a duplicate, search for existing / previous submissions first - You must respond to any comments or requests for changes in a timely manner, 48-hours maximum - Write short but descriptive git commit messages, under 50 characters. This must be in the format of `Adds [software-name] to [section-name]`. Your PR will be rejected if you name it `Updates README.md` @@ -59,4 +75,4 @@ Your pull request must follow these requirements. Failure to do so, might result - Your changes must be correctly formatted, in valid markdown - The addition title must be a link the project, and in bold - The addition description must be no less than 50, and no more than 250 characters, keep it clear and to the point -- The structure of additions is as follows: `[Project Name](https://project-link/) | Brief description` + diff --git a/.github/CREDITS.md b/.github/CREDITS.md deleted file mode 100644 index b693cdf..0000000 --- a/.github/CREDITS.md +++ /dev/null @@ -1,992 +0,0 @@ -# Credits - -### Sponsors - -
|
-
- - Vincent Koc - - |
-
-
- - Peng1can - - |
-
-
- - Aly Mohamed - - |
-
-
- - Torgny Bjers - - |
-
-
- - Eddy Lazzarin - - |
-
-
- - Anand Chowdhary - - |
|
-
- - Shrippen - - |
-
-
- - David Young - - |
-
-
- - Zach Biles - - |
-
-
- - Ulises Gascón - - |
-
-
- - Digital Archeology - - |
-
-
- - Brian McGonagill - - |
|
-
- - Vlad Timofeev - - |
-
-
- - HeliXZz - - |
-
-
- - Undefined - - |
-
-
- - Bastii717 - - |
-
-
- - Brent - - |
-
-
- - Byron - - |
|
-
- - Nixy - - |
-
-
- - nrvo - - |
|
-
- - Alicia Bot - - |
-
-
- - Alicia Sykes - - |
-
-
- - Kieran - - |
-
-
- - Lilith - - |
-
-
- - Guillaume - - |
-
-
- - A-childs-encyclopedia - - |
|
-
- - Andrew Milich - - |
-
-
- - Kerbless - - |
-
-
- - GhoulBoi69 - - |
-
-
- - Slade991 - - |
-
-
- - Sam A. - - |
-
-
- - Coccocoa's Helper - - |
|
-
- - Alex Ogden - - |
-
-
- - Ujjawal Saini - - |
-
-
- - Upstream8022 - - |
-
-
- - Ward - - |
-
-
- - Wesley-Ryan - - |
-
-
- - Zhymabek Roman - - |
|
-
- - Sanmoji - - |
-
-
- - Cole - - |
-
-
- - Jxhn - - |
-
-
- - Kolaente - - |
-
-
- - Magical-heyrovsky - - |
-
-
- - Pavan - - |
|
-
- - Paul Nodet - - |
-
-
- - Titanism - - |
-
-
- - Tim Schlotfeldt - - |
-
-
- - Terence Eden - - |
-
-
- - Sean O'Mahoney - - |
-
-
- - NylaTheWolf - - |
-
|
- ||||
|
-
-
- |
-
A curated list of privacy & security-focused apps, software, and providers 🔐
* + +[⏬ Skip to Content ⏬](#password-managers) + +## Intro [](https://awesome.re) + +Large data-hungry corporations dominate the digital world but with little, or no respect for your privacy. +Migrating to open-source applications with a strong emphasis on privacy and security will help stop +corporations, governments, and hackers from logging, storing or selling your personal data. + +**Note**: Remember that [no software is perfect](#important-considerations), and it is important to follow good [security practices](https://github.com/Lissy93/personal-security-checklist/blob/HEAD/CHECKLIST.md). + +A Codeberg mirror is available [here](https://codeberg.org/alicia/awesome-privacy). + + + + +--- + +## Final Notes + +### Conclusion + +Many corporations put profit before people, collecting data and exploiting privacy. They claim to be secure but without being open source it can't be verified, until there's been a breach and it's too late. Switching to privacy-respecting open source software will drastically help improving your security, privacy and anonymity online. + +However, that's not all you need to do. It is also important to: use strong and unique passwords, 2-factor authentication, +adopt good networking practices and be mindful of data that are collected when browsing the web. You can see the full +**[personal security checklist](https://github.com/Lissy93/personal-security-checklist/blob/HEAD/CHECKLIST.md)** for more tips to stay safe. + + +### Important Considerations + +**Compartmentalise, Update and Be Ready**
+ © Alicia Sykes 2024
+ Licensed under MIT
+ 
+ Thanks for visiting :)
+