# Copyright (c) 2022-2024 Jonah Aragon # 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. INHERIT: mkdocs-common.yml docs_dir: '../i18n/fr' site_url: "https://www.privacyguides.org/fr/" site_dir: '../site/fr' site_name: Privacy Guides site_description: | Privacy Guides est votre ressource centrale en matière de vie privée et de sécurité pour vous protéger en ligne. copyright: | Privacy Guides est un site web à but non lucratif et à vocation sociale qui fournit des informations pour protéger la sécurité de vos données et votre vie privée.
Nous ne gagnons pas d'argent en recommandant certains produits et nous n'utilisons pas de liens d'affiliation.
© 2019 - 2024 Privacy Guides et contributeurs. Contenu sous licence CC BY-ND 4.0. edit_uri: edit/main/i18n/fr/ extra: generator: false theme: language: fr font: text: Public Sans code: DM Mono palette: - media: "(prefers-color-scheme)" scheme: default accent: deep purple toggle: icon: material/brightness-auto name: "Basculer en mode sombre" - media: "(prefers-color-scheme: dark)" scheme: slate accent: amber toggle: icon: material/brightness-2 name: "Basculer en mode clair" - media: "(prefers-color-scheme: light)" scheme: default accent: deep purple toggle: icon: material/brightness-5 name: "Basculer vers le thème du système" markdown_extensions: pymdownx.snippets: auto_append: - includes/abbreviations.fr.txt nav: - Accueil: 'index.md' - Base de connaissances: - 'basics/why-privacy-matters.md' - 'basics/threat-modeling.md' - 'basics/common-threats.md' - 'basics/common-misconceptions.md' - 'basics/account-creation.md' - 'basics/account-deletion.md' - Les essentiels de la technologie: - 'basics/passwords-overview.md' - 'basics/multi-factor-authentication.md' - 'basics/email-security.md' - 'basics/vpn-overview.md' - "Sujets avancés": - 'advanced/dns-overview.md' - 'advanced/tor-overview.md' - 'advanced/payments.md' - 'advanced/communication-network-types.md' - "Systèmes d'exploitation": - 'os/android-overview.md' - 'os/ios-overview.md' - 'os/linux-overview.md' - 'os/macos-overview.md' - 'os/qubes-overview.md' - kb-archive.md - Recommandations: - 'tools.md' - Navigation internet: - 'tor.md' - 'desktop-browsers.md' - 'mobile-browsers.md' - "Fournisseurs": - 'cloud.md' - 'dns.md' - 'email.md' - 'financial-services.md' - 'photo-management.md' - 'search-engines.md' - 'vpn.md' - "Logiciels": - 'calendar.md' - 'cryptocurrency.md' - 'data-redaction.md' - 'email-clients.md' - 'encryption.md' - 'file-sharing.md' - 'frontends.md' - 'multi-factor-authentication.md' - 'news-aggregators.md' - 'notebooks.md' - 'passwords.md' - 'productivity.md' - 'real-time-communication.md' - "Systèmes d'exploitation": - 'android.md' - 'desktop.md' - 'router.md' - "Advanced": - 'device-integrity.md' - "À propos": - 'about/index.md' - 'about/criteria.md' - 'about/notices.md' - 'about/privacy-policy.md' - "Communauté": - 'about/donate.md' - "Services en ligne": 'about/services.md' - "Code de conduite": 'CODE_OF_CONDUCT.md' - 'about/privacytools.md' - "Contribuer": - "Guide de rédaction": - 'meta/writing-style.md' - 'meta/admonitions.md' - 'meta/brand.md' - 'meta/translations.md' - "Guides techniques": - 'meta/uploading-images.md' - 'meta/git-recommendations.md' - Journal des modifications: 'https://github.com/privacyguides/privacyguides.org/releases' - Forum: 'https://discuss.privacyguides.net/' - Blog: 'https://blog.privacyguides.org/'