diff --git a/Gemfile b/Gemfile index 70f8d9540..be47f8e09 100644 --- a/Gemfile +++ b/Gemfile @@ -1,11 +1,13 @@ source "https://rubygems.org" # Install github-pages gem (https://jekyllrb.com/docs/github-pages/) -gem "github-pages", group: :jekyll_plugins +gem "jekyll", group: :jekyll_plugins # Plugins group :jekyll_plugins do # example: gem "jekyll-feed", "~> 0.6" + gem 'jekyll-multiple-languages-plugin' + gem 'jekyll-sitemap' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem @@ -13,4 +15,3 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? - diff --git a/Gemfile.lock b/Gemfile.lock index 05594934e..1f032e3c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,89 +1,16 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.11.1) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.6.0) + addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.11.1) colorator (1.1.0) - commonmarker (0.17.13) - ruby-enum (~> 0.5) concurrent-ruby (1.1.5) - dnsruby (1.61.3) - addressable (~> 2.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) - ethon (0.12.0) - ffi (>= 1.3.0) eventmachine (1.2.7) - execjs (2.7.0) - faraday (0.15.4) - multipart-post (>= 1.2, < 3) ffi (1.11.1) forwardable-extended (2.6.0) - gemoji (3.0.1) - github-pages (198) - activesupport (= 4.2.11.1) - github-pages-health-check (= 1.16.1) - jekyll (= 3.8.5) - jekyll-avatar (= 0.6.0) - jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.1.5) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.11.0) - jekyll-gist (= 1.5.0) - jekyll-github-metadata (= 2.12.1) - jekyll-mentions (= 1.4.1) - jekyll-optional-front-matter (= 0.3.0) - jekyll-paginate (= 1.1.0) - jekyll-readme-index (= 0.2.0) - jekyll-redirect-from (= 0.14.0) - jekyll-relative-links (= 0.6.0) - jekyll-remote-theme (= 0.3.1) - jekyll-sass-converter (= 1.5.2) - jekyll-seo-tag (= 2.5.0) - jekyll-sitemap (= 1.2.0) - jekyll-swiss (= 0.4.0) - jekyll-theme-architect (= 0.1.1) - jekyll-theme-cayman (= 0.1.1) - jekyll-theme-dinky (= 0.1.1) - jekyll-theme-hacker (= 0.1.1) - jekyll-theme-leap-day (= 0.1.1) - jekyll-theme-merlot (= 0.1.1) - jekyll-theme-midnight (= 0.1.1) - jekyll-theme-minimal (= 0.1.1) - jekyll-theme-modernist (= 0.1.1) - jekyll-theme-primer (= 0.5.3) - jekyll-theme-slate (= 0.1.1) - jekyll-theme-tactile (= 0.1.1) - jekyll-theme-time-machine (= 0.1.1) - jekyll-titles-from-headings (= 0.5.1) - jemoji (= 0.10.2) - kramdown (= 1.17.0) - liquid (= 4.0.0) - listen (= 3.1.5) - mercenary (~> 0.3) - minima (= 2.5.0) - nokogiri (>= 1.8.5, < 2.0) - rouge (= 2.2.1) - terminal-table (~> 1.4) - github-pages-health-check (1.16.1) - addressable (~> 2.3) - dnsruby (~> 1.60) - octokit (~> 4.0) - public_suffix (~> 3.0) - typhoeus (~> 1.3) - html-pipeline (2.12.0) - activesupport (>= 2) - nokogiri (>= 1.4) http_parser.rb (0.6.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -100,97 +27,14 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-avatar (0.6.0) - jekyll (~> 3.0) - jekyll-coffeescript (1.1.1) - coffee-script (~> 2.2) - coffee-script-source (~> 1.11.1) - jekyll-commonmark (1.3.1) - commonmarker (~> 0.14) - jekyll (>= 3.7, < 5.0) - jekyll-commonmark-ghpages (0.1.5) - commonmarker (~> 0.17.6) - jekyll-commonmark (~> 1) - rouge (~> 2) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.11.0) - jekyll (~> 3.3) - jekyll-gist (1.5.0) - octokit (~> 4.2) - jekyll-github-metadata (2.12.1) - jekyll (~> 3.4) - octokit (~> 4.0, != 4.4.0) - jekyll-mentions (1.4.1) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-optional-front-matter (0.3.0) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-readme-index (0.2.0) - jekyll (~> 3.0) - jekyll-redirect-from (0.14.0) - jekyll (~> 3.3) - jekyll-relative-links (0.6.0) - jekyll (~> 3.3) - jekyll-remote-theme (0.3.1) - jekyll (~> 3.5) - rubyzip (>= 1.2.1, < 3.0) + jekyll-multiple-languages-plugin (1.6.0) + jekyll (>= 2.0, < 4.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-seo-tag (2.5.0) - jekyll (~> 3.3) jekyll-sitemap (1.2.0) jekyll (~> 3.3) - jekyll-swiss (0.4.0) - jekyll-theme-architect (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-cayman (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-dinky (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-hacker (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-leap-day (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-merlot (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-midnight (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-minimal (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-modernist (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-primer (0.5.3) - jekyll (~> 3.5) - jekyll-github-metadata (~> 2.9) - jekyll-seo-tag (~> 2.0) - jekyll-theme-slate (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-tactile (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-theme-time-machine (0.1.1) - jekyll (~> 3.5) - jekyll-seo-tag (~> 2.0) - jekyll-titles-from-headings (0.5.1) - jekyll (~> 3.3) jekyll-watch (2.2.1) listen (~> 3.0) - jemoji (0.10.2) - gemoji (~> 3.0) - html-pipeline (~> 2.2) - jekyll (~> 3.0) kramdown (1.17.0) liquid (4.0.0) listen (3.1.5) @@ -198,17 +42,6 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) mercenary (0.3.6) - mini_portile2 (2.4.0) - minima (2.5.0) - jekyll (~> 3.5) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) - minitest (5.11.3) - multipart-post (2.1.1) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) - octokit (4.14.0) - sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (3.1.1) @@ -216,33 +49,21 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) rouge (2.2.1) - ruby-enum (0.7.2) - i18n ruby_dep (1.5.0) - rubyzip (1.2.3) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.2) - addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - typhoeus (1.3.1) - ethon (>= 0.9.0) - tzinfo (1.2.5) - thread_safe (~> 0.1) - unicode-display_width (1.6.0) PLATFORMS ruby DEPENDENCIES - github-pages + jekyll + jekyll-multiple-languages-plugin + jekyll-sitemap tzinfo-data BUNDLED WITH diff --git a/_config.yml b/_config.yml index 355e9fe60..5bd7b3cb2 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,9 @@ sass: style: compressed plugins: - jekyll-sitemap + - jekyll-multiple-languages-plugin +plugins_dir: "./_plugins" sitemap: file: "/sitemap.xml" include: [".well-known"] +languages: ["en", "pl"] diff --git a/_i18n/en.yml b/_i18n/en.yml new file mode 100644 index 000000000..308c9b457 --- /dev/null +++ b/_i18n/en.yml @@ -0,0 +1,336 @@ +global: + further_reading: "Further Reading" + new: "New" + home: "Home" + participate: "Participate" + language: "Language" + download: "Download" + related_information: "Related Information" + contrib: "This software may depend on or recommend non-free software." +aria: + nav_toggle: "Toggle navigation" +service_descriptions: + services: "Services" + discourse: "Forum" + gitea: "Git-Repository Manager" + mastodon: "Social Network" + matrix: "Federated Chat" + privatebin: "Encrypted Pastebin" + searx: "Privacy Friendly Searx" + writefreely: "Federated Blog" + blog: "Blog" +provider: + provider: "Provider" + us_uk: "Avoid US & UK services" + cloud_storage: "Cloud Storage" + dns: "DNS" + email: "Email" + hosting: "Hosting" + pastebins: "Pastebins" + search_engines: "Search Engines" + social_networks: "Social Networks" + news_aggregators: "Social News Aggregators" + vpn: "VPN" +browser: + browser: "Browser" + fingerprint: "Fingerprinting Info" + privacy_addons: "Browser Add-ons" + tweaks: "Firefox Tweaks" + recommendations: "Recommendations" + webrtc_ip_leak: "WebRTC IP Leak Test" +browser_addons: + improve_your_privacy: "Improve your privacy with these browser add-ons." + privacy_badger: "Privacy Badger" + privacy_badger_title: "Privacy Badger: Stop Tracking" + privacy_badger_description: "is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse." + ublock_origin: "uBlock Origin" + ublock_origin_title: "uBlock Origin: Block Ads and Trackers" + ublock_origin_description: "is an efficient wide-spectrum-blocker that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source." + cookie_autodelete: "Cookie AutoDelete" + cookie_autodelete_title: "Cookie AutoDelete: Automatically Delete Cookies" + cookie_autodelete_description: "automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged." + https_everywhere: "HTTPS Everywhere" + https_everywhere_title: "HTTPS Everywhere: Secure Connections" + https_everywhere_description: "encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation." + decentraleyes: "Decentraleyes" + decentraleyes_title: "Decentraleyes: Block Content Delivery Networks" + decentraleyes_description: "emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required." + terms_of_service_didnt_read: "Terms of Service; Didn’t Read" + terms_of_service_didnt_read_title: "Terms of Service; Didn’t Read: Be Informed" + terms_of_service_didnt_read_description: "I have read and agree to the Terms” is the biggest lie on the web. This addon aims to fix that by grading websites based on their Terms of Service agreements and gives short summaries." + snowflake: "Snowflake" + snowflake_title: "Snowflake" + snowflake_description: "is a new pluggable transport from the Tor Project. If you have an uncensored connection, running this extension volunteers your connection to be used as a Snowflake proxy to help users unable to connect to the Tor network. Your IP will not be visible to the sites users visit using your proxy, as this extension will not make you an exit node. If your access to the Tor network is blocked, this extension will not assist you, and you should use the Tor Browser instead." + umatrix: "uMatrix" + umatrix_title: "uMatrix: Stop Cross-Site Requests" + umatrix_description: "gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics." + noScript_security_suite: "NoScript Security Suite" + noScript_security_suite_title: "NoScript Security Suite: Be in total control" + noScript_security_suite_description: "is a highly customizable plugin to selectively allow JavaScript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure." + for_experts_only: "For Experts Only" + addon_warning: "These addons require quite a lot of interaction from the user. Some sites will not work properly until you have configured the add-ons." + excellent_add_ons: "Recommended Browser Add-ons" +software: + cal_card: "Calendar/Contacts Sync Tools" + software: "Software" + notebook: "Digital Notebooks" + email_alt: "Email Alternatives" + email_clients: "Email Clients" + file_encryption: "File Encryption" + file_sharing: "File Sharing" + password_managers: "Password Managers" + productivity: "Productivity Tools" + rtc: "Real-Time Communication" + file_sync: "Secure File Sync" + networks: "Self Contained Networks" + cloud: "Self-Hosted Cloud Server" +os: + os: "OS" + android_addons: "Android Privacy Add-ons" + windows_10: "Don't use Windows 10" + live_cd: "Live CD Operating Systems" + mobile: "Mobile Operating Systems" + pc_os: "PC OS Recommendations" + router: "Router Firmware" +android_addons: + description: "Improve your privacy with these add-ons for Android." + block_ads: "Block ads with" + control_traffic: "Control your traffic with" + tor: "Use Tor on Android with" + blokada: "works across all of your apps, not only the browser. It doesn't require root, supports both wifi and mobile networks, and is perfectly safe and simple to use. Just turn it on, and it will do the job silently!" + netguard: "provides simple and advanced ways to block certain apps' access to the internet without the help of root privileges. Applications and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection, allowing you to control which apps are able to call home or not." + orbot: "is a free proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world." + root_mode: "Root Mode:" + orbot_root: "Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor." +windows_10: + header: "Don't use Windows 10 - It's a privacy nightmare" + warning: "Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy." + alt: "Windows 10 Privacy" + data: "Data syncing is by default enabled." + data1: "Browsing history and open websites." + data2: "Apps settings." + data3: "WiFi hotspot names and passwords." + ad_id: "Your device is by default tagged with a unique advertising ID." + ad_id1: "Used to serve you with personalized advertisements by third-party advertisers and ad networks." + cortana: "Cortana can collect any of your data." + cortana1: "Your keystrokes, searches and mic input." + cortana2: "Calendar data." + cortana3: "Music you listen to." + cortana4: "Credit card information." + cortana5: "Purchases" + collection: "Microsoft can collect any personal data." + collection1: "Your identity." + collection2: "Passwords." + collection3: "Demographics." + collection4: "Interests and habits." + collection5: "Usage data." + collection6: "Contacts and relationships." + collection7: "Location data." + collection8: "Content like emails, instant messages, caller list, audio and video recordings." + sharing: "Your data can be shared." + sharing1: "When downloading Windows 10, you are authorizing Microsoft to share any of above-mentioned data with any third-party, with or without your consent." + tool: "This tool uses some known methods that attempt to disable major tracking features in Windows 10." +header: + lead: "You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides services, tools and knowledge to protect your privacy against global mass surveillance." + search: "Try search.privacytools.io, a Privacy-Respecting Search Engine" + start_search: "start search" +footer: + spread_the_word: "Spread the word and help your friends" + email_title: "Email" + facebook_title: "Facebook" + twitter_title: "Twitter" + mastodon_title: "Mastodon" + reddit_title: "reddit" + linkedin_title: "LinkedIn" + stumbleupon_title: "StumbleUpon" + diaspora_title: "Diaspora*" + copy_url_description: "Copy URL and Description" + for_easy_copy_paste: "For easy copy and paste. Share this text snippet." + CC0: "CC0" + CC0_title: "This work is free. You can redistribute it and/or modify it under the terms of the "Creative Commons CC0 1.0 Universal Public Domain Dedication"." + kopimi: "kopimi" + kopimi_title: "kopimi (copyme), symbol showing that you want to be copied. use kopimi in your own fancy. kopimi may be put on homepages or blogs, in books, in software, as sound logos in music or whatever." + contact: "Contact" + donate: "Donate" + donate_title: "Please support this project by donating. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain." + no_ads: "No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests." + socially_motivated: "privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt." + privacy_policy: "View our privacy policy" + learn_more: "Learn More" + javascript: "JavaScript Licenses" +resources: + tools: "Privacy Tools" + classic: "Prefer the classic site? View a single-page layout." + providers: "Providers" + providers_description: "Discover privacy-centric online services, including email providers, VPN operators, DNS administrators, and more!" + browsers: "Web Browsers" + browsers_description: "Find a web browser that respects your privacy, and discover how to harden your browser against tracking and leaks." + software: "Software" + software_description: "Discover a variety of open source software built to protect your privacy and keep your digital data secure." + os: "Operating Systems" + os_description: "Find out how your operating system is comprimising your privacy, and what simple alternatives exist." + services: "Services" + services_description: "The privacytools.io team is proud to launch a variety of privacy-centric online services, including a Mastodon instance, search engine, and more!" + donate: "Donate" + donate_description: "We can't operate this site without the generous contributions we receive from our viewers. If you love privacy and our website please consider donating." +quotes: + header: "Privacy? I don't have anything to hide." + quotes: "Quotes" +privacy_resources: + header: "More Privacy Resources" + guides: "Guides" + guide1: "Surveillance Self-Defense by EFF" + guide1_d: "Guide to defending yourself from surveillance by using secure technology and developing careful practices." + guide2: "The Crypto Paper" + guide2_d: "Privacy, Security and Anonymity for Every Internet User." + guide3: "Email Self-Defense by FSF" + guide3_d: "A guide to fighting surveillance with GnuPG encryption." + guide4: "The Ultimate Privacy Guide" + guide4_d: "Excellent privacy guide written by the creators of the bestVPN.com website." + guide5: "IVPN Privacy Guides" + guide5_d: "These privacy guides explain how to obtain vastly greater freedom, privacy and anonymity through compartmentalization and isolation." + guide6: "The Ultimate Guide to Online Privacy" + guide6_d: 'Comprehensive "Ninja Privacy Tips" and 150+ tools.' + info1: "r/privacytoolsIO Wiki" + info1_d: "Our Wiki on reddit.com." + info2: "Security Now!" + info2_d: "Weekly Internet Security Podcast by Steve Gibson and Leo Laporte." + info3: "TechSNAP" + info3_d: "Weekly Systems, Network, and Administration Podcast. Every week TechSNAP covers the stories that impact those of us in the tech industry." + info4: "Keybase.io" + info4_d: "Get a public key, safely, starting just with someone's social media username." + info5: "Freedom of the Press Foundation" + info5_d: "Supporting and defending journalism dedicated to transparency and accountability since 2012." + info6: "Erfahrungen.com" + info6_d: "German review aggregator website of privacy-related services." + info7: "Terms of Service; Didn't Read" + info7_d: '"I have read and agree to the Terms" is the biggest lie on the web. We aim to fix that.' + info8: "privacy.net" + info8_d: "What does the US government know about you?" + info9: "The Great Cloudwall" + info9_d: "Critique and information on why to avoid Cloudflare, a big company with a huge portition of the internet behind it." + tool1: "ipleak.net" + tool1_d: "IP/DNS Detect - What is your IP, what is your DNS, what informations you send to websites." + tool2: "The ultimate Online Privacy Test Resource List" + tool2_d: "A collection of Internet sites that check whether your web browser leaks information." + tool3: "PRISM Break" + tool3_d: "We all have a right to privacy, which you can exercise today by encrypting your communications and ending your reliance on proprietary services." + tool4: "Security in-a-Box" + tool4_d: "A guide to digital security for activists and human rights defenders throughout the world." + tool5: "SecureDrop" + tool5_d: "An open-source whistleblower submission system that media organizations can use to securely accept documents from and communicate with anonymous sources. It was originally created by the late Aaron Swartz and is currently managed by Freedom of the Press Foundation." + tool6: "Reset The Net - Privacy Pack" + tool6_d: "Help fight to end mass surveillance. Get these tools to protect yourself and your friends." + tool7: "Security First" + tool7_d: "Umbrella is an Android app that provides all the advice needed to operate safely in a hostile environment." + tool8: "Osalt" + tool8_d: "A directory to help you find open source alternatives to proprietary tools." + tool9: "AlternativeTo" + tool9_d: "A directory to help find alternatives to other software, with the option to only show open source software." + note: "Note: Just being open source does not make software secure!" +participate: + participate: "Participate with suggestions and constructive criticism" + up_to_date: "It's important for a website like privacytools.io to stay up-to-date." + software_updates: "Keep an eye on software updates for the applications listed on our site." + follow_news: "Follow recent news about providers that we recommend." + keep_up: "We try our best to keep up, but we're not perfect and the internet is changing fast." + find_an_issue: "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: "Talk to us please." + find_us_on: "You can also find us on" + mastodon: "our own Mastodon instance" + or: "or on" + at: "at" + discourse: "Join our Discourse community to stay up to date on privacy news or make suggestions!" + follow: "Follow us on" + mastodon_follow: "Get the latest privacy-related updates from our Mastodon Feed. Follow us today!" + github: "Develop on GitHub" + github_d: "The complete website source code is available on GitHub. Join our developer team!" + contributors: "Contributor List" + thanks: "This is a community project aiming to deliver the best information available to improve privacy online. Thank you for participating. This project needs you." +donate: + cta: "Please Donate" + ad_free: "Our website is free of advertisements and not affiliated with any listed providers." + costs: "Your donation will cover our costs for servers, domains, coffee, beer, and pizza." + bitcoin: "We prefer Bitcoin donations to be above $5 due to the state of the network's transaction fees." + bitcoin2: "You are welcome to donate any smaller or larger amount on any other cryptocurrency, such as Bitcoin Cash, Ethereum, or Stellar." + more: "More Cryptocurrencies" + the: "The" + team: "privacytools.io team" + endorse: "does not necessarily endorse all of the cryptocurrencies listed on this page. Please conduct your own research before purchasing any cryptocurrencies." + thanks: "Thanks for your support. You are awesome!" +contact: + title: "Contact Us" + description: "Contact the privacytoolsIO team if you have any suggestions or are experiencing any issues." + editorial_team: "Editorial Team" + up_to_date: "It's very important to us to stay up-to-date on the latest changes in the privacy space." + reach_out: "If you have a software recommendation for us, or want to request a change on this website, please don't hesitate to reach out." + start_discussion: "Start a discussion in our Discourse Forum" + open_an_issue: "Open an issue or pull request on GitHub" + reddit_suggestion: "Suggest something new on Reddit" + transparency: "For complete transparency, software and providers will only be considered for this website after discussions take place on either of the above platforms." + on_matrix: "We're now on Matrix! Join us at" + on_matrix2: "to chat with us and other members about this site and privacy in general" + register_matrix: "If you need a Matrix account, you can sign up with our own homeserver" + using: "using" + or_matrix_client: "or any Matrix client!" + abuse1: "We take the operation of our various services very seriously." + abuse2: "Report only abuse here:" + searx_issues: "Searx Issues" + website_issues: "Website Issues" +services: + title: "Services from privacytools.io" + description: "The privacytools.io team is proud to introduce a suite of privacy-centric online services to connect you with other privacy-minded individuals and stay safe and secure online. No advertisers, no Google Analytics, no tracking, no third party requests of any kind." + we_have_the_following_services: "We currently have the following free-to-use services online now." + searx: "Searx - Privacy Friendly Search at search.privacytools.io" + mastodon: "Mastodon - Tracker Free Social Networking at social.privacytools.io" + matrix: "Matrix - Federated private chat at chat.privacytools.io" + discourse: "Discourse - Forum at forum.privacytools.io" + gitea: "Gitea - Git-Repository Manager at git.privacytools.io" + write_freely: "Write Freely - Federated minimalist blog at write.privacytools.io" + privatebin: "PrivateBin - Encrypted Pastebin at bin.privacytools.io" + more_services_on_the_way: "More services are on the way." + beneficial: "If there's something that would be super beneficial for us to run, don't hesitate to reach out and ask." + consider: "And of course, if you like our services, please consider" + donating: "donating to support our server costs" + helps: "any donation helps!" +router: + firmware: "Open Source Router Firmware" + openwrt_descr: "OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers." + pfsense_descr: "pfSense is an open source firewall/router computer software distribution based on FreeBSD. It is installed on a computer to make a dedicated firewall/router for a network and is noted for its reliability and offering features often only found in expensive commercial firewalls. pfSense is commonly deployed as a perimeter firewall, router, wireless access point, DHCP server, DNS server, and as a VPN endpoint." + librecmc_descr: "LibreCMC is a GNU/Linux-libre distribution for computers with minimal resources, such as the Ben Nanonote, ath9k-based Wi-Fi routers, and other hardware with emphasis on free software. The project's current goal is to aim for compliance with the GNU Free System Distribution Guidelines (GNU FSDG) and ensure that the project continues to meet these requirements set forth by the Free Software Foundation (FSF)." + worth_mentioning: "Worth Mentioning" + openbsd_descr: "A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography." + ddwrt_descr: "A is Linux-based firmware for wireless routers and wireless access points. It is compatible with several models of routers and access points." +pc_os: + pc_operating_systems: "PC Operating Systems" + ms_warning: "If you are currently using a operating system like Windows 10, you should pick an alternative here." + qubesos_descr: "Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers." + debian_descr: "Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project." + fedora_descr: "Fedora is a Linux distribution developed by the Fedora Project and sponsored by Red Hat. Fedora Workstation is a secure, reliable, and user-friendly edition developed for desktops and laptops, using GNOME as the default desktop environment." + warning: "Warning" + win10_nightmare: "Don't use Windows 10 - It's a privacy nightmare" + worth_mentioning: "Worth Mentioning" + openbsd_descr: "A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography." + arch_descr: "A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement." + trisquel_descr: "Derived from Ubuntu, this project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed." + parabola_descr: "is a completely open source version of Arch Linux." + whonix_descr: "A Debian GNU/Linux based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a \"Workstation\" and a Tor \"Gateway.\" All communication are forced through the Tor network to accomplish this." +mobile_os: + mobile_operating_systems: "Mobile Operating Systems" + google_warning: "Even though the source code of the following OS is provided, installing Google Apps may compromise your setup." + lineageos_descr: "LineageOS is a free and open-source operating system for smartphones and tablets, based on the official releases of the Android Open Source Project. It is the continuation of the CyanogenMod project." + ubuntu_touch_descr: "Ubuntu Touch is a free and open-source operating system for smartphones and tablets. It's an alternative to the current popular mobile operating systems on the market. Only a few devices are supported." + grapheneos_descr: "GrapheneOS is a free and open-source security and privacy focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security." + worth_mentioning: "Worth Mentioning" + replicant_descr: "An open-source operating system based on Android, aiming to replace all proprietary components with free software." + omnirom_descr: "A free software operating system for smartphones and tablet computers, based on the Android mobile platform." + microg_descr: "A project that aims to reimplement the proprietary Google Play Services in the Android operating system with a FLOSS replacement." + microg_lineage: "The microG project also maintains a fork of LineageOS with microG and F-Droid preinstalled at" +live_os: + live_cd: "Live CD Operating Systems" + tails_descr: "Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging." + knoppix_descr: "Knoppix is an operating system based on Debian designed to be run directly from a CD / DVD (Live CD) or a USB flash drive (Live USB), one of the first of its kind for any operating system. When starting a program, it is loaded from the removable medium and decompressed into a RAM drive. The decompression is transparent and on-the-fly." + puppy_linux_descr: "Puppy Linux operating system is a lightweight Linux distribution that focuses on ease of use and minimal memory footprint. The entire system can be run from RAM with current versions generally taking up about 210 MB, allowing the boot medium to be removed after the operating system has started." + worth_mentioning: "Worth Mentioning" + tiny_core_linux: "Tiny Core Linux" + tiny_core_linux_descr: "A minimal Linux operating system focusing on providing a base system using BusyBox and FLTK. The distribution is notable for its size (15 MB) and minimalism, with additional functionality provided by extensions." diff --git a/_i18n/pl.yml b/_i18n/pl.yml new file mode 100644 index 000000000..2a58c3498 --- /dev/null +++ b/_i18n/pl.yml @@ -0,0 +1,3 @@ +header: + lead: "You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides services, tools and knowledge to protect your privacy against global mass surveillance." + search: "Try search.privacytools.io, a Privacy-Respecting Search Engine" diff --git a/_includes/footer.html b/_includes/footer.html index 1ca12dfcd..5398fc5ea 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,87 +2,87 @@ -

