/usr/share/doc/cockpit/guide/api-base1.html is in cockpit-doc 164-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API: base1</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Cockpit Guide">
<link rel="up" href="development.html" title="Part III. Developer Guide">
<link rel="prev" href="urls.html" title="Cockpit URLs">
<link rel="next" href="api-cockpit.html" title="cockpit.js">
<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="urls.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="development.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></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="api-cockpit.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="reference">
<div class="titlepage">
<div><div><h1 class="title">
<a name="api-base1"></a>API: base1</h1></div></div>
<hr>
</div>
<div class="partintro">
<div></div>
<p>This package contains basic support API available to other packages.</p>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl class="toc">
<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>
<dt>
<span class="refentrytitle"><a href="api-base1-patternfly.html">patternfly.css</a></span><span class="refpurpose"> — Patternfly standard style sheets</span>
</dt>
</dl>
</div>
</div>
</div>
<div class="footer"><hr></div>
</body>
</html>
|