libpsl/docs/libpsl/libpsl-docs.sgml

67 lines
2.3 KiB
Plaintext
Raw Normal View History

2014-04-02 10:27:13 +02:00
<?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'">
2014-04-23 17:13:15 +02:00
<!ENTITY version SYSTEM "version.xml">
2014-04-02 10:27:13 +02:00
]>
<book id="index">
<bookinfo>
2014-04-23 17:13:15 +02:00
<title>Libpsl Reference Manual</title>
2014-04-02 10:27:13 +02:00
<releaseinfo>
2014-04-23 17:13:15 +02:00
for Libpsl &version;.
2014-04-02 10:27:13 +02:00
The latest version of this documentation can be found on-line at
2016-07-05 17:49:14 +02:00
<ulink role="online-location" url="https://github.com/rockdaboot/libpsl">GitHub</ulink>.
2014-04-02 10:27:13 +02:00
</releaseinfo>
</bookinfo>
2014-04-23 17:13:15 +02:00
<chapter id="libpsl">
<title>Libpsl Overview</title>
<para>
Libpsl provides functions to work with the Mozilla Public Suffix List.
</para>
2014-04-02 10:27:13 +02:00
<xi:include href="xml/libpsl.xml"/>
</chapter>
<index id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
<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>
2019-05-26 18:00:29 +02:00
<index role="0.1">
<title>Index of symbols included in 0.1</title>
<xi:include href="xml/api-index-0.1.xml"><xi:fallback/></xi:include>
</index>
<index role="0.2.5">
<title>New symbols included in 0.2.5</title>
<xi:include href="xml/api-index-0.2.5.xml"><xi:fallback/></xi:include>
</index>
<index role="0.4">
<title>New symbols included in 0.4</title>
<xi:include href="xml/api-index-0.4.xml"><xi:fallback/></xi:include>
</index>
<index role="0.10.0">
<title>New symbols included in 0.10.0</title>
<xi:include href="xml/api-index-0.10.0.xml"><xi:fallback/></xi:include>
</index>
<index role="0.11.0">
<title>Index of symbols included in 0.11.0</title>
<xi:include href="xml/api-index-0.11.0.xml"><xi:fallback/></xi:include>
</index>
<index role="0.16">
<title>Index of symbols included in 0.16</title>
<xi:include href="xml/api-index-0.16.xml"><xi:fallback/></xi:include>
</index>
<index role="0.19">
<title>Index of symbols included in 0.19</title>
<xi:include href="xml/api-index-0.19.xml"><xi:fallback/></xi:include>
</index>
2014-04-02 10:27:13 +02:00
<!--
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
-->
</book>