Spread the word and help your friends

+

{% t footer.spread_the_word %}

- - - -
- - - -
-

Copy URL and Description

+

{% t footer.copy_url_description %}

- For easy copy and paste. Share this text snippet. + {% t footer.for_easy_copy_paste %}

- CC0CC0 + {% t footer.CC0 %}CC0
- kopimikopimi + {% t footer.kopimi %}kopimi
- Contact + {% t footer.contact %}
- Donate + {% t footer.donate %}
diff --git a/_includes/head.html b/_includes/head.html index d2fb0f515..4130822ba 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,8 +12,8 @@ {% if page.title %} - {{ page.title }} | privacytools.io - + {{ page.title | flatify }} | privacytools.io + {% else %} {{ site.title }} @@ -21,7 +21,7 @@ - + diff --git a/_includes/nav.html b/_includes/nav.html index 28427425f..ab763507f 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -18,21 +18,21 @@ @@ -40,16 +40,16 @@ @@ -57,23 +57,23 @@ @@ -81,21 +81,21 @@ - Participate + {% t global.participate %} @@ -104,7 +104,7 @@ - Language + {% t global.language %} @@ -129,19 +129,19 @@ - Discourse - Forum - Gitea - Git-Repository Manager - Mastodon - Social Network - Matrix - Federated Chat - PrivateBin - Encrypted Pastebin - Searx - Privacy Friendly Search - Write Freely - Federated Blog + Discourse - {% t service_descriptions.discourse %} + Gitea - {% t service_descriptions.gitea %} + Mastodon - {% t service_descriptions.mastodon %} + Matrix - {% t service_descriptions.matrix %} + PrivateBin - {% t service_descriptions.privatebin %} + Searx - {% t service_descriptions.searx %} + Write Freely - {% t service_descriptions.writefreely %} - Blog + {% t service_descriptions.blog %} - Donate + {% t resources.donate %} diff --git a/_includes/sections/android-addons.html b/_includes/sections/android-addons.html index 1779258a2..910c7f1be 100644 --- a/_includes/sections/android-addons.html +++ b/_includes/sections/android-addons.html @@ -1,7 +1,7 @@ -

