This file is indexed.

/usr/share/kde4/apps/tagua/scripts/movelist_textual.html is in tagua-data 1.0~alpha2-15.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
</script>
<style type="text/css">

.move {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.move:hover {
  background-color: #E0F0FF;
  margin: -1px -1px -1px -1px;
  border: solid 1px #C0E0FF;
}

.mvnum {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.comment {
  font-size: 92%;
  font-style: italic;
  color: #000080;
}

.variation {
  display: block;
  font-size: 96%;
  color: #606060;
  padding-left: 0.4em;
}

.variation .move {
  color: #606060;
}

.variation .mvnum {
  color: #606060;
}

.variation .comment {
  color: #505080;
}

</style>
</head>
<body>
</body>
</html>