|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" |
| 3 | + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ |
| 4 | +<!ENTITY version SYSTEM "version.xml"> |
| 5 | +]> |
| 6 | +<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> |
| 7 | + <bookinfo> |
| 8 | + <title>Thermal Daemon Reference Manual</title> |
| 9 | + <releaseinfo>Version &version;</releaseinfo> |
| 10 | + <authorgroup> |
| 11 | + <author> |
| 12 | + <firstname>Bastien</firstname> |
| 13 | + <surname>Nocera</surname> |
| 14 | + <affiliation> |
| 15 | + <address> |
| 16 | + <email>hadess@hadess.net</email> |
| 17 | + </address> |
| 18 | + </affiliation> |
| 19 | + </author> |
| 20 | + </authorgroup> |
| 21 | + |
| 22 | + <copyright> |
| 23 | + <year>2020</year> |
| 24 | + <holder>Red Hat, Inc.</holder> |
| 25 | + </copyright> |
| 26 | + |
| 27 | + <legalnotice> |
| 28 | + <para> |
| 29 | + Permission is granted to copy, distribute and/or modify this |
| 30 | + document under the terms of the <citetitle>GNU Free |
| 31 | + Documentation License</citetitle>, Version 1.1 or any later |
| 32 | + version published by the Free Software Foundation with no |
| 33 | + Invariant Sections, no Front-Cover Texts, and no Back-Cover |
| 34 | + Texts. You may obtain a copy of the <citetitle>GNU Free |
| 35 | + Documentation License</citetitle> from the Free Software |
| 36 | + Foundation by visiting <ulink type="http" |
| 37 | + url="http://www.fsf.org">their Web site</ulink> or by writing |
| 38 | + to: |
| 39 | + |
| 40 | + <address> |
| 41 | + The Free Software Foundation, Inc., |
| 42 | + <street>59 Temple Place</street> - Suite 330, |
| 43 | + <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>, |
| 44 | + <country>USA</country> |
| 45 | + </address> |
| 46 | + </para> |
| 47 | + |
| 48 | + <para> |
| 49 | + Many of the names used by companies to distinguish their |
| 50 | + products and services are claimed as trademarks. Where those |
| 51 | + names appear in any GNOME documentation, and those trademarks |
| 52 | + are made aware to the members of the GNOME Documentation |
| 53 | + Project, the names have been printed in caps or initial caps. |
| 54 | + </para> |
| 55 | + </legalnotice> |
| 56 | + </bookinfo> |
| 57 | + |
| 58 | + <reference id="ref-dbus"> |
| 59 | + <title>D-Bus API Reference</title> |
| 60 | + <partintro> |
| 61 | + <para> |
| 62 | + This part documents the D-Bus interface used to access the |
| 63 | + Thermal Daemon service. |
| 64 | + </para> |
| 65 | + </partintro> |
| 66 | + <xi:include href="docs-org.freedesktop.thermald.xml"/> |
| 67 | + </reference> |
| 68 | + |
| 69 | + <index> |
| 70 | + <title>Index</title> |
| 71 | + </index> |
| 72 | + |
| 73 | + <!-- License --> |
| 74 | + |
| 75 | + <appendix id="license"> |
| 76 | + <title>License</title> |
| 77 | + <para> |
| 78 | +<programlisting><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../COPYING" parse="text"><xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback></xi:include></programlisting> |
| 79 | + </para> |
| 80 | + </appendix> |
| 81 | +</book> |
0 commit comments