This file is indexed.

/usr/share/doc/ubuntu-web/html/ubuntu-web-qmlmodule.html is in qml-module-ubuntu-web-doc 0.23+16.04.20160413-0ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- ubuntu-web.qdoc -->
  <title>Ubuntu Web module | UbuntuWeb 0.2</title>
<link rel="stylesheet" type="text/css" href="style/qtquick.css" />
<link rel="stylesheet" type="text/css" href="style/base.css" />
<link rel="stylesheet" type="text/css" href="style/custom.css" />
</head>
<body>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Ubuntu Web module</h1>
<span class="subtitle"></span>
<!-- $$$Ubuntu.Web-description -->
<div class="descr"> <a name="details"></a>
</p>
<p>This QML module exposes a <a href="qml-ubuntu-web-webview.html">WebView</a> component that can be used to render web content in an application, as well as related components.</p>
<p>This is the preferred way of rendering web content in an Ubuntu application. The rendering is performed by <a href="https://launchpad.net/oxide">Oxide</a>. The use of QtWebKit is deprecated and unsupported.</p>
<p>This is version 0.2 of the module.</p>
<p>Note that the module was previously named <code>Ubuntu.Components.Extras.Browser</code>, the old namespace has been kept around for backwards compatibility but its use is discouraged, please update your applications to import <code>Ubuntu.Web 0.2</code>.</p>
<p>Also note that importing both <code>com.canonical.Oxide</code> (or <code>QtWebKit</code>) and <code>Ubuntu.Web</code> in the same QML file results in an undefined behaviour, as both expose a <code>WebView</code> type.</p>
</div>
<!-- @@@Ubuntu.Web -->
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-ubuntu-web-sharedwebcontext.html">SharedWebContext</a></p></td><td class="tblDescr"><p>A singleton that exposes a shared WebContext that can be used by several WebView instances in the same application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qml-ubuntu-web-webcontext.html">WebContext</a></p></td><td class="tblDescr"><p>A default context implementation for use with WebView</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qml-ubuntu-web-webview.html">WebView</a></p></td><td class="tblDescr"><p>A webview that can be used to render web content in an application</p></td></tr>
</table></div>
</body>
</html>