This file is indexed.

/usr/share/doc/eliom/manual-wiki/clientserver-mobile.wiki 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
= Programming mobile applications with Eliom

<<outline depth="2"| <<header| **Table of contents** >> >>

Eliom now has an experimental feature making possible to start the application
from client side, making possible offline or mobile apps.

As this feature is still very young, we still need to understand the needs
of developers to improve it. If you try this, we would be happy to receive your
experience reports.

The experiments we did worked like this:
 * We used Phonegap or Cordoba
 * We provided a default index.html page, that includes the js generated by
Eliom
 * The client side program calls new function
<<a_api project="eliom" subproject="client"|val Eliom_client.init_client_app>>
to initialize the application, that is, mainly, set the default server
that will be used in requests.

More documentation soon ...