]> git.proxmox.com Git - pve-docs.git/blame_incremental - README.adoc
include correct datacenter.cfg.adoc file
[pve-docs.git] / README.adoc
... / ...
CommitLineData
1Proxmox VE Documentation
2========================
3include::attributes.txt[]
4
5What is this?
6-------------
7
8This is an experimental project, trying to generate high quality
9documentation for http://www.proxmox.com[Proxmox VE]. We choose to use
10http://www.methods.co.nz/asciidoc/[AsciiDoc] as base format.
11
12One idea is to generate high quality manual pages, and assemble them
13into a complete book, called link:pve-admin-guide.adoc[Proxmox VE
14Administration Guide]. So we have one source, and generate several
15documents from that. It is also possible to generate printable PDF
16files, or ebook formats ('.ebup').
17
18Common Macro definition in link:attributes.txt[]
19------------------------------------------------
20
21'asciidoc' allows us to define common macros, which can then be
22referred to using `{macro}`. We try to use this mechanism to improve
23consistency. For example, we defined a macro called `pve`, which
24expands to "Proxmox VE". The plan is to add more such definitions for
25terms which are used more than once.
26
27NOTE: The github 'asciidoc' viewer does not expand those macros.
28
29Autogenerated CLI Command Synopsis
30----------------------------------
31
32We generate the command line synopsis for all manual pages
33automatically. We can do that, because we have a full declarative
34definition of the {pve} API. I added those generated files
35('*-synopsis.adoc') to the git repository, so that it is possible to
36build the documentation without having a fully installed {pve}
37development environment.
38
39Copyright
40---------
41
42Copyright (C) 2016 Proxmox Server Solutions Gmbh
43
44Permission is granted to copy, distribute and/or modify this document
45under the terms of the GNU Free Documentation License, Version 1.3 or
46any later version published by the Free Software Foundation; with no
47Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
48copy of the license is included in the link:LICENSE[LICENSE] file.