This file is indexed.

/usr/share/xul-ext/monkeysphere/chrome/content/help.xhtml is in xul-ext-monkeysphere 0.8-1.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [
  <!ENTITY % quot "&#34;">     <!--  quotation mark,         U+0022 ISOnum -->
  <!ENTITY % amp  "&#38;#38;"> <!--  ampersand,              U+0026 ISOnum -->
  <!ENTITY % lt   "&#38;#60;"> <!--  less-than sign,         U+003C ISOnum -->
  <!ENTITY % gt   "&#62;">     <!--  greater-than sign,      U+003E ISOnum -->
  <!ENTITY % apos "&#39;">     <!--  apostrophe = APL quote, U+0027 ISOnum -->
  <!ENTITY % helpDTD SYSTEM "chrome://monkeysphere/locale/help.dtd">
  %helpDTD;
 ]>
<html xmlns="http://www.w3.org/1999/xhtml"><head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>&help.title;</title>

<link rel="icon" href="chrome://monkeysphere/content/monkey.png" type="image/png" />

<link rel="stylesheet" href="chrome://monkeysphere/content/local.css" type="text/css" />
</head><body>

<div id="sidebar">
<table class="sitenav" cellpadding="0" cellspacing="0">
<colgroup span="1" width="120">
</colgroup><tbody><tr>
<td rowspan="2">
  <a href="http://web.monkeysphere.info/">
  <img class="logo" src="chrome://monkeysphere/content/logo.png" alt="monkeysphere" style="border: 0;"/></a>
</td>
<td>
  <a href="http://web.monkeysphere.info/"><img class="title"
  src="chrome://monkeysphere/content/title.png" alt="monkeysphere" style="border: 0;"/></a>
</td>
</tr><tr>
<td>
&nbsp;
</td>
</tr>
</tbody></table>
</div>

<div id="content">

  <h1>&help.project.title;</h1>

  <p>&help.project.goal;</p>

  <p>&help.project.mozilla-extension;</p>

  <h2>&help.further-information.title;</h2>

  <p>&help.further-information.see;</p>

</div>

</body>
</html>