Android Privacy Add-ons

+

{% t os.android_addons %}

@@ -11,8 +11,8 @@

-

Block ads with Blokada

-

Blokada works across all of your apps, not only the browser. It doesn't require root, supports both wifi and mobile networks, and is perfectly safe and simple to use. Just turn it on, and it will do the job silently! +

{% t android_addons.block_ads %} Blokada

+

Blokada {% t android_addons.blokada %}

@@ -21,8 +21,8 @@

Block ads with Blokada

NetGuard
-

Control your traffic with NetGuard

-

NetGuard provides simple and advanced ways to block certain apps' access to the internet without the help of root privileges. Applications and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection, allowing you to control which apps are able to call home or not. +

{% t android_addons.control_traffic %} NetGuard

+

NetGuard {% t android_addons.netguard %}

@@ -31,9 +31,9 @@

Control your traffic with NetGuard
-

Tor for Android with Orbot

-

Orbot is a free proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world. Root Mode: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor. +

{% t android_addons.tor %} Orbot

+

Orbot {% t android_addons.orbot %} {% t android_addons.root_mode %} {% t android_addons.orbot_root %}

- \ No newline at end of file + diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html index 7fb4028e6..c80608119 100644 --- a/_includes/sections/browser-addons.html +++ b/_includes/sections/browser-addons.html @@ -1,14 +1,32 @@ -

