File: cockpit-guide.xml

package info (click to toggle)
cockpit 239-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 67,268 kB
  • sloc: javascript: 245,474; ansic: 72,273; python: 23,634; xml: 6,155; sh: 2,919; makefile: 923; sed: 5
file content (65 lines) | stat: -rw-r--r-- 2,380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
  <!ENTITY version SYSTEM "version">
]>
<book id="index">
  <bookinfo>
    <title>Cockpit Guide</title>
    <releaseinfo>Documentation for Cockpit &version; --
    latest version available at:
      <ulink url="https://cockpit-project.org/guide/latest">https://cockpit-project.org/guide/latest/</ulink></releaseinfo>
  </bookinfo>

  <part id="guide">
    <title>Deployment Guide</title>
    <chapter id="cockpit-manual">
      <title>Manual pages</title>
      <xi:include href="../man/cockpit.conf.xml"/>
      <xi:include href="../man/cockpit-ws.xml"/>
      <xi:include href="../man/cockpit-tls.xml"/>
      <xi:include href="../man/cockpit-desktop.xml"/>
      <xi:include href="../man/remotectl.xml"/>
      <xi:include href="../man/cockpit-bridge.xml"/>
    </chapter>

    <xi:include href="https.xml"/>
    <xi:include href="listen.xml"/>
    <xi:include href="startup.xml"/>
    <xi:include href="authentication.xml"/>
    <xi:include href="sso.xml"/>
    <xi:include href="cert-authentication.xml"/>
    <xi:include href="privileges.xml"/>
  </part>

  <part id="features">
    <title>Feature Internals</title>
    <xi:include href="feature-systemd.xml"/>
    <xi:include href="feature-journal.xml"/>
    <xi:include href="feature-networkmanager.xml"/>
    <xi:include href="feature-firewall.xml"/>
    <xi:include href="feature-storaged.xml"/>
    <xi:include href="feature-users.xml"/>
    <xi:include href="feature-realmd.xml"/>
    <xi:include href="feature-terminal.xml"/>
    <xi:include href="feature-pcp.xml"/>
    <xi:include href="feature-machines.xml"/>
    <xi:include href="feature-selinux.xml"/>
    <xi:include href="feature-tuned.xml"/>
    <xi:include href="feature-sosreport.xml"/>
    <xi:include href="feature-packagekit.xml"/>
    <xi:include href="feature-virtualmachines.xml"/>
  </part>

  <part id="development">
    <title>Developer Guide</title>
    <xi:include href="embedding.xml"/>
    <xi:include href="packages.xml"/>
    <xi:include href="urls.xml"/>
    <xi:include href="api-base1.xml"/>
    <xi:include href="api-shell.xml"/>
    <xi:include href="api-system.xml"/>
  </part>
</book>