Alterations to Makefile for html output
[spider.git] / html / adminmanual-2.html
index d606eb79060174a66f986027139004f1267c3a4c..ecaf1910adcf9590abf2b829eeade8e362129fa3 100644 (file)
@@ -6,6 +6,7 @@
  <LINK HREF="adminmanual-3.html" REL=next>
  <LINK HREF="adminmanual-1.html" REL=previous>
  <LINK HREF="adminmanual.html#toc2" REL=contents>
+<link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
 </HEAD>
 <BODY>
 <A HREF="adminmanual-3.html">Next</A>
 <HR>
 <H2><A NAME="s2">2. The Client program</A></H2>
 
-<P>In earlier versions of Spider, all the processes were Perl scripts.  This was fine but with a lot of users your computer memory would soon be used up.  To combat this a new client was written in "C".  This client only works for <EM>incoming</EM> connects at the moment.  Before you can use it though it has to be "made".  CD to /spider/src and type <EM>make</EM>.  You should see the output on your screen and hopefully now have a small C program called <EM>client</EM>.  Leave it in this directory.
+<P>In earlier versions of Spider, all the processes were Perl scripts.  This 
+was fine but with a lot of users your computer memory would soon be used up.  
+To combat this a new client was written in "C".  This client only works for
+<EM>incoming</EM> connects at the moment.  Before you can use it though it 
+has to be "made".  CD to /spider/src and type <EM>make</EM>.  You 
+should see the output on your screen and hopefully now have a small C program 
+called <EM>client</EM>.  Leave it in this directory.
 <P>
 <HR>
 <A HREF="adminmanual-3.html">Next</A>