Recommended Browser Add-ons

+

{% t browser_addons.excellent_add_ons %}

+{%- capture title1 -%}{% t browser_addons.privacy_badger_title %}{%- endcapture -%} +{%- capture descr1 -%}{% t browser_addons.privacy_badger %} {% t browser_addons.privacy_badger_description %}{%- endcapture -%} +{%- capture title2 -%}{% t browser_addons.ublock_origin_title %}{%- endcapture -%} +{%- capture descr2 -%}{% t browser_addons.ublock_origin %} {% t browser_addons.ublock_origin_description %}{%- endcapture -%} +{%- capture title3 -%}{% t browser_addons.cookie_autodelete_title %}{%- endcapture -%} +{%- capture descr3 -%}{% t browser_addons.cookie_autodelete %} {% t browser_addons.cookie_autodelete_description %}{%- endcapture -%} +{%- capture title4 -%}{% t browser_addons.https_everywhere_title %}{%- endcapture -%} +{%- capture descr4 -%}{% t browser_addons.https_everywhere %} {% t browser_addons.https_everywhere_description %}{%- endcapture -%} +{%- capture title5 -%}{% t browser_addons.decentraleyes_title %}{%- endcapture -%} +{%- capture descr5 -%}{% t browser_addons.decentraleyes %} {% t browser_addons.decentraleyes_description %}{%- endcapture -%} +{%- capture title6 -%}{% t browser_addons.terms_of_service_didnt_read_title %}{%- endcapture -%} +{%- capture descr6 -%}{% t browser_addons.terms_of_service_didnt_read %} {% t browser_addons.terms_of_service_didnt_read_description %}{%- endcapture -%} +{%- capture title7 -%}{% t browser_addons.snowflake_title %}{%- endcapture -%} +{%- capture descr7 -%}{% t browser_addons.snowflake %} {% t browser_addons.snowflake_description %}{%- endcapture -%} +{%- capture title8 -%}{% t browser_addons.umatrix_title %}{%- endcapture -%} +{%- capture descr8 -%}{% t browser_addons.umatrix %} {% t browser_addons.umatrix_description %}{%- endcapture -%} +{%- capture title9 -%}{% t browser_addons.noScript_security_suite_title %}{%- endcapture -%} +{%- capture descr9 -%}{% t browser_addons.noScript_security_suite %} {% t browser_addons.noScript_security_suite_description %}{%- endcapture -%} {% include cardv2.html -title="Privacy Badger: Stop Tracking" +title=title1 image="/assets/img/addons/privacy-badger.png" -description="Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse." +description=descr1 website="https://www.eff.org/privacybadger" forum="https://forum.privacytools.io/t/discussion-privacy-badger/265" github="https://github.com/EFForg/privacybadger" @@ -19,9 +37,9 @@

- These addons require quite a lot of interaction from the user. Some sites will not work properly until you have configured the add-ons. + {% t browser_addons.addon_warning %} {% include cardv2.html -title="uMatrix: Stop Cross-Site Requests" +title=title8 image="/assets/img/addons/umatrix.png" -description="uMatrix gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics." +description=descr8 website="https://addons.mozilla.org/firefox/addon/umatrix/" forum="https://forum.privacytools.io/t/discussion-umatrix/271" github="https://github.com/gorhill/uMatrix" @@ -113,9 +131,9 @@

For Experts Only

%} {% include cardv2.html -title="NoScript Security Suite: Be in total control" +title=title9 image="/assets/img/addons/noscript.png" -description="NoScript is a highly customizable plugin to selectively allow JavaScript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure." +description=descr9 website="https://addons.mozilla.org/firefox/addon/noscript/" forum="https://forum.privacytools.io/t/discussion-noscript-security-suite/272" github="https://github.com/hackademix/noscript" diff --git a/_includes/sections/header.html b/_includes/sections/header.html index 44dffd875..e54f64893 100644 --- a/_includes/sections/header.html +++ b/_includes/sections/header.html @@ -1,13 +1,13 @@

privacytools.io

-

You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides services, tools and knowledge to protect your privacy against global mass surveillance.

+

{% t header.lead %}

diff --git a/_includes/sections/live-operating-systems.html b/_includes/sections/live-operating-systems.html index 5248e5c55..c25c85618 100644 --- a/_includes/sections/live-operating-systems.html +++ b/_includes/sections/live-operating-systems.html @@ -1,11 +1,18 @@ -

Live CD Operating Systems

+

{% t live_os.live_cd %}

+ +{%- capture live_os_tails_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture live_os_tails_descr -%}{% t live_os.tails_descr %}{%- endcapture -%} +{%- capture live_os_knoppix_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture live_os_knoppix_descr -%}{% t live_os.knoppix_descr %}{%- endcapture -%} +{%- capture live_os_puppy_linux_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture live_os_puppy_linux_descr -%}{% t live_os.puppy_linux_descr %}{%- endcapture -%} {% include cardv2.html title="Tails" image="/assets/img/tools/Tails.png" -description='Tails is a live operating system, that starts on almost any computer from a DVD, USB stick, or SD card. It aims at preserving privacy and anonymity, and helps to: Use the Internet anonymously and circumvent censorship; Internet connections go through the Tor network; leave no trace on the computer; use state-of-the-art cryptographic tools to encrypt files, emails and instant messaging.' +description=live_os_tails_descr badges="info:GNU/Linux" -labels="warning:contrib:This software may depend on or recommend non-free software." +labels=live_os_tails_labels website="https://tails.boum.org/" git="https://git-tails.immerda.ch/tails/" %} @@ -13,9 +20,9 @@

Worth Mentioning

+

{% t live_os.worth_mentioning %}

    -
  • Tiny Core Linux GNU/Linux contrib - A minimal Linux operating system focusing on providing a base system using BusyBox and FLTK. The distribution is notable for its size (15 MB) and minimalism, with additional functionality - provided by extensions.
  • +
  • {% t live_os.tiny_core_linux %} GNU/Linux contrib - {% t live_os.tiny_core_linux_descr %}
diff --git a/_includes/sections/mobile-operating-systems.html b/_includes/sections/mobile-operating-systems.html index ebe478496..fa2016c56 100644 --- a/_includes/sections/mobile-operating-systems.html +++ b/_includes/sections/mobile-operating-systems.html @@ -1,15 +1,22 @@ -

Mobile Operating Systems

+

{% t mobile_os.mobile_operating_systems %}

+{%- capture mobile_os_lineageos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture mobile_os_lineageos_descr -%}{% t mobile_os.lineageos_descr %}{%- endcapture -%} +{%- capture mobile_os_ubuntu_touch_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture mobile_os_ubuntu_touch_descr -%}{% t mobile_os.ubuntu_touch_descr %}{%- endcapture -%} +{%- capture mobile_os_grapheneos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture mobile_os_grapheneos_descr -%}{% t mobile_os.grapheneos_descr %}{%- endcapture -%} + {% include cardv2.html title="GrapheneOS" image="/assets/img/tools/GrapheneOS.png" -description='GrapheneOS (formerly known as CopperheadOS) is a free and open-source security and privacy focused mobile operating system built on top of the Android Open Source Project. It currently specifically targets devices offering strong hardware security.' +description=mobile_os_grapheneos_descr badges="info:AOSP" -labels="warning:contrib:This software may depend on or recommend non-free software." +labels=mobile_os_grapheneos_labels website="https://grapheneos.org/" github="https://github.com/GrapheneOS/" %} @@ -17,9 +24,9 @@

Worth Mentioning

+

{% t mobile_os.worth_mentioning %}

    -
  • Replicant AOSP - An open-source operating system based on Android, aiming to replace all proprietary components with free software.
  • -
  • OmniROM AOSP contrib - A free software operating system for smartphones and tablet computers, based on the Android mobile platform.
  • -
  • MicroG Add-on Package contrib - A project that aims to reimplement the proprietary Google Play Services in the Android operating system with a FLOSS replacement. The microG project also maintains a fork of LineageOS with microG and F-Droid preinstalled at Lineage for microG.
  • +
  • Replicant AOSP - {% t mobile_os.replicant_descr %}
  • +
  • OmniROM AOSP contrib - {% t mobile_os.omnirom_descr %}
  • +
  • MicroG Add-on Package contrib - {% t mobile_os.microg_descr %} {% t mobile_os.microg_lineage %} Lineage for microG.
diff --git a/_includes/sections/operating-systems.html b/_includes/sections/operating-systems.html index 17700fbfc..60542b32c 100644 --- a/_includes/sections/operating-systems.html +++ b/_includes/sections/operating-systems.html @@ -1,15 +1,20 @@ -

PC Operating Systems

+

{% t pc_os.pc_operating_systems %}

+{%- capture pc_os_contrib_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture pc_os_qubesos_descr -%}{% t pc_os.qubesos_descr %}{%- endcapture -%} +{%- capture pc_os_debian_descr -%}{% t pc_os.debian_descr %}{%- endcapture -%} +{%- capture pc_os_fedora_descr -%}{% t pc_os.fedora_descr %}{%- endcapture -%} + {% include cardv2.html title="Qubes OS" image="/assets/img/tools/Qubes-OS.png" -description='Qubes is an open-source operating system designed to provide strong security for desktop computing. Qubes is based on Xen, the X Window System, and Linux, and can run most Linux applications and utilize most of the Linux drivers.' +description=pc_os_qubesos_descr badges="info:Xen" -labels="warning:contrib:This software may depend on or recommend non-free software." +labels=pc_os_contrib_labels website="https://www.qubes-os.org/" github="https://github.com/QubesOS" tor="http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/" @@ -18,9 +23,9 @@

{% include cardv2.html title="Fedora Workstation" image="/assets/img/tools/Fedora.png" -description='Fedora is a Linux distribution developed by the Fedora Project and sponsored by Red Hat. Fedora Workstation is a secure, reliable, and user-friendly edition developed for desktops and laptops, using GNOME as the default desktop environment.' +description=pc_os_fedora_descr badges="info:GNU/Linux" -labels="warning:contrib:This software may depend on or recommend non-free software." +labels=pc_os_contrib_labels website="https://getfedora.org/" git="https://src.fedoraproject.org/" %} @@ -28,26 +33,24 @@

{% include cardv2.html title="Debian" image="/assets/img/tools/Debian.png" -description='Debian is a Unix-like computer operating system and a Linux distribution that is composed entirely of free and open-source software, most of which is under the GNU General Public License, and packaged by a group of individuals known as the Debian project.' +description=pc_os_debian_descr badges="info:GNU/Linux" website="https://www.debian.org/" git="https://salsa.debian.org/qa/debsources" tor="http://sejnfjrq6szgca7v.onion" %} -

Warning

+

{% t pc_os.warning %}

-

Worth Mentioning

+

{% t pc_os.worth_mentioning %}

    -
  • OpenBSD BSD - A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.
  • -
  • Arch Linux GNU/Linux contrib - A simple, lightweight Linux distribution. It is composed predominantly of free and open-source software, and supports community involvement. Parabola is a - completely open source version of Arch Linux.
  • -
  • Trisquel GNU/Linux - Derived from Ubuntu, this project aims for a fully free software system without proprietary software or firmware and uses Linux-libre, a version of the Linux kernel with the non-free code (binary blobs) removed.
  • -
  • Whonix GNU/Linux - A Debian-based security-focused Linux distribution. It aims to provide privacy, security and anonymity on the internet. The operating system consists of two virtual machines, a "Workstation" - and a Tor "Gateway". All communication are forced through the Tor network to accomplish this.
  • +
  • OpenBSD BSD - {% t pc_os.openbsd_descr %}
  • +
  • Arch Linux GNU/Linux contrib - {% t pc_os.arch_descr %} Parabola {% t pc_os.parabola_descr %}
  • +
  • Trisquel GNU/Linux - {% t pc_os.trisquel_descr %}
  • +
  • Whonix GNU/Linux contrib - {% t pc_os.whonix_descr %}
diff --git a/_includes/sections/participate.html b/_includes/sections/participate.html index a4ce8b999..ca814265c 100644 --- a/_includes/sections/participate.html +++ b/_includes/sections/participate.html @@ -1,8 +1,15 @@ -

It's important for a website like privacytools.io to stay up-to-date. Keep an eye on software updates for the applications listed on our site. Follow recent news about providers that we recommend. We try our best to keep up, but we're not perfect and the internet is changing fast. 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 please. You can also find us on our own Mastodon instance or on Matrix at #general:privacytools.io.

+

{% t participate.up_to_date %} {% t participate.software_updates %} {% t participate.follow_news %} {% t participate.keep_up %} {% t participate.find_an_issue %} {% t participate.talk_to_us %} {% t participate.find_us_on %} {% t participate.mastodon %} {% t participate.or %} Matrix {% t participate.at %} #general:privacytools.io.

+ +{%- capture discourse -%}{% t participate.discourse %}{%- endcapture -%} +{%- capture mastodon -%}{% t participate.follow %} Mastodon {% t participate.or %} Twitter{%- endcapture -%} +{%- capture mastodon2 -%}{% t participate.mastodon_follow %}{%- endcapture -%} +{%- capture github -%}{% t participate.github %}{%- endcapture -%} +{%- capture github2 -%}{% t participate.github_d %}{%- endcapture -%} +{%- capture contrib -%}{% t participate.contributors %}{%- endcapture -%}
@@ -12,27 +19,27 @@

-

This is a community project aiming to deliver the best information available to improve privacy online. Thank you for participating. This project needs you.

+

{% t participate.thanks %}

diff --git a/_includes/sections/privacy-resources.html b/_includes/sections/privacy-resources.html index a6c51b07c..e8c5dd151 100644 --- a/_includes/sections/privacy-resources.html +++ b/_includes/sections/privacy-resources.html @@ -1,43 +1,42 @@ -

More Privacy Resources

+

{% t privacy_resources.header %}

-

Guides

+

{% t privacy_resources.guides %}

Information

Tools

-

Note: Just being open source does not make software secure!

+

{% t privacy_resources.note %}

diff --git a/_includes/sections/quotes.html b/_includes/sections/quotes.html index fed23a8ad..038f9d427 100644 --- a/_includes/sections/quotes.html +++ b/_includes/sections/quotes.html @@ -1,5 +1,5 @@

Glenn Greenwald: Why privacy matters @@ -14,7 +14,7 @@

Privacy? I don't have anything to hide.

-

Read also:

+

{% t global.further_reading %}

-

Quotes

+

{% t quotes.quotes %}

Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say.

diff --git a/_includes/sections/resources.html b/_includes/sections/resources.html index 3cba057ae..03fb422f8 100644 --- a/_includes/sections/resources.html +++ b/_includes/sections/resources.html @@ -1,55 +1,68 @@ -

Privacy Tools

+

{% t resources.tools %}

-

Prefer the classic site? View a single-page layout.

+

{%t resources.classic %}

+ +{%- capture title1 -%}{% t resources.providers %}{%- endcapture -%} +{%- capture descr1 -%}{% t resources.providers_description %}{%- endcapture -%} +{%- capture title2 -%}{% t resources.browsers %}{%- endcapture -%} +{%- capture descr2 -%}{% t resources.browsers_description %}{%- endcapture -%} +{%- capture title3 -%}{% t resources.software %}{%- endcapture -%} +{%- capture descr3 -%}{% t resources.software_description %}{%- endcapture -%} +{%- capture title4 -%}{% t resources.os %}{%- endcapture -%} +{%- capture descr4 -%}{% t resources.os_description %}{%- endcapture -%} +{%- capture title5 -%}{% t resources.services %}{%- endcapture -%} +{%- capture descr5 -%}{% t resources.services_description %}{%- endcapture -%} +{%- capture title6 -%}{% t resources.donate %}{%- endcapture -%} +{%- capture descr6 -%}{% t resources.donate_description %}{%- endcapture -%}
{% include card.html color="success" - title="Providers" + title=title1 icon="fas fa-server" iconcolor="dark" page="/providers/" - description="Discover privacy-centric online services, including email providers, VPN operators, DNS administrators, and more!" + description=descr1 %} {% include card.html color="primary" - title="Web Browsers" + title=title2 icon="far fa-compass" iconcolor="dark" page="/browsers/" - description="Find a web browser that respects your privacy, and discover how to harden your browser against tracking and leaks." + description=descr2 %} {% include card.html color="warning" - title="Software" + title=title3 icon="far fa-window-restore" iconcolor="dark" page="/software/" - description="Discover a variety of open source software built to protect your privacy and keep your digital data secure." + description=descr3 %} {% include card.html color="info" - title="Operating Systems" + title=title4 icon="fas fa-desktop" iconcolor="dark" page="/operating-systems/" - description="Find out how your operating system is comprimising your privacy, and what simple alternatives exist." + description=descr4 %} {% include card.html color="secondary" - title="privacytoolsIO Services" + title=title5 icon="far fa-eye-slash" iconcolor="dark" page="/services/" - description="The privacytools.io team is proud to launch a variety of privacy-centric online services, including a Mastodon instance, search engine, and more!" + description=descr5 %} {% include card.html color="danger" - title="Donate" + title=title6 icon="fas fa-donate" iconcolor="dark" page="/donate/" - description="We can't operate this site without the generous contributions we receive from our viewers. If you love privacy and our website please consider donating." + description=descr6 %}
diff --git a/_includes/sections/router-firmware.html b/_includes/sections/router-firmware.html index db043aea1..080e1b22e 100644 --- a/_includes/sections/router-firmware.html +++ b/_includes/sections/router-firmware.html @@ -1,11 +1,18 @@ -

Open Source Router Firmware

+

{% t router.firmware %}

+ +{%- capture router_openwrt_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture router_openwrt_descr -%}{% t router.openwrt_descr %}{%- endcapture -%} +{%- capture router_pfsense_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%} +{%- capture router_pfsense_descr -%}{% t router.pfsense_descr %}{%- endcapture -%} +{%- capture router_librecmc_descr -%}{% t router.librecmc_descr %}{%- endcapture -%} + {% include cardv2.html title="OpenWrt" image="/assets/img/tools/OpenWrt.png" -description="OpenWrt is an operating system (in particular, an embedded operating system) based on the Linux kernel, primarily used on embedded devices to route network traffic. The main components are the Linux kernel, util-linux, uClibc and BusyBox. All components have been optimized for size, to be small enough for fitting into the limited storage and memory available in home routers." +description=router_openwrt_descr badges="info:Linux" -labels="warning:contrib:This software may depend on or recommend non-free software." +labels=router_openwrt_labels website="https://openwrt.org/" git="https://git.openwrt.org/" github="https://github.com/openwrt" @@ -14,9 +21,9 @@

Worth Mentioning

+

{% t router.worth_mentioning %}

    -
  • OpenBSD BSD - A project that produces a free, multi-platform 4.4BSD-based UNIX-like operating system. Emphasizes portability, standardization, correctness, proactive security and integrated cryptography.
  • -
  • DD-WRT Linux contrib - A is Linux-based firmware for wireless routers and wireless access points. It is compatible with several models of routers and access points.
  • +
  • OpenBSD BSD - {% t router.openbsd_descr %}
  • +
  • DD-WRT Linux contrib - {% t router.ddwrt_descr %}
diff --git a/_includes/sections/windows10.html b/_includes/sections/windows10.html index 195fdd7c3..cb93b87a0 100644 --- a/_includes/sections/windows10.html +++ b/_includes/sections/windows10.html @@ -1,83 +1,83 @@ -

Don't use Windows 10 - It's a privacy nightmare

+

{% t windows_10.header %}

-Windows 10 Privacy +{% t windows_10.alt %}
    -
  1. Data syncing is by default enabled. +
  2. {% t windows_10.data %}
      -
    • Browsing history and open websites.
    • -
    • Apps settings.
    • -
    • WiFi hotspot names and passwords.
    • +
    • {% t windows_10.data1 %}
    • +
    • {% t windows_10.data2 %}
    • +
    • {% t windows_10.data3 %}
  3. -
  4. Your device is by default tagged with a unique advertising ID. +
  5. {% t windows_10.ad_id %}
      -
    • Used to serve you with personalized advertisements by third-party advertisers and ad networks.
    • +
    • {% t windows_10.ad_id1 %}
  6. -
  7. Cortana can collect any of your data. +
  8. {% t windows_10.cortana %}
      -
    • Your keystrokes, searches and mic input.
    • +
    • {% t windows_10.cortana1 %}
      -
    • Calendar data.
    • +
    • {% t windows_10.cortana2 %}
      -
    • Music you listen to.
    • +
    • {% t windows_10.cortana3 %}
      -
    • Credit Card information.
    • +
    • {% t windows_10.cortana4 %}
      -
    • Purchases.
    • +
    • {% t windows_10.cortana5 %}
  9. -
  10. Microsoft can collect any personal data. +
  11. {% t windows_10.collection %}
      -
    • Your identity.
    • +
    • {% t windows_10.collection1 %}
      -
    • Passwords.
    • +
    • {% t windows_10.collection2 %}
      -
    • Demographics.
    • +
    • {% t windows_10.collection3 %}
      -
    • Interests and habits.
    • +
    • {% t windows_10.collection4 %}
      -
    • Usage data.
    • +
    • {% t windows_10.collection5 %}
      -
    • Contacts and relationships.
    • +
    • {% t windows_10.collection6 %}
      -
    • Location data.
    • +
    • {% t windows_10.collection7 %}
      -
    • Content like emails, instant messages, caller list, audio and video recordings.
    • +
    • {% t windows_10.collection8 %}
  12. -
  13. Your data can be shared. +
  14. {% t windows_10.sharing %}
      -
    • When downloading Windows 10, you are authorizing Microsoft to share any of above-mentioned data with any third-party, with or without your consent.
    • +
    • {% t windows_10.sharing1 %}
-

Download: W10Privacy

+

{% t global.download %}: W10Privacy

-

This tool uses some known methods that attempt to disable major tracking features in Windows 10.

+

{% t windows_10.tool %}

-

Related Information

+

{% t global.related_information %}

  • Microsoft Privacy Statement - Microsoft collects, uses and discloses personal information as described here. This allows One Drive data, Cortana searches and MS browser history to be sold to third parties.
  • diff --git a/_layouts/page.html b/_layouts/page.html index 4a137c66d..985abb5c0 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,8 +3,8 @@ ---
    -

    {{ page.title }}

    - {% if page.description and page.hidedesc != true %}

    {{ page.description }}

    {% endif %} +

    {{ page.title | flatify }}

    + {% if page.description and page.hidedesc != true %}

    {{ page.description | flatify }}

    {% endif %}
    {{ content }} diff --git a/_plugins/expand_nested_variable_filter.rb b/_plugins/expand_nested_variable_filter.rb new file mode 100644 index 000000000..c0762dc26 --- /dev/null +++ b/_plugins/expand_nested_variable_filter.rb @@ -0,0 +1,9 @@ +module Jekyll + module ExpandNestedVariableFilter + def flatify(input) + Liquid::Template.parse(input).render(@context) + end + end +end + +Liquid::Template.register_filter(Jekyll::ExpandNestedVariableFilter) diff --git a/contact.md b/contact.md index c4d021450..5c9966fe3 100644 --- a/contact.md +++ b/contact.md @@ -1,27 +1,27 @@ --- layout: page permalink: /contact/ -title: "Contact Us" -description: "Contact the privacytoolsIO team if you have any suggestions or are experiencing any issues." +title: "{% t contact.title %}" +description: "{% t contact.description %}" --- -## Editorial Team +## {% t contact.editorial_team %} -It's very important to us to stay up-to-date on the latest changes in the privacy space. If you have a software recommendation for us, or want to request a change on this website, please don't hesitate to reach out. +{% t contact.up_to_date %} {% t contact.reach_out %} -[ Start a discussion in our Discourse Forum](https://forum.privacytools.io/) +[ {% t contact.start_discussion %}](https://forum.privacytools.io/) -[ Open an issue or pull request on GitHub](https://github.com/privacytoolsIO/privacytools.io/issues) +[ {% t contact.open_an_issue %}](https://github.com/privacytoolsIO/privacytools.io/issues) -[ Suggest something new on reddit](https://www.reddit.com/r/privacytoolsIO/) +[ {% t contact.reddit_suggestion %}](https://www.reddit.com/r/privacytoolsIO/) -For complete transparency, software and providers will only be considered for this website after discussions take place on either of the above platforms. +{% t contact.transparency %} - New: We're now on Matrix! Join us at `#general:privacytools.io` to chat with us and other members about this site and privacy in general. If you need a Matrix account, you can sign up with our own homeserver (`https://chat.privacytools.io`) using [riot.privacytools.io](https://riot.privacytools.io/) or any Matrix client! If you prefer XMPP, you're welcome to [use the Matrix.org XMPP bridge to join the discussion](https://conversations.im/j/%23general%23privacytools.io@bridge.xmpp.matrix.org). + {% t global.new %}: {% t contact.on_matrix %} `#general:privacytools.io` {% t contact.on_matrix2 %}. {% t contact.register_matrix %} (`https://chat.privacytools.io`) {% t contact.using %} [riot.privacytools.io](https://riot.privacytools.io/) {% t contact.or_matrix_client %} ## Abuse -We take the operation of our various [services](/services/) very seriously. Report only abuse here: abuse at privacytools dot io. +{% t contact.abuse1 %} {% t contact.abuse2 %} abuse at privacytools dot io.
    @@ -30,8 +30,8 @@ We take the operation of our various [services](/services/) very seriously. Repo GitHub Issues

diff --git a/donate.html b/donate.html index 225bb4a0f..d0787156d 100644 --- a/donate.html +++ b/donate.html @@ -9,8 +9,8 @@
privacytools.io
-

Please Donate

-

Our website is free of advertisements and not affiliated with any listed providers.
Your donation will cover our costs for servers, domains, coffee, beer, and pizza.

+

{% t donate.cta %}

+

{% t donate.ad_free %}
{% t donate.costs %}

Liberapay @@ -73,9 +73,9 @@

Please Donate

-

We prefer Bitcoin donations to be above $5 due to the state of the network's transaction fees. You are welcome to donate any smaller or larger amount on any other cryptocurrency, such as Bitcoin Cash, Ethereum, or Stellar.

+

{% t donate.bitcoin %} {% t donate.bitcoin2 %}

-

More Cryptocurrencies

+

{% t donate.more %}

@@ -291,8 +291,8 @@

More Cryptocurrencies

-

The privacytools.io team does not necessarily endorse all of the cryptocurrencies listed on this page. Please conduct your own research before purchasing any cryptocurrencies.

-

Thanks for your support. You are awesome!

+

{% t donate.the %} {% t donate.team %} {% t donate.endorse %}

+

{% t donate.thanks %}

Smile

diff --git a/pages/services.html b/pages/services.html index 1918df89f..be64dd740 100644 --- a/pages/services.html +++ b/pages/services.html @@ -1,22 +1,22 @@ --- layout: page permalink: /services/ -title: "Services from privacytools.io" -description: "The privacytools.io team is proud to introduce a suite of privacy-centric online services to connect you with other privacy-minded individuals and stay safe and secure online. No advertisers, no Google Analytics, no tracking, no third party requests of any kind." +title: "{% t services.title %}" +description: "{% t services.description %}" --- -

We currently have the following free-to-use services online now.

+

{% t services.we_have_the_following_services %}

-

More services are on the way. If there's something that would be super beneficial for us to run, don't hesitate to reach out and ask. And of course, if you like our services, please consider donating to support our server costs, any donation helps!

+

{% t services.more_services_on_the_way %} {% t services.beneficial %} {% t services.consider %} {% t services.donating %}, {% t services.helps %}