This file is indexed.

/usr/share/jsmath/test/index.html is in jsmath 3.6c-1.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
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<HTML>
<HEAD>
<TITLE>jsMath (Test):  jsMath Test Page</TITLE>
<!-- Copyright (c) 2007 by Davide P. Cervone.  All rights reserved. -->
<!-- *Document-Format:  jsMath -->
<!-- *Navigation-Data:-->
</HEAD>
<BODY>

<!-- *Navigation-links -->
<TABLE WIDTH="100%" BORDER="1" CELLPADDING="2" CELLSPACING="1">
<TR><TD BGCOLOR="#B8B8B8"><TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR><TD WIDTH="20%" ALIGN="LEFT" NOWRAP></TD>
<TD ALIGN="CENTER" WIDTH="60%"><!
><NOBR><B><SMALL><A HREF="../welcome.html">jsMath</A> (Test)</SMALL></B></NOBR><!
></TD>
<TD ALIGN="RIGHT" WIDTH="20%" HEIGHT="25" NOWRAP><!
></TD></TR></TABLE>
</TD></TR></TABLE>
<p>
<!BR>

<!-- *Begin-Document-Body -->

<SCRIPT>
  jsMath = {
    Controls: {
      cookie: {scale: 133},
      CheckVersion: function () {
        jsMath.Script.delayedLoad('http://www.math.union.edu/locate/jsMath/jsMath/jsMath-version-check.js');
      }
    },
    Parser: {prototype: {
      macros: {warning: ["Macro","\\color{##00CC00}{\\rm jsMath\\ appears\\ to\\ be\\  working!}",1]}
    }}
  }
</SCRIPT>
<SCRIPT SRC="../plugins/noImageFonts.js"></SCRIPT>
<SCRIPT SRC="../jsMath.js"></SCRIPT>
<NOSCRIPT>
<DIV STYLE="color:#CC0000; text-align:center">
<B>Warning: <A HREF="http://www.math.union.edu/locate/jsMath">jsMath</A>
requires JavaScript to process the mathematics on this page.<BR>
If your browser supports JavaScript, be sure it is enabled.<B>
</DIV>
<HR>
</NOSCRIPT>

<BLOCKQUOTE>

<DIV STYLE="float:right; width:auto; margin-top:.5em">
<INPUT TYPE="button" VALUE="Check for Updates" ONCLICK="jsMath.Controls.CheckVersion()">
</DIV>

<H1>jsMath Test Page</H1>

If you see typeset mathematics below, then jsMath is working.  If you see
TeX code instead, jsMath is not working for you.
<p>
<!------------------------------------------------------------------------>
<HR>


<DIV CLASS="math">
\left(\, \sum_{k=1}^n a_k b_k \right)^2 \le
\left(\, \sum_{k=1}^n a_k^2 \right) \left(\, \sum_{k=1}^n b_k^2 \right)
</DIV>
<p>

<DIV CLASS="math" STYLE="color:red">
\warning{ &nbsp; &nbsp; &nbsp; jsMath is not working! &nbsp; &nbsp; &nbsp; }
</DIV>

<!------------------------------------------------------------------------>
<HR>
<p>

Once you have jsMath working properly, view the <A
HREF="index-images.html">image mode test page</A> to make sure that the
image fallback mode is working as well.

</BLOCKQUOTE>

<SCRIPT>
jsMath.Process(document);
</SCRIPT>

<!-- *End-Document-Body -->

<!-- *jsMath-Common-Footer -->
<!BR><p>
<HR SIZE="3">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="98%" ALIGN="CENTER">
<TR VALIGN="MIDDLE"><TD BGCOLOR="#B8B8B8" WIDTH="50%">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="8" ALIGN="CENTER">
<TR VALIGN="MIDDLE">

<TD><IMG SRC="jsMath40.jpg" ALT="[HOME]" BORDER="1" WIDTH="40" HEIGHT="40" HSPACE="5"></TD>
<TD><SMALL>jsMath web pages<BR>
Created:  14 Feb 2007<BR>
<!-- hhmts start -->
Last modified:  Feb 12, 2009 6:14:47 PM
<!-- hhmts end -->
<BR>
Comments to:  <A HREF="mailto:dpvc@union.edu"><CODE>dpvc@union.edu</CODE></A><BR>
</SMALL></TD>

</TR></TABLE></TD>
<TD WIDTH="100%" BGCOLOR="#B8B8B8">&nbsp;</TD>
</TR></TABLE>
<HR SIZE="3">

</BODY>
</HTML>