This file is indexed.

/usr/share/games/flightgear/Phi/topics/Environment/Weather.html is in flightgear-phi 2016.4.2+dfsg1-1.

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
<h3>Basic Troposphere Weather Conditions</h3>

<div data-bind="foreach: topics, buttonset: { refreshOn: topics }">
    <input type="radio" name="mygroup" data-bind="attr: { id: $data }, click: $parent.selectTopic" /> 
    <label data-bind="attr: { 'for': $data }, text: $data"></label>
</div>
<div data-bind="component: { name: selectedComponent }"></div>