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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
|
<?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 "0.1.20">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>EventDance - Documentation and Reference Manual</title>
<releaseinfo>Version &version;</releaseinfo>
<copyright>
<year>2009-2012</year>
<holder><![CDATA[Eduardo Lima Mitev <elima at igalia dot com>]]></holder>
</copyright>
<legalnotice>
<para>
Permission is granted to copy, distribute and/or modify this
document under the terms of the <citetitle>GNU Free
Documentation License</citetitle>, Version 1.1 or any later
version published by the Free Software Foundation with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. You may obtain a copy of the <citetitle>GNU Free
Documentation License</citetitle> from the Free Software
Foundation by visiting <ulink type="http"
url="http://www.fsf.org">their Web site</ulink> or by writing
to:
<address>
The Free Software Foundation, Inc.,
<street>59 Temple Place</street> - Suite 330,
<city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
<country>USA</country>
</address>
</para>
</legalnotice>
</bookinfo>
<xi:include href="xml/evd-overview.xml"/>
<part id="evdbase">
<title>EventDance Core Reference</title>
<chapter>
<title>Abstract classes and interfaces</title>
<xi:include href="xml/evd-transport.xml"/>
<xi:include href="xml/evd-http-message.xml"/>
</chapter>
<chapter>
<title>Core</title>
<xi:include href="xml/evd-socket.xml"/>
<xi:include href="xml/evd-socket-input-stream.xml"/>
<xi:include href="xml/evd-socket-output-stream.xml"/>
<xi:include href="xml/evd-stream-throttle.xml"/>
<xi:include href="xml/evd-throttled-input-stream.xml"/>
<xi:include href="xml/evd-throttled-output-stream.xml"/>
<xi:include href="xml/evd-buffered-input-stream.xml"/>
<xi:include href="xml/evd-buffered-output-stream.xml"/>
<xi:include href="xml/evd-connection.xml"/>
<xi:include href="xml/evd-tls-certificate.xml"/>
<xi:include href="xml/evd-tls-credentials.xml"/>
<xi:include href="xml/evd-tls-session.xml"/>
<xi:include href="xml/evd-tls-input-stream.xml"/>
<xi:include href="xml/evd-tls-output-stream.xml"/>
<xi:include href="xml/evd-http-request.xml"/>
<xi:include href="xml/evd-http-connection.xml"/>
<xi:include href="xml/evd-io-stream-group.xml"/>
<xi:include href="xml/evd-connection-pool.xml"/>
<xi:include href="xml/evd-service.xml"/>
<xi:include href="xml/evd-reproxy.xml"/>
<xi:include href="xml/evd-web-service.xml"/>
<xi:include href="xml/evd-web-selector.xml"/>
<xi:include href="xml/evd-web-dir.xml"/>
<xi:include href="xml/evd-peer.xml"/>
<xi:include href="xml/evd-peer-manager.xml"/>
</chapter>
<chapter>
<title>Transports</title>
<para>
All transport classes implement <ulink type="http" url="EvdTransport.html">EvdTransport</ulink>
interface.
</para>
<xi:include href="xml/evd-web-transport-server.xml"/>
<xi:include href="xml/evd-longpolling-server.xml"/>
</chapter>
<chapter>
<title>Utils and micellaneous</title>
<xi:include href="xml/evd-poll.xml"/>
<xi:include href="xml/evd-resolver.xml"/>
<xi:include href="xml/evd-json-filter.xml"/>
<xi:include href="xml/evd-tls-dh-generator.xml"/>
<xi:include href="xml/evd-utils.xml"/>
<xi:include href="xml/evd-error.xml"/>
<xi:include href="xml/evd-marshal.xml"/>
<xi:include href="xml/evd-tls-common.xml"/>
</chapter>
</part>
<!--
<part id="using">
<title>Using EventDance in Javascript</title>
<partintro>
<para>This section contains useful documentation for developing with
EventDance in the Javascript language, using engine provided by <ulink
type="http" url="http://live.gnome.org/Gjs">GJS</ulink> and API reflexion
with <ulink type="http" url="http://live.gnome.org/GObjectIntrospection">GObject-Introspection</ulink>.
</para>
<para>@TODO</para>
</partintro>
</part>
-->
<part id="extending">
<title>Extending EventDance</title>
<partintro>
<para>This section contains additional useful documentation for developers
interested in extending the libraries.</para>
</partintro>
<chapter>
<title>The Internals</title>
<para>@TODO</para>
</chapter>
</part>
<part id="evdobjects">
<title>EventDance Objects</title>
<chapter id="evdobjecthierarchy">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</chapter>
<chapter id="evdobjectindex">
<title>Object Index</title>
<xi:include href="xml/object_index.sgml"/>
</chapter>
</part>
<part id="evdglossary">
<title>Glossaries</title>
<xi:include href="xml/glossary.xml"><xi:fallback /></xi:include>
<xi:include href="xml/annotation-glossary.xml"/>
</part>
<index>
<title>Index of all symbols</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>
<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 Library 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 Library General Public License</citetitle> for
more details.
</para>
<para>
You may obtain a copy of the <citetitle>GNU Library General
Public License</citetitle> from the Free Software Foundation by
visiting <ulink type="http" url="http://www.fsf.org">their Web
site</ulink> or by writing to:
<address>
Free Software Foundation, Inc.
<street>59 Temple Place</street> - Suite 330
<city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
<country>USA</country>
</address>
</para>
</appendix>
</book>
|