-
Notifications
You must be signed in to change notification settings - Fork 208
/
development.html
119 lines (119 loc) · 6.51 KB
/
development.html
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
---
layout: guide
---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part III. Developer Guide</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Cockpit Guide">
<link rel="up" href="index.html" title="Cockpit Guide">
<link rel="prev" href="feature-packagekit.html" title="Package Updates">
<link rel="next" href="embedding.html" title="Embedding and Integrating Cockpit">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="feature-packagekit.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Cockpit Guide</th>
<td><a accesskey="n" href="embedding.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="development"></a>Part III. Developer Guide</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<dt><span class="chapter"><a href="embedding.html">Embedding and Integrating Cockpit</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="embedding.html#embedding-full">Embedding the Cockpit Interface</a></span></dt>
<dt><span class="section"><a href="embedding.html#embedding-components">Integrating Cockpit Components into Web Applications</a></span></dt>
<dt><span class="section"><a href="embedding.html#embedding-deep">Deep Integration</a></span></dt>
<dt><span class="section"><a href="embedding.html#embedding-cors">Pinging Cockpit</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="packages.html">Cockpit Packages</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="packages.html#package-layout">Layout of Package Files</a></span></dt>
<dt><span class="section"><a href="packages.html#package-manifest">Package Manifest</a></span></dt>
<dt><span class="section"><a href="packages.html#package-manifest-override">Manifest overrides</a></span></dt>
<dt><span class="section"><a href="packages.html#package-links">Package Links and Paths</a></span></dt>
<dt><span class="section"><a href="packages.html#package-minified">Content Negotiation</a></span></dt>
<dt><span class="section"><a href="packages.html#package-api">Using Cockpit API</a></span></dt>
<dt><span class="section"><a href="packages.html#package-bridges">Bridges for specific tasks</a></span></dt>
<dt><span class="section"><a href="packages.html#package-replace">Replacing an existing package</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="urls.html">Cockpit URLs</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="urls.html#urls-components">Component URLs</a></span></dt>
<dt><span class="section"><a href="urls.html#urls-visible">Visible URLs</a></span></dt>
</dl></dd>
<dt><span class="reference"><a href="api-base1.html">API: base1</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="api-cockpit.html">cockpit.js</a></span><span class="refpurpose"> — Basic cockpit API to interact with the system</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-dbus.html">cockpit.js: DBus Client</a></span><span class="refpurpose"> — DBus API communication</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-file.html">cockpit.js: File Access</a></span><span class="refpurpose"> — Reading, writing, and watching files.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-http.html">cockpit.js: HTTP Client</a></span><span class="refpurpose"> — HTTP and REST API communication</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-spawn.html">cockpit.js: Spawning Processes</a></span><span class="refpurpose"> — Spawning processes or scripts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-metrics.html">cockpit.js: Metrics</a></span><span class="refpurpose"> — Reading and streaming metric data</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-series-data.html">cockpit.js: Series Data</a></span><span class="refpurpose"> — Representing series data</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-channels.html">cockpit.js: Raw Channels</a></span><span class="refpurpose"> — Raw communication channels</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-location.html">cockpit.js: Page Location and Jumping</a></span><span class="refpurpose"> — Page location and navigation between components</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-locale.html">cockpit.js: Localization</a></span><span class="refpurpose"> — Localization and translations</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-error.html">cockpit.js: Errors</a></span><span class="refpurpose"> — Problem codes and messages</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-login.html">cockpit.js: User Session</a></span><span class="refpurpose"> — User information and login session state</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-util.html">cockpit.js: Utilities</a></span><span class="refpurpose"> — Various utility functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-cache.html">cockpit.js: Object Cache</a></span><span class="refpurpose"> — Caching and sharing data</span>
</dt>
<dt>
<span class="refentrytitle"><a href="cockpit-manifest.html">cockpit.js: Manifests</a></span><span class="refpurpose"> — Manifest info</span>
</dt>
</dl></dd>
<dt><span class="reference"><a href="api-shell.html">API: shell</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="api-shell-html.html">index.html</a></span><span class="refpurpose"> — Main cockpit shell, for a single machine</span>
</dt></dl></dd>
<dt><span class="reference"><a href="api-system.html">API: system</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="api-logs-html.html">logs.html</a></span><span class="refpurpose"> — System log component</span>
</dt>
<dt>
<span class="refentrytitle"><a href="api-terminal-html.html">terminal.html</a></span><span class="refpurpose"> — Server terminal component</span>
</dt>
</dl></dd>
</dl>
</div>
</div>
<div class="footer"><hr></div>
</body>
</html>