/usr/share/doc/eliom/server/index.html is in libeliom-ocaml-doc 4.0.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Eliom_lib" rel="Chapter" href="Eliom_lib.html">
<link title="Eliom_cookie" rel="Chapter" href="Eliom_cookie.html">
<link title="Eliom_common" rel="Chapter" href="Eliom_common.html">
<link title="Eliom_types" rel="Chapter" href="Eliom_types.html">
<link title="Eliom_parameter" rel="Chapter" href="Eliom_parameter.html">
<link title="Eliom_service" rel="Chapter" href="Eliom_service.html">
<link title="Eliom_config" rel="Chapter" href="Eliom_config.html">
<link title="Eliom_request_info" rel="Chapter" href="Eliom_request_info.html">
<link title="Eliom_state" rel="Chapter" href="Eliom_state.html">
<link title="Eliom_uri" rel="Chapter" href="Eliom_uri.html">
<link title="Eliom_mkforms" rel="Chapter" href="Eliom_mkforms.html">
<link title="Eliom_wrap" rel="Chapter" href="Eliom_wrap.html">
<link title="Eliom_mkreg" rel="Chapter" href="Eliom_mkreg.html">
<link title="Eliom_reference" rel="Chapter" href="Eliom_reference.html">
<link title="Eliom_extension" rel="Chapter" href="Eliom_extension.html">
<link title="Eliom_pervasives" rel="Chapter" href="Eliom_pervasives.html">
<link title="Eliom_types_base" rel="Chapter" href="Eliom_types_base.html">
<link title="Eliom_content" rel="Chapter" href="Eliom_content.html">
<link title="Eliom_registration" rel="Chapter" href="Eliom_registration.html">
<link title="Eliom_comet" rel="Chapter" href="Eliom_comet.html">
<link title="Eliom_react" rel="Chapter" href="Eliom_react.html">
<link title="Eliom_bus" rel="Chapter" href="Eliom_bus.html">
<link title="Eliom_tools_common" rel="Chapter" href="Eliom_tools_common.html">
<link title="Eliom_tools" rel="Chapter" href="Eliom_tools.html">
<link title="Eliom_s2s" rel="Chapter" href="Eliom_s2s.html">
<link title="Eliom_openid" rel="Chapter" href="Eliom_openid.html">
<link title="Atom_feed" rel="Chapter" href="Atom_feed.html">
<link title="Eliom_atom" rel="Chapter" href="Eliom_atom.html">
<link title="Eliom_comet_base" rel="Chapter" href="Eliom_comet_base.html"><title></title>
</head>
<body>
<h1></h1>
<h1 id="1_ServerAPI">Server API</h1>
<p>
<br>
<table class="indextable">
<tr><td class="module"><a href="Eliom_pervasives.html">Eliom_pervasives</a></td><td><div class="info">
This module is automatically open by <pre class="verbatim">eliomc</pre> and <pre class="verbatim">js_of_eliom</pre>.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_lib.html">Eliom_lib</a></td><td><div class="info">
A few common functions used by Eliom.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_common.html">Eliom_common</a></td><td><div class="info">
Low level functions for Eliom, exceptions and types.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_config.html">Eliom_config</a></td><td><div class="info">
This module makes also possible get information from the configuration
file.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_request_info.html">Eliom_request_info</a></td><td><div class="info">
This module contains the functions you need to get (or set)
information about current request.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_reference.html">Eliom_reference</a></td><td><div class="info">
Server side state data, a.k.a Eliom references
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_state.html">Eliom_state</a></td><td><div class="info">
Storing server-side values for your applications or sessions.
</div>
</td></tr>
</table>
<p>
<h2 id="2_Contentandformcreation">Content and form creation</h2>
<p>
<br>
<table class="indextable">
<tr><td class="module"><a href="Eliom_content.html">Eliom_content</a></td><td><div class="info">
This module allows creating valid HTML content, or other XML formats.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_content.Html5.html">Eliom_content.Html5</a></td><td><div class="info">
Building and printing valid HTML5 tree.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_content.Svg.html">Eliom_content.Svg</a></td><td><div class="info">
Building and pretty-printing valid SVG tree.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_content.Xml.html">Eliom_content.Xml</a></td><td><div class="info">
Low-level XML manipulation.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_tools.html">Eliom_tools</a></td><td><div class="info">
Helpers for (hierarchical) menu generation in HTML5.
</div>
</td></tr>
</table>
<p>
<h2 id="2_Servicescreation">Services creation</h2>
<p>
<br>
<table class="indextable">
<tr><td class="module"><a href="Eliom_service.html">Eliom_service</a></td><td><div class="info">
Creation and manipulation of Eliom services.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_parameter.html">Eliom_parameter</a></td><td><div class="info">
Ad-hoc runtime type representation for service parameters.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_registration.html">Eliom_registration</a></td><td><div class="info">
Eliom services registration for various kinds of
page content: Eliom application, valid <a href="Eliom_registration.Html5.html"><code class="code">Eliom_registration.Html5</code></a>,
actions, redirections, static files, …
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_registration.Html5.html">Eliom_registration.Html5</a></td><td><div class="info">
Eliom service registration for HTML5 page.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_registration.Action.html">Eliom_registration.Action</a></td><td><div class="info">
Eliom service registration for services that only execute
actions.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_registration.Ocaml.html">Eliom_registration.Ocaml</a></td><td><div class="info">
Eliom service registration for services that send marshalled OCaml values.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_registration.App.html">Eliom_registration.App</a></td><td><div class="info">
Functor for application creation.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_registration.File.html">Eliom_registration.File</a></td><td><div class="info">
Eliom service registration for services that returns file
contents.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_registration.Any.html">Eliom_registration.Any</a></td><td><div class="info">
Eliom service registration for services that choose dynamically
what they want to send.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_registration.Redirection.html">Eliom_registration.Redirection</a></td><td><div class="info">
Eliom service registration for services that returns a redirections
towards another service.
</div>
</td></tr>
</table>
<p>
<h2 id="2_Clientservercommunication">Client/server communication</h2>
<p>
<br>
<table class="indextable">
<tr><td class="module"><a href="Eliom_bus.html">Eliom_bus</a></td><td><div class="info">
Broadcasting facilities between clients and server
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_comet.html">Eliom_comet</a></td><td><div class="info">
Primitives to push data to the client, without explicit request.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_react.html">Eliom_react</a></td><td><div class="info">
Propagate events
occurrences from the server to the client and the other way
around.
</div>
</td></tr>
</table>
<p>
<h2 id="2_Extensions">Extensions</h2>
<p>
<br>
<table class="indextable">
<tr><td class="module"><a href="Eliom_atom.html">Eliom_atom</a></td><td><div class="info">
Register an atom feed
</div>
</td></tr>
<tr><td class="module"><a href="Atom_feed.html">Atom_feed</a></td><td><div class="info">
Everything we need to make an atom feed.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_openid.html">Eliom_openid</a></td><td><div class="info">
OpenID identification
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_s2s.html">Eliom_s2s</a></td><td><div class="info">
Server-to-Server communication module.
</div>
</td></tr>
</table>
<p>
<h2 id="2_Index">Index</h2>
<p>
<ul class="indexlist">
<li><a href="index_types.html">Index of types</a></li>
<li><a href="index_exceptions.html">Index of exceptions</a></li>
<li><a href="index_values.html">Index of values</a></li>
<li><a href="index_modules.html">Index of modules</a></li>
<li><a href="index_module_types.html">Index of module types</a></li>
</ul>
<br>
</body>
</html>
|