summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/test/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/test/htdocs')
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/robots.txt5
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/bad_local.htm57
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/index.html24
-rwxr-xr-xdebian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi11
-rwxr-xr-xdebian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.foo11
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/script.html182
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site 1.html86
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site2.html26
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site3.html234
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site4.html808
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/sub%20dir/empty file.html2
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set1/title.html10
-rw-r--r--debian/htdig/htdig-3.2.0b6/test/htdocs/set2/normal.html1
-rwxr-xr-xdebian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-content_type.cgi10
-rwxr-xr-xdebian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-hang.cgi31
-rwxr-xr-xdebian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-location.cgi11
-rwxr-xr-xdebian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-slow.cgi1069
17 files changed, 2578 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/robots.txt b/debian/htdig/htdig-3.2.0b6/test/htdocs/robots.txt
new file mode 100644
index 00000000..1017ea35
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/robots.txt
@@ -0,0 +1,5 @@
+User-agent: *
+Disallow: /set1/site
+
+User-agent: htdig
+Disallow:
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/bad_local.htm b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/bad_local.htm
new file mode 100644
index 00000000..432c8459
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/bad_local.htm
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+ <head>
+ <title>
+ ht://Dig: Where to get it
+ </title>
+ </head>
+ <body bgcolor="#eef7ff">
+ <h1>
+ Where to obtain it
+ </h1>
+ <p>
+ ht://Dig Copyright &copy; 1995-2001 <a href="THANKS.html">The ht://Dig Group</a><br>
+ Please see the file <a href="COPYING">COPYING</a> for
+ license information.
+ </p>
+ <hr size="4" noshade>
+ <p>
+ The current release is
+ <a href="http://www.htdig.org/files/htdig-3.1.5.tar.gz">
+ htdig-3.1.5.tar.gz</a>. Note that this is a gzipped tar file.
+ You will need the GNU gunzip program, part of the gzip package,
+ to extract the files in the archive. You can get the latest
+ version of any of the GNU tools from <a
+ href="ftp://ftp.gnu.org/pub/gnu/">ftp://ftp.gnu.org/pub/gnu/</a>
+ The latest beta version of 3.2 is <a
+ href="http://www.htdig.org/files/htdig-3.2.0b3.tar.gz">htdig-3.2.0b3.tar.gz</a>.
+ </p>
+ <p>
+ All releases of ht://Dig are also now available through <a
+ href="http://sourceforge.net/">SourceForge</a>. Access is
+ available through <a
+ href="http://download.sourceforge.net/htdig/">HTTP</a> and <a
+ href="ftp://ftp.htdig.org/pub/htdig/">FTP</a>.
+ <p>
+ There are also previous releases and context diffs available
+ through <a
+ href="http://www.htdig.org/files/">http://www.htdig.org/files/</a>
+ along with contributed binary releases available through <a
+ href="http://www.htdig.org/files/binaries/">
+ http://www.htdig.org/files/binaries/</a>
+ Additionally, access is available for ftp through <a
+ href="ftp://ftp.htdig.org/pub/htdig/">ftp.htdig.org</a>.
+ </p>
+ <p>
+ The latest documentation of ht://Dig is always available at
+ <a href="http://www.htdig.org/" target="_top">http://www.htdig.org/</a>
+ </p>
+ <hr size="4" noshade>
+
+ Last modified: $Date: 2004/01/18 12:54:15 $
+<br>
+ <a href="http://sourceforge.net/">
+ <img src="http://sourceforge.net/sflogo.php?group_id=4593&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a>
+
+ </body>
+</html>
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/index.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/index.html
new file mode 100644
index 00000000..45e684bf
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/index.html
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html><head>
+<title>ht://Dig Test Pages</title>
+</head>
+
+<body>
+
+<a href="script.html">JavaScript test</a>
+<a href="site%201.html">Site 1</a>
+<a href="site2.html">Site2</a>
+<a href="site3.html">Site3</a>
+<a href="site4.html">Site4</a>
+<a href="bad_local.htm">Extension not to be fetched locally</a>
+<a href="nph-location.cgi">bad_extension skipped before RetrieveLocal()</a>
+<a href="nph-location.foo">To check bad_local_extensions, distinguish from unknown extensions</a>
+<a href="title.html">Title Tag test</a>
+<a href="sub%2520dir/">URL-encoding test</a>
+
+<hr>
+<address></address>
+<!-- hhmts start -->
+Last modified: Fri Jan 3 01:16:15 AEST 2003
+<!-- hhmts end -->
+</body> </html>
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi
new file mode 100755
index 00000000..a7ad45f5
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.cgi
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+echo 'HTTP/1.1 200 OK'
+echo 'Connection: close'
+echo 'Content-Type: text/html'
+echo 'Location: /set3/nph-location.cgi'
+echo
+cat <<!
+This is the content of the
+document
+!
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.foo b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.foo
new file mode 100755
index 00000000..a7ad45f5
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/nph-location.foo
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+echo 'HTTP/1.1 200 OK'
+echo 'Connection: close'
+echo 'Content-Type: text/html'
+echo 'Location: /set3/nph-location.cgi'
+echo
+cat <<!
+This is the content of the
+document
+!
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/script.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/script.html
new file mode 100644
index 00000000..c35c713e
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/script.html
@@ -0,0 +1,182 @@
+<html>
+<head>
+<title>Intelligent Network Solutions - Service Node</title>
+<META NAME="title" content="Intelligent Network Solutions - Service Node">
+<META name="description" content=" The Open Telecommunications Service Node, Open SN, is a cost effective means of introducing IN services into non-IN networks. It has the features of a full IN implementation in a single platform and connects to the network using normal call handling signalling.">
+<META name="keywords" content="Open Technology, Open Telecommunications,Intelligent Network,Intelligent Networks,IN,Service Control PointSCP,Open SCP,Service Switching Point,SSP,Intelligent Peripheral,IP,Open IP,Service Node,SN,Open SN,Signaling Interface Processor,Signalling Interface Processor,SIP,Open SIP,Service Switching Function,SSF,Service Control Function,SCF,Specialized Resource Function,Specialised Resource Function,SRF,ITU-T,Capability Set 1,CS1,CS-1,Capability Set 2,CS2,CS-2,Freephone,Calling Card,Prepaid,Mobile,UPT,Universal Personal Telecommunications,Personal Number,Virtual Private Network,VPN,Account Card Calling,Televoting,Mass calling,Abbreviated dial,Universal Messaging,Loop route,TCAP,ISUP,ISDN,SS7,CCS,Common Channel Signalling,Common Channel Signaling,INAP,IN Application Part,Voice mail">
+<META NAME="author" content="Interfuse Media Group http://www.interfuse.com.au">
+
+<SCRIPT LANGUAGE = "JavaScript">
+
+browserName = navigator.appName;
+browserVer = parseInt(navigator.appVersion);
+
+if (browserVer >= 3) version = "3";
+else version = "0";
+
+if (version == "3") {
+
+ homeon = new Image();
+ homeon.src = "../_interface/home2.gif";
+ homeoff = new Image();
+ homeoff.src = "../_interface/home1.gif";
+
+ searchon = new Image();
+ searchon.src = "../_interface/search2.gif";
+ searchoff = new Image();
+ searchoff.src = "../_interface/search1.gif";
+
+ sitemapon = new Image();
+ sitemapon.src = "../_interface/sitemap2.gif";
+ sitemapoff = new Image();
+ sitemapoff.src = "../_interface/sitemap1.gif";
+
+ feedbackon = new Image();
+ feedbackon.src = "../_interface/feedback2.gif";
+ feedbackoff = new Image();
+ feedbackoff.src = "../_interface/feedback1.gif";
+
+ mailon = new Image();
+ mailon.src = "../_interface/mail2.gif";
+ mailoff = new Image();
+ mailoff.src = "../_interface/mail1.gif";
+
+
+ temp1 = new Image(144,62);
+
+ temp2 = new Image(144,62);
+
+
+}
+
+function img_act(imgName) {
+ if (version == "3") {
+ imgOn = eval(imgName + "on.src");
+ document [imgName].src = imgOn;
+ }
+}
+
+function img_inact(imgName) {
+ if (version == "3") {
+ imgOff = eval(imgName + "off.src");
+ document [imgName].src = imgOff;
+ }
+}
+
+function toggle2(an_image, on_off)
+ {
+ if (version == "3")
+ {
+ if (on_off == 'on')
+ document [an_image].src = eval(an_image + "on.src");
+ else if (on_off == 'off')
+ document [an_image].src=eval(an_image + "off.src");
+ }
+ }
+<!--htdig_noindex-->
+</SCRIPT></head>
+
+This should be considered, as htdig_noindex flag within SCRIPT.
+<!--/htdig_noindex-->
+
+<!--htdig_noindex-->
+<SCRIPT> </SCRIPT>
+This should be neglected, as inside its own htdig_noindex, despite
+&lt;/SCRIPT&gt; being listed in noindex_end.
+<!--/htdig_noindex-->
+
+
+<body bgcolor="#000000" text="#6C6C6C" link="blue" vlink="blue">
+
+<table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="630">
+<tr>
+<td><table border="0" cellpadding="0" cellspacing="0">
+<tr>
+<td><a name="top"><img src="../_interface/topleft.jpg" width="159" height="35" border="0"></a></td>
+<td><a href="../opentel.html" onMouseOver="toggle2('home', 'on');window.status='home';return true" onMouseOut="; toggle2('home', 'off');window.status='';return true;"><img src="../_interface/home1.gif" width="86" height="35" name="home" border="0" alt="home"></a></td>
+<td><a href="../search.html" onMouseOver="toggle2('search', 'on');window.status='search';return true" onMouseOut="; toggle2('search', 'off');window.status='';return true;"><img src="../_interface/search1.gif" width="99" height="35" name="search" border="0" alt="search"></a></td>
+<td><a href="../sitemap.html" onMouseOver="toggle2('sitemap', 'on');window.status='sitemap';return true" onMouseOut="; toggle2('sitemap', 'off');window.status='';return true;"><img src="../_interface/sitemap1.gif" width="125" height="35" name="sitemap" border="0" alt="sitemap"></a></td>
+<td><a href="../feedback.html" onMouseOver="toggle2('feedback', 'on');window.status='feedback';return true" onMouseOut="; toggle2('feedback', 'off');window.status='';return true;"><img src="../_interface/feedback1.gif" width="161" height="35" name="feedback" border="0" alt="feedback"></a></td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td><table border="0" cellpadding="0" cellspacing="0">
+<tr>
+<td><img src="../_interface/topbar.jpg" width="543" hieght="37"></td>
+<td><a href="mailto:solutions@ot.com.au" onMouseOver="toggle2('mail', 'on');window.status='e-mail';return true" onMouseOut="; toggle2('mail', 'off');window.status='';return true;"><img src="../_interface/mail1.gif" width="87" height="37" name="mail" border="0" alt="e-mail: solutions@ot.com.au"></a></td>
+</tr>
+</table>
+</td>
+</tr>
+<tr>
+<td><table border="0" cellpadding="0" cellspacing="0" width="630">
+<tr>
+<td><table border="0" cellpadding="0" cellspacing="0">
+<tr>
+<td><img src="../_interface/topmid_INS_2.jpg" width="552" height="72"></td>
+</tr>
+<tr>
+<td valign="top" align="right"><table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td valign="top" align="left">
+<font face="arial" size="2">
+<hr><a href="ins_1.html"><img src="_images/1.gif" width="140" height="26" border="0" alt="Intelligent Peripheral"></a><br>
+<a href="ins_2.html"><img src="_images/2.gif" width="140" height="26" border="0" alt="Signalling Interface Processor (SIP)"></a><br>
+<a href="ins_3.html"><img src="_images/3.gif" width="140" height="26" border="0" alt="Service Control Point"></a><br>
+<a href="ins_4.html"><img src="_images/4d.gif" width="140" height="26" border="0" alt="Service Node"></a><br>
+<a href="ins_6.html"><img src="_images/6.gif" width="140" height="26" border="0" alt="Software Development Services"></a><br>
+<a href="ins_7.html"><img src="_images/7.gif" width="140" height="26" border="0" alt="Project Case Study"></a>
+<br><hr><br>
+</td><td><img src="../_interface/space.gif" width="10" height="26"></td><td valign="top">
+<font face="arial" size="3" color="#0080FF">
+<b>Service Node </b></font><br><br>
+<font face="arial" size="2">
+
+The Open Telecommunications Service Node, Open SN, is a cost effective means of introducing IN services into non-IN networks. It has the features of a full IN implementation in a single platform and connects to the network using normal call handling signalling.
+<br><br>The Open SN is different to most service nodes. It has been designed from the ground-up as an IN component. The Open SN functions are easily migrated to a full IN architecture - there is no need to re-implement services to provide higher capacity and a more distributed architecture.
+<br><br><b><i>All IN functions in a single platform</i></b><br><br>
+The Open SN incorporates all the functions of the Open SCP and the Open IP, and the call handling functions normally done by a Service Switching Point (SSP). The latter include:
+<blockquote><li>IN call models for originating and terminating calls
+<li>Trigger detection and processing
+<li>Call gapping and service filtering
+<li>Production of call detail records (e.g. for billing)</blockquote>
+<B><I>Full IN call handling</B></I><BR><BR>
+The Open SN handles calls using the same powerful service logic and service data functions as the <a href="ins_3.html">Open SCP</a> enabling future migration to a full IN architecture.
+<br><br><B><I>Easy network connection</b></i><BR><BR>
+The Open SN connects to the network using the normal call handling protocol, the ISDN User Part (ISUP) available in the SS7 network. There is no need, then, to upgrade network switches to introduce IN; the existing protocols will suffice.
+<br><br>Moreover, by using “loop routes” it is possible for a single Open SN platform to serve many network switches. This reduces the implementation cost, both in terms of service node hardware and in transmission costs. Loop routes are also utilised by the <a href="ins_2.html">Signalling Interface Processor </a>, where they are explained more fully.
+<br><br><img src="_images/sn-loop.gif" width="400" height="310" alt="SN loop route connection"><br><br>
+
+<B><I>Reliable performance</b></i><br><br>
+All the functions of the Open SN are duplicated for reliability as in other OT IN products.
+<br><br>The Open SN has been designed for a moderate call load of 40 calls/s, which can be increased by installing multiple service node sites. For significantly higher loads, we expect that use of the Open SCP will be more efficient.
+<br><br><b><i>With a full range of OAM features</i></b><br><br>
+As with all OT products, the Open SCP is built for real telecom environments, with a full set of operation, administration and management features, including:<blockquote>
+<li>online loading of new services and new service versions
+<li>online management and backup of data, including voice prompts
+<li>all OAM functions accessible via a text command / response interface or via CORBA objects
+<li>extensive statistics
+<li>comprehensive alarm indications
+<li>diagnostic trace functions for call events</blockquote>
+For further information on the Open SN or any other OT products please contact us at [<a href="mailto:solutions@ot.com.au">solutions@ot.com.au</a>].<br><br>
+<a href="#top"><img src="../_interface/top.gif" width="30" height="30" alt="top" border="0"></a>
+</td></tr></table></td>
+</tr>
+</table>
+</td>
+<td valign="top"><img src="../_interface/rightside.gif" width="78" height="282"></td>
+</tr>
+</table>
+</td>
+</tr>
+<tr><td>
+<table border="0"><tr><td>
+
+</tr></td>
+<tr><td><hr>
+<center><img src="../_interface/textanim.gif" width="630" height="40">
+<font face="arial" size="1"><b>Open Telecommunications Pty Ltd</b><br>Level 2/ 53 Walker St North Sydney<br>Phone: +61 02 9964-9633 Fax: +61 02 9957-534<br>E-mail: <a href="solutions@ot.com.au">solutions@ot.com.au</a><br>Online: <a href="http://www.ot.com.au" target="top">www.ot.com.au</a><br><br></font>
+</td></tr></table></td></tr></table>
+
+</body>
+</html>
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site 1.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site 1.html
new file mode 100644
index 00000000..6483f136
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site 1.html
@@ -0,0 +1,86 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
+<title>Kenfil Distribution (FE) Ltd.</title>
+</head>
+
+<body background="kenbg30.jpg" bgcolor="#FFFFFF" vlink="#FF00FF" leftmargin="0">
+
+<table border="0" width="80%">
+ <tr>
+ <td align="center" valign="top" width="14%"><!--webbot bot="ImageMap" rectangle="(7,0) (139,28) HotFrames.htm" src="Wwwhot30.jpg" align="top" border="0" startspan --><MAP NAME="FrontPageMap"><AREA SHAPE="RECT" COORDS="7, 0, 139, 28" HREF="HotFrames.htm"></MAP><a href="_vti_bin/shtml.dll/index.htm/map"><img align="top" ismap usemap="#FrontPageMap" border="0" height="29" src="Wwwhot30.jpg" width="144"></a><!--webbot bot="ImageMap" endspan i-checksum="3742" --><p><!--webbot bot="ImageMap" default="corporat2.htm" rectangle="(0,3) (128,49) corporat2.htm" src="Wwwclic19in.jpg" align="top" border="0" startspan --><MAP NAME="FrontPageMap1"><AREA SHAPE="RECT" COORDS="0, 3, 128, 49" HREF="corporat2.htm"><AREA COORDS="0,0,10000,10000" HREF="corporat2.htm"></MAP><a href="_vti_bin/shtml.dll/index.htm/map1"><img align="top" ismap usemap="#FrontPageMap1" border="0" height="50" src="Wwwclic19in.jpg" width="130"></a><!--webbot bot="ImageMap" endspan i-checksum="7633" --></p>
+ <p><!--webbot bot="ImageMap" rectangle="(5,112) (179,128) Training/msatecOct.htm" rectangle="(8,1) (152,17) Overview98.htm" rectangle="(6,271) (113,284) orderform.htm" rectangle="(7,136) (185,153) lpp.htm" rectangle="(9,245) (131,258) publisher.htm" rectangle="(5,219) (144,231) technicalform.htm" rectangle="(2,192) (175,205) softwarepulse.htm" rectangle="(3,164) (146,176) ftp://ftp.kenfil.com" rectangle="(4,86) (145,100) Training/trainsch.htm" rectangle="(1,55) (147,73) HotFrames.htm" rectangle="(10,29) (151,47) product_list.htm" src="edgelisting26c.jpg" align="top" border="0" width="187" height="281" startspan --><MAP NAME="FrontPageMap2"><AREA SHAPE="RECT" COORDS="5, 112, 179, 128" HREF="Training/msatecOct.htm"><AREA SHAPE="RECT" COORDS="8, 1, 152, 17" HREF="Overview98.htm"><AREA SHAPE="RECT" COORDS="6, 271, 113, 284" HREF="orderform.htm"><AREA SHAPE="RECT" COORDS="7, 136, 185, 153" HREF="lpp.htm"><AREA SHAPE="RECT" COORDS="9, 245, 131, 258" HREF="publisher.htm"><AREA SHAPE="RECT" COORDS="5, 219, 144, 231" HREF="technicalform.htm"><AREA SHAPE="RECT" COORDS="2, 192, 175, 205" HREF="softwarepulse.htm"><AREA SHAPE="RECT" COORDS="3, 164, 146, 176" HREF="ftp://ftp.kenfil.com"><AREA SHAPE="RECT" COORDS="4, 86, 145, 100" HREF="Training/trainsch.htm"><AREA SHAPE="RECT" COORDS="1, 55, 147, 73" HREF="HotFrames.htm"><AREA SHAPE="RECT" COORDS="10, 29, 151, 47" HREF="product_list.htm"></MAP><a href="_vti_bin/shtml.dll/index.htm/map2"><img align="top" ismap usemap="#FrontPageMap2" border="0" height="281" src="edgelisting26c.jpg" width="187"></a><!--webbot bot="ImageMap" endspan i-checksum="35056" --><br>
+ </p>
+ <p align="left"><!--webbot bot="ImageMap" rectangle="(1,0) (49,32) contact.htm#Hong+Kong+Office:" src="Hkflag_s.gif" align="left" hspace="3" border="0" startspan --><MAP NAME="FrontPageMap3"><AREA SHAPE="RECT" COORDS="1, 0, 49, 32" HREF="contact.htm#Hong Kong Office:"></MAP><a href="_vti_bin/shtml.dll/index.htm/map3"><img align="left" ismap usemap="#FrontPageMap3" border="0" height="33" hspace="3" src="Hkflag_s.gif" width="50"></a><!--webbot bot="ImageMap" endspan i-checksum="20174" --><a href="contact.htm#Kenfil Distribution (Far East) Ltd."><br>
+ </a><a href="contact.htm"><font size="2" color="#FFFF00"><strong>Hong Kong Office</strong></font></a></p>
+ <p align="left"><strong><!--webbot bot="ImageMap" rectangle="(3,0) (49,32) contact.htm#KENFIL+DISTRIBUTION+(M)+SDN.+BHD." src="Malay_s.jpg" align="left" hspace="6" border="0" startspan --><MAP NAME="FrontPageMap4"><AREA SHAPE="RECT" COORDS="3, 0, 49, 32" HREF="contact.htm#KENFIL DISTRIBUTION (M) SDN. BHD."></MAP><a href="_vti_bin/shtml.dll/index.htm/map4"><img align="left" ismap usemap="#FrontPageMap4" border="0" height="33" hspace="6" src="Malay_s.jpg" width="50"></a><!--webbot bot="ImageMap" endspan i-checksum="53177" --><br>
+ <a href="contact.htm#KENFIL DISTRIBUTION (M) SDN. BHD."><font color="#FFFF00"><small>Malaysia
+ Office</small></font></a></strong></p>
+ <p align="left"><font color="#FFFF00"><!--webbot bot="ImageMap" rectangle="(1,5) (50,32) contact.htm#US+Office:" src="image2/mini_US.JPG" alt="mini_US.JPG (6954 bytes)" align="left" hspace="6" border="0" startspan --><MAP NAME="FrontPageMap5"><AREA SHAPE="RECT" COORDS="1, 5, 50, 32" HREF="contact.htm#US Office:"></MAP><a href="_vti_bin/shtml.dll/index.htm/map5"><img align="left" ismap usemap="#FrontPageMap5" border="0" height="33" hspace="6" alt="mini_US.JPG (6954 bytes)" src="image2/mini_US.JPG" width="51"></a><!--webbot bot="ImageMap" endspan i-checksum="32958" --></font><br>
+ <a href="contact.htm#US Office:"><font size="2" color="#FFFF00"><strong>US&nbsp; Office</strong></font></a></td>
+ <td align="center"></td>
+ <td></td>
+ <td align="center" valign="top" width="80%"><blockquote>
+ <p align="center"><font color="#FAE105" size="2" face="Cooper Lt BT"><!--webbot bot="ImageMap" rectangle="(302,43) (392,72) contact.htm" rectangle="(301,6) (395,39) technical.htm" rectangle="(5,42) (95,72) Training/training.htm" rectangle="(1,2) (96,37) software.htm" src="head62.jpg" align="left" border="0" hspace="5" startspan --><MAP NAME="FrontPageMap6"><AREA SHAPE="RECT" COORDS="302, 43, 392, 72" HREF="contact.htm"><AREA SHAPE="RECT" COORDS="301, 6, 395, 39" HREF="technical.htm"><AREA SHAPE="RECT" COORDS="5, 42, 95, 72" HREF="Training/training.htm"><AREA SHAPE="RECT" COORDS="1, 2, 96, 37" HREF="software.htm"></MAP><a href="_vti_bin/shtml.dll/index.htm/map6"><img align="left" ismap usemap="#FrontPageMap6" border="0" height="78" hspace="5" src="head62.jpg" width="396"></a><!--webbot bot="ImageMap" endspan i-checksum="12062" --><br>
+ </font></p>
+ <p align="center">&nbsp;</p>
+ <p align="left">&nbsp;</p>
+ </blockquote>
+ <div align="center"><center><table border="0" cellpadding="0" cellspacing="1">
+ <tr>
+ <td rowspan="2"></td>
+ <td align="right" valign="bottom" rowspan="2"><!--webbot bot="ImageMap" rectangle="(2,3) (31,59) index81.htm" src="Trophyt.gif" align="absbottom" border="0" hspace="5" width="32" height="60" startspan --><MAP NAME="FrontPageMap7"><AREA SHAPE="RECT" COORDS="2, 3, 31, 59" HREF="index81.htm"></MAP><a href="_vti_bin/shtml.dll/index.htm/map7"><img align="absbottom" ismap usemap="#FrontPageMap7" border="0" height="60" hspace="5" src="Trophyt.gif" width="32"></a><!--webbot bot="ImageMap" endspan i-checksum="41877" --></td>
+ <td width="85%"></td>
+ </tr>
+ <tr>
+ <td width="85%"><font color="#460000" face="Arial Rounded MT Bold"><em><marquee align="middle" bgcolor="#F1D303" height="20" scrollamount="5" scrolldelay="75" border="0">Kenfil received &quot;Best Solution Provider&quot; Award from Microsoft.... </marquee></em></font></td>
+ </tr>
+ </table>
+ </center></div><blockquote>
+ <p align="left"><font color="#FAE105" size="2" face="Cooper Lt BT"><img src="photo9c.jpg" align="left" hspace="5" WIDTH="382" HEIGHT="301"></font></p>
+ <p align="left">&nbsp;</p>
+ <p align="left">&nbsp;</p>
+ <p align="left">&nbsp;</p>
+ <p align="left">&nbsp;</p>
+ <p align="left">&nbsp;</p>
+ <p align="left">&nbsp;</p>
+ <p align="left">&nbsp;</p>
+ <p align="left">&nbsp;</p>
+ <p><font color="#0000FF" size="2"><strong>[<a href="software.htm">Software Distribution</a>][<a href="Training/training.htm">Training&amp;Consultation</a>][<a href="technical.htm">Technical
+ Service</a>] <br>
+ <a href="contact.htm">[Contact Information]</a></strong></font></p>
+ </blockquote>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" valign="top" width="14%"><font color="#FFFF00" size="2" face="Cooper Lt BT"><strong><br>
+ <!--webbot bot="ImageMap" rectangle="(5,4) (102,34) job.htm" src="jobopp8.gif" border="0" startspan --><MAP NAME="FrontPageMap8"><AREA SHAPE="RECT" COORDS="5, 4, 102, 34" HREF="job.htm"></MAP><a href="_vti_bin/shtml.dll/index.htm/map8"><img ismap usemap="#FrontPageMap8" border="0" height="42" src="jobopp8.gif" width="104"></a><!--webbot bot="ImageMap" endspan i-checksum="31031" --></strong></font></td>
+ <td align="center" rowspan="2"></td>
+ <td align="center" rowspan="2"></td>
+ <td align="center" rowspan="2" width="100%"><p align="center"><font color="#000080"><strong><br>
+ You are visitor <!--webbot bot="HitCounter" i-image="4" i-digits="8" b-reset="FALSE" preview="&lt;strong&gt;Hit Counter&lt;/strong&gt;" u-custom i-resetvalue="1323850" startspan -->
+<img src="/cgi-bin/fpcount.exe/?Page=index.htm|Image=4|Digits=8"><!--webbot bot="HitCounter" endspan i-checksum="56822" --> since Oct 18, 1996</strong></font></p>
+ <p align="center"><font color="#00007D" size="2"><strong>Best Viewed With<br>
+ </strong></font><img src="IE.gif" WIDTH="82" HEIGHT="31"> <img src="msbo_iis.gif" WIDTH="100" HEIGHT="31"><br>
+ <font color="#800080" size="2"><em><strong>URL: http://www.kenfil.com<br>
+ Created on October 18, 1996 <br>
+ Last updated on <!--webbot bot="Timestamp" s-type="REGENERATED" s-format="%B %d, %Y" startspan -->November 27, 1998<!--webbot bot="Timestamp" endspan i-checksum="41300" --><br>
+ </strong></em></font><br>
+ <font color="#800080" size="2"><em><strong>Please mail your comments &amp; suggestions to<br>
+ </strong></em></font><img src="earth15.gif" WIDTH="32" HEIGHT="32"> <a href="mailto:webmaster@kenfil.com"><font size="3"><em><strong>webmaster@kenfil.com</strong></em></font></a><br>
+ </td>
+ </tr>
+ <tr>
+ <td align="center" valign="top" width="14%">&nbsp; </td>
+ </tr>
+</table>
+
+<p align="right"><font color="#808080" size="1" face="Arial Black">© 1997 Kenfil
+Distribution (FE) Ltd</font></p>
+
+<p align="center">&nbsp;</p>
+</body>
+</html>
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site2.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site2.html
new file mode 100644
index 00000000..4f57c1c2
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site2.html
@@ -0,0 +1,26 @@
+<HTML><HEAD>
+<SCRIPT LANGUAGE="JavaScript">
+<!-- prevent another homepge from loading this page in its frame. They can't make this homepage appear as if it is thier homepage.
+ if(self!=top){
+ top.location.href=self.location.href;
+ }
+// -->
+</SCRIPT>
+<META HTTP-EQUIV="Refresh">
+<TITLE>Hong Kong Kung Fu Movies</TITLE>
+<META NAME="Keywords" CONTENT="Yuki, Hong Kong, Movies, Kung Fu, Martial Arts, Jackie Chan, Jet Li, Sam Hung, Bruce Lee, Michelle Yeoh, Yuen Biao, Maggie Chung">
+<META NAME="Description" CONTENT="This homepage has a lot of links to Hong Kong movie stars such as Jackie Chan, Jet Li, Sam Hung, Bruce Lee, Michelle Yeoh, Yuen Biao, and Maggie Chung. It also has Yuki's favorite movies and actors/actresses and more!">
+</HEAD>
+<FRAMESET ROWS="80,*" BORDERCOLOR="#000000">
+ <FRAME SRC="http://www.besthongkongfilms.com/yukih-cgi/hk_bannar.cgi" SCROLLING=NO NAME="HK-BARNER">
+ <FRAMESET COLS="25%,*" BORDERCOLOR="#000000">
+ <FRAMESET ROWS="*,30" BORDERCOLOR="#000000">
+ <FRAME SRC="http://www.besthongkongfilms.com/yukih-cgi/hk_directory.cgi" NAME="HK-DIR">
+ <FRAME SRC="hk_clock.shtml" MARGINWIDTH=1 MARGINHEIGHT=1 SCROLLING="NO" NAME="CLOCK-WINDOW">
+ </FRAMESET>
+ <FRAME SRC="http://www.besthongkongfilms.com/yukih-cgi/hk_home.cgi" NAME="HK-MAIN">
+ </FRAMESET>
+</FRAMESET>
+a#bcd
+</HTML>
+
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site3.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site3.html
new file mode 100644
index 00000000..ee480b75
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site3.html
@@ -0,0 +1,234 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" Arial
+charset="gb2312&quot;">
+<meta http-equiv="refresh">
+<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
+<title>China Business Net</title>
+<style type="text/css">
+
+<!--
+
+.zeng { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; text-decoration: none; background-color: #FFFFFF}
+
+-->
+
+</style>
+</head>
+<script language="JavaScript">
+
+
+
+<!--
+
+ function MakeArray()
+
+ {
+
+ this.length = MakeArray.arguments.length
+
+ for (var i = 0; i < this.length; i++)
+
+ this[i+1] = MakeArray.arguments[i]
+
+ }
+
+
+
+ var url = new MakeArray("Europe.",
+
+ "html/advertising.html",
+
+ "html/transportation.html",
+
+ "html/financial.html",
+
+ "html/chemistry.html",
+
+ "html/comprehensive.html",
+
+ "html/computer.html",
+
+ "html/decoration.html",
+
+ "html/electronic.html",
+
+ "html/textile.html",
+
+ "html/Watches.html",
+
+ "html/manufacturing.html",
+
+ "html/medical.html",
+
+ "html/real.html",
+
+ "html/trade.html");
+
+ function jumpPage(form)
+
+ {
+
+ i = form.SelectMenu.selectedIndex;
+
+ if (i == 0) return;
+
+ window.location.href = url[i+1];
+
+ }
+
+// -->
+
+
+
+</script>
+
+
+<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"
+background="images/mainpages/ground2.gif" bgcolor="#FFFFFF">
+
+<table border="0" width="620" height="1" cellspacing="0" cellpadding="0">
+ <tr>
+ <td width="620" height="1" bgcolor="#000000"><img src="images/mainpages/001.gif" width="1"
+ height="11" alt="001.gif (36 bytes)"></td>
+ </tr>
+ <tr>
+ <td width="100%" height="16"><table border="0" width="1%" cellspacing="0" cellpadding="0"
+ height="247">
+ <tr>
+ <td width="3%" valign="top" height="149"><img src="images/mainpages/002.gif" width="41"
+ height="320" alt="Welcome to China Business Net"></td>
+ <td width="18%" valign="top" height="149"><p align="center"><img
+ src="images/mainpages/0031.gif" width="132" height="125" alt=" picture"><br>
+ <a href="html/company.html"><img src="images/mainpages/0032.gif" width="132" height="47"
+ alt="Company Profile" border="0"></a><br>
+ <a href="html/china.html"><img src="images/mainpages/0033.gif" width="132" height="26"
+ alt="China Yellow Page" border="0"></a><br>
+ <a href="html/what.html"><img src="images/mainpages/0034.gif" width="132" height="26"
+ alt="What`s New" border="0"></a><br>
+ <img src="images/mainpages/0035.gif" width="132" height="25" alt="Trade Bulletin"
+ border="0"><br>
+ <a href="html/serves.html"><img src="images/mainpages/0036.gif" width="132" height="26"
+ alt="Services" border="0"></a><br>
+ <a href="html/reference.html"><img src="images/mainpages/0040.gif" width="132" height="26"
+ alt="Reference Sites" border="0"></a><br>
+ <a href="html/support.html"><img src="images/mainpages/0038.gif" width="132" height="27"
+ alt="Support" border="0"></a><br>
+ <a href="mailto:info@chinabusiness.net"><img src="images/mainpages/0039.gif" width="132"
+ height="41" alt="Contact Us" border="0"></a></p>
+ <table border="0" width="100%" cellspacing="0" cellpadding="0">
+ <tr>
+ <td width="100%"><p align="center"><font color="#FF0000" face="Arial"><small><strong>Download
+ It</strong></small></font></td>
+ </tr>
+ </table>
+ <p align="center">&nbsp;<a href="http://www.microsoft.com/msdownload/"><img
+ src="images/mainpages/ie.gif" width="88" height="31" vspace="5" hspace="10" border="0"></a><br>
+ <a href="http://home.netscape.com/download/index.html"><img src="images/mainpages/ns.gif"
+ width="90" height="30" vspace="5" hspace="10" border="0"></a></p>
+ <p align="left"><br>
+ </td>
+ <td width="79%" valign="top" height="149"><img src="images/mainpages/0041.gif" width="72"
+ height="60" alt=" Earth"><img src="images/mainpages/0042.gif" width="111" height="60"
+ alt="China"><img src="images/mainpages/0046.gif" width="144" height="60" alt="Business"><img
+ src="images/mainpages/0048.gif" width="102" height="60" alt="Net"><table border="0"
+ width="449" cellspacing="0" cellpadding="0" height="194">
+ <tr>
+ <td width="292" height="152"><img src="images/mainpages/013.gif" width="280" height="64"
+ alt="We give you the tools to reach the world"><br>
+ <a href="html/china.html"><img src="images/mainpages/0241.gif" width="268" height="28"
+ alt="China Yellow Page" border="0"></a><font face="Arial"><table border="0" width="97%"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ </font><td width="280"><font face="Arial"><strong><font color="#8080FF"><big>A</big></font></strong><small>
+ collection for Chinese enterprises, where you can find business opportunities and march
+ towards the world.</small></font><form NAME="info">
+ <p><font face="Arial" size="2"><select name="SelectMenu" " size="1"
+ onchange="jumpPage(this.form)">
+ <option> Please Select Category </option>
+ <option> Advertising </option>
+ <option> Automobile &amp; Transportation</option>
+ <option> Banking &amp; Finance </option>
+ <option> Chemistry Industry </option>
+ <option> Comprehensive Group </option>
+ <option> Computer </option>
+ <option> Decoration &amp; Building Materials</option>
+ <option> Electronic Communication </option>
+ <option> Fashion &amp; Textile </option>
+ <option> Jewel &amp; Watches </option>
+ <option> Manufacturing </option>
+ <option> Medical Treatment &amp; Health Care </option>
+ <option> Real Estate </option>
+ <option> Trade </option>
+ </select> </p>
+ </form>
+ <p><img src="images/mainpages/024.gif" width="268" height="28" alt="Trade Bulletin"
+ vspace="4" border="0"><br>
+ </font><font color="#8080FF" face="Arial" size="3"><strong><big>A</big></strong></font><font
+ face="Arial" size="2">&nbsp; free bulletin board service, where you can provide your
+ products and services or you can tell others what you just want. It is a bridge between
+ supplier and purchaser.<br>
+ <br>
+ <a href="html/serves.html"><img src="images/mainpages/022.gif" width="268" height="28"
+ alt="Services" border="0" vspace="5"></a><br>
+ </font><font color="#8080FF" face="Arial" size="3"><strong><big>W</big></strong></font><font
+ face="Arial" size="2">e provide you professional services, which include creative web page
+ design, web site hosting, updating, monitoring and management, web site promotion, domain
+ name registration, etc..</font><font size="3" face="Arial"></p>
+ <hr>
+ <p></font><font color="#8080FF" face="Arial" size="2"><strong>Search by AltaVista:</strong></font><font
+ size="3" face="Arial"> </font></td>
+ </tr>
+ </table>
+ <table border="0" width="279" cellspacing="0" cellpadding="0" height="31">
+ <tr>
+ <td width="282" height="31" background="images/mainpages/back.gif"><form name="mfrm"
+ method="GET" action="http://www.altavista.com/cgi-bin/query">
+ <input type="hidden" name="pg" value="q"><div align="center"><center><p><input NAME="q"
+ size="19" maxlength="800" VALUE>&nbsp;<input type="submit" name="search" value="Search"></p>
+ </center></div><table border="0" width="100%" cellspacing="0" cellpadding="0">
+ <tr>
+ <td width="50%"><div align="right"><p><font face="Arial">You are Visitor:</font></td>
+ <td width="50%"><img src="/cgi-bin/hitcount.dll?counter:chinabusinessnet?font:2"></td>
+ </tr>
+ </table>
+ <div align="center"><center><p><font face="Arial"><small>Powered by <a
+ href="http://www.chinabusiness.net">Welcon Info-tech Ltd.</a><br>
+ Copyright(c) 1997, 1998. All Rights Reserved.</small></font><br>
+ <br>
+ <br>
+ <br>
+ &nbsp;&nbsp;&nbsp;&nbsp; </p>
+ </center></div>
+ </form>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td width="158" valign="top" height="152"><img src="images/mainpages/010.gif" width="136"
+ height="25" alt="Cool Sites" border="0"><br>
+ <a href="http://www.goodmex.com"><img src="images/mainpages/goodmexmark.gif" width="120"
+ height="40" alt="goodmex" hspace="8" vspace="2" border="0"></a><br>
+ <a href="http://www.gutex.com.cn"><img src="images/mainpages/g4.gif" width="120"
+ height="40" alt="Gutex" hspace="8" vspace="2" border="0"></a><br>
+ <a href="http://www.jxt.com.cn"><img src="images/mainpages/j3.gif" width="120" height="40"
+ alt="jxt" hspace="8" vspace="2" border="0"></a><br>
+ <a href="http://www.chinabusiness.net/citicdev"><img src="images/mainpages/c.gif"
+ width="120" height="40" alt="citicdev" hspace="8" vspace="2" border="0"></a><br>
+ <a href="http://www.chinabusiness.net/richland"><img src="images/mainpages/r2.gif"
+ width="120" height="40" alt="Richland" hspace="8" vspace="2" border="0"></a><br>
+ <a href="indexc.html"><img src="images/mainpages/china.gif" width="88" height="28"
+ alt="GB" border="0" hspace="20"></a><br>
+ <a href="indexb.html"><img src="images/mainpages/china1.gif" width="88" height="28"
+ alt="Big5" hspace="20" border="0"></a></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</body>
+</html>
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site4.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site4.html
new file mode 100644
index 00000000..a32e4f98
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/site4.html
@@ -0,0 +1,808 @@
+<HTML>
+<HEAD>
+ <TITLE>FinAid | Loans | Private Loan Lenders (Graduate)</TITLE>
+<?
+include ("script-loans.html");
+?>
+<meta name="DATE" content="1972-01-01">
+</HEAD>
+
+<BODY BGCOLOR="#FFFFFF" TEXT="#666666" LINK="#006699" VLINK="#6699CC" ALINK="#FFFFFF" TOPMARGIN="8" LEFTMARGIN="8" MARGINHEIGHT="8" MARGINWIDTH="8">
+
+<!-- PHP code to include header file. File referenced may vary by section -->
+<?
+include ("header-loans.html");
+?>
+<CENTER>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="600">
+ <TR>
+ <!-- 10 pixel spacer row between left edge and nav -->
+ <TD WIDTH="18">&nbsp;</TD>
+
+ <!-- PHP code for navigation. File referenced may vary by section-->
+ <TD WIDTH="141" VALIGN="TOP">
+ <?
+ include ("nav-loans.html");
+ ?>
+ </TD>
+
+ <!-- 10 pixel spacer row between nav and content-->
+ <TD WIDTH="10">&nbsp;</TD>
+
+ <!-- content goes in here -->
+ <TD WIDTH="421" VALIGN="TOP"><BR><FONT FACE="ARIAL, HELVETICA" SIZE="3" CLASS=three><B>Additional Lenders Who Offer Private Loans to Graduate Students</B></FONT><P>
+ <FONT FACE="ARIAL, HELVETICA" SIZE="2" CLASS=two><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
+ <TR>
+ <TD><IMG SRC="/commonimages/corner_topleft.gif" WIDTH=11 HEIGHT=11 ALT="" BORDER="0"></TD>
+ <TD BGCOLOR="#CCFFFF"><IMG SRC="/commonimages/corner_bottomright.gif" WIDTH=11 HEIGHT=11 ALT="" BORDER="0"></TD>
+ <TD><IMG SRC="/commonimages/corner_topright.gif" WIDTH=11 HEIGHT=11 ALT="" BORDER="0"></TD>
+ </TR>
+ <TR>
+ <TD BGCOLOR="#CCFFFF">&nbsp;</TD>
+ <TD BGCOLOR="#CCFFFF"><FONT FACE="ARIAL, HELVETICA" SIZE="3" CLASS=three><B>NATE: Remove this cell</B></FONT><BR>
+ <FONT FACE="ARIAL, HELVETICA" SIZE="2" CLASS=two>Access Group<BR>
+
+ </FONT></TD>
+ <TD BGCOLOR="#CCFFFF">&nbsp;</TD>
+ </TR>
+ <TR>
+ <TD><IMG SRC="/commonimages/corner_bottomleft.gif" WIDTH=11 HEIGHT=11 ALT="" BORDER="0"></TD>
+ <TD BGCOLOR="#CCFFFF"><IMG SRC="/commonimages/spacer.gif" WIDTH=1 HEIGHT=1 ALT="" BORDER="0"></TD>
+ <TD><IMG SRC="/commonimages/corner_bottomright.gif" WIDTH=11 HEIGHT=11 ALT="" BORDER="0"></TD>
+ </TR>
+ </TABLE>
+
+
+&amp; &quot; &lt; &gt; (See the separate list of private loans for <a
+href="privateunder.phtml">undergraduate students</a>)<P>
+
+<A HREF="http://www.accessgroup.org"><B>Access Group</B></A><BR>
+
+français
+Qu&eacute;bec
+
+The Access Group is a nonprofit organization dedicated to providing
+access to education through affordable financing and related
+services. The Access Group provides federal and private loans to
+graduate and professional students. The Access Group offers the
+following loan programs of interest to graduate and professional
+students:
+
+<UL>
+<LI>Federal Stafford Loan (Subsidized and Unsubsidized)
+<LI>Law Access Loan and Bar Examination Loan
+<LI>Business Access Loan
+<LI>Medical Access Loan and Medical Residency Loan
+<LI>Dental Access Loan and Dental Residency/Board Exam Loan
+<LI>Graduate Access Loan
+</UL>
+
+<EM>Key Eligibility Requirements:</EM> Among other requirements,
+borrowers must be a US citizen, national or eligible noncitizen, must
+not be in default on any education loan or owe a refund on an
+education grant (Federal loan only), and must be attending an
+approved, accredited school. <P>
+
+<EM>Loan Limits:</EM> All Access Group loans have a minimum loan
+amount of $500. Loan maximums vary by program, and are generally
+limited to the cost of attendance less other aid received, though
+there may be other limits depending on enrollment status and
+school. Maximums include all outstanding undergraduate and graduate
+educational debt. The aggregate limits are $120,000 for Graduate
+Access and Business Access, $130,000 for Law Access (including Bar
+Examination Loan), $195,000 for Medical Access (including the Medical
+Residency Loan) and Dental Access (including the Dental
+Residency/Board Examination Loan). <P>
+
+<EM>Interest Rates:</EM> Interest may be deferred while the borrower
+is in school. Deferred interest is capitalized once, at
+repayment. Interest rates vary quarterly, and are based on the 91-day
+T-bill rate plus a spread. The spreads are 2.5% for Medical Access,
+2.75% for Dental Access, 2.9% for Law Access, 3.0% for Business
+Access, and 3.4% for Graduate Access. <P>
+
+<EM>Loan Fees:</EM> The guarantee fee for Access Group private loans
+is 6.0% at disbursement for all borrowers. A supplemental guarantee
+fee is added to the principal balance immediately prior to
+repayment. This fee is significantly determined by the borrower's past
+credit behavior and ranges from 1.5% to 6.9%. (For any loan for which
+a cosigner is required, the supplemental guarantee fee is 6.9%.) <P>
+
+<EM>Repayment:</EM> Repayment begins 9 months after graduation or when
+enrollment status drops below half-time. Borrowers may take up to 20
+years to repay the loan. The minimum monthly payment is $50. There is
+no penalty for prepayment. <P>
+
+To apply for a loan, or for more information on any Access Group
+product or service, call the Access Loan Line at 1-800-282-1550
+weekdays 9-8 ET. Use the new online loan application or place an order
+for a paper application using the materials order form. You can also
+fax 1-302-477-4080, write to the Access Group, 1411 Foulk Road, Box
+7430, Wilmington, DE 19803-0430, or send email to <A
+HREF="mailto:general@accessgroup.org">general@accessgroup.org</A>. <p>
+
+
+<A HREF="http://www.nhelp.net"><B>College Funding Company</B></A><BR>
+
+College Funding Company is a coalition of four Nebraska nonprofit
+organizations involved in educational financing. CFC's "Flexible
+College Funding Loan" is available to parents of undergraduate and
+graduate students. The term of the loan is up to 15 years, and it
+offers an in-school interest-only repayment plan in addition to a
+standard repayment plan in which interest and principal payments begin
+upon disbursement. The interest rate is prime plus 1.5% (prime plus
+1.75% during any interest-only payment periods). Parents may borrow up
+to the full cost of education less any financial aid received, with a
+cumulative limit of $100,000 plus fees. The minimum loan amount is
+$1,000. <P>
+
+For more information, call 1-800-745-6646, send email to <a
+href="mailto:loaninfo@nebfef.com">loaninfo@nebfef.com</a>, or use the
+contact form on their website. <P>
+
+<A HREF="http://www.citibank.com/student/CSLC.html"><B>Citibank Student
+Loans</B></A><BR>
+
+Citibank offers a variety of private graduate student loans, including:
+
+<UL>
+<LI>Citibank GradAssist Loan
+<LI>Citibank MBAAssist Loan
+<LI>Citibank MedicalAssist Loan (allopathic or osteopathic medicine)
+<LI>Citibank EngAssist Loan
+<LI>Citibank Nursing Loan
+</UL>
+
+The eligibility requirements require borrowers to be US citizens or
+permanent residents. International students can apply if they have a
+US citizen or permanent resident cosign the loan. Borrowers must also
+meet certain credit criteria and income standards. These loans are
+only available at accredited schools with a federal default rate of
+less than 15%. <P>
+
+All of the loans have a minimum loan amount of $500. Annual maximums
+are $15,000 for the GradAssist and MBAAssist loans, $20,000 for the
+MedicalAssist Loan, and $8,500 for the EngAssist and Nursing
+loans. Cumulative maximum limits include the Citibank loans and are
+$100,000 for the GradAssist and MBAAssist loans, $135,000 for the
+MedicalAssist Loan, and $80,000 for the EngAssist and Nursing
+loans. <P>
+
+Interest may be deferred while the borrower is in school. Deferred
+interest is capitalized once, at repayment. Interest rates are based
+on 91-day T-bill rates plus a spread. The rates for the GradAssist
+Loan are T-bill plus 4.00% before repayment and T-bill plus 4.50%
+during repayment. The rates for the MBAAssist loan are T-bill plus
+3.40% and T-bill plus 4.25%. The rates for the MedicalAssist loans are
+T-bill plus 2.60% and T-bill plus 2.85%. The rates for the EngAssist
+loan are T-bill plus 3.25% and T-bill plus 3.50%. The rates for the
+Nursing loan are T-bill plus 3.50% and T-bill plus 4.00%. <P>
+
+The guarantee fee is 6.00% at disbursement if the loan is borrowed
+with a cosigner, 9.00% if there is no cosigner. The guarantee fee for
+MBAAssist and MedicalAssist Loans is 8.50%. <P>
+
+Repayment for all loans begins 6 months after graduation or when
+enrollment status drops below half-time. You have up to 15 years to
+repay the loan, 20 years for MedicalAssist loans. MedicalAssist
+borrowers may request a second deferment for residency and internship,
+and have the option of paying three years interest-only upon enterring
+repayment. The minimum monthly payment is $50. There is no penalty for
+prepayment. <P>
+
+Fluctuations in interest rate are reflected in the length of the
+repayment term, not in the monthly payment amount, unless an increase
+in monthly amount is needed to keep the payment period within the
+program maximum. Citibank offers three repayment options:
+
+<UL>
+<LI>Pay interest-only during the in-school and 6 month grace period.
+<LI>Pay 15 years of principal and interest, capitalizing the interest during the in-school period.
+<LI>Pay two years of interest-only plus 13 years of principal and interest, capitalizing the interest during the in-school period.
+</UL>
+
+For more information, call 1-800-692-8200 x144 (1-800-846-1298 TDD),
+fax 1-716-248-7007, write to Citibank (NYS) Student Loans, PO Box
+22948, Rochester, NY 14692. Graduate students may call
+1-800-967-8677. <P>
+
+
+<A HREF="http://www.educap.org"><B>Educap Inc.</B></A><BR>
+
+Educap Inc., (formerly known as University Support Services, Inc.), is
+a non-profit corporation founded in 1986. They offer several loan
+programs:<P>
+
+<A HREF="http://www.educap.org/plato.htm">The P.L.A.T.O. student loan
+program</A>, which lets you borrow from $1,500 up to $25,000 a year
+with a $100,000 cumulative borrowing limit. The loan can be used to
+pay educational expenses incurred during the previous year in addition
+to expenses from the current year. Up to $5,000 can be borrowed for
+purchasing a personal computer. The loan has a repayment term of up to
+15 years with no prepayment penalty. If the student does not earn
+$15,000 per year, a co-signer will be required. Students have the
+option of deferring payments of principal for up to five years or
+graduation, whichever comes first. The interest rate is the Prime rate
+plus a 1.90% spread during the in-school period and the Prime rate
+plus a 2.90% spread during repayment. There is an 8% origination
+fee. US citizenship or permanent residency is required. A good credit
+history is also required. They also offer an introductory rate of 7.9%
+with a 7% origination fee. <P>
+
+<A HREF="http://www.educap.org/merlin.htm">The Merlin loan
+consolidation program</A>, which lowers monthly loan payments by as
+much as 45% by using a 20 year repayment period. You can consolidate
+between $5,000 and $100,000 in loans, and you can borrow up to an
+additional $25,000 in student loans. There is no prepayment
+penalty. US citizenship or permanent residency required. The Merlin
+Consolidation Loan program can be used to consolidate all
+education-related debt to include both private and US federal loans
+and credit card debt. There is a 5% origination fee and the interest
+rate is the Commercial Paper Rate plus 6.0%. <P>
+
+<A HREF="http://www.educap.org/pj.htm">The P.L.A.T.O. Junior Education
+Loan</A>, which is similar in structure and requirements to the
+P.L.A.T.O. loan, but is aimed at families with students in private
+schools grades K-12. The main difference is an interest rate of prime
+plus 3.7% and a 6% origination fee. <P>
+
+For more information, call 1-800-230-4080, write to Complete Source
+for Financing Education, 205 Van Buren Street, Suite 200, Herndon, VA
+22070, or send email to <<A
+HREF="mailto:ussinfo@aol.com">ussinfo@aol.com</A>. <P>
+
+
+<B>Education Funding Services, Inc. (EFS)</B><BR>
+
+In conjunction with <A HREF="http://www.teri.org">TERI</A>, EFS offers
+the Chiroloan for chiropractic study (Canadian Chiroloan for Canadian
+citizens attending ACC accredited chiropractic institutions in US),
+the OpLoan for optometry, and the VLoan for veterinary school. <P>
+
+The Chiroloan program lets the student borrow from $1,000 to $8,000
+annually. The OpLoan and VLoan programs let the student borrow from
+$1,500 to $20,000 annually. The Canadian Chiroloan programs let the
+student borrow from US$1,000 to US$10,000 annually. <P>
+
+The Chiroloan, OpLoan, and VLoan programs have a variable interest
+rate based on the 91-day T-Bill rate plus 2.5% during the in-school
+period and the 91-day T-Bill rate plus 2.9% during repayment. The
+Canadian Chiroloan program has a variable interest rate of Prime plus
+1.5% during in-school and deferment periods, and Prime plus 2% during
+repayment. <P>
+
+The term of all four loan programs is up to 20 years, with a $50
+minimum monthly payment. Except for the Chiroloan program, which has
+an in-school deferment period of 5 consecutive years, all of the
+programs have an in-school deferment period of 4 consecutive years,
+with interest capitalized at graduation. Repayment begins 12 months
+after graduation or withdrawal from school. All loans have
+interest-only and interest and principal payment options for the
+in-school period. <P>
+
+The Chiroloan has a $10 application fee and a 10% guarantee fee (6%
+with cosigner). The Canadian Chiroloan program has a $10 application
+fee and an 11% guarantee fee. The VLoan and OpLoan have no application
+fees, but a guarantee fee of 6% at disbursement and 1% at
+repayment. For schools with high default rates, the guarantee fees are
+7% and 2%, respectively. <P>
+
+For more information about these programs and a list of participating
+schools, contact EFS at 1-800-252-2041. <P>
+
+<B>International Health Education Loan Program (IHELP) </B><BR>
+
+The IHELP loan program provides loans for US graduate health
+profession students who are studying outside the US for an MD or
+DVM. US citizenship or permanent residency is required. Non-citizens
+must submit valid INS 151 or INS 551 forms with their
+applications. <P>
+
+The IHELP program lets students borrow from $1,500 to $15,000 per
+year, with an aggregate limit of $75,000. The interest rate is the
+91-day T-Bill rate plus 3.5% during the in-school and repayment
+periods. There is a 10.5% guarantee fee. <P>
+
+Repayment begins 12 months after graduation. There is a 4-year
+deferment period for medical students and a 1-year deferment period
+for veterinary students during residency. The term of the loan is up
+to 20 years, with a $50 minimum monthly payment. <P>
+
+This loan program is administered by International Education Finance
+Company (IEFC), division of Education Funding Services,
+Inc. (EFS). IHELP federal loans are guaranteed by USA Funds and IHELP
+alternative loans by TERI. <P>
+
+For more information, call 1-800-255-TERI (1-800-255-8374), write to
+The Education Resources Institute (TERI), 330 Stuart Street, Suite
+500, Boston, MA 02116-5237, or send email to <A
+HREF="mailto:custserv@teri.org">custserv@teri.org</A>. Customer
+service is x4210, school relations is x4262, lender relations is
+x4218, claims and collections is x4270, and loan origination is x4287
+(fax 1-617-695-3637). Financial aid administrators should call
+1-800-TERI-FAO (1-800-837-4326) or 1-617-422-8800. <P>
+
+
+<A HREF="http://www.keybank.com/educate/key_other.html"><B>Key
+Education Resources</A></B><BR>
+
+Key Education Resources offers several private loan programs for
+graduate and professional students:<P>
+
+<A HREF="http://www.keybank.com/educate/dental.html">Alternative
+DEAL</A>(DEAL = Dental Education Assistance Loan), a private loan for
+students pursuing dental or post-doctoral dental degrees. Repayment
+may be deferred during school and a 24-month grace period by
+capitalizing the interest, and the borrower may choose an optional
+interest-only repayment for the first three years. <P>
+
+<A HREF="http://www.keybank.com/educate/med_ach.html">MedAchiever</A>,
+a private loan for full-time students pursuing allopathic or
+osteopathic medical degrees. Repayment may be deferred during school
+and a 48 month grace residency/intership period by capitalizing the
+interest, and the borrower may choose an optional interest-only
+repayment for the first three years. <P>
+
+<A
+HREF="http://www.keybank.com/educate/grad_ach.html">GradAchiever<</A>,
+a private loan for full-time graduate students in most fields of
+study. Repayment may be deferred during school and for a 9 month grace
+period after graduation by capitalizing the interest. <P>
+
+<A HREF="http://www.keybank.com/educate/mba_ach.html">MBAchiever</A>,
+a private loan program for full time graduate business
+students. Repayment may be deferred during school and for a 9 month
+grace period after graduation by capitalizing the interest. <P>
+
+LawAchiever, a private loan program for any student attending an
+ABA-approved law school at least half-time pursuing a J.D., J.S.D.,
+LL.M., or joint degree program. <P>
+
+There is an aggregate loan limit of $130,000. The interest rate is the
+91-day T-Bill rate plus 3.25% during the in-school and grace period,
+and the 91-day T-Bill rate plus 2.50% to 3.25% during repayment
+depending on the borrower's choice of payment plans. There are loan
+fees of 6% at disbursement and up to 3% at repayment. All loan
+payments are deferred during the in-school period and for 9 months
+after graduation. There is no penalty for prepayment. Each month the
+borrower may choose a payment tied to a 10, 15, or 25 year repayment
+schedule, with shorter repayment periods having a lower interest
+rate. (The 10, 15, and 25 year interest rates are the 91 day T-Bill
+rate plus 2.50%, 2.90%, and 3.25%, respectively.) The Select/2
+Repayment Option allows students to make interest-only payments for
+the first two years, followed by principal and interest payments for
+the balance of the loan term. Students who have their monthly payment
+automatically debited from their checking or savings account are
+eligible for an additional 0.25% reduction in the interest rate. Key
+Education Resources is the largest educational lender to law schools.
+The annual loan limit for these loans is the cost of education less
+other financial aid received ($7,500 for LawAchiever BarLoan). For
+more information, call 1-800-KEY-LEND or send email to Key Education
+Resources at <A
+HREF="mailto:EducationRes@KeyBank.com">EducationRes@KeyBank.com</A>. <P>
+
+
+
+<A HREF="http://www.iefc.com/islp.html"><B>International Student Loan
+Program (ISLP)</B></A><BR>
+
+ISLP is an alternative loan program for US students studying abroad or
+enrolled at foreign colleges or universities. It is also available to
+international students for study in the US with a US citizen or
+permanent resident as co-signer. The program for US students combines
+FFELP (Stafford and PLUS) loans with supplemental loan financing into
+single package.<P>
+
+Graduate students may borrow up to the full cost of education,
+including tuition, fees, and room and board, subject to a $15,000
+maximum. The minimum loan amount is $1,000 per academic year for US
+students, $2,000 per academic year for international
+students. Students may take up to 25 years to repay the loan (20 years
+for Canadian students). There is a $50 minimum payment and some
+deferment provisions.<P>
+
+The interest rate is variable, and is pegged to the prime lending
+rate. There are different interest rates and fees depending on whether
+the student is engaged in a study abroad program or is actually
+enrolled at a foreign institution. For study abroad programs the
+interest rate is the prime rate and there is a 9% guarantee fee. For
+graduate students enrolled in a foreign school the interest rate is
+the prime rate plus 0.25%, and there is a 10% guarantee fee and a 0.5%
+origination fee. For Canadian students the interest rate is the prime
+rate plus 1.5%, and there is a 7% guarantee fee with co-signer or a 9%
+guarantee fee at disbursement and a 2% guarantee fee at repayment
+without a co-signer. For international students the interest rate is
+the prime rate and there is a 6% guarantee fee.<P>
+
+For more information, call 1-617-696-7840, fax 1-617-698-3001, write
+to Joe Cronin, VP/IEFC, 424 Adams Street, Milton, MA 02186, or send
+email to <A HREF="mailto:iefc@aol.com">iefc@aol.com</A>. <P>
+
+
+
+<A HREF="http://www.mefa.org"><B>Massachusetts Educational Financing
+Authority (MEFA)</B></A><BR>
+
+MEFA is a not-for-profit state authority that provides college
+financing for students attending Massachusetts colleges and
+universities. They offer some of the lowest cost college loans
+available, including GEL, a fixed rate graduate education loan program
+available at many participating Massachusetts colleges and
+universities (7.65% for the 1996-97 academic year), and PRISM, a fixed
+rate international student loan program for students from Canada or
+Argentina attending one of 65 participating schools in
+Massachusetts. <P>
+
+MEFA is able to offer one of the lowest interest rates on their loans
+because they are non-profit and exempt for federal and state
+tax. Students can borrow up to the full cost of education. These loans
+have a term of up to 15 years and there is no penalty for
+prepayment. Payments may be deferred while the student is in school
+for a maximum of three years. The interest can be made tax-deductible
+through their Home Equity Option. <P>
+
+For more information about MassPlan, GEL, or U.Plan, call
+1-800-449-MEFA (6332) or 1-617-261-9760. For more information about
+PRISM, call 1-800-842-1531 or 1-617-261-9760, or fax
+1-617-261-9765. You can also write to MEFA, 125 Summer Street, Boston,
+MA 02110. <P>
+
+<A HREF="http://www.medfunds.com"><B>MedFunds</B></A><BR>
+
+MedFunds is a not-for-profit lender of Stafford, HEAL, and alternative
+loans for students in various medical curriculums. They are a division
+of the Ohio College of Podiatric Medicine. <P>
+
+The MedFunds Alternative Gradute Loan is offered for graduate students
+in Allopathic, Dentistry, Pharmacy, Podiatry, Physical Therapy, Public
+Health, Occupational Therapy, Optometry, Osteopathy, Veterinary,
+Nursing, Nutrition, and Physician's Assistant disciplines. The
+eligibility requirements include a credit check and the debt-to-income
+ratio for all applicants as a group must not exceed 40% after
+including the loan. Debt includes a percentage of credit lines on
+credit cards, regardless of the current balance. The loans are
+restricted to US citizens, nationals, and permanent residents, and the
+student must also have applied for a MedFunds Stafford Loan. Students
+may borrow from $1,000 up to the cost of education or $20,000,
+whichever is less, with a cumulative maximum of $80,000. There is an
+aggregate education debt limit of $152,500 with the Medfunds
+Option. (The MedFunds Option allows students to borrow an additional
+$10,000 during the final year of graduate studies to cover internship
+and residency interviewing and relocation costs.) Repayment begins 9
+months after graduation or when the student's enrollment status drops
+below half-time. An additional deferment of up to four years is
+available for residency and internship. Interest is capitalized once,
+at repayment. The interest rate is based on the 91 day T-bill rate
+plus a spread. The spread is 2.4% before repayment and 2.7% during
+repayment. The guarantee fee is 6.00% at origination, plus an
+additional 3% at repayment if there is no cosigner. The term of the
+loan is up to 20 years, and there is no penalty for prepayment. <P>
+
+For more information, call 1-800-665-1016, fax 1-216-231-0453, write
+to MedFunds, 10515 Carnegie Avenue, Cleveland, OH 44160, or send email
+to <A HREF="mailto:ccorr@ocpm.edu">ccorr@ocpm.edu</A>. Servicing
+questions should be directed to SLSC at 1-800-233-0557. <P>
+
+
+<A HREF="http://www.mohela.com"><B>Mohela</B></A><BR>
+
+Mohela is a secondary market for student loans in Missouri and
+neighboring states. Established in 1981, they have $1 billion in
+assets and serve more than 125,000 student and parent borrowers and 83
+lenders. More than three-quarters of all student loans in Missouri are
+purchased by Mohela. <P>
+
+They offer the CASH LOAN private loan program as a supplement to FFELP
+and FDSLP loans for graduate students. These loans include the
+MedCash, LawCash, BarCash, MBACash, and GradCash loan programs. US
+citizenship is required. <P>
+
+Under the MedCash program, medical school students can borrow up to
+$20,000 per year, with an aggregate maximum of $80,000 and a total
+educational debt limit of $128,500 (including MedCash loans). The
+interest rate is the 91-day T-Bill rate plus a spread of 2.50% while
+the student is still in school and 2.85% during repayment. There is a
+5% guarantee fee, and an additional 2% guarantee fee is added when the
+student enters repayment. Repayment begins 36 months after graduation
+or 9 months after the student withdraws to less than half-time
+enrollment without graduating. No payments are required while the
+student is in school, and the term of the loan is up to 20 years. <P>
+
+Under the LawCash program, law students can borrow up to $15,000 per
+year, with an aggregate maximum of $45,000 and a total educational
+debt limit of $90,000 (including LawCash loans). The interest rate is
+the 91-day T-Bill rate plus a spread of 3.25% while the student is
+still in school and 3.40% during repayment. There is an 8% guarantee
+fee at disbursement, and an additional 2% guarantee fee when the
+student enters repayment. Repayment begins 9 months after the student
+either graduates or withdraws. No payments are required while the
+student is in school, and the term of the loan is up to 15 years. <P>
+
+For more information call 1-800-6-MOHELA (1-800-666-4352) or
+1-314-469-0600, TDD/TT 1-314-469-6390, fax 1-314-469-4561, or write to
+Mohela, 14528 South Outer Forty Road, Suite 300, Chesterfield, MO
+63017. <P>
+
+
+<A HREF="http://www.nelliemae.org"><B>Nellie Mae LOAN LINK</B></A><BR>
+
+
+Nellie Mae, established in 1982, is the largest nonprofit provider of
+student and parent education loan funds in the US. Nellie Mae offers
+the EXCEL Education Loan Program for parents and spouses of
+undergraduate and graduate students and the GradEXCEL, LawEXCEL,
+MBA-EXCEL, and MedDent-EXCEL Education Loan Programs for graduate and
+professional students. <P>
+
+The Nellie Mae EXCEL Education Loan Program lets parents and spouses
+borrow from $2,000 up to the cost of attendance less other financial
+aid received each year. Repayment options include paying interest only
+while the student is in school or making monthly payments of principal
+and interest while the student is in school. You can take up to 20
+years to repay the loan depending on the amount borrowed (15 years for
+a $10,000 loan). <P>
+
+The GradEXCEL, LawEXCEL, MBA-EXCEL, and MedDent-EXCEL Education Loan
+Programs lets graduate and professional students borrow from $2,000 to
+$10,000 a year (up to $12,000 for law students) on their own, or up to
+the cost of attendance with a cosigner. Medical and Dental students
+have the option to borrow an additional $5,000 in the final year of
+medical or dental school for use during residency interviews or
+relocation expenses. Repayment options include defering principal and
+interest until six months after leaving school (MedDent-EXCEL
+borrowers can continue to defer principal during residency or
+internship, but must pay interest), making monthly payments of
+interest only while the student is in school, or making monthly
+payments of principal and interest while the student is in school. You
+can take up to 20 years to repay the loan depending on the amount
+borrowed. <P>
+
+Interest rates are the same for all loans and are pegged to the Prime
+rate. You can choose either a monthly variable rate of Prime plus 0.5%
+during the first year and Prime plus 1.0% during subsequent years, or
+a one-year renewable rate of Prime plus 2-3%. <P>
+
+There are no origination fees. EXCEL Loans have a 7% guarantee
+fee. With a cosigner, the GradEXCEL, LawEXCEL, MBA-EXCEL, and
+MedDent-EXCEL loans have a 7% guarantee fee. Without a cosigner, the
+guarantee fees are 9% for MBA and medical students and 10% for
+graduate, law, and dental students. <P>
+
+
+You can request an application through their online
+form. For more information, call 1-800-9-TUITION (1-800-988-4846),
+1-800-634-9308, or 1-617-849-3447, fax 1-617-849-6006, write to Nellie
+Mae, 50 Braintree Hill Park, Suite 300, Braintree, MA 02184, or send
+email to <A
+HREF="mailto:info@nelliemae.org">info@nelliemae.org</A>. <P>
+
+
+<A HREF="http://www.salliemae.com"><B>Sallie Mae</B></A><BR>
+
+Sallie Mae is the nation's largest secondary market and holds
+approximately one third of all educational loans. Sallie Mae buys
+student loans from lenders and administers them from origination
+through repayment. Sallie Mae is affiliated with several lenders
+(currently Norwest Bank and Household Bank fsb) who offer private loan
+programs. <P>
+
+The private loan programs include:
+
+<UL>
+<LI>LAWLOANS: Law Student Loans and Bar Study Loans
+<LI>MEDLOANS: Alternative Loan Program (for allopathic medical students) and MEDEX (for residency interviews and relocation)
+<LI>MBALOANS: Tuition Loan Program (for students attending approved business schools) and Executive MBA Loan (for students enrolled in non-traditional MBA programs)
+</UL>
+
+Borrowers under these loan programs may be required to apply for
+federal student aid first. Eligibility is restricted to US citizens,
+nationals, and permanent residents. The LAWLOANS and MBALOANS require
+permanent residents to have a US citizen as cosigner. The MBALOANS
+requires international students to have creditworthy cosigners and to
+make interest payments during the in-school period. <P>
+
+All loans have let you borrow a minimum of $1,000 ($500 for continuing
+borrowers). Each program has a different maximum loan amount. The
+LAWLOANS maximum is $60,000 without a cosigner, $100,000 with a
+cosigner. The Bar Study Loan lets you borrow up to $7,500. The
+MEDLOANS lets you borrow up to $20,000 per year. The MEDEX loan lets
+you borrow up to $7,000. In addition, the LAWLOANS has an aggregate
+maximum for all educational loans of $102,500 without a cosigner,
+$150,000 with a cosigner. For MEDLOANS the aggregate maximum is
+$142,500. <P>
+
+The interest rates are based on the 91-day T-bill rates, plus a
+spread, and vary quarterly. For LAWLOANS the interest rate for FFELP
+borrowers is T-bill plus 3.25% during the in-school period and for
+FDSLP it is T-bill plus 3.50%. During repayment the rate for both is
+T-bill plus 3.50%. For MEDLOANS it is T-bill plus 2.5% during the
+in-school period, and T-bill plus 2.85% during repayment. For MBALOANS
+the rate for FFELP borrowers is T-bill plus 3.25% during the in-school
+period, T-bill plus 3.40% during repayment, and T-bill plus 3.50% for
+FDSLP borrowers. Interest is capitalized at the beginning of
+repayment, except for MEDLOANS where the interest is capitalized upon
+leaving medical school and annually until repayment begins. <P>
+
+Loan fees for LAWLOANS are 7.5% at disbursement, plus an additional
+4.25% at repayment if there is no cosigner. Loan fees for MEDLOANS are
+7% at disbursement, plus 2% of principal and accrued interest at the
+beginning of repayment. The MEDEX loan has an additional origination
+fee of 1.5%. Loan fees for MBALOANS are 7.5% at disbursement, plus an
+additional 2.5% at repayment if there is no cosigner. <P>
+
+The minimum payment for all loans is $50. The loan term for LAWLOANS
+is up to 15 years and begins following a 9 month grace period after
+leaving school or 4 years after disbursement, whichever comes
+first. The loan term for MEDLOANS is up to 20 years, and begins 3-4
+years after graduation (depending on length of the residency program)
+or 9 months after withdrawal. MEDLOANS offers a repayment option of 3
+years of interest-only payments and 17 years of interest and principal
+payments. The loan term for MBALOANS is 12-15 years, depending on the
+loan balance, and begins 6 months after leaving school or 3 years
+after disbursement, whichever comes first. The MBALOANS offers level
+or graduated repayment options. <P>
+
+Borrowers of these private loans get access to Sallie Mae discounts,
+including a 0.25% interest rate reduction for authorizing an automatic
+monthly deduction of the education loan payments from your check or
+savings account (Direct Repay) and a 0.5% interest rate reduction for
+Law Student or Bar Study loan borrowers who make their first 48
+scheduled monthly payments on time (Law Rewards). <P>
+
+Call 1-800-239-4211 to request copies of Sallie Mae brochures or to
+talk to a College Answer[sm] representative. Customer service
+telephone numbers are 1-800-366-5626 for the LAWLOANS, 1-800-858-5050
+for MEDLOANS, and 1-800-366-6227 for MBALOANS. <p>
+
+
+
+<A HREF="http://www.teri.org/alt.htm"><B>TERI Alternative Loan
+Program</B></A><BR>
+
+The TERI Alternative Loan Program program provides loans for graduate
+students who are enrolled at least half-time in a degree-granting
+program at a TERI-approved school. Approval is based on
+creditworthiness, not financial need. This program lets you borrow
+from $2,000 up to the cost of education, less any financial aid
+received. You can borrow to cover past due balances owed to the school
+from a prior loan period. <P>
+
+Repayment begins 45 days after disbursement. There is an alternate
+deferred repayment option in which payments are interest-only while
+the student is in school (for up to four consecutive years), with
+repayment of interest and principal beginning 45 days after graduation
+or withdrawal from school. There is a $50 minimum payment. The term of
+the loan is for up to 25 years, depending on the amount borrowed, and
+there is no penalty for prepayment. <P>
+
+There is a 5% guarantee fee. The interest rate depends on the lender,
+and is variable, ranging from a low of Prime plus 0% (Bank of Boston,
+Household Bank, and PNC Bank) to a high of Prime plus 2%
+(Citibank). First Union National Bank offers the loan at Prime +
+1.25%. On the variable interest rate loans, any fluctuation in the
+interest rate will be reflected in the length of repayment, not in the
+size of the monthly payment, unless an increase in the monthly amount
+is needed to keep the repayment period within the 25 year maximum. <P>
+
+The Maine Education Loan Authority offers the MELA loan for Maine
+students and Maine residents. There is a $50 application fee, and the
+loan is offered with either a fixed interest rate or a variable
+interest rate based on the 91-day T-Bill rate plus a spread determined
+by the lender. <P>
+
+For more information, call 1-800-255-TERI (1-800-255-8374), write to
+The Education Resources Institute (TERI), 330 Stuart Street, Suite
+500, Boston, MA 02116-5237, or send email to <A
+HREF="mailto:custserv@teri.org">custserv@teri.org</A>. Customer
+service is x4210, school relations is x4262, lender relations is
+x4218, claims and collections is x4270, and loan origination is x4287
+(fax 1-617-695-3637). Financial aid administrators should call
+1-800-TERI-FAO (1-800-837-4326) or 1-617-422-8800. <P>
+
+
+<A HREF="http://www.teri.org"><B>TERI Professional Education Program
+(PEP)</B></A><BR>
+
+The TERI PEP program provides loans for graduate and professional
+study. It lets graduate and professional students borrow up to $7,500
+($12,000 for law students) annually on their own credit. If the
+borrower is creditworthy or has a creditworthy cosigner, the TERI PEP
+program lets the student borrow annually up to the cost of education
+less any financial aid received or $20,000, whichever is less, with a
+cumulative limit of $80,000. <P>
+
+There are aggregate borrowing limits depending on the
+profession. These aggregate limits include all education debt,
+undergraduate and graduate. Graduate students who are creditworthy or
+who apply with a creditworthy cosigner are not subject to these
+limits. The aggregate limits are:
+
+<UL>
+
+<LI> $90,000 -- Medicine (MD degree)
+<LI> $90,000 -- Osteopathic Medicine
+<LI> $77,000 -- Law
+<LI> $70,000 -- Pharmacy (PhD degree)
+<LI> $45,000 -- Business
+<LI> $44,000 -- Dentistry
+<LI> $44,000 -- Engineering
+<LI> $44,000 -- Physical Sciences
+<LI> $33,000 -- All other graduate/professional programs.
+
+</UL>
+
+The student makes no payments for up to 4.5 consecutive years while
+still in school. Unpaid interest is capitalized at repayment. Medical
+school students may request a second deferment on the new principal
+balance after the interest has been capitalized, for up to 4 years
+while completing a medical internship or residency (with
+capitalization at repayment). <P>
+
+There is a $50 minimum monthly payment and the term of the loan is for
+up to 20 years. Fluctuations in the interest rate will be reflected in
+the length of repayment, not in the size of the monthly payment,
+unless an increase in the monthly amount is needed to keep the
+repayment period within the 20 year maximum. <P>
+
+A guarantee fee is deducted at origination. The guarantee fee is 6%
+with a cosigner, 9% without. The interest rate is variable, and
+depends on the lender. The Bank of Boston, Household Bank, and PNC
+Bank offer the TERI PEP loans at an interest rate of Prime + 0%. The
+Bank of Boston charges a origination fee of 0.5%, with a $50
+cap. First Union National Bank offers TERI PEP loans at Prime +
+1.25%. Citibank offers the Citibank PEP loan at Prime + 2%. <P>
+
+For more information, call 1-800-255-TERI (1-800-255-8374), write to
+The Education Resources Institute (TERI), 330 Stuart Street, Suite
+500, Boston, MA 02116-5237, or send email to <A
+HREF="mailto:custserv@teri.org">custserv@teri.org</A>. Customer
+service is x4210, school relations is x4262, lender relations is
+x4218, claims and collections is x4270, and loan origination is x4287
+(fax 1-617-695-3637). Financial aid administrators should call
+1-800-TERI-FAO (1-800-837-4326) or 1-617-422-8800. <P>
+
+
+
+<A HREF="http://www.teri.org/cel.htm"><B>TERI Continuing Education
+Loan</B></A><BR>
+
+Funded by the Bank of Boston, the TERI Continuing Education Loan
+program provides loans for continuing education students for
+undergraduate, graduate, and certificate program study. Approval is
+based on creditworthiness, not financial need. There are no enrollment
+status requirements - you do not need to be enrolled at least half
+time, as with other private loans. The minimum loan amount is $500 and
+the maximum is $5,000 per year. You can borrow for past due balances
+owed to the school from a prior loan period. No school certification
+is required. The interest rate is Prime plus 1.5% and there is a 5%
+guarantee fee and no application fee. Repayment of interest and
+principal begins six months after disbursement. There is a $25 minimum
+monthly payment, and you have up to 10 years to repay the loan. <P>
+
+For more information, call 1-800-255-TERI (1-800-255-8374), write to
+The Education Resources Institute (TERI), 330 Stuart Street, Suite
+500, Boston, MA 02116-5237, or send email to <A
+HREF="mailto:custserv@teri.org">custserv@teri.org</A>. Customer
+service is x4210, school relations is x4262, lender relations is
+x4218, claims and collections is x4270, and loan origination is x4287
+(fax 1-617-695-3637). Financial aid administrators should call
+1-800-TERI-FAO (1-800-837-4326) or 1-617-422-8800. <P>
+
+
+
+ </FONT></TD>
+ <!-- 10 pixel spacer row between left edge and nav -->
+ <TD WIDTH="10">&nbsp;</TD>
+ </TR>
+</TABLE>
+</CENTER>
+<BR>
+
+<!-- PHP code to include footer file. File referenced may vary by section -->
+<?
+include ("footer-loans.html");
+?>
+
+<!-- TRACKING STUFF TO BE PUT IN -->
+</BODY>
+</HTML>
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/sub%20dir/empty file.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/sub%20dir/empty file.html
new file mode 100644
index 00000000..90531a4b
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/sub%20dir/empty file.html
@@ -0,0 +1,2 @@
+<html>
+</html>
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/title.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/title.html
new file mode 100644
index 00000000..252915f7
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set1/title.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>FinAid | Loans | Private Loan Lenders (Graduate)</title>
+<meta name="keywords" content="newWord">
+</head>
+<body>
+This is a test. I'd like to see the weird characters appear. &amp; &quot; &lt; &gt;
+<a href="site%201.html">firstCrossRef crossRef</a>.
+</body>
+</html>
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set2/normal.html b/debian/htdig/htdig-3.2.0b6/test/htdocs/set2/normal.html
new file mode 100644
index 00000000..decddd64
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set2/normal.html
@@ -0,0 +1 @@
+This is a very normal file. What a relief :-)
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-content_type.cgi b/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-content_type.cgi
new file mode 100755
index 00000000..f839a6d4
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-content_type.cgi
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+echo 'HTTP/1.1 200 OK'
+echo 'Connection: close'
+echo 'Content-Type: text/html ; ISO-8859-1'
+echo
+cat <<!
+This is the content of the
+document
+!
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-hang.cgi b/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-hang.cgi
new file mode 100755
index 00000000..142bfcf6
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-hang.cgi
@@ -0,0 +1,31 @@
+#!/bin/sh
+
+if [ ! -z "$QUERY_STRING" ]
+then
+ echo 'HTTP/1.1 200 OK'
+ echo 'Connection: close'
+ echo 'Content-Type: text/html'
+ echo
+ cat <<!
+root::0:root
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+
+!
+fi
+
+sleep 200
+
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-location.cgi b/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-location.cgi
new file mode 100755
index 00000000..a7ad45f5
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-location.cgi
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+echo 'HTTP/1.1 200 OK'
+echo 'Connection: close'
+echo 'Content-Type: text/html'
+echo 'Location: /set3/nph-location.cgi'
+echo
+cat <<!
+This is the content of the
+document
+!
diff --git a/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-slow.cgi b/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-slow.cgi
new file mode 100755
index 00000000..7dd4ce2c
--- /dev/null
+++ b/debian/htdig/htdig-3.2.0b6/test/htdocs/set3/nph-slow.cgi
@@ -0,0 +1,1069 @@
+#!/bin/sh
+
+echo 'HTTP/1.1 200 OK'
+echo 'Connection: close'
+echo 'Content-Type: text/html'
+echo
+echo 'a few bytes 1'
+sleep 2
+echo 'a few bytes 2'
+sleep 2
+
+cat <<!
+a few bytes 3
+end extract ...
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+other::1:
+bin::2:root,bin,daemon
+sys::3:root,bin,sys,adm
+adm::4:root,adm,daemon
+uucp::5:root,uucp
+mail::6:root
+tty::7:root,tty,adm
+lp::8:root,lp,adm
+nuucp::9:root,nuucp
+staff::10:
+daemon::12:root,daemon
+nobody::60001:
+noaccess::60002:
+users::100:
+basis::200:
+
+!
+
+sleep 2
+echo 'last bytes'