This file is indexed.

/usr/share/kde4/apps/plasma/packages/org.kde.active.aboutapp/contents/data/about.html is in plasma-active-data 2.0+git2012021101-0ubuntu4~ppa3.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css" media="all">@import "style.css";</style>
</head>

<body>
    <center><img src="../images/logos.png" alt="logos"></center>

    <table>
        <tr><td>Plasma Active version:</td><td><p id="activeVersionP" style="display: inline"></p></td></tr>
        <tr><td>KDE Frameworks version:</td><td><p id="kdeVersionP" style="display: inline"></p></td></tr>
        <tr><td>Operating system version:</td><td><p id="osVersionP" style="display: inline"></p></td></tr>
    </table>

    <p><a href="http://community.kde.org/Plasma/Active">Plasma Active</a> is an open, innovative user experience for emerging devices such as tablet computers, media centers, smartphones and more.</p>

    <script type="text/javascript">
        var activeVersionP = document.getElementById("activeVersionP")
        activeVersionP.innerHTML = window.runtimeInfo.activeVersion
        var kdeVersionP = document.getElementById("kdeVersionP")
        kdeVersionP.innerHTML = window.runtimeInfo.kdeVersion
        var osVersionP = document.getElementById("osVersionP")
        osVersionP.innerHTML = window.runtimeInfo.osVersion
    </script>
</body>
</html>