File: api-shell.xml

package info (click to toggle)
cockpit 188-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 119,768 kB
  • sloc: ansic: 66,833; xml: 5,776; python: 3,122; sh: 2,322; makefile: 1,289; sed: 7
file content (44 lines) | stat: -rw-r--r-- 1,350 bytes parent folder | download | duplicates (7)
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
<?xml version="1.0"?>
<!DOCTYPE reference 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'">
]>
<reference id="api-shell">
  <title>API: shell</title>

  <partintro>
    <para>This package contains the shell that loads other components.</para>
  </partintro>

  <refentry id="api-shell-html">
    <refmeta>
      <refentrytitle>index.html</refentrytitle>
    </refmeta>

    <refnamediv>
      <refname>index.html</refname>
      <refpurpose>Main cockpit shell, for a single machine</refpurpose>
    </refnamediv>

    <refsection id="api-shell-html-description">
      <title>Description</title>
<programlisting>
&lt;iframe src="http://127.0.0.1:9090/cockpit+app/@localhost/shell/index.html"
    width="600" height="400"&gt;&lt;/iframe&gt;
</programlisting>

      <para>This is a Cockpit component that provides an interface to configure a
        single machine. It loads other components on demand to make that happen.</para>

      <variablelist>
        <varlistentry>
          <term>Component URL</term>
          <listitem><para><code>/cockpit+app/@localhost/shell/index.html</code></para></listitem>
        </varlistentry>
      </variablelist>

    </refsection>
  </refentry>

</reference>