This file is indexed.

/usr/share/speedcrunch/books/ru/cube.html is in speedcrunch 0.10.1-4.

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
<html>
  <head>
    <title>Cube</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" type="text/css" href="../books.css" />
  </head>
  <body align="left">
    <h1>Cube</h1>
    <center><img src="../images/cube.png" /></center>
    <br />
    <div align="left">
      <a href="file:#V=s%5e3">V = s^3</a><br />
      <a href="file:#A=6*s%5e2">A = 6 * s^2</a><br />
      <br />
      <a href="file:#s=cbrt(V)">s = cbrt(V)</a><br />
      <a href="file:#a=sqrt(2)*s">a = sqrt(2) * s</a><br />
      <a href="file:#d=sqrt(3)*s">d = sqrt(3) * s</a><br />
    </div>
  </body>
</html>