diff --git a/developer/building/development-workflow.md b/developer/building/development-workflow.md index ecfc2030..0146fe3a 100644 --- a/developer/building/development-workflow.md +++ b/developer/building/development-workflow.md @@ -7,7 +7,7 @@ redirect_from: - /doc/DevelopmentWorkflow/ - /wiki/DevelopmentWorkflow/ ref: 66 -title: Development Workflow +title: Development workflow --- A workflow for developing Qubes OS+ diff --git a/developer/building/qubes-builder-details.md b/developer/building/qubes-builder-details.md index 8b5c8c8a..c0eb3fd4 100644 --- a/developer/building/qubes-builder-details.md +++ b/developer/building/qubes-builder-details.md @@ -7,7 +7,7 @@ redirect_from: - /doc/QubesBuilderDetails/ - /wiki/QubesBuilderDetails/ ref: 65 -title: Qubes Builder Details +title: Qubes builder details --- Components Makefile.builder file diff --git a/developer/building/qubes-builder.md b/developer/building/qubes-builder.md index 8090d6da..b50ce540 100644 --- a/developer/building/qubes-builder.md +++ b/developer/building/qubes-builder.md @@ -7,7 +7,7 @@ redirect_from: - /doc/QubesBuilder/ - /wiki/QubesBuilder/ ref: 64 -title: Qubes Builder +title: Qubes builder --- **Note: See [ISO building instructions](/doc/qubes-iso-building/) for a streamlined overview on how to use the build system.** diff --git a/developer/building/qubes-iso-building.md b/developer/building/qubes-iso-building.md index f30b7b26..92540c16 100644 --- a/developer/building/qubes-iso-building.md +++ b/developer/building/qubes-iso-building.md @@ -9,7 +9,7 @@ redirect_from: - /doc/QubesR3Building/ - /wiki/QubesR3Building/ ref: 63 -title: Qubes ISO Building +title: Qubes iso building --- Build Environment diff --git a/developer/building/qubes-template-configs.md b/developer/building/qubes-template-configs.md index 446fa39f..71139116 100644 --- a/developer/building/qubes-template-configs.md +++ b/developer/building/qubes-template-configs.md @@ -4,5 +4,5 @@ layout: doc permalink: /doc/qubes-template-configs/ redirect_to: https://github.com/QubesOS/qubes-template-configs ref: 248 -title: Qubes Template Configs +title: Qubes template configs --- diff --git a/developer/code/code-signing.md b/developer/code/code-signing.md index 236c6aac..faee5c7d 100644 --- a/developer/code/code-signing.md +++ b/developer/code/code-signing.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/code-signing/ ref: 51 -title: Code Signing +title: Code signing --- All contributions to the Qubes OS [source code](/doc/source-code/) must be cryptographically signed by the author's PGP key. diff --git a/developer/code/coding-style.md b/developer/code/coding-style.md index 4f2013c5..5bc1dec5 100644 --- a/developer/code/coding-style.md +++ b/developer/code/coding-style.md @@ -8,7 +8,7 @@ redirect_from: - /wiki/CodingStyle/ - /trac/wiki/CodingStyle/ ref: 53 -title: Coding Style +title: Coding style --- Rationale diff --git a/developer/code/license.md b/developer/code/license.md index 95d71c23..f7fe3682 100644 --- a/developer/code/license.md +++ b/developer/code/license.md @@ -7,7 +7,7 @@ redirect_from: - /doc/QubesLicensing/ - /wiki/QubesLicensing/ ref: 52 -title: Software License +title: Software license --- Qubes OS is a compilation of software packages, each under its own license. The diff --git a/developer/code/source-code.md b/developer/code/source-code.md index 7098ace7..85e5cf13 100644 --- a/developer/code/source-code.md +++ b/developer/code/source-code.md @@ -7,7 +7,7 @@ redirect_from: - /doc/SourceCode/ - /wiki/SourceCode/ ref: 54 -title: Source Code +title: Source code --- All the Qubes code is kept in Git repositories. We have divided the project into diff --git a/developer/debugging/automated-tests.md b/developer/debugging/automated-tests.md index e4a7e674..c57df136 100644 --- a/developer/debugging/automated-tests.md +++ b/developer/debugging/automated-tests.md @@ -6,7 +6,7 @@ redirect_from: - /en/doc/automated-tests/ - /doc/AutomatedTests/ ref: 45 -title: Automated Tests +title: Automated tests --- ## Unit and Integration Tests diff --git a/developer/debugging/mount-lvm-image.md b/developer/debugging/mount-lvm-image.md index d484b5a7..781beb70 100644 --- a/developer/debugging/mount-lvm-image.md +++ b/developer/debugging/mount-lvm-image.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/mount-lvm-image/ ref: 46 -title: How to Mount LVM Images +title: How to mount lvm images --- You want to read your LVM image (e.g., there is a problem where you can't start any VMs except dom0). diff --git a/developer/debugging/profiling.md b/developer/debugging/profiling.md index 230351de..2932b4cb 100644 --- a/developer/debugging/profiling.md +++ b/developer/debugging/profiling.md @@ -7,7 +7,7 @@ redirect_from: - /doc/Profiling/ - /wiki/Profiling/ ref: 48 -title: Python Profiling +title: Python profiling --- This is a python profiling primer. diff --git a/developer/debugging/safe-remote-ttys.md b/developer/debugging/safe-remote-ttys.md index bd71d96c..b6183116 100644 --- a/developer/debugging/safe-remote-ttys.md +++ b/developer/debugging/safe-remote-ttys.md @@ -5,7 +5,7 @@ permalink: /doc/safe-remote-ttys/ redirect_from: - /en/doc/safe-remote-ttys/ ref: 49 -title: Safe Remote Dom0 Terminals +title: Safe remote dom0 terminals --- If you do not have working graphics in Dom0, then using a terminal can be quite annoying! diff --git a/developer/debugging/test-bench.md b/developer/debugging/test-bench.md index 9fea836a..5051a28d 100644 --- a/developer/debugging/test-bench.md +++ b/developer/debugging/test-bench.md @@ -7,7 +7,7 @@ redirect_from: - /doc/TestBench/ - /wiki/TestBench/ ref: 44 -title: How to Set Up a Test Bench +title: How to set up a test bench --- This guide shows how to set up simple test bench that automatically test your code you're about to push. It is written especially for `core3` branch of `core-admin.git` repo, but some ideas are universal. diff --git a/developer/debugging/vm-interface.md b/developer/debugging/vm-interface.md index 741e52c7..6c67dd5c 100644 --- a/developer/debugging/vm-interface.md +++ b/developer/debugging/vm-interface.md @@ -8,7 +8,7 @@ redirect_from: - /doc/SystemDoc/VMInterface/ - /wiki/SystemDoc/VMInterface/ ref: 47 -title: VM Configuration Interface +title: Vm configuration interface --- Qubes VM have some settings set by dom0 based on VM settings. There are multiple configuration channels, which includes: diff --git a/developer/debugging/windows-debugging.md b/developer/debugging/windows-debugging.md index cc81c2c4..852d1c67 100644 --- a/developer/debugging/windows-debugging.md +++ b/developer/debugging/windows-debugging.md @@ -7,7 +7,7 @@ redirect_from: - /doc/WindowsDebugging/ - /wiki/WindowsDebugging/ ref: 50 -title: Windows Debugging +title: Windows debugging --- Debugging Windows code can be tricky in a virtualized environment. The guide below assumes Xen hypervisor and Windows 7 VMs. diff --git a/developer/general/continuous-integration.md b/developer/general/continuous-integration.md index 3f2973e7..e25914be 100644 --- a/developer/general/continuous-integration.md +++ b/developer/general/continuous-integration.md @@ -2,7 +2,7 @@ lang: en layout: doc permalink: /doc/continuous-integration/ -title: Continuous Integration (CI) +title: Continuous integration (ci) --- This page explains the [continuous integration diff --git a/developer/general/devel-books.md b/developer/general/devel-books.md index 2fc9e566..d7ae9ae0 100644 --- a/developer/general/devel-books.md +++ b/developer/general/devel-books.md @@ -7,7 +7,7 @@ redirect_from: - /doc/DevelBooks/ - /wiki/DevelBooks/ ref: 32 -title: Developer Books +title: Developer books --- Below is a list of various books that might be useful in learning some basics needed for Qubes development. diff --git a/developer/general/documentation-style-guide.md b/developer/general/documentation-style-guide.md index 3a864897..eec14a03 100644 --- a/developer/general/documentation-style-guide.md +++ b/developer/general/documentation-style-guide.md @@ -8,7 +8,7 @@ redirect_from: - /wiki/DocStyle/ - /doc/DocStyle/ ref: 30 -title: Documentation Style Guide +title: Documentation style guide --- Qubes OS documentation pages are stored as plain text Markdown files in the diff --git a/developer/general/gsoc.md b/developer/general/gsoc.md index c99e5580..93e817c6 100644 --- a/developer/general/gsoc.md +++ b/developer/general/gsoc.md @@ -5,7 +5,7 @@ permalink: /gsoc/ redirect_from: - /GSoC/ ref: 33 -title: Google Summer of Code +title: Google summer of code --- ## Information for Students diff --git a/developer/general/gsod.md b/developer/general/gsod.md index e49e950d..fdc5f5cc 100644 --- a/developer/general/gsod.md +++ b/developer/general/gsod.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /gsod/ ref: 242 -title: Google Season of Docs +title: Google season of docs --- Thank you for your interest in participating in the [2021 Google Season of Docs](https://developers.google.com/season-of-docs/) program with the [Qubes OS team](/team/). You can read more about the Google Season of Docs in the official [guides](https://developers.google.com/season-of-docs/docs/) and [FAQ](https://developers.google.com/season-of-docs/docs/faq). diff --git a/developer/general/how-to-edit-the-documentation.md b/developer/general/how-to-edit-the-documentation.md index f8e5cab7..6e760a05 100644 --- a/developer/general/how-to-edit-the-documentation.md +++ b/developer/general/how-to-edit-the-documentation.md @@ -2,7 +2,7 @@ lang: en layout: doc permalink: /doc/how-to-edit-the-documentation/ -title: How to Edit the Documentation +title: How to edit the documentation --- Qubes OS documentation pages are stored as plain text Markdown files in the diff --git a/developer/general/package-contributions.md b/developer/general/package-contributions.md index c15cae1a..f73c9bd2 100644 --- a/developer/general/package-contributions.md +++ b/developer/general/package-contributions.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/package-contributions/ ref: 29 -title: Package Contributions +title: Package contributions --- _This page is for developers who wish to contribute packages. diff --git a/developer/general/usability-ux.md b/developer/general/usability-ux.md index 5e0c5359..412aee33 100644 --- a/developer/general/usability-ux.md +++ b/developer/general/usability-ux.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/usability-ux/ ref: 31 -title: Usability & UX +title: Usability & ux --- Software that is too complicated to use, is often unused. Because we want as many people as possible to benefit from its unique security properties, the usability and user experience of Qubes OS is an utmost priority! diff --git a/developer/general/visual-style-guide.md b/developer/general/visual-style-guide.md index 8fdf3148..ceef871d 100644 --- a/developer/general/visual-style-guide.md +++ b/developer/general/visual-style-guide.md @@ -5,5 +5,5 @@ permalink: /doc/visual-style-guide/ redirect_from: - /doc/style-guide/ ref: 27 -title: Visual Style Guide +title: Visual style guide --- diff --git a/developer/general/website-style-guide.md b/developer/general/website-style-guide.md index 4e0ce43c..6c5a7de8 100644 --- a/developer/general/website-style-guide.md +++ b/developer/general/website-style-guide.md @@ -2,7 +2,7 @@ lang: en layout: doc permalink: /doc/website-style-guide/ -title: Website Style Guide +title: Website style guide --- This page explains the standards we follow for building and maintaining the diff --git a/developer/releases/1_0/release-notes.md b/developer/releases/1_0/release-notes.md index 9681a3e6..592815da 100644 --- a/developer/releases/1_0/release-notes.md +++ b/developer/releases/1_0/release-notes.md @@ -5,7 +5,7 @@ permalink: /doc/releases/1.0/release-notes/ redirect_from: - /en/doc/releases/1.0/release-notes/ ref: 18 -title: Qubes R1.0 Release Notes +title: Qubes r1.0 release notes --- Detailed release notes in [this blog post](https://blog.invisiblethings.org/2012/09/03/introducing-qubes-10.html). diff --git a/developer/releases/2_0/release-notes.md b/developer/releases/2_0/release-notes.md index a6e30028..8afcd174 100644 --- a/developer/releases/2_0/release-notes.md +++ b/developer/releases/2_0/release-notes.md @@ -5,7 +5,7 @@ permalink: /doc/releases/2.0/release-notes/ redirect_from: - /en/doc/releases/2.0/release-notes/ ref: 25 -title: Qubes R2.0 Release Notes +title: Qubes r2.0 release notes --- Detailed release notes in [this blog post](https://blog.invisiblethings.org/2014/09/26/announcing-qubes-os-release-2.html) diff --git a/developer/releases/3_0/release-notes.md b/developer/releases/3_0/release-notes.md index 44fa79c4..eb19059a 100644 --- a/developer/releases/3_0/release-notes.md +++ b/developer/releases/3_0/release-notes.md @@ -5,7 +5,7 @@ permalink: /doc/releases/3.0/release-notes/ redirect_from: - /en/doc/releases/3.0/release-notes/ ref: 19 -title: Qubes R3.0 Release Notes +title: Qubes r3.0 release notes --- ### Qubes R3.0 Release Notes diff --git a/developer/releases/3_0/schedule.md b/developer/releases/3_0/schedule.md index 512ee3ab..f480f98a 100644 --- a/developer/releases/3_0/schedule.md +++ b/developer/releases/3_0/schedule.md @@ -5,7 +5,7 @@ permalink: /doc/releases/3.0/schedule/ redirect_from: - /en/doc/releases/3.0/schedule/ ref: 20 -title: Qubes R3.0 Release Schedule +title: Qubes r3.0 release schedule --- | Date | Stage | diff --git a/developer/releases/3_1/release-notes.md b/developer/releases/3_1/release-notes.md index 35d1bcd4..c34905f7 100644 --- a/developer/releases/3_1/release-notes.md +++ b/developer/releases/3_1/release-notes.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/releases/3.1/release-notes/ ref: 16 -title: Qubes R3.1 release notes +title: Qubes r3.1 release notes --- ## New features since 3.0 diff --git a/developer/releases/3_1/schedule.md b/developer/releases/3_1/schedule.md index 14481818..ca8ae640 100644 --- a/developer/releases/3_1/schedule.md +++ b/developer/releases/3_1/schedule.md @@ -5,7 +5,7 @@ permalink: /doc/releases/3.1/schedule/ redirect_from: - /en/doc/releases/3.1/schedule/ ref: 17 -title: Qubes R3.1 Release Schedule +title: Qubes r3.1 release schedule --- This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule). diff --git a/developer/releases/3_2/release-notes.md b/developer/releases/3_2/release-notes.md index 547dff27..53b190b7 100644 --- a/developer/releases/3_2/release-notes.md +++ b/developer/releases/3_2/release-notes.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/releases/3.2/release-notes/ ref: 21 -title: Qubes R3.2 release notes +title: Qubes r3.2 release notes --- ## New features since 3.1 diff --git a/developer/releases/3_2/schedule.md b/developer/releases/3_2/schedule.md index ed769eec..acfd8607 100644 --- a/developer/releases/3_2/schedule.md +++ b/developer/releases/3_2/schedule.md @@ -5,7 +5,7 @@ permalink: /doc/releases/3.2/schedule/ redirect_from: - /en/doc/releases/3.2/schedule/ ref: 22 -title: Qubes R3.2 Release Schedule +title: Qubes r3.2 release schedule --- This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule). diff --git a/developer/releases/4_0/release-notes.md b/developer/releases/4_0/release-notes.md index b80a1959..b651a3a1 100644 --- a/developer/releases/4_0/release-notes.md +++ b/developer/releases/4_0/release-notes.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/releases/4.0/release-notes/ ref: 23 -title: Qubes R4.0 release notes +title: Qubes r4.0 release notes --- New features since 3.2 diff --git a/developer/releases/4_0/schedule.md b/developer/releases/4_0/schedule.md index 98d4c1df..42740116 100644 --- a/developer/releases/4_0/schedule.md +++ b/developer/releases/4_0/schedule.md @@ -5,7 +5,7 @@ permalink: /doc/releases/4.0/schedule/ redirect_from: - /en/doc/releases/4.0/schedule/ ref: 24 -title: Qubes R4.0 Release Schedule +title: Qubes r4.0 release schedule --- This schedule is based on [Version Scheme](/doc/version-scheme/#release-schedule). diff --git a/developer/releases/notes.md b/developer/releases/notes.md index 8059bf69..d11b05ee 100644 --- a/developer/releases/notes.md +++ b/developer/releases/notes.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/releases/notes/ ref: 13 -title: Release Notes +title: Release notes --- * [Qubes R1.0 release notes](/doc/releases/1.0/release-notes/) diff --git a/developer/releases/schedules.md b/developer/releases/schedules.md index d2af2d6e..f0129211 100644 --- a/developer/releases/schedules.md +++ b/developer/releases/schedules.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/releases/schedules/ ref: 15 -title: Release Schedules +title: Release schedules --- * [Qubes R3.0 release schedule](/doc/releases/3.0/schedule/) diff --git a/developer/releases/todo.md b/developer/releases/todo.md index 98179d89..23d370ed 100644 --- a/developer/releases/todo.md +++ b/developer/releases/todo.md @@ -5,7 +5,7 @@ permalink: /doc/releases/todo/ redirect_from: - /en/doc/releases/todo/ ref: 14 -title: Release Checklist +title: Release checklist --- *the checklist is probably unfinished* diff --git a/developer/releases/version-scheme.md b/developer/releases/version-scheme.md index da4ccf04..3a3c53e7 100644 --- a/developer/releases/version-scheme.md +++ b/developer/releases/version-scheme.md @@ -7,7 +7,7 @@ redirect_from: - /doc/VersionScheme/ - /wiki/VersionScheme/ ref: 151 -title: Version Scheme +title: Version scheme --- Beginning with R3 release, we change (and formalise) the versioning scheme. diff --git a/developer/services/admin-api-table.md b/developer/services/admin-api-table.md index d5426419..02973143 100644 --- a/developer/services/admin-api-table.md +++ b/developer/services/admin-api-table.md @@ -3,7 +3,7 @@ lang: en layout: fullscreen permalink: /doc/admin-api/table/ ref: 249 -title: Admin API Table +title: Admin api table --- This page displays the fullscreen table from [Admin API](/doc/admin-api/). diff --git a/developer/services/admin-api.md b/developer/services/admin-api.md index 03678282..dfecd836 100644 --- a/developer/services/admin-api.md +++ b/developer/services/admin-api.md @@ -9,7 +9,7 @@ redirect_from: - /doc/mgmt-architecture/ - /doc/admin-api-architecture/ ref: 36 -title: Admin API +title: Admin api --- _You may also be interested in the article diff --git a/developer/services/disposablevm-implementation.md b/developer/services/disposablevm-implementation.md index 2aee1bfd..470153ad 100644 --- a/developer/services/disposablevm-implementation.md +++ b/developer/services/disposablevm-implementation.md @@ -8,7 +8,7 @@ redirect_from: - /doc/DVMimpl/ - /wiki/DVMimpl/ ref: 34 -title: DisposableVM Implementation +title: Disposablevm implementation --- **Note: The content below applies to Qubes R3.2.** diff --git a/developer/services/dom0-secure-updates.md b/developer/services/dom0-secure-updates.md index b4f1bdb8..cc2a4d75 100644 --- a/developer/services/dom0-secure-updates.md +++ b/developer/services/dom0-secure-updates.md @@ -7,7 +7,7 @@ redirect_from: - /doc/Dom0SecureUpdates/ - /wiki/Dom0SecureUpdates/ ref: 43 -title: Dom0 Secure Updates +title: Dom0 secure updates --- Reasons for Dom0 updates diff --git a/developer/services/qfilecopy.md b/developer/services/qfilecopy.md index e1eb8814..8f10b853 100644 --- a/developer/services/qfilecopy.md +++ b/developer/services/qfilecopy.md @@ -7,7 +7,7 @@ redirect_from: - /doc/Qfilecopy/ - /wiki/Qfilecopy/ ref: 35 -title: Inter-VM File Copying (qfilecopy) +title: Inter-vm file copying (qfilecopy) --- There are two cases when we need a mechanism to copy files between VMs: diff --git a/developer/services/qfileexchgd.md b/developer/services/qfileexchgd.md index 3523f88c..ab9b1955 100644 --- a/developer/services/qfileexchgd.md +++ b/developer/services/qfileexchgd.md @@ -7,7 +7,7 @@ redirect_from: - /doc/Qfileexchgd/ - /wiki/Qfileexchgd/ ref: 40 -title: qfileexchgd (deprecated) +title: Qfileexchgd (deprecated) --- **This mechanism is obsolete as of Qubes Beta 1!** diff --git a/developer/services/qmemman.md b/developer/services/qmemman.md index d9f191a8..03495c25 100644 --- a/developer/services/qmemman.md +++ b/developer/services/qmemman.md @@ -7,7 +7,7 @@ redirect_from: - /doc/Qmemman/ - /wiki/Qmemman/ ref: 41 -title: Qubes Memory Manager (qmemman) +title: Qubes memory manager (qmemman) --- Rationale diff --git a/developer/services/qrexec-internals.md b/developer/services/qrexec-internals.md index b31dbd94..3e12374f 100644 --- a/developer/services/qrexec-internals.md +++ b/developer/services/qrexec-internals.md @@ -8,7 +8,7 @@ redirect_from: - /doc/Qrexec3Implementation/ - /wiki/Qrexec3Implementation/ ref: 39 -title: 'Qrexec: Qubes RPC Internals' +title: 'qrexec: qubes rpc internals' --- (*This page details the current implementation of qrexec (qrexec3). diff --git a/developer/services/qrexec-socket-services.md b/developer/services/qrexec-socket-services.md index 3f6d776b..5bb58811 100644 --- a/developer/services/qrexec-socket-services.md +++ b/developer/services/qrexec-socket-services.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/qrexec-socket-services/ ref: 42 -title: 'Qrexec: Socket-Based Services' +title: 'qrexec: socket-based services' --- *This page describes how to implement and use new socket-backed services for qrexec. See [qrexec](/doc/qrexec/) for general overview of the qrexec framework.* diff --git a/developer/services/qrexec.md b/developer/services/qrexec.md index 4fb0db8e..4482a975 100644 --- a/developer/services/qrexec.md +++ b/developer/services/qrexec.md @@ -11,7 +11,7 @@ redirect_from: - /doc/Qrexec/ - /wiki/Qrexec/ ref: 37 -title: 'Qrexec: Secure Communication Across Domains' +title: 'qrexec: secure communication across domains' --- (*This page is about qrexec v3. For qrexec v2, see [here](/doc/qrexec2/).*) diff --git a/developer/services/qrexec2.md b/developer/services/qrexec2.md index 2730f82a..33d0f219 100644 --- a/developer/services/qrexec2.md +++ b/developer/services/qrexec2.md @@ -8,7 +8,7 @@ redirect_from: - /doc/Qrexec2Implementation/ - /wiki/Qrexec2Implementation/ ref: 38 -title: qrexec v2 (deprecated) +title: Qrexec v2 (deprecated) --- (*This page is about qrexec v2. For qrexec v3, see [here](/doc/qrexec/).*) diff --git a/developer/system/audio.md b/developer/system/audio.md index e5abe774..889757ea 100644 --- a/developer/system/audio.md +++ b/developer/system/audio.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/audio-virtualization/ ref: 60 -title: Audio Virtualization +title: Audio virtualization --- VMs on Qubes OS have access to virtualized audio through the PulseAudio module. diff --git a/developer/system/gui.md b/developer/system/gui.md index 07399b2e..b95ca495 100644 --- a/developer/system/gui.md +++ b/developer/system/gui.md @@ -8,7 +8,7 @@ redirect_from: - /doc/GUIdocs/ - /wiki/GUIdocs/ ref: 61 -title: GUI Virtualization +title: Gui virtualization --- qubes_gui and qubes_guid processes diff --git a/developer/system/qubes-core-admin-client.md b/developer/system/qubes-core-admin-client.md index 188b1a55..dc5907dd 100644 --- a/developer/system/qubes-core-admin-client.md +++ b/developer/system/qubes-core-admin-client.md @@ -4,5 +4,5 @@ layout: doc permalink: /doc/qubes-core-admin-client/ redirect_to: https://dev.qubes-os.org/projects/core-admin-client/en/latest/ ref: 245 -title: Qubes Core Admin Client +title: Qubes core admin client --- diff --git a/developer/system/qubes-core-admin.md b/developer/system/qubes-core-admin.md index e8763adf..1fbb5ec6 100644 --- a/developer/system/qubes-core-admin.md +++ b/developer/system/qubes-core-admin.md @@ -4,5 +4,5 @@ layout: doc permalink: /doc/qubes-core-admin/ redirect_to: https://dev.qubes-os.org/projects/core-admin/en/latest/ ref: 246 -title: Qubes Core Admin +title: Qubes core admin --- diff --git a/developer/system/qubes-core-stack.md b/developer/system/qubes-core-stack.md index cf67f14d..5fb28bdb 100644 --- a/developer/system/qubes-core-stack.md +++ b/developer/system/qubes-core-stack.md @@ -4,5 +4,5 @@ layout: doc permalink: /doc/qubes-core-stack/ redirect_to: /news/2017/10/03/core3/ ref: 247 -title: Qubes Core Stack +title: Qubes core stack --- diff --git a/developer/system/security-critical-code.md b/developer/system/security-critical-code.md index 9588d5c8..64dd4129 100644 --- a/developer/system/security-critical-code.md +++ b/developer/system/security-critical-code.md @@ -8,7 +8,7 @@ redirect_from: - /wiki/SecurityCriticalCode/ - /trac/wiki/SecurityCriticalCode/ ref: 55 -title: Security-Critical Code +title: Security-critical code --- Below is a list of security-critical (i.e., trusted) code components in Qubes OS. diff --git a/developer/system/security-design-goals.md b/developer/system/security-design-goals.md index 41b1a2a6..a8caa43a 100644 --- a/developer/system/security-design-goals.md +++ b/developer/system/security-design-goals.md @@ -9,7 +9,7 @@ redirect_from: - /doc/SecurityGoals/ - /wiki/SecurityGoals/ ref: 210 -title: Security Design Goals +title: Security design goals --- Qubes OS implements a security-by-isolation (or security-by-compartmentalization) approach by providing the ability to easily create many security domains. These domains are implemented as lightweight Virtual Machines (VMs) running under the Xen hypervisor. Qubes' main objective is to provide strong isolation between these domains, so that even if an attacker compromises one of the domains, the others are still safe. Qubes, however, does not attempt to provide any security isolation for applications running within the same domain. For example, a buggy web browser running in a Qubes domain could still be compromised just as easily as on a regular Linux distribution. The difference that Qubes makes is that now the attacker doesn't have access to all the software running in the other domains. diff --git a/developer/system/storage-pools.md b/developer/system/storage-pools.md index 7f0970aa..668ca882 100644 --- a/developer/system/storage-pools.md +++ b/developer/system/storage-pools.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/storage-pools/ ref: 57 -title: Storage Pools +title: Storage pools --- Qubes OS R3.2 introduced the concept of storage drivers and pools. This feature diff --git a/developer/system/system-doc.md b/developer/system/system-doc.md index 1bdaa997..04ab10f8 100644 --- a/developer/system/system-doc.md +++ b/developer/system/system-doc.md @@ -9,5 +9,5 @@ redirect_from: redirect_to: - /doc/#developer-documentation ref: 62 -title: System Documentation +title: System documentation --- diff --git a/developer/system/template-implementation.md b/developer/system/template-implementation.md index de754f95..e4cc5303 100644 --- a/developer/system/template-implementation.md +++ b/developer/system/template-implementation.md @@ -7,7 +7,7 @@ redirect_from: - /doc/TemplateImplementation/ - /wiki/TemplateImplementation/ ref: 58 -title: Template Implementation +title: Template implementation --- Every VM has 4 block devices connected: diff --git a/external/building-guides/building-archlinux-template.md b/external/building-guides/building-archlinux-template.md index bfa42678..61a0b438 100644 --- a/external/building-guides/building-archlinux-template.md +++ b/external/building-guides/building-archlinux-template.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/BuildingArchlinuxTemplate/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-archlinux-template.md ref: 116 -title: Building Archlinux Template +title: Building archlinux template --- diff --git a/external/building-guides/building-non-fedora-template.md b/external/building-guides/building-non-fedora-template.md index c8a81e01..fd6252e4 100644 --- a/external/building-guides/building-non-fedora-template.md +++ b/external/building-guides/building-non-fedora-template.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/BuildingNonFedoraTemplate/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-non-fedora-template.md ref: 117 -title: Building Non-Fedora Template +title: Building non-fedora template --- diff --git a/external/building-guides/building-whonix-template.md b/external/building-guides/building-whonix-template.md index aff77445..a10279a1 100644 --- a/external/building-guides/building-whonix-template.md +++ b/external/building-guides/building-whonix-template.md @@ -6,5 +6,5 @@ redirect_from: - /en/doc/building-whonix-template/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md ref: 115 -title: Building Whonix Templates +title: Building whonix templates --- diff --git a/external/configuration-guides/change-time-zone.md b/external/configuration-guides/change-time-zone.md index c2e179c9..a7666f47 100644 --- a/external/configuration-guides/change-time-zone.md +++ b/external/configuration-guides/change-time-zone.md @@ -5,5 +5,5 @@ redirect_from: - /doc/change-time-zone/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/change-time-zone.md ref: 109 -title: Changing your Time Zone +title: Changing your time zone --- diff --git a/external/configuration-guides/disk-trim.md b/external/configuration-guides/disk-trim.md index 60bc1aa7..4cdd6e7c 100644 --- a/external/configuration-guides/disk-trim.md +++ b/external/configuration-guides/disk-trim.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/DiskTRIM/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/disk-trim.md ref: 104 -title: Disk TRIM +title: Disk trim --- diff --git a/external/configuration-guides/external-audio.md b/external/configuration-guides/external-audio.md index 33843a06..4fe19b8b 100644 --- a/external/configuration-guides/external-audio.md +++ b/external/configuration-guides/external-audio.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/ExternalAudio/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/external-audio.md ref: 100 -title: External Audio +title: External audio --- diff --git a/external/configuration-guides/install-nvidia-driver.md b/external/configuration-guides/install-nvidia-driver.md index ece53917..e8a5e01c 100644 --- a/external/configuration-guides/install-nvidia-driver.md +++ b/external/configuration-guides/install-nvidia-driver.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/InstallNvidiaDriver/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/install-nvidia-driver.md ref: 96 -title: How to Install an Nvidia Driver +title: How to install an nvidia driver --- diff --git a/external/configuration-guides/multimedia.md b/external/configuration-guides/multimedia.md index aef82f2f..d5451241 100644 --- a/external/configuration-guides/multimedia.md +++ b/external/configuration-guides/multimedia.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/Multimedia/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/multimedia.md ref: 105 -title: How to Make a Multimedia TemplateVM +title: How to make a multimedia templatevm --- diff --git a/external/configuration-guides/network-bridge-support.md b/external/configuration-guides/network-bridge-support.md index cd4c15ae..5a460a6e 100644 --- a/external/configuration-guides/network-bridge-support.md +++ b/external/configuration-guides/network-bridge-support.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/NetworkBridgeSupport/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-bridge-support.md ref: 113 -title: Network Bridge Support +title: Network bridge support --- diff --git a/external/configuration-guides/network-printer.md b/external/configuration-guides/network-printer.md index 46d73c8f..b29ae5ed 100644 --- a/external/configuration-guides/network-printer.md +++ b/external/configuration-guides/network-printer.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/NetworkPrinter/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/network-printer.md ref: 108 -title: Network Printer +title: Network printer --- diff --git a/external/configuration-guides/tips-and-tricks.md b/external/configuration-guides/tips-and-tricks.md index 0126f79d..099e51ab 100644 --- a/external/configuration-guides/tips-and-tricks.md +++ b/external/configuration-guides/tips-and-tricks.md @@ -5,5 +5,5 @@ redirect_from: - /doc/tips-and-tricks/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/tips-and-tricks.md ref: 110 -title: Tips and Tricks +title: Tips and tricks --- diff --git a/external/configuration-guides/vpn.md b/external/configuration-guides/vpn.md index 5431af63..3001b09e 100644 --- a/external/configuration-guides/vpn.md +++ b/external/configuration-guides/vpn.md @@ -9,5 +9,5 @@ redirect_from: - /wiki/VPN/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/vpn.md ref: 102 -title: VPN +title: Vpn --- diff --git a/external/configuration-guides/zfs.md b/external/configuration-guides/zfs.md index 55fb87b2..105b7e44 100644 --- a/external/configuration-guides/zfs.md +++ b/external/configuration-guides/zfs.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/ZFS/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/configuration/zfs.md ref: 111 -title: ZFS +title: Zfs --- diff --git a/external/customization-guides/dark-theme.md b/external/customization-guides/dark-theme.md index 9dba4a0c..c747073b 100644 --- a/external/customization-guides/dark-theme.md +++ b/external/customization-guides/dark-theme.md @@ -5,5 +5,5 @@ redirect_from: - /doc/dark-theme/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/dark-theme.md ref: 74 -title: Dark Theme in Dom0 and DomU +title: Dark theme in dom0 and domu --- diff --git a/external/customization-guides/fedora-minimal-template-customization.md b/external/customization-guides/fedora-minimal-template-customization.md index cea23c7a..d9773499 100644 --- a/external/customization-guides/fedora-minimal-template-customization.md +++ b/external/customization-guides/fedora-minimal-template-customization.md @@ -5,5 +5,5 @@ redirect_from: - /en/doc/fedora-minimal-template-customization/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/fedora-minimal-template-customization.md ref: 76 -title: Fedora Minimal Template Customization +title: Fedora minimal template customization --- diff --git a/external/customization-guides/language-localization.md b/external/customization-guides/language-localization.md index 2c22e494..61015d39 100644 --- a/external/customization-guides/language-localization.md +++ b/external/customization-guides/language-localization.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/LanguageLocalization/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/language-localization.md ref: 73 -title: Language Localization +title: Language localization --- diff --git a/external/customization-guides/removing-templatevm-packages.md b/external/customization-guides/removing-templatevm-packages.md index 1d79188d..f701c571 100644 --- a/external/customization-guides/removing-templatevm-packages.md +++ b/external/customization-guides/removing-templatevm-packages.md @@ -5,5 +5,5 @@ redirect_from: - /doc/removing-templatevm-packages/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/removing-templatevm-packages.md ref: 75 -title: Removing TemplateVM Packages +title: Removing templatevm packages --- diff --git a/external/customization-guides/windows-template-customization.md b/external/customization-guides/windows-template-customization.md index 8578697d..ac368c23 100644 --- a/external/customization-guides/windows-template-customization.md +++ b/external/customization-guides/windows-template-customization.md @@ -5,5 +5,5 @@ redirect_from: - /doc/windows-template-customization/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/customization/windows-template-customization.md ref: 72 -title: Windows Template Customization +title: Windows template customization --- diff --git a/external/os-guides/centos.md b/external/os-guides/centos.md index e30d69f1..b46c084a 100644 --- a/external/os-guides/centos.md +++ b/external/os-guides/centos.md @@ -5,5 +5,5 @@ redirect_from: - /doc/templates/centos/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/centos.md ref: 81 -title: CentOS Template +title: Centos template --- diff --git a/external/os-guides/gentoo.md b/external/os-guides/gentoo.md index c0c0cb06..ac9f89c2 100644 --- a/external/os-guides/gentoo.md +++ b/external/os-guides/gentoo.md @@ -5,5 +5,5 @@ redirect_from: - /doc/templates/gentoo/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/gentoo.md ref: 221 -title: Gentoo Template +title: Gentoo template --- diff --git a/external/os-guides/linux-hvm-tips.md b/external/os-guides/linux-hvm-tips.md index 9cccf46d..f3078195 100644 --- a/external/os-guides/linux-hvm-tips.md +++ b/external/os-guides/linux-hvm-tips.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/LinuxHVMTips/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/linux-hvm-tips.md ref: 82 -title: Linux HVM Tips +title: Linux hvm tips --- diff --git a/external/os-guides/netbsd.md b/external/os-guides/netbsd.md index 3ddca1e8..09e956e1 100644 --- a/external/os-guides/netbsd.md +++ b/external/os-guides/netbsd.md @@ -5,5 +5,5 @@ redirect_from: - /doc/netbsd/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/netbsd.md ref: 84 -title: How to Create a NetBSD VM +title: How to create a netbsd vm --- diff --git a/external/os-guides/pentesting.md b/external/os-guides/pentesting.md index ebede023..8828e5d8 100644 --- a/external/os-guides/pentesting.md +++ b/external/os-guides/pentesting.md @@ -5,5 +5,5 @@ redirect_from: - /doc/pentesting/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting.md ref: 83 -title: Penetration Testing +title: Penetration testing --- diff --git a/external/os-guides/pentesting/blackarch.md b/external/os-guides/pentesting/blackarch.md index 73cae944..6bc95b95 100644 --- a/external/os-guides/pentesting/blackarch.md +++ b/external/os-guides/pentesting/blackarch.md @@ -6,5 +6,5 @@ redirect_from: - /doc/blackarch/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/blackarch.md ref: 88 -title: How to Create a BlackArch VM +title: How to create a blackarch vm --- diff --git a/external/os-guides/pentesting/kali.md b/external/os-guides/pentesting/kali.md index 6d9c2235..3f92a4fe 100644 --- a/external/os-guides/pentesting/kali.md +++ b/external/os-guides/pentesting/kali.md @@ -6,5 +6,5 @@ redirect_from: - /doc/kali/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/kali.md ref: 87 -title: How to create a Kali Linux VM +title: How to create a kali linux vm --- diff --git a/external/os-guides/pentesting/ptf.md b/external/os-guides/pentesting/ptf.md index 4d19db5a..205e92c3 100644 --- a/external/os-guides/pentesting/ptf.md +++ b/external/os-guides/pentesting/ptf.md @@ -6,5 +6,5 @@ redirect_from: - /doc/ptf/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/pentesting/ptf.md ref: 89 -title: How to create Penetration Testers Framework (PTF) VM +title: How to create penetration testers framework (ptf) vm --- diff --git a/external/os-guides/ubuntu.md b/external/os-guides/ubuntu.md index d9edbaa7..3a877c8f 100644 --- a/external/os-guides/ubuntu.md +++ b/external/os-guides/ubuntu.md @@ -9,5 +9,5 @@ redirect_from: - /wiki/Templates/Ubuntu/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/ubuntu.md ref: 80 -title: Ubuntu Template +title: Ubuntu template --- diff --git a/external/os-guides/windows/windows-tools.md b/external/os-guides/windows/windows-tools.md index 59d996de..5d100d55 100644 --- a/external/os-guides/windows/windows-tools.md +++ b/external/os-guides/windows/windows-tools.md @@ -14,5 +14,5 @@ redirect_from: - /wiki/WindowsTools/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-tools.md ref: 86 -title: Qubes Windows Tools +title: Qubes windows tools --- diff --git a/external/os-guides/windows/windows-vm.md b/external/os-guides/windows/windows-vm.md index cc4f7c87..198c9fca 100644 --- a/external/os-guides/windows/windows-vm.md +++ b/external/os-guides/windows/windows-vm.md @@ -5,5 +5,5 @@ redirect_from: - /doc/windows-vm/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/os/windows/windows-vm.md ref: 85 -title: Installing a Windows VM +title: Installing a windows vm --- diff --git a/external/privacy-guides/anonymizing-your-mac-address.md b/external/privacy-guides/anonymizing-your-mac-address.md index 140101de..c2d4545e 100644 --- a/external/privacy-guides/anonymizing-your-mac-address.md +++ b/external/privacy-guides/anonymizing-your-mac-address.md @@ -6,5 +6,5 @@ redirect_from: - /doc/randomizing-your-mac-address/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/anonymizing-your-mac-address.md ref: 67 -title: Anonymizing your MAC Address +title: Anonymizing your mac address --- diff --git a/external/privacy-guides/tails.md b/external/privacy-guides/tails.md index 7424942e..cfe4d9dc 100644 --- a/external/privacy-guides/tails.md +++ b/external/privacy-guides/tails.md @@ -6,5 +6,5 @@ redirect_from: - /doc/running-tails/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/tails.md ref: 71 -title: Running Tails in Qubes +title: Running tails in qubes --- diff --git a/external/privacy-guides/torvm.md b/external/privacy-guides/torvm.md index b5177ff3..892780bd 100644 --- a/external/privacy-guides/torvm.md +++ b/external/privacy-guides/torvm.md @@ -10,5 +10,5 @@ redirect_from: - /wiki/UserDoc/TorVM/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/torvm.md ref: 68 -title: TorVM +title: Torvm --- diff --git a/external/privacy-guides/whonix.md b/external/privacy-guides/whonix.md index 30201260..8f8c7abb 100644 --- a/external/privacy-guides/whonix.md +++ b/external/privacy-guides/whonix.md @@ -18,5 +18,5 @@ redirect_from: - /doc/privacy/updating-whonix/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/privacy/whonix.md ref: 69 -title: Whonix for Privacy & Anonymity +title: Whonix for privacy & anonymity --- diff --git a/external/security-guides/multifactor-authentication.md b/external/security-guides/multifactor-authentication.md index defbcc36..7912b8ed 100644 --- a/external/security-guides/multifactor-authentication.md +++ b/external/security-guides/multifactor-authentication.md @@ -7,5 +7,5 @@ redirect_from: - /doc/Multi-factorAuthentication/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/multifactor-authentication.md ref: 78 -title: Multifactor Authentication +title: Multifactor authentication --- diff --git a/external/security-guides/security-guidelines.md b/external/security-guides/security-guidelines.md index d08fe173..eb4d4542 100644 --- a/external/security-guides/security-guidelines.md +++ b/external/security-guides/security-guidelines.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/SecurityGuidelines/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/security-guidelines.md ref: 79 -title: Security Guidelines +title: Security guidelines --- diff --git a/external/security-guides/split-bitcoin.md b/external/security-guides/split-bitcoin.md index a192a5e6..0f98871d 100644 --- a/external/security-guides/split-bitcoin.md +++ b/external/security-guides/split-bitcoin.md @@ -5,5 +5,5 @@ redirect_from: - /doc/split-bitcoin/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/security/split-bitcoin.md ref: 77 -title: Split Bitcoin +title: Split bitcoin --- diff --git a/external/troubleshooting/application-troubleshooting.md b/external/troubleshooting/application-troubleshooting.md index 2fc41356..5c5efb04 100644 --- a/external/troubleshooting/application-troubleshooting.md +++ b/external/troubleshooting/application-troubleshooting.md @@ -5,5 +5,5 @@ redirect_from: - /doc/application-troubleshooting/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/application-troubleshooting.md ref: 236 -title: Application Troubleshooting +title: Application troubleshooting --- diff --git a/external/troubleshooting/intel-igfx-troubleshooting.md b/external/troubleshooting/intel-igfx-troubleshooting.md index 52725581..f616fbda 100644 --- a/external/troubleshooting/intel-igfx-troubleshooting.md +++ b/external/troubleshooting/intel-igfx-troubleshooting.md @@ -5,5 +5,5 @@ redirect_from: - /doc/intel-igfx-troubleshooting/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/intel-igfx-troubleshooting.md ref: 90 -title: Intel Integrated Graphics Troubleshooting +title: Intel integrated graphics troubleshooting --- diff --git a/external/troubleshooting/macbook-troubleshooting.md b/external/troubleshooting/macbook-troubleshooting.md index 922dfe12..344bb611 100644 --- a/external/troubleshooting/macbook-troubleshooting.md +++ b/external/troubleshooting/macbook-troubleshooting.md @@ -3,5 +3,5 @@ lang: en layout: doc redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/macbook-troubleshooting.md ref: 238 -title: Apple MacBook Troubleshooting +title: Apple macbook troubleshooting --- diff --git a/external/troubleshooting/nvidia-troubleshooting.md b/external/troubleshooting/nvidia-troubleshooting.md index aad45e44..f9d686f9 100644 --- a/external/troubleshooting/nvidia-troubleshooting.md +++ b/external/troubleshooting/nvidia-troubleshooting.md @@ -6,5 +6,5 @@ redirect_from: - /wiki/NvidiaTroubleshooting/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/nvidia-troubleshooting.md ref: 91 -title: Nvidia Troubleshooting +title: Nvidia troubleshooting --- diff --git a/external/troubleshooting/sony-vaio-tinkering.md b/external/troubleshooting/sony-vaio-tinkering.md index 52360500..b854c278 100644 --- a/external/troubleshooting/sony-vaio-tinkering.md +++ b/external/troubleshooting/sony-vaio-tinkering.md @@ -8,5 +8,5 @@ redirect_from: - /wiki/SonyVaioTinkering/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/sony-vaio-tinkering.md ref: 93 -title: Sony Vaio Tinkering +title: Sony vaio tinkering --- diff --git a/external/troubleshooting/tails-troubleshooting.md b/external/troubleshooting/tails-troubleshooting.md index f5c5c5f6..6b815f49 100644 --- a/external/troubleshooting/tails-troubleshooting.md +++ b/external/troubleshooting/tails-troubleshooting.md @@ -5,5 +5,5 @@ redirect_from: - /doc/tails-troubleshooting/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/tails-troubleshooting.md ref: 237 -title: Tails Troubleshooting +title: Tails troubleshooting --- diff --git a/external/troubleshooting/thinkpad-troubleshooting.md b/external/troubleshooting/thinkpad-troubleshooting.md index bf249b5a..21a453b6 100644 --- a/external/troubleshooting/thinkpad-troubleshooting.md +++ b/external/troubleshooting/thinkpad-troubleshooting.md @@ -13,5 +13,5 @@ redirect_from: - /wiki/Lenovo450Tinkering/ redirect_to: https://github.com/Qubes-Community/Contents/blob/master/docs/troubleshooting/thinkpad-troubleshooting.md ref: 95 -title: Lenovo ThinkPad Troubleshooting +title: Lenovo thinkpad troubleshooting --- diff --git a/introduction/code-of-conduct.md b/introduction/code-of-conduct.md index b585c996..6e18e446 100644 --- a/introduction/code-of-conduct.md +++ b/introduction/code-of-conduct.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /code-of-conduct/ ref: 118 -title: Code of Conduct +title: Code of conduct --- ## Introduction diff --git a/introduction/contributing.md b/introduction/contributing.md index baa2842b..2ffb4699 100644 --- a/introduction/contributing.md +++ b/introduction/contributing.md @@ -7,7 +7,7 @@ redirect_from: - /doc/ContributingHowto/ - /wiki/ContributingHowto/ ref: 125 -title: How to Contribute +title: How to contribute --- Thank you for your interest in contributing to Qubes! Here are some of the many diff --git a/introduction/faq.md b/introduction/faq.md index ec9a84e2..d8fd9068 100644 --- a/introduction/faq.md +++ b/introduction/faq.md @@ -12,7 +12,7 @@ redirect_from: - /doc/DevelFaq/ - /wiki/DevelFaq/ ref: 124 -title: Frequently Asked Questions (FAQ) +title: Frequently asked questions (faq) --- ## General & Security diff --git a/introduction/getting-started.md b/introduction/getting-started.md index 6b932519..854de34e 100644 --- a/introduction/getting-started.md +++ b/introduction/getting-started.md @@ -9,7 +9,7 @@ redirect_from: - /doc/GettingStarted/ - /wiki/GettingStarted/ ref: 190 -title: Getting Started +title: Getting started --- After [downloading](/downloads/) and [installing](/doc/installation-guide/) diff --git a/introduction/issue-tracking.md b/introduction/issue-tracking.md index 29ed0424..d11a0249 100644 --- a/introduction/issue-tracking.md +++ b/introduction/issue-tracking.md @@ -13,7 +13,7 @@ redirect_from: - /bug-report/ - /bug-reports/ ref: 121 -title: Issue Tracking +title: Issue tracking --- We use [GitHub Issues](https://docs.github.com/en/issues) as our [issue diff --git a/introduction/privacy.md b/introduction/privacy.md index 8c949e88..97465fb9 100644 --- a/introduction/privacy.md +++ b/introduction/privacy.md @@ -7,7 +7,7 @@ redirect_from: - /doc/privacy/ - /wiki/privacy/ ref: 243 -title: Privacy Policy +title: Privacy policy --- The short version is that we try to respect your privacy as much as possible. diff --git a/introduction/support.md b/introduction/support.md index 16fa2afe..ae97e541 100644 --- a/introduction/support.md +++ b/introduction/support.md @@ -12,7 +12,7 @@ redirect_from: - /doc/QubesLists/ - /wiki/QubesLists/ ref: 122 -title: Help, Support, Mailing Lists, and Forum +title: Help, support, mailing lists, and forum --- The Qubes community is here to help! Since Qubes is a security-oriented diff --git a/introduction/video-tours.md b/introduction/video-tours.md index 375404a3..67f6f887 100644 --- a/introduction/video-tours.md +++ b/introduction/video-tours.md @@ -3,7 +3,7 @@ lang: en layout: site permalink: /video-tours/ ref: 226 -title: Video Tours +title: Video tours --- ## Micah Lee presents "Qubes OS: The Operating System That Can Protect You Even If You Get Hacked" diff --git a/project-security/canary-checklist.md b/project-security/canary-checklist.md index c98c5033..cb3a3c53 100644 --- a/project-security/canary-checklist.md +++ b/project-security/canary-checklist.md @@ -5,7 +5,7 @@ permalink: /security/canary/checklist/ redirect_from: - /security/canaries/checklist/ ref: 216 -title: Qubes Canary Checklist +title: Qubes canary checklist --- ## Preparation diff --git a/project-security/canary-template.md b/project-security/canary-template.md index 4963f41d..a32e6275 100644 --- a/project-security/canary-template.md +++ b/project-security/canary-template.md @@ -8,5 +8,5 @@ redirect_from: redirect_to: - https://github.com/QubesOS/qubes-secpack/blob/master/canaries/canary-template.txt ref: 212 -title: Qubes Canary Template +title: Qubes canary template --- diff --git a/project-security/canary.md b/project-security/canary.md index 71cd17e2..31174f6d 100644 --- a/project-security/canary.md +++ b/project-security/canary.md @@ -6,7 +6,7 @@ redirect_from: - /security/canaries/ - /doc/canaries/ ref: 208 -title: Qubes Canaries +title: Qubes canaries --- A **Qubes Canary** is a security announcement periodically issued by the [Qubes diff --git a/project-security/pgp-keys.md b/project-security/pgp-keys.md index 2e20da7a..93897b87 100644 --- a/project-security/pgp-keys.md +++ b/project-security/pgp-keys.md @@ -4,5 +4,5 @@ layout: doc permalink: /security/pgp-keys/ redirect_to: https://keys.qubes-os.org/keys/ ref: 250 -title: PGP keys +title: Pgp keys --- diff --git a/project-security/qsb-checklist.md b/project-security/qsb-checklist.md index a4c2f65e..557fe906 100644 --- a/project-security/qsb-checklist.md +++ b/project-security/qsb-checklist.md @@ -6,7 +6,7 @@ redirect_from: - /security/bulletins/checklist/ - /doc/security-bulletins/checklist/ ref: 215 -title: Qubes Security Bulletin (QSB) Checklist +title: Qubes security bulletin (qsb) checklist --- ## Preparation diff --git a/project-security/qsb-template.md b/project-security/qsb-template.md index 1a56022c..83e5bead 100644 --- a/project-security/qsb-template.md +++ b/project-security/qsb-template.md @@ -8,5 +8,5 @@ redirect_from: redirect_to: - https://github.com/QubesOS/qubes-secpack/blob/master/QSBs/qsb-template.txt ref: 209 -title: Qubes Security Bulletin (QSB) Template +title: Qubes security bulletin (qsb) template --- diff --git a/project-security/qsb.md b/project-security/qsb.md index b9105aac..7c7316f5 100644 --- a/project-security/qsb.md +++ b/project-security/qsb.md @@ -10,7 +10,7 @@ redirect_from: - /wiki/SecurityBulletins/ - /trac/wiki/SecurityBulletins/ ref: 218 -title: Qubes Security Bulletins (QSBs) +title: Qubes security bulletins (qsbs) --- A **Qubes Security Bulletin (QSB)** is a security announcement issued by the diff --git a/project-security/security-pack.md b/project-security/security-pack.md index e3cea666..3d6c1aad 100644 --- a/project-security/security-pack.md +++ b/project-security/security-pack.md @@ -15,7 +15,7 @@ redirect_from: - /doc/sec-pack/ - /doc/secpack/ ref: 213 -title: Qubes Security Pack (qubes-secpack) +title: Qubes security pack (qubes-secpack) --- The **Qubes Security Pack** (`qubes-secpack`) is a Git repository that diff --git a/project-security/security.md b/project-security/security.md index 10b61f0b..1650a3e1 100644 --- a/project-security/security.md +++ b/project-security/security.md @@ -13,7 +13,7 @@ redirect_from: - /wiki/SecurityPage/ - /trac/wiki/SecurityPage/ ref: 217 -title: Qubes OS Project Security Center +title: Qubes os project security center --- This page provides a central hub for topics pertaining to the security of the diff --git a/project-security/verifying-signatures.md b/project-security/verifying-signatures.md index 0a08e61b..9625a572 100644 --- a/project-security/verifying-signatures.md +++ b/project-security/verifying-signatures.md @@ -8,7 +8,7 @@ redirect_from: - /doc/VerifyingSignatures/ - /wiki/VerifyingSignatures/ ref: 211 -title: Verifying Signatures +title: Verifying signatures --- ## What Digital Signatures Can and Cannot Prove diff --git a/project-security/xsa.md b/project-security/xsa.md index b14ae38b..74c035e6 100644 --- a/project-security/xsa.md +++ b/project-security/xsa.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /security/xsa/ ref: 214 -title: Xen Security Advisory (XSA) Tracker +title: Xen security advisory (xsa) tracker --- This tracker shows whether Qubes OS is affected by any given [Xen Security diff --git a/user/advanced-topics/awesomewm.md b/user/advanced-topics/awesomewm.md index 28f969da..b5292209 100644 --- a/user/advanced-topics/awesomewm.md +++ b/user/advanced-topics/awesomewm.md @@ -6,7 +6,7 @@ redirect_from: - /doc/awesome/ - /en/doc/awesome/ ref: 179 -title: AwesomeWM (window manager) +title: Awesomewm (window manager) --- ## Qubes-specific features diff --git a/user/advanced-topics/bind-dirs.md b/user/advanced-topics/bind-dirs.md index 67ca82b0..2266d91e 100644 --- a/user/advanced-topics/bind-dirs.md +++ b/user/advanced-topics/bind-dirs.md @@ -5,7 +5,7 @@ permalink: /doc/bind-dirs/ redirect_from: - /en/doc/bind-dirs/ ref: 186 -title: How to Make Any File Persistent (bind-dirs) +title: How to make any file persistent (bind-dirs) --- ## What are bind-dirs? ## diff --git a/user/advanced-topics/config-files.md b/user/advanced-topics/config-files.md index 7ab46faa..3ffdfd55 100644 --- a/user/advanced-topics/config-files.md +++ b/user/advanced-topics/config-files.md @@ -8,7 +8,7 @@ redirect_from: - /doc/UserDoc/ConfigFiles/ - /wiki/UserDoc/ConfigFiles/ ref: 180 -title: Config Files +title: Config files --- Qubes-specific VM config files diff --git a/user/advanced-topics/disposable-customization.md b/user/advanced-topics/disposable-customization.md index 2368ef67..16515a21 100644 --- a/user/advanced-topics/disposable-customization.md +++ b/user/advanced-topics/disposable-customization.md @@ -10,7 +10,7 @@ redirect_from: - /doc/UserDoc/DispVMCustomization/ - /wiki/UserDoc/DispVMCustomization/ ref: 174 -title: Disposable Customization +title: Disposable customization --- ## Introduction diff --git a/user/advanced-topics/gui-configuration.md b/user/advanced-topics/gui-configuration.md index a4420a01..83e1715e 100644 --- a/user/advanced-topics/gui-configuration.md +++ b/user/advanced-topics/gui-configuration.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/gui-configuration/ ref: 184 -title: GUI Configuration +title: Gui configuration --- ## Video RAM adjustment for high-resolution displays diff --git a/user/advanced-topics/how-to-install-software-in-dom0.md b/user/advanced-topics/how-to-install-software-in-dom0.md index 7850969b..ddd7f869 100644 --- a/user/advanced-topics/how-to-install-software-in-dom0.md +++ b/user/advanced-topics/how-to-install-software-in-dom0.md @@ -8,7 +8,7 @@ redirect_from: - /doc/SoftwareUpdateDom0/ - /wiki/SoftwareUpdateDom0/ ref: 194 -title: How to Install Software in Dom0 +title: How to install software in dom0 --- **Warning:** Installing software in dom0 is for advanced users only. Doing so diff --git a/user/advanced-topics/i3.md b/user/advanced-topics/i3.md index b326988d..273e9d74 100644 --- a/user/advanced-topics/i3.md +++ b/user/advanced-topics/i3.md @@ -7,7 +7,7 @@ redirect_from: - /doc/UserDoc/i3/ - /wiki/UserDoc/i3/ ref: 183 -title: i3 (window manager) +title: I3 (window manager) --- i3 is part of the stable repository (as of Qubes R3.1) and can be installed by diff --git a/user/advanced-topics/installing-contributed-packages.md b/user/advanced-topics/installing-contributed-packages.md index 8bc2e347..78a8da85 100644 --- a/user/advanced-topics/installing-contributed-packages.md +++ b/user/advanced-topics/installing-contributed-packages.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/installing-contributed-packages/ ref: 225 -title: Installing Contributed Packages +title: Installing contributed packages --- _This page is for users who wish to install contributed packages. diff --git a/user/advanced-topics/kde.md b/user/advanced-topics/kde.md index 5d350b06..401ccf8c 100644 --- a/user/advanced-topics/kde.md +++ b/user/advanced-topics/kde.md @@ -5,7 +5,7 @@ permalink: /doc/kde/ redirect_from: - /en/doc/kde/ ref: 176 -title: KDE (desktop environment) +title: Kde (desktop environment) --- Installation diff --git a/user/advanced-topics/managing-vm-kernels.md b/user/advanced-topics/managing-vm-kernels.md index 6460658a..91a436b7 100644 --- a/user/advanced-topics/managing-vm-kernels.md +++ b/user/advanced-topics/managing-vm-kernels.md @@ -6,7 +6,7 @@ redirect_from: - /doc/managing-vm-kernel/ - /en/doc/managing-vm-kernel/ ref: 173 -title: Managing VM Kernels +title: Managing vm kernels --- By default, VMs kernels are provided by dom0. diff --git a/user/advanced-topics/mount-from-other-os.md b/user/advanced-topics/mount-from-other-os.md index ec0427dc..cda2696c 100644 --- a/user/advanced-topics/mount-from-other-os.md +++ b/user/advanced-topics/mount-from-other-os.md @@ -7,7 +7,7 @@ redirect_from: - /doc/MountFromOtherOs/ - /wiki/MountFromOtherOs/ ref: 175 -title: How to Mount a Qubes Partition from Another OS +title: How to mount a qubes partition from another os --- When a Qubes OS install is unbootable or booting it is otherwise undesirable, this process allows for the recovery of files stored within the system. diff --git a/user/advanced-topics/qubes-service.md b/user/advanced-topics/qubes-service.md index 87ee5d7a..d62a16c6 100644 --- a/user/advanced-topics/qubes-service.md +++ b/user/advanced-topics/qubes-service.md @@ -7,7 +7,7 @@ redirect_from: - /doc/QubesService/ - /wiki/QubesService/ ref: 138 -title: Qubes Service +title: Qubes service --- Usage documentation is in the `qvm-service` man page. There are also described predefined services. diff --git a/user/advanced-topics/resize-disk-image.md b/user/advanced-topics/resize-disk-image.md index ed41fa70..b7805bd2 100644 --- a/user/advanced-topics/resize-disk-image.md +++ b/user/advanced-topics/resize-disk-image.md @@ -10,7 +10,7 @@ redirect_from: - /wiki/ResizeDiskImage/ - /wiki/ResizeRootDiskImage/ ref: 182 -title: Resize Disk Image +title: Resize disk image --- ## Resizing Disk Images diff --git a/user/advanced-topics/rpc-policy.md b/user/advanced-topics/rpc-policy.md index 19dd9f73..e78cbc5c 100644 --- a/user/advanced-topics/rpc-policy.md +++ b/user/advanced-topics/rpc-policy.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/rpc-policy/ ref: 178 -title: RPC Policies +title: Rpc policies --- This document explains the basics of RPC policies in Qubes. diff --git a/user/advanced-topics/secondary-storage.md b/user/advanced-topics/secondary-storage.md index be01f454..10f01425 100644 --- a/user/advanced-topics/secondary-storage.md +++ b/user/advanced-topics/secondary-storage.md @@ -7,7 +7,7 @@ redirect_from: - /doc/SecondaryStorage/ - /wiki/SecondaryStorage/ ref: 187 -title: Secondary Storage +title: Secondary storage --- Suppose you have a fast but small primary SSD and a large but slow secondary HDD. diff --git a/user/advanced-topics/standalones-and-hvms.md b/user/advanced-topics/standalones-and-hvms.md index 04df42d5..f46dad11 100644 --- a/user/advanced-topics/standalones-and-hvms.md +++ b/user/advanced-topics/standalones-and-hvms.md @@ -11,7 +11,7 @@ redirect_from: - /doc/HvmCreate/ - /wiki/HvmCreate/ ref: 130 -title: Standalones and HVMs +title: Standalones and hvms --- A [standalone](/doc/glossary/#standalone) is a type of qube that is created by diff --git a/user/advanced-topics/usb-qubes.md b/user/advanced-topics/usb-qubes.md index bc978633..dedb763d 100644 --- a/user/advanced-topics/usb-qubes.md +++ b/user/advanced-topics/usb-qubes.md @@ -9,7 +9,7 @@ redirect_from: - /wiki/USBVM/ - /doc/sys-usb/ ref: 181 -title: USB Qubes +title: Usb qubes --- If during installation you enabled the creation of a USB-qube, your system should be setup already and none of the mentioned steps here should be necessary. (Unless you want to [remove your USB-qube](#removing-a-usb-qube).) If for any reason no USB-qube was created during installation, this guide will show you how to do so. diff --git a/user/advanced-topics/volume-backup-revert.md b/user/advanced-topics/volume-backup-revert.md index 417c93f6..50351107 100644 --- a/user/advanced-topics/volume-backup-revert.md +++ b/user/advanced-topics/volume-backup-revert.md @@ -7,7 +7,7 @@ redirect_from: - /doc/VolumeBackupRevert/ - /wiki/VolumeBackupRevert/ ref: 206 -title: Volume Backup and Revert +title: Volume backup and revert --- With Qubes, it is possible to revert one of a VM's storage volumes to a previous diff --git a/user/advanced-topics/windows.md b/user/advanced-topics/windows.md index 347f17b6..2e3bf860 100644 --- a/user/advanced-topics/windows.md +++ b/user/advanced-topics/windows.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/windows/ ref: 129 -title: Windows VMs +title: Windows vms --- Like any other unmodified OSes, Windows can be installed in Qubes as an [HVM](/doc/standalone-and-hvm/) domain. diff --git a/user/downloading-installing-upgrading/custom-install.md b/user/downloading-installing-upgrading/custom-install.md index f536e6bc..e697f2e7 100644 --- a/user/downloading-installing-upgrading/custom-install.md +++ b/user/downloading-installing-upgrading/custom-install.md @@ -6,7 +6,7 @@ permalink: /doc/custom-install/ redirect_from: - /doc/encryption-config/ ref: 152 -title: Custom Installation +title: Custom installation --- In the present context, "custom installation" refers to things like manual partitioning, setting up LVM and RAID, and manual LUKS encryption configuration. diff --git a/user/downloading-installing-upgrading/download-mirrors.md b/user/downloading-installing-upgrading/download-mirrors.md index 4220ea00..e9189a0a 100644 --- a/user/downloading-installing-upgrading/download-mirrors.md +++ b/user/downloading-installing-upgrading/download-mirrors.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /downloads/mirrors/ ref: 148 -title: Download Mirrors +title: Download mirrors --- **Note:** The Qubes OS Project has no control over or access to data collected at these mirrors. diff --git a/user/downloading-installing-upgrading/installation-guide.md b/user/downloading-installing-upgrading/installation-guide.md index 384fd21a..14938169 100644 --- a/user/downloading-installing-upgrading/installation-guide.md +++ b/user/downloading-installing-upgrading/installation-guide.md @@ -16,7 +16,7 @@ redirect_from: - /doc/InstallationGuideR3.0rc2/ - /doc/live-usb/ ref: 153 -title: Installation Guide +title: Installation guide --- Welcome to the Qubes OS installation guide! This guide will walk you through diff --git a/user/downloading-installing-upgrading/supported-versions.md b/user/downloading-installing-upgrading/supported-versions.md index acfb09e5..e25c91fa 100644 --- a/user/downloading-installing-upgrading/supported-versions.md +++ b/user/downloading-installing-upgrading/supported-versions.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/supported-versions/ ref: 154 -title: Supported Versions +title: Supported versions --- This page details the level and period of support for versions of operating diff --git a/user/downloading-installing-upgrading/testing.md b/user/downloading-installing-upgrading/testing.md index 78704e0a..cf836285 100644 --- a/user/downloading-installing-upgrading/testing.md +++ b/user/downloading-installing-upgrading/testing.md @@ -4,7 +4,7 @@ lang: en layout: doc permalink: /doc/testing/ ref: 147 -title: Testing New Releases and Updates +title: Testing new releases and updates --- Testing new Qubes OS releases and updates is one of the most helpful ways in diff --git a/user/downloading-installing-upgrading/upgrade/upgrade-to-r2.md b/user/downloading-installing-upgrading/upgrade/upgrade-to-r2.md index 681bd784..0835d53d 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade-to-r2.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade-to-r2.md @@ -8,7 +8,7 @@ redirect_from: - /doc/UpgradeToR2rc1/ - /wiki/UpgradeToR2rc1/ ref: 156 -title: Upgrading to R2 +title: Upgrading to r2 --- Current Qubes R2 Beta 3 (R2B3) systems can be upgraded in-place to the latest R2 (R2) release by following the procedure below. diff --git a/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b1.md b/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b1.md index 5d22eb64..a17b036e 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b1.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b1.md @@ -7,7 +7,7 @@ redirect_from: - /doc/UpgradeToR2B1/ - /wiki/UpgradeToR2B1/ ref: 163 -title: Upgrading to R2B1 +title: Upgrading to r2b1 --- **Note: Qubes R2 Beta 1 is no longer supported! Please install or upgrade to a newer Qubes R2.** diff --git a/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b2.md b/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b2.md index 88bfc86b..3a13300f 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b2.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b2.md @@ -7,7 +7,7 @@ redirect_from: - /doc/UpgradeToR2B2/ - /wiki/UpgradeToR2B2/ ref: 160 -title: Upgrading to R2B2 +title: Upgrading to r2b2 --- Existing users of Qubes R1 (but not R1 betas!) can upgrade their systems to the latest R2 beta release by following the procedure below. As usual, it is advisable to backup the system before proceeding with the upgrade. While it is possible to upgrade the system **it is strongly recommended to reinstall it**. You will preserve all your data and settings thanks to [backup and restore tools](/doc/backup-restore/). diff --git a/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b3.md b/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b3.md index 18916dee..571b100f 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b3.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade-to-r2b3.md @@ -7,7 +7,7 @@ redirect_from: - /doc/UpgradeToR2B3/ - /wiki/UpgradeToR2B3/ ref: 157 -title: Upgrading to R2B3 +title: Upgrading to r2b3 --- Current Qubes R2 Beta 2 (R2B2) systems can be upgraded in-place to the latest R2 Beta 3 (R2B3) release by following the procedure below. However, upgrading in-place is riskier than performing a clean installation, since there are more things which can go wrong. For this reason, **we strongly recommended that users perform a [clean installation](/doc/installation-guide/) of Qubes R2 Beta 3**. diff --git a/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_0.md b/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_0.md index 19082f64..ea0ce103 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_0.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_0.md @@ -7,7 +7,7 @@ redirect_from: - /doc/UpgradeToR3.0/ - /doc/UpgradeToR3.0rc1/ ref: 159 -title: Upgrading to R3.0 +title: Upgrading to r3.0 --- **This instruction is highly experimental, the official way to upgrade from R2 is to backup the data and reinstall the system. Use at your own risk!** diff --git a/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_1.md b/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_1.md index 527434ca..41305dd1 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_1.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_1.md @@ -7,7 +7,7 @@ redirect_from: - /doc/UpgradeToR3.1/ - /doc/UpgradeToR3.1rc1/ ref: 155 -title: Upgrading to R3.1 +title: Upgrading to r3.1 --- **Before attempting either an in-place upgrade or a clean installation, we diff --git a/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_2.md b/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_2.md index 1f26854c..3b0e650e 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_2.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade-to-r3_2.md @@ -7,7 +7,7 @@ redirect_from: - /doc/UpgradeToR3.2/ - /doc/UpgradeToR3.2rc1/ ref: 161 -title: Upgrading to R3.2 +title: Upgrading to r3.2 --- **Before attempting either an in-place upgrade or a clean installation, we diff --git a/user/downloading-installing-upgrading/upgrade/upgrade-to-r4_0.md b/user/downloading-installing-upgrading/upgrade/upgrade-to-r4_0.md index 5b66a8eb..c7a7a5f6 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade-to-r4_0.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade-to-r4_0.md @@ -7,7 +7,7 @@ redirect_from: - /doc/UpgradeToR4.0/ - /doc/UpgradeToR4.0rc1/ ref: 162 -title: Upgrading to R4.0 +title: Upgrading to r4.0 --- **Before attempting either an in-place upgrade or a clean installation, we strongly recommend that users [back up their systems](/doc/backup-restore/).** diff --git a/user/downloading-installing-upgrading/upgrade/upgrade.md b/user/downloading-installing-upgrading/upgrade/upgrade.md index cab6117c..7d59387d 100644 --- a/user/downloading-installing-upgrading/upgrade/upgrade.md +++ b/user/downloading-installing-upgrading/upgrade/upgrade.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/upgrade/ ref: 158 -title: Upgrade Guides +title: Upgrade guides --- These guides are for upgrading from one version of Qubes to another. diff --git a/user/hardware/certified-hardware.md b/user/hardware/certified-hardware.md index 94beb66f..4c7a0424 100644 --- a/user/hardware/certified-hardware.md +++ b/user/hardware/certified-hardware.md @@ -7,7 +7,7 @@ redirect_from: - /doc/certified-laptops/ - /hardware-certification/ ref: 144 -title: Certified Hardware +title: Certified hardware --- The Qubes OS Project aims to partner with a select few computer vendors to ensure that Qubes users have reliable hardware purchasing options. diff --git a/user/hardware/hardware-testing.md b/user/hardware/hardware-testing.md index 170df9ef..bd4a07bf 100644 --- a/user/hardware/hardware-testing.md +++ b/user/hardware/hardware-testing.md @@ -3,7 +3,7 @@ lang: en layout: doc permalink: /doc/hardware-testing/ ref: 145 -title: Hardware Testing +title: Hardware testing --- The Qubes developers test Qubes OS on certain hardware models. diff --git a/user/hardware/hcl.md b/user/hardware/hcl.md index 62cbd119..dec452fd 100644 --- a/user/hardware/hcl.md +++ b/user/hardware/hcl.md @@ -9,7 +9,7 @@ redirect_from: - /wiki/HCLR1/ - /wiki/HCL-R2B2/ ref: 146 -title: Hardware Compatibility List (HCL) +title: Hardware compatibility list (hcl) --- The [HCL](/hcl) is a compilation of reports generated and submitted by users across various Qubes versions about their hardware's compatibility with Qubes. diff --git a/user/hardware/system-requirements.md b/user/hardware/system-requirements.md index a7cb0df5..98242b19 100644 --- a/user/hardware/system-requirements.md +++ b/user/hardware/system-requirements.md @@ -8,7 +8,7 @@ redirect_from: - /doc/SystemRequirements/ - /wiki/SystemRequirements/ ref: 142 -title: System Requirements +title: System requirements ---