Commit Graph

545 Commits

Author SHA1 Message Date
Dietmar Maurer
2f379f8cdd run doc generators using perl -I. (to prioritize files in .) 2016-11-03 09:15:55 +01:00
Dietmar Maurer
e69c18478c pve-installation.adoc: cleanup previos commit
And remove information about exact versions, because this would need
to be updated for each release.
2016-11-02 17:05:12 +01:00
Friedrich Ramberger
a1856f2769 More details in introduction about CD-ROM
Signed-off-by: Friedrich Ramberger <f.ramberger@proxmox.com>
2016-11-02 16:53:04 +01:00
Dominik Csapak
9383cea2c9 do not require 5 chars for headers
this patch changes the parses so that it detects headings with at least
3 characters instead of 5 (this prevented some block ids to not have a
subchapter e.g. pct CPU)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-11-02 16:49:13 +01:00
Dietmar Maurer
f3afbb7098 pct.adoc: s/pct_setting/pct_settings/ 2016-10-31 12:26:36 +01:00
Dietmar Maurer
86773805d3 pct.adoc: remove empty line after blockid 2016-10-31 12:06:09 +01:00
Dietmar Maurer
9dbe49ebe4 mediawiki.conf: improve horizontal list rendering 2016-10-31 11:54:00 +01:00
Dietmar Maurer
0725e3c6e7 pct.adoc: use single quotes for options 2016-10-31 11:52:55 +01:00
Dietmar Maurer
f5c351f04d pct.adoc: s/Container Network/Network/ 2016-10-31 11:14:21 +01:00
Dietmar Maurer
9a5e944324 pct.adoc: add CPU and Memory sections 2016-10-31 09:54:51 +01:00
Dietmar Maurer
f4bfd701d1 qm.adoc: fix/remove strange continuations 2016-10-31 08:04:07 +01:00
Dietmar Maurer
4f785ca73b pct.adoc: create new section "Container Settings"
... like we have in qm.adoc
2016-10-30 09:46:19 +01:00
Dietmar Maurer
5274ad28ed s/settings/Settings/ 2016-10-30 09:34:19 +01:00
Dietmar Maurer
99f6ae1a7f pct.adoc: move section Technology to the top 2016-10-30 09:24:07 +01:00
Dietmar Maurer
24b830bd82 pct.adoc: remove section "Container Advantage"
Because we already mention them in the introduction.
2016-10-30 09:01:41 +01:00
Dietmar Maurer
c7bc47af24 pct.adoc: move section Configuration to the end
Tr yto use same structure as in qm.adoc.
2016-10-30 08:57:40 +01:00
Dietmar Maurer
53e3cd6f30 pct.adoc: move "Guest Operating System Configuration" one level up 2016-10-30 08:54:57 +01:00
Dietmar Maurer
2a11aa7063 pct.adoc: copied Locks section from qm.adoc
Adopted for containers.
2016-10-29 16:09:04 +02:00
Dietmar Maurer
0bcc62dd93 qm.adoc: improve Locks section 2016-10-29 16:08:36 +02:00
Dietmar Maurer
704f19fb66 qm.adoc: add Files section to the manual page 2016-10-29 15:57:55 +02:00
Dietmar Maurer
3bd9d0cfd6 pct.adoc: add Files section only to the manual page 2016-10-29 15:54:15 +02:00
Dietmar Maurer
f0a8ab95b5 qm.adoc: improve configuration section
Copied some infoirmation from the pct.adoc file.
2016-10-29 15:48:12 +02:00
Dietmar Maurer
119de29835 asciidoc.js: use mediawiki mw.hook
To trigger toc generation more reliable.
2016-10-26 17:16:49 +02:00
Dietmar Maurer
24bec5055d asciidoc.js: use mediawiki resource loader queue
Because jQuery is not available when we load the script.
2016-10-22 14:50:00 +02:00
Dietmar Maurer
a7d40e1f89 asciidoc.js: use jQuery instead of $ 2016-10-22 12:49:00 +02:00
Dietmar Maurer
68b856935a bump version to 4.3-13 2016-10-22 12:36:00 +02:00
Dietmar Maurer
7cbfd9192e add simple toc generator for wiki pages 2016-10-22 12:24:39 +02:00
Dietmar Maurer
110ebe8fe1 add code to generate correct footnotes on wiki pages 2016-10-22 10:57:06 +02:00
Dietmar Maurer
4aa7516da7 do not include JS/Style inside pvehide tag 2016-10-21 17:43:37 +02:00
Dietmar Maurer
dc7c3dd9e3 asciidoc-pve.in: fix warning about undefined value 2016-10-21 11:25:59 +02:00
Dietmar Maurer
52cac052f9 do not use the <code> tag
Because it has unwanted side effect in newer  mediawiki CSS (box around text).
2016-10-21 08:56:45 +02:00
Dietmar Maurer
382926f8dc bump version to 4.3-12 2016-10-21 08:38:20 +02:00
Dietmar Maurer
516d1f2ff2 Makefile: avoid circular dependency
We generate a list of possible .adoc source files in ${ADOC_SOURCES_GUESS},
and try to explude all autogenerated files.
2016-10-21 07:46:37 +02:00
Dietmar Maurer
7d48940bf0 asciidoc-pve.in: detect and avoid xrefs spanning multiple lines
Because our parser is not smart enough to do it better.
2016-10-21 07:06:36 +02:00
Dietmar Maurer
fd02ab9033 move code from gen-index-includes.pl into asciidoc-pve.in 2016-10-21 06:34:01 +02:00
Thomas Lamprecht
38ae8db3a1 pmxcfs: fix wrong information now covered in pvecm
The "Remove Cluster configuration" section is outdated and has also
missing steps (e.g. stopping corosync before removing its config)

