diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-08-20 12:33:15 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-08-25 13:07:23 +0100 |
commit | 0b330f21ad19a3ef89c481cd4061515f2c996078 (patch) | |
tree | 7ece01632f39177f8a4dadebac51caead2ad602c /docs/reference | |
parent | 31c7a20ff0c37c3304462d01422c4bedab2e37ba (diff) |
add generated wocky-docs.sgml
This file is supposed to be generated once and then manually edited.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/wocky-docs.sgml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/reference/wocky-docs.sgml b/docs/reference/wocky-docs.sgml new file mode 100644 index 0000000..1f02357 --- /dev/null +++ b/docs/reference/wocky-docs.sgml @@ -0,0 +1,49 @@ +<?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'"> +]> +<book id="index"> + <bookinfo> + <title>wocky Reference Manual</title> + <releaseinfo> + for wocky [VERSION] + The latest version of this documentation can be found on-line at + <ulink role="online-location" url="http://[SERVER]/wocky/index.html">http://[SERVER]/wocky/</ulink>. + </releaseinfo> + </bookinfo> + + <chapter> + <title>[Insert title here]</title> + <xi:include href="xml/wocky-sasl-auth.xml"/> + <xi:include href="xml/wocky-xmpp-reader.xml"/> + <xi:include href="xml/wocky-contact.xml"/> + <xi:include href="xml/wocky-porter.xml"/> + <xi:include href="xml/wocky-connector.xml"/> + <xi:include href="xml/wocky-xmpp-stanza.xml"/> + <xi:include href="xml/wocky-xmpp-writer.xml"/> + <xi:include href="xml/wocky-xmpp-connection.xml"/> + <xi:include href="xml/wocky-roster.xml"/> + <xi:include href="xml/wocky-debug.xml"/> + <xi:include href="xml/wocky.xml"/> + <xi:include href="xml/wocky-xmpp-reader-enumtypes.xml"/> + <xi:include href="xml/wocky-types.xml"/> + <xi:include href="xml/wocky-namespaces.xml"/> + <xi:include href="xml/wocky-utils.xml"/> + <xi:include href="xml/wocky-xmpp-node.xml"/> + <xi:include href="xml/wocky-xmpp-error.xml"/> + <xi:include href="xml/wocky-tls.xml"/> + + </chapter> + <chapter id="object-tree"> + <title>Object Hierarchy</title> + <xi:include href="xml/tree_index.sgml"/> + </chapter> + <index id="api-index-full"> + <title>API Index</title> + <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> + </index> + + <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> +</book> |