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
|
<?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-base1">
<title>API: base1</title>
<partintro>
<para>This package contains basic support API available to other packages.</para>
</partintro>
<xi:include href="api-cockpit.xml"/>
<xi:include href="cockpit-dbus.xml"/>
<xi:include href="cockpit-file.xml"/>
<xi:include href="cockpit-http.xml"/>
<xi:include href="cockpit-spawn.xml"/>
<xi:include href="cockpit-metrics.xml"/>
<xi:include href="cockpit-series.xml"/>
<xi:include href="cockpit-channel.xml"/>
<xi:include href="cockpit-location.xml"/>
<xi:include href="cockpit-locale.xml"/>
<xi:include href="cockpit-error.xml"/>
<xi:include href="cockpit-session.xml"/>
<xi:include href="cockpit-util.xml"/>
<xi:include href="cockpit-cache.xml"/>
<xi:include href="cockpit-manifest.xml"/>
<refentry id="api-base1-patternfly">
<refmeta>
<refentrytitle>patternfly.css</refentrytitle>
</refmeta>
<refnamediv>
<refname>patternfly.css</refname>
<refpurpose>Patternfly standard style sheets</refpurpose>
</refnamediv>
<refsection id="api-base1-patternfly-description">
<title>Description</title>
<programlisting>
<link href="../base1/patternfly.css" type="text/css" rel="stylesheet">
@import url('../base1/patternfly.css');
</programlisting>
<para>The standard <ulink url="https://www.patternfly.org/">PatternFly</ulink> CSS stylesheets.
They automatically pull in the PatternFly and Bootstrap styles that they depend on.</para>
</refsection>
</refentry>
</reference>
|