This file is indexed.

/usr/share/speedcrunch/books/es/circle.html is in speedcrunch 0.10.1-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
<html>
  <head>
    <title>Círculo</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>Círculo</h1>
    <center><img src="../images/circle.png" /></center>
    <br />
    <div align="left">
      <a href="file:#A=pi*r%5e2">A = pi * r^2</a><br />
      <a href="file:#A=pi*(d/2)%5e2">A = pi * (d/2)^2</a><br />
      <br />
      <a href="file:#P=2*pi*r">P = 2 * pi * r</a><br />
      <a href="file:#P=pi*d">P = pi * d</a><br />
    </div>
  </body>
</html>