IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Commandline/command line/command-line where being used interchangeably,
which is not correct
(see: https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/c/command-line).
use command-line when it is an adjective (e.g. "command-line interface")
and use command line when it is a noun (e.g. "change the setting from
the command line")
Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
checked if they work -- some returned certificate errors so didn't
change those ones.
also updated some that didn't point to the right thing (open-iscsi, and
the list of supported CPUs was returning empty).
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This change should help to make the meanwhile extensive documentation
about ceph more visible, therefore ceph now has it's own chapter which
is sorted more reasonable after the storage chapter. The formerly known
"hyper converged infrastructure" chapter is now integrated in the intro
chapter, as it only contains some general information about this topic,
which is not specific for ceph.
Signed-off-by: Tim Marx <t.marx@proxmox.com>
Explain where to find the source code for translation and
how to work with it, especially encouraging contributions
of non-developers.
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
As sheepdog is no longer actively maintained according to one of the
developers, it is planed to remove it for the upcomming version 6 of
Proxmox VE.
This removes mentions of sheepdog from the docs - at least from the
parts which are not auto-generated and thus must wait for PVE 6.0
when also the plugin will be removed.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
especially:
- filesystem -> file system
- mountpoint -> mount point
- lxc -> LXC
- pve -> PVE
- it's -> its (where appropriate)
- VM´s -> VMs (and similar)
- Ressource -> Resource
- maximal -> maximum or at most
- format of section headers and block headers
reformat most existing 'text' as either `text` or ``text''
reformat most existing "text" as either ``text'' or `text`
reformat 'x' as `x`
harmonize bullet list syntax to use '*' instead of '-'