You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pe...@apache.org on 2001/02/11 19:11:19 UTC

cvs commit: httpd-site related_projects.html

pepper      01/02/11 10:11:19

  Modified:    .        related_projects.html
  Log:
  Updated SSL reference link.
  Added DOCTYPE.
  Fixed some typos.
  Unnested some <a></a> pairs.
  
  Revision  Changes    Path
  1.61      +8 -10     httpd-site/related_projects.html
  
  Index: related_projects.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/related_projects.html,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- related_projects.html	2001/01/06 20:59:33	1.60
  +++ related_projects.html	2001/02/11 18:11:19	1.61
  @@ -1,3 +1,4 @@
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   <HTML>
   <HEAD>
   <TITLE>Apache HTTP Server Project - Related Projects</TITLE>
  @@ -169,7 +170,7 @@
   <H3><A NAME="apachessl" HREF="http://www.apache-ssl.org/">Apache-SSL</A></H3>
   
   <P>Apache-SSL is an encrypting web server, based on Apache and OpenSSL, which
  -implements <A HREF="http://home.netscape.com/newsref/std/">Secure Sockets 
  +implements <A HREF="http://docs.iplanet.com/docs/manuals/security/sslin/">Secure Sockets 
   Layer (SSL)</A> functionality as a set of patches to existing Apache
   source code.
   
  @@ -221,18 +222,17 @@
   </BLOCKQUOTE>
   
   <P><HR>
  -<H3><A NAME="raven"><A HREF="http://www.covalent.net/products/ssl/">Covalent Raven SSL Module for Apache</A></H3>
  +<H3><A NAME="raven"></a><A HREF="http://www.covalent.net/products/ssl/">Covalent Raven SSL Module for Apache</A></H3>
   
   The Raven SSL module is a commercial product providing a strong
   cryptography upgrade to the Apache web server using the <A
   HREF="http://www.rsa.com/">RSA</A> encryption engine and is available to
   US and International customers. Including a friendly GUI for
   installation, key and certificate management, support for
  -hardware encryption and tamperproof key storage.
  -</A>
  +hardware encryption and tamper-proof key storage.
   
   <P><HR>
  -<H3><A NAME="snmp"><A HREF="http://www.covalent.net/products/snmp/">Covalent SNMP Conductor for Apache</A></H3>
  +<H3><A NAME="snmp"></A><A HREF="http://www.covalent.net/products/snmp/">Covalent SNMP Conductor for Apache</A></H3>
   
   Covalent SNMP Conductor is a commercial plug-in module for Apache which helps 
   organizations monitor and manage their Apache based Web services. 
  @@ -242,10 +242,9 @@
   actively informs management applications of serious anomalies using SNMP 
   traps. It can be integrated with standard Framework Management packages 
   and QoS systems.
  -</A>
   
   <P><HR>
  -<H3><A NAME="av"><A HREF="http://www.covalent.net/products/av/">Covalent Antivirus for Apache</A></H3>
  +<H3><A NAME="av"></A><A HREF="http://www.covalent.net/products/av/">Covalent Antivirus for Apache</A></H3>
   
   Covalent Antivirus is a commercial Apache module that
   automatically scans all outgoing data: HTML, Java,
  @@ -255,7 +254,6 @@
   logging and reporting allows for notification of the
   webmaster by means of a logfile, snmp-trap, syslog or
   cgi-script.
  -</A>
   
   <P><HR>
   <H3><A NAME="moddtcl" HREF="http://comanche.com.dtu.dk/dave/"
  @@ -340,7 +338,7 @@
   Devcenter</A></H3>
   
   <P>The <A HREF="http://oreilly.apacheweek.com/">O'Reilly Network</A>
  -provides news, tutorials, and discussions about Apache in conjuction
  +provides news, tutorials, and discussions about Apache in conjunction
   with <A HREF="#apacheweek">ApacheWeek</A>.
   
   <P><hr>
  @@ -427,7 +425,7 @@
   
   WebTen is a commercial Apache-derivative webserver for Power Macs.
   WebTen has been extended with a browser-based interface and Squid
  -cacheing.  It supports standard Macintosh-style plug-ins and CGIs and
  +caching.  It supports standard Macintosh-style plug-ins and CGIs and
   includes SSL, DNS, FTP, and NFS.
   
   <BLOCKQUOTE>
  
  
  

Re: cvs commit: httpd-site related_projects.html

Posted by Joshua Slive <sl...@finance.commerce.ubc.ca>.
On 11 Feb 2001 pepper@apache.org wrote:

> pepper      01/02/11 10:11:19
>
>   Modified:    .        related_projects.html
>   Log:
>   Updated SSL reference link.
>   Added DOCTYPE.
>   Fixed some typos.
>   Unnested some <a></a> pairs.

[...]

>   -<H3><A NAME="raven"><A HREF="http://www.covalent.net/products/ssl/">Covalent Raven SSL Module for Apache</A></H3>
>   +<H3><A NAME="raven"></a><A HREF="http://www.covalent.net/products/ssl/">Covalent Raven SSL Module for Apache</A></H3>

I may be off-base here, but I was under the impression that some browsers
do not go for empty anchors.  I believe the "correct" way to do this is
<a href="..." name="...">, but I'm not sure if that works across all
browsers either.

I don't know what the "best" way to do it is.

Joshua.