This file is indexed.

/usr/share/dx/java/htmlpages/ScatterData.html is in dxsamples 4.2.0-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
 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
<html><head>
<title>Open Visualization Data Explorer: US Census Data</title>
</head>
<body bgcolor="white">
<h3>...about the visualization</h3>
This visual program visualizes data from the United States 
Census of 1990 (the data is for 1989). 
<p>
<table border = 0>
<tr>
<td>
<applet
	code="imageWindow.class" width = 500 height = 500
	codebase=../
	archive=htmlpages/dx.jar,htmlpages/samples.jar
	MAYSCRIPT=true
>
	<param name=INITIAL_IMAGE value="htmlpages/ScatterData3.0.0.gif">
	<param name=IMAGE_NODE value="Image_3">
</applet>
</td>
<td>
<h3>...about the visual program</h3>
<blockquote>
The user chooses three variables to be mapped 
to the x, y, and z positions, and another variable 
to be visualized as colored glyphs. The creation of 
the new field to be visualized is accomplished using 
the macro Make3DField. The axes are automatically 
scaled to a 1:1:1 aspect ratio using the AutoScaleMacro 
found in samples/macros. The glyphs are made 
to be of uniform aspect ratio by using the UnsquishGlyphsMacro 
found in samples/macros.  All of these macros 
will be automatically loaded for you if you do not explicitly load them.
</blockquote>
</td>
</tr>
</table>
<p>

<p>

<table border = 0>
<tr>
<td>
<applet
	code="ScatterData.class" width = 390 height = 350
	codebase=../
	archive=htmlpages/dx.jar,htmlpages/samples.jar
	MAYSCRIPT=true
>
	<param name="name" value="ScatterData">
	<param name=NETNAME value="ScatterData.net">
	<param name=DXUIVERS value="4.1.1">
	<param name=BACKGROUND value="[1.0, 1.0, 1.0]">
</applet>
</td>
<td>

<h3>...about the conversion to web page</h3>
<small><b>Web page under construction.</b></small>
Data Explorer is computing
viewing parameters automatically (using AutoCamera).  Selecting
parameters with a different range of values from the current
picture, typically gets you a picture of a polar bear in a snow storm.
If this is what you get, then click on 'Reset Camera' in the 
'Execution' page.
</td>
</tr>
</table>
<p>

<hr> <b> &#91 
<a href="Status.html" TARGET=_parent>Java Explorer</a> |
<a href="http://www.ibm.com/" TARGET=_parent>IBM home page</a> |
<a href="http://www.ibm.com/Orders/" TARGET=_parent>Order</a> |
<a href="http://www.ibm.com/Search/" TARGET=_parent>Search</a> |
<a href="http://www.ibm.com/Assist/" TARGET=_parent>Contact IBM</a> |
<a href="http://www.ibm.com/Finding/" TARGET=_parent>Help</a> |
<a href="http://www.ibm.com/copyright.html" TARGET=_parent>(C)</a> |
<a href="http://www.ibm.com/trademarks.html" TARGET=_parent>(TM)</a> &#93 </b>

</body>
</html>