Minor edit of templates.md

* Missing letters
* Removed words in a sentence
* Removed a letter
* I should probably just write a script that correctly formats the placement of newlines in these documents.
This commit is contained in:
stubbybubby 2017-04-17 09:14:19 -07:00 committed by GitHub
parent f62cfea50e
commit 97ffdadf25

View File

@ -11,30 +11,22 @@ redirect_from:
TemplateVMs TemplateVMs
=========== ===========
Every TemplateBasedVM in Qubes is, as the name implied, based on some Every TemplateBasedVM in Qubes is, as the name implies, based on some TemplateVM.
TemplateVM. The TemplateVM is where all the software available to The TemplateVM is where all the software available to TemplateBasedVMs is installed.
TemplateBasedVMs is installed. The default template is based on Fedora, The default template is based on Fedora, but there are additional templates based on other Linux distributions.
but there are additional templates based on other Linux distributions. There There are also templates available with or without certain software preinstalled.
are also templates available with or without certain software preinstalled. The The concept of TemplateVMs is initially described [here](/getting-started/#appvms-qubes-and-templatevms).
concept of TemplateVMs is initially described The technical details of this implementation are described in the developer documentation [here](/doc/template-implementation/).
[here](/getting-started/#appvms-qubes-and-templatevms). The technical
details of this implementation are described in the developer documentation
[here](/doc/template-implementation/).
Some templates are available in ready-to-use binary form, but some of them are Some templates are available in ready-to-use binary form, but some of them are available only as source code, which can be built using the [Qubes Builder](/doc/qubes-builder/). In particular, some template "flavors" are available in source code form only. Take a look at the [Qubes Builder documentation](/doc/qubes-builder/) for instructions on how to compile them.
available only as source code, which can be built using
[Qubes Builder](/doc/qubes-builder/). In particular, some template "flavors"
are available in source code form only. Take a look at the [Qubes Builder
documentation](/doc/qubes-builder/) for instructions on how to compile them.
To reinstall a currently installed TemplateVM, see [here](/doc/reinstall-template/). To reinstall a currently installed TemplateVM, see [here](/doc/reinstall-template/).
ITL Supported templates Invisible Things Lab (ITL) Supported templates
----------------------- -----------------------
These are templates which ITL is responsible for building and releasing updates These are the templates ITL builds and releases updates for.
for. ITL guarantees that the binary updates are compiled from exactly the same ITL guarantees that the binary updates are compiled from exactly the same source code as we publish.
source code as we publish.
* Fedora (default base template) * Fedora (default base template)
* [Fedora - Minimal](/doc/templates/fedora-minimal) * [Fedora - Minimal](/doc/templates/fedora-minimal)
@ -44,15 +36,9 @@ source code as we publish.
Community Supported templates Community Supported templates
----------------------------- -----------------------------
These templates are supported by the Qubes community. Some of them are These templates are supported by the Qubes community. Some of them are available in ready-to-use binary package form (built by ITL), while others are available only in source code form. In all cases ITL, does not provide updates for these templates. However, such updates may be provided by the template maintainer.
available in ready-to-use binary package form (built by ITL), while others
are available only in source code form. In all cases ITL, does not provide
updates for these templates. However, such updates may be provided by the
template maintainer.
By installing these templates, you are trusting not only ITL and the By installing these templates, you are trusting not only ITL and the distribution maintainers, but also the template maintainer. In addition, these templates may be somewhat less stable, since ITL does not test them.
distribution maintainers, but also the template maintainer. In addition,
these templates may be somewhat less stable, since ITL does not test them.
* [Whonix](/doc/templates/whonix/) * [Whonix](/doc/templates/whonix/)
* [Ubuntu](/doc/templates/ubuntu/) * [Ubuntu](/doc/templates/ubuntu/)