Change URIs from CamelCase to lowercase-hyphen-separated

This commit is contained in:
Axon 2015-10-11 07:04:59 +00:00
parent bb5fb46527
commit f3ee78f223
No known key found for this signature in database
GPG key ID: 8CE137352A019A17
160 changed files with 888 additions and 579 deletions

View file

@ -1,8 +1,10 @@
---
layout: doc
title: Dom0SecureUpdates
permalink: /doc/Dom0SecureUpdates/
redirect_from: /wiki/Dom0SecureUpdates/
permalink: /en/doc/dom0-secure-updates/
redirect_from:
- /doc/Dom0SecureUpdates/
- /wiki/Dom0SecureUpdates/
---
Qubes Dom0 secure update procedure

View file

@ -1,8 +1,10 @@
---
layout: doc
title: DVMimpl
permalink: /doc/DVMimpl/
redirect_from: /wiki/DVMimpl/
permalink: /en/doc/dvm-impl/
redirect_from:
- /doc/DVMimpl/
- /wiki/DVMimpl/
---
DisposableVM implementation in Qubes

View file

@ -1,8 +1,10 @@
---
layout: doc
title: Qfilecopy
permalink: /doc/Qfilecopy/
redirect_from: /wiki/Qfilecopy/
permalink: /en/doc/qfilecopy/
redirect_from:
- /doc/Qfilecopy/
- /wiki/Qfilecopy/
---
InterVM file copy design

View file

@ -1,14 +1,16 @@
---
layout: doc
title: Qfileexchgd
permalink: /doc/Qfileexchgd/
redirect_from: /wiki/Qfileexchgd/
permalink: /en/doc/qfileexchgd/
redirect_from:
- /doc/Qfileexchgd/
- /wiki/Qfileexchgd/
---
**This mechanism is obsolete as of Qubes Beta 1!**
==================================================
Please see this [page](/doc/Qfilecopy/) instead.
Please see this [page](/en/doc/qfilecopy/) instead.
qfilexchgd, the Qubes file exchange daemon
==========================================

View file

@ -1,8 +1,10 @@
---
layout: doc
title: Qmemman
permalink: /doc/Qmemman/
redirect_from: /wiki/Qmemman/
permalink: /en/doc/qmemman/
redirect_from:
- /doc/Qmemman/
- /wiki/Qmemman/
---
qmemman, Qubes memory manager

View file

@ -1,8 +1,10 @@
---
layout: doc
title: Qrexec
permalink: /doc/Qrexec/
redirect_from: /wiki/Qrexec/
permalink: /en/doc/qrexec/
redirect_from:
- /doc/Qrexec/
- /wiki/Qrexec/
---
Command execution in VM (and Qubes RPC)
@ -159,4 +161,4 @@ As previously noted, Qubes aims to provide mechanisms that are very simple and t
Qubes RPC internals
-------------------
The internal implementation of qrexec in Qubes R2 is described [here](/doc/Qrexec2Implementation/), and in Qubes R3 [here](/doc/Qrexec3Implementation/).
The internal implementation of qrexec in Qubes R2 is described [here](/en/doc/qrexec2-implementation/), and in Qubes R3 [here](/en/doc/qrexec3-implementation/).

View file

@ -1,14 +1,16 @@
---
layout: doc
title: Qrexec2Implementation
permalink: /doc/Qrexec2Implementation/
redirect_from: /wiki/Qrexec2Implementation/
permalink: /en/doc/qrexec2-implementation/
redirect_from:
- /doc/Qrexec2Implementation/
- /wiki/Qrexec2Implementation/
---
Implementation of qrexec in Qubes R2
====================================
This page describes implementation of the [qrexec framework](/doc/Qrexec/) in Qubes OS R2. Note that the implementation has changed significantly in Qubes R3 (see [Qrexec3Implementation](/doc/Qrexec3Implementation/)), although the user API reminded backwards compatible (i.e. qrexec apps written for Qubes R2 should run without modifications on Qubes R3).
This page describes implementation of the [qrexec framework](/en/doc/qrexec/) in Qubes OS R2. Note that the implementation has changed significantly in Qubes R3 (see [Qrexec3Implementation](/en/doc/qrexec3-implementation/)), although the user API reminded backwards compatible (i.e. qrexec apps written for Qubes R2 should run without modifications on Qubes R3).
Dom0 tools implementation
-------------------------

View file

@ -1,8 +1,10 @@
---
layout: doc
title: Qrexec3
permalink: /doc/Qrexec3/
redirect_from: /wiki/Qrexec3/
permalink: /en/doc/qrexec3/
redirect_from:
- /doc/Qrexec3/
- /wiki/Qrexec3/
---
Command execution in VM (and Qubes RPC)

View file

@ -1,14 +1,16 @@
---
layout: doc
title: Qrexec3Implementation
permalink: /doc/Qrexec3Implementation/
redirect_from: /wiki/Qrexec3Implementation/
permalink: /en/doc/qrexec3-implementation/
redirect_from:
- /doc/Qrexec3Implementation/
- /wiki/Qrexec3Implementation/
---
Implementation of qrexec in Qubes R3
====================================
This page describes implementation of the [qrexec framework](/doc/Qrexec/) in Qubes OS R3.
This page describes implementation of the [qrexec framework](/en/doc/qrexec/) in Qubes OS R3.
Qrexec framework consists of a number of processes communicating with each other using common IPC protocol (described in detail below). Components residing in the same domain use pipes as the underlying transport medium, while components in separate domains use vchan link.