We have the information in the pvecm.adoc (Cluster Manager) so delete
the howto and reference the one from pvecm instead.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2016-10-20 17:28:14 +02:00
Dominik Csapak
d9abb1d637 add external metric server to sysadmin.adoc
this did only exist as a wiki article, but
since we ship with it, this should be in the
reference documentation

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-10-20 17:19:36 +02:00
Dietmar Maurer
d1b6d9db9e index.adoc: use Link instead of Donload link 2016-10-20 13:23:07 +02:00
Dietmar Maurer
941ab9c751 index.adoc: auto generate tables with gen-index-includes.pl 2016-10-20 13:21:56 +02:00
Dominik Csapak
714f54bbea rename Download Link to Link
because apart from the complete guide on the top,
the sites are not intended to be downloaded,
but simply clicked

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2016-10-20 11:31:31 +02:00
Emmanuel Kasper
8b598c333e Add reference for onlineHelp for HA resource management 2016-10-19 17:26:38 +02:00
Dietmar Maurer
59270944e0 bump version to 4.3-11 2016-10-19 09:53:38 +02:00
Dietmar Maurer
77d64ef718 mediawiki.conf: use <tt> tag for monospace font 2016-10-19 09:53:38 +02:00
Dietmar Maurer
344921dff6 mediawiki.conf: use <tt> tag for monospace font 2016-10-19 09:22:45 +02:00
Dietmar Maurer
f70eb3a839 mediawiki.conf: fix table rendering (use class wikitable) 2016-10-19 08:37:11 +02:00
Dietmar Maurer
09fa9913f4 mediawiki.conf: simplify footnote rendering (remove <br> tags) 2016-10-19 08:28:43 +02:00
Dietmar Maurer
d77aa8bcf0 mediawiki.conf: add more descriptive comment 2016-10-19 08:25:33 +02:00
Dietmar Maurer
e82ab12b04 install /etc/asciidoc/mediawiki.conf 2016-10-19 08:23:36 +02:00
Dietmar Maurer
d77477d76a asciidoc-pve.in: use new mediawiki.conf to render wiki pages 2016-10-19 08:15:16 +02:00
Dietmar Maurer
636ea67ba5 mediawiki.conf: use h5 for paragraph titles 2016-10-19 08:09:25 +02:00