Blame cgi-bin/testhi.html

Packit 2fc92b
<HTML>
Packit 2fc92b
<HEAD>
Packit 2fc92b
	<TITLE>Test File for Help Index Code</TITLE>
Packit 2fc92b
</HEAD>
Packit 2fc92b
<BODY>
Packit 2fc92b
Packit 2fc92b

This is a test file for the help index code. The help index

Packit 2fc92b
code reads plain HTML and indexes the title and any anchored
Packit 2fc92b
text, ignoring all other markup. Anchor tags must be on a single
Packit 2fc92b
line, although the text they wrap may cross multiple lines and be
Packit 2fc92b
up to 1024 bytes in length.

Packit 2fc92b
Packit 2fc92b

This is the First Anchor

Packit 2fc92b
Packit 2fc92b

This is some text for the first anchor.

Packit 2fc92b
Packit 2fc92b
Packit 2fc92b

This is the Second Anchor

Packit 2fc92b
Packit 2fc92b

This is some text for the first anchor.

Packit 2fc92b
Packit 2fc92b

John asked Mary to the dance.

Packit 2fc92b
Packit 2fc92b
Packit 2fc92b

This is the Third Anchor

Packit 2fc92b
Packit 2fc92b

This is some text for the third anchor. This

Packit 2fc92b
is an in-line anchor that crosses a line.

Packit 2fc92b
Packit 2fc92b
</BODY>
Packit 2fc92b
</HTML>