This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
privacytools.io/README.md

69 lines
4.9 KiB
Markdown
Raw Permalink Normal View History

<div align="center">
2019-12-04 19:46:17 +00:00
<a href="https://www.privacytools.io">
<img src="assets/img/svg/layout/brand/horizontal.svg" width="500px" alt="PrivacyTools" />
</a>
<p>
<em>Encryption Against Global Mass Surveillance.</em>
</p>
<a href="https://opencollective.com/privacytools#support">
<img src="https://opencollective.com/privacytools/tiers/badge.svg">
</a>
<a href="https://app.netlify.com/sites/privacytools-io/deploys">
<img src="https://api.netlify.com/api/v1/badges/afd98777-c205-4928-a301-f57a1448113f/deploy-status">
</a>
</div>
2018-12-27 16:21:56 +00:00
# Contributing
It's important for a website like PrivacyTools to be up-to-date. Keep an eye on software updates of the applications listed here. Follow recent news about providers that are recommended. We try our best to keep up but we're not perfect and the internet is changing fast. So if you find an error, or you think a provider should not be listed here, or a qualified service provider is missing or a browser plugin is not the best choice anymore or anything else...
**Talk to us!** If you want to help make privacytools.io the best website it can be, join our Matrix discussion chat at [`#dev:privacytools.io`](https://matrix.to/#/#dev:privacytools.io), where we talk about open issues and PRs in this repo, and changes to the site. You may submit any website suggestions here on GitHub [Issues](https://github.com/privacytools/privacytools.io/issues). Please refer to the [contribution guidelines](.github/CONTRIBUTING.md) and consider stopping by our chat room before submitting. Thank you.
2020-03-02 19:36:58 +00:00
If you want to discuss privacy in general, a new tool, or just something else, feel free to join [our Discourse community](https://forum.privacytools.io/) or our general Matrix room at [`#general:privacytools.io`](https://matrix.to/#/#general:privacytools.io) and start a discussion! This is a community project and we're aiming to deliver the best information available. Thank you for participating.
## Developing
1. Install the latest stable version of [Ruby](https://www.ruby-lang.org/en/downloads/).
1. Install [Bundler](https://bundler.io/) v2.0.1:
* `gem install bundler -v 2.0.1`
1. Install the required dependencies:
* `bundle install`
1. Build the website (the output can be found in the `_site` directory):
* `bundle exec jekyll build`
1. Serve the website locally with live reloading:
* `bundle exec jekyll serve --incremental --livereload`
# Support
2015-07-22 21:41:18 +00:00
- [Donate](https://www.privacytools.io/sponsors/)
- [Spread the word](https://www.privacytools.io/#participate)
- [Join our Discourse community](https://forum.privacytools.io/)
- [Make suggestions on reddit](https://www.reddit.com/r/privacytoolsIO/)
2015-07-22 21:41:18 +00:00
- View and edit our website source code here on GitHub.
2015-08-11 05:07:00 +00:00
## Backers
Like what we're doing? [Become a backer](https://opencollective.com/privacytools) and show your support for our project.
<a href="https://opencollective.com/privacytools">
<img src="https://opencollective.com/privacytools/tiers/sponsor.svg?avatarHeight=64&width=890" height="64px" width="890px" alt="opencollective.com" />
</a>
## Sponsors
Are you working with a privacy focused company? Ask your manager or marketing team if your company would be interested in supporting our project. Your support will help us continue to develop this website, promote privacy-respecting tools and services, and reach out to thousands of data privacy newcomers every month. Also, your company's logo will show on GitHub and [our site](https://www.privacytools.io/sponsors/), and who doesn't like a little extra exposure?
2019-12-17 21:02:41 +00:00
## Community Translations
- [繁体中文 / Chinese](https://privacytools.twngo.xyz/) - [GitHub](https://github.com/twngo/privacytools-zh)
2016-12-28 12:49:01 +00:00
- [Español / Spanish](https://victorhck.gitlab.io/privacytools-es/) - [GitLab](https://gitlab.com/victorhck/privacytools-es)
- [Polski / Polish](https://pl.privacytools.io) - [Gitea](https://git.privacytools.io/pl-privacytoolsIO/pl.privacytools.io)
2016-12-28 12:49:01 +00:00
- [Deutsch / German](https://privacytools.it-sec.rocks/) - [GitHub](https://github.com/Anon215/privacytools.it-sec.rocks)
- [Français / French](https://privacytools.dreads-unlock.fr/) - [GitLab](https://gitlab.com/Booteille/privacytools)
- [Italiano / Italian](https://privacytools-it.github.io/) - [GitHub](https://github.com/privacytools-it/privacytools-it.github.io)
2018-04-04 21:48:47 +00:00
- [Русский / Russian](https://privacytools.ru) - [GitHub](https://github.com/c0rdis/privacytools.ru)
2019-05-07 02:59:40 +00:00
- [Português / Portuguese](https://www.privacidade.digital/) - [GitHub](https://github.com/PrivacidadeDigital/privacidade.digital)
2016-12-18 11:13:28 +00:00
2019-12-02 05:54:01 +00:00
# License & Notices
2019-10-08 23:22:58 +00:00
Please visit [https://www.privacytools.io/notices/](https://www.privacytools.io/notices/) for license information and other disclaimers. PrivacyTools is provided on an "as-is" basis, without warranty, and disclaiming liability for damages. By contributing to this repository you agree to license your work under the terms of the [license](https://github.com/privacytools/privacytools.io/blob/master/LICENSE.txt) in this repository.