coar        98/02/18 03:13:33

  Modified:    .        related_projects.html
  Log:
        Fix up a nested anchor issue pointed out by Martin (it means
        including an evil   to make sure the heading is the
        fragment target), and remove leading spaces from some <LI>s
        (which will screw up indentation if the item line-wraps).
  
  Revision  Changes    Path
  1.18      +15 -15    apache-site/related_projects.html
  
  Index: related_projects.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/related_projects.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- related_projects.html     1998/02/17 20:58:56     1.17
  +++ related_projects.html     1998/02/18 11:13:33     1.18
  @@ -22,30 +22,30 @@
   <H3>Non-Commercial Projects</H3>
   
   <UL>
  -<LI> <A HREF="#apachessl">Apache-SSL</A>
  -<LI> <A HREF="#modulereg">Apache Module Registry</A>
  -<LI> <A HREF="#php">PHP Project</A>
  -<LI> <A HREF="#modperl">Apache/Perl Integration Project</A>
  -<LI> <A HREF="#os2">Apache for OS/2</A>
  -<LI> <A HREF="#amiga">Apache for Amiga</A>
  -<LI> <A HREF="#jserv">The Java-Apache Project</A>
  -<LI> <A HREF="#guidev">Apache Graphical User Interface Project</A>
  -<LI> <A HREF="#docs">Apache Documentation Project</A>
  +<LI><A HREF="#apachessl">Apache-SSL</A>
  +<LI><A HREF="#modulereg">Apache Module Registry</A>
  +<LI><A HREF="#php">PHP Project</A>
  +<LI><A HREF="#modperl">Apache/Perl Integration Project</A>
  +<LI><A HREF="#os2">Apache for OS/2</A>
  +<LI><A HREF="#amiga">Apache for Amiga</A>
  +<LI><A HREF="#jserv">The Java-Apache Project</A>
  +<LI><A HREF="#guidev">Apache Graphical User Interface Project</A>
  +<LI><A HREF="#docs">Apache Documentation Project</A>
   </UL>
   
   <H3>Commercial Products</H3>
   
   <UL>
  -<LI> <A HREF="#apacheweek">Apache Week</A>
  -<LI> <A HREF="#matrice">Matrice W3</A>
  -<LI> <A HREF="#stronghold">Stronghold</A>
  -<LI> <A HREF="#tenon">WebTen, a MacOS port of Apache</A>
  +<LI><A HREF="#apacheweek">Apache Week</A>
  +<LI><A HREF="#matrice">Matrice W3</A>
  +<LI><A HREF="#stronghold">Stronghold</A>
  +<LI><A HREF="#tenon">WebTen, a MacOS port of Apache</A>
   </UL>
   
   <HR>
   
  -<A NAME="apachessl">
  -<H3><A HREF="http://www.apache-ssl.org/";>Apache-SSL</A></H3>
  +<H3><A HREF="http://www.apache-ssl.org/";
  +    >Apache-SSL</A><A NAME="apachessl">&nbsp;</A></H3>
   
   Apache-SSL is an encrypting web server, based on Apache and SSLeay, which
   implements <A HREF="http://home.netscape.com/newsref/std/";>Secure Sockets 
  
  
  

Reply via email to