/usr/share/doc/eliom/client/index.html is in libeliom-ocaml-doc 3.0.3-4build2.
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 | <!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_lazy" rel="Chapter" href="Eliom_lazy.html">
<link title="Eliom_config" rel="Chapter" href="Eliom_config.html">
<link title="Eliom_lib" rel="Chapter" href="Eliom_lib.html">
<link title="Eliom_parameter" rel="Chapter" href="Eliom_parameter.html">
<link title="Eliom_service" rel="Chapter" href="Eliom_service.html">
<link title="Eliom_uri" rel="Chapter" href="Eliom_uri.html">
<link title="Eliom_mkforms" rel="Chapter" href="Eliom_mkforms.html">
<link title="Eliom_registration" rel="Chapter" href="Eliom_registration.html">
<link title="Eliom_content_core" rel="Chapter" href="Eliom_content_core.html">
<link title="Eliom_content" rel="Chapter" href="Eliom_content.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_unwrap" rel="Chapter" href="Eliom_unwrap.html">
<link title="Eliom_client" rel="Chapter" href="Eliom_client.html">
<link title="Eliom_pervasives" rel="Chapter" href="Eliom_pervasives.html">
<link title="Eliom_tools" rel="Chapter" href="Eliom_tools.html">
<link title="Eliom_types_base" rel="Chapter" href="Eliom_types_base.html">
<link title="Eliom_comet_base" rel="Chapter" href="Eliom_comet_base.html"><title></title>
</head>
<body>
<h1></h1>
<h1 id="1_EliomclientAPI">Eliom client 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">
See .
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_client.html">Eliom_client</a></td><td><div class="info">
Call server side services and change the current page.
</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.Html5.html">Eliom_content.Html5</a></td><td><div class="info">
Building valid (X)HTML5.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_content.Svg.html">Eliom_content.Svg</a></td><td><div class="info">
Building valid SVG .
</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>
</table>
<p>
<h2 id="2_Clientservercommunication">Client/server communication</h2>
<p>
<br>
<table class="indextable">
<tr><td class="module"><a href="Eliom_service.html">Eliom_service</a></td><td><div class="info">
Functions to add non localised parameters to services and
client side declaration of void coservices.
</div>
</td></tr>
<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">
Handle unsolicited server to client communications.
</div>
</td></tr>
<tr><td class="module"><a href="Eliom_react.html">Eliom_react</a></td><td><div class="info">
Client side type declarations for React event propagation.
</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>
|