mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-01 04:18:05 -05:00
We already have a flatpak-docs.xml file one level up. This can only lead to confusion. Closes: #2526 Approved by: matthiasclasen
52 lines
1.7 KiB
XML
52 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE book 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'">
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>Flatpak Library Reference Manual</title>
|
|
<releaseinfo>
|
|
For flatpak &version;
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>Flatpak</title>
|
|
<xi:include href="xml/flatpak-installation.xml"/>
|
|
<xi:include href="xml/flatpak-remote.xml"/>
|
|
<xi:include href="xml/flatpak-transaction-operation.xml"/>
|
|
<xi:include href="xml/flatpak-transaction-progress.xml"/>
|
|
<xi:include href="xml/flatpak-transaction.xml"/>
|
|
<xi:include href="xml/flatpak-ref.xml"/>
|
|
<xi:include href="xml/flatpak-installed-ref.xml"/>
|
|
<xi:include href="xml/flatpak-related-ref.xml"/>
|
|
<xi:include href="xml/flatpak-remote-ref.xml"/>
|
|
<xi:include href="xml/flatpak-bundle-ref.xml"/>
|
|
<xi:include href="xml/flatpak-instance.xml"/>
|
|
<xi:include href="xml/flatpak-error.xml"/>
|
|
<xi:include href="xml/flatpak-version-macros.xml"/>
|
|
</chapter>
|
|
|
|
<chapter id="object-tree">
|
|
<title>Object Hierarchy</title>
|
|
<xi:include href="xml/tree_index.sgml"/>
|
|
</chapter>
|
|
|
|
<index id="full-api-index">
|
|
<title>API Index</title>
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
|
|
<!-- no deprecated api yet
|
|
<index id="deprecated-api-index" role="deprecated">
|
|
<title>Index of deprecated API</title>
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
-->
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
</book>
|