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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>libgrss Reference Manual</title>
<releaseinfo>Version &version;</releaseinfo>
</bookinfo>
<part id="libgrss">
<title>libgrss Overview</title>
<partintro>
<para>
libgrss is a GObject library intended to be used to manage syndication
feeds in convenient way.
</para>
</partintro>
</part>
<part id="libgrss-base">
<title>libgrss Reference</title>
<chapter>
<title>Data Types</title>
<xi:include href="xml/person.xml"/>
</chapter>
</part>
<part id="libgrss-essentials">
<title>Essential Elements</title>
<xi:include href="xml/feed-channel.xml"/>
<xi:include href="xml/feed-item.xml"/>
<xi:include href="xml/feed-enclosure.xml"/>
<xi:include href="xml/feed-parser.xml"/>
</part>
<part id="libgrss-useful">
<title>Useful Objects</title>
<xi:include href="xml/feeds-pool.xml"/>
<xi:include href="xml/feeds-group.xml"/>
<xi:include href="xml/feeds-subscriber.xml"/>
<xi:include href="xml/feed-formatter.xml"/>
<xi:include href="xml/feed-rss-formatter.xml"/>
<xi:include href="xml/feed-atom-formatter.xml"/>
<xi:include href="xml/feeds-publisher.xml"/>
<xi:include href="xml/feeds-store.xml"/>
<xi:include href="xml/feed-atom-handler.xml"/>
<xi:include href="xml/feed-handler.xml"/>
<xi:include href="xml/feed-marshal.xml"/>
<xi:include href="xml/feed-pie-handler.xml"/>
<xi:include href="xml/feed-rss-handler.xml"/>
<xi:include href="xml/feeds-group-handler.xml"/>
<xi:include href="xml/feeds-opml-group-handler.xml"/>
<xi:include href="xml/feeds-pubsubhubbub-subscriber.xml"/>
<xi:include href="xml/feeds-rsscloud-subscriber.xml"/>
<xi:include href="xml/feeds-subscriber-handler.xml"/>
<xi:include href="xml/feeds-subscriber-private.xml"/>
<xi:include href="xml/feeds-xbel-group-handler.xml"/>
<xi:include href="xml/feeds-xoxo-group-handler.xml"/>
<xi:include href="xml/ns-handler.xml"/>
<xi:include href="xml/utils.xml"/>
</part>
<index>
<title>Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback/></xi:include>
</index>
<index role="deprecated">
<title>Index of deprecated symbols</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback/></xi:include>
</index>
<index role="0.7">
<title>Index of new symbols in 0.7</title>
<xi:include href="xml/api-index-0.7.xml"><xi:fallback/></xi:include>
</index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback/></xi:include>
<appendix id="license">
<title>License</title>
<para>
This library is free software; you can redistribute it and/or
modify it under the terms of the <citetitle>GNU Lesser General Public
License</citetitle> as published by the Free Software
Foundation; either version 3 of the License, or (at your option)
any later version.
</para>
<para>
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
<citetitle>GNU General Public License</citetitle> for more details.
</para>
<para>
You may obtain a copy of the <citetitle>GNU General Public
License</citetitle> from the Free Software Foundation by
visiting <ulink type="http" url="http://www.fsf.org">their Web
site</ulink>.
</para>
</appendix>
</book>
|