This file is indexed.

/usr/share/digikam/about/main.html is in digikam-data 4:5.6.0-0ubuntu10.

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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org" />
  <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
  <link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
  <link rel="stylesheet" type="text/css" href="css/digikam.css">
  <title>digiKam</title>
</head>

<body>
  <nav class="navbar navbar-inverse navbar-fixed-top">
    <div class="container-fluid">
      <div class="navbar-header pull-left">
        <a class="navbar-brand" href="http://www.digikam.org">
          <img alt="Brand" src="images/top-left-digikam.png" id="brand-img" class="gloss">
        </a>
      </div>
      <div class="navbar-header pull-right" id="app-name">
        <h1>%1</h1>
      </div>
    </div>
  </nav>
  <div class="container-fluid" id="content">
    <div class="container-fluid" id="text-cont">
      <div class="col-md-12 text-center" id="slogan">
        <h4>%2</h4>
      </div>
      <div class="col-md-12 text-center">
        <h1>%3</h1>
      </div>
      <div role="tabpanel">
        <!-- Nav tabs -->
        <ul class="nav nav-tabs nav-justified" role="tablist">
          <li role="presentation" class="active"><a href="#features" aria-controls="features" role="tab" data-toggle="tab">%4</a></li>
          <li role="presentation"><a href="#about" aria-controls="about" role="tab" data-toggle="tab">%5</a></li>
          <li role="presentation"><a href="#background" aria-controls="background" role="tab" data-toggle="tab">Background Image Credits</a></li>
        </ul>
        <!-- Tab panes -->
        <div class="tab-content">
          <div role="tabpanel" class="tab-pane fade in active" id="features">
            %6
          </div>
          <div role="tabpanel" class="tab-pane fade" id="about">
            %7
          </div>
          <div class="tab-pane fade" id="background">
            <div class="container col-sm-12">
              <div class="row">
                <table class="col-sm-12 table table-hover">
                  <tr>
                    <td width="10%"><h4>Author:</h4></td>
                    <td><h4><a class="info-link" href="https://plus.google.com/u/0/+GillesCaulier">Gilles Caulier</a></h4></td>
                  </tr>
                  <tr>
                    <td width="10%"><h4>Location:</h4></td>
                    <td><h4><a class="info-link" href="https://en.wikipedia.org/wiki/Montagne_Sainte-Victoire">Sainte Victoire, France</a></h4></td>
                  </tr>
                  <tr>
                    <td width="10%"><h4>Date:</h4></td>
                    <td><h4>May 2017</h4></td>
                  </tr>
                  <tr>
                    <td width="10%"><h4>Camera:</h4></td>
                    <td><h4>Sony SLT-A77</h4></td>
                  </tr>
                  <tr>
                    <td width="10%"><h4>Lens:</h4></td>
                    <td><h4>Sigma 24-70 mm F2.8 APO</h4></td>
                  </tr>
                </table>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <script type="text/javascript" src="js/jquery.min.js"></script>
  <script type="text/javascript" src="js/bootstrap.min.js"></script>
  <script type="text/javascript" src="js/digikam.js"></script>
</body>
</html>