sameer 97/06/12 12:00:05
Modified: mirrors index.cgi list.cgi Log: Page cleanups from Ken Coar Revision Changes Path 1.2 +12 -2 apache-site/mirrors/index.cgi Index: index.cgi =================================================================== RCS file: /export/home/cvs/apache-site/mirrors/index.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -c -C3 -r1.1 -r1.2 *** index.cgi 1997/06/12 16:52:28 1.1 --- index.cgi 1997/06/12 18:59:59 1.2 *************** *** 67,79 **** print <<EOF; Content-type: text/html <HTML> <HEAD> <TITLE>Apache HTTP Server Download</TITLE> </HEAD> ! <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> <H2 ALIGN=center>Choose a download site close to you</H2> --- 67,89 ---- print <<EOF; Content-type: text/html + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Apache HTTP Server Download</TITLE> </HEAD> ! <!-- Background white, links blue (unvisited), navy (visited), red (active) --> ! <BODY ! BGCOLOR="#FFFFFF" ! TEXT="#000000" ! LINK="#0000FF" ! VLINK="#000080" ! ALINK="#FF0000" ! > ! <DIV ALIGN="CENTER"> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! </DIV> <H2 ALIGN=center>Choose a download site close to you</H2> 1.2 +23 -8 apache-site/mirrors/list.cgi Index: list.cgi =================================================================== RCS file: /export/home/cvs/apache-site/mirrors/list.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -c -C3 -r1.1 -r1.2 *** list.cgi 1997/06/12 16:52:29 1.1 --- list.cgi 1997/06/12 19:00:00 1.2 *************** *** 3,21 **** print <<EOF; Content-type: text/html <HTML> <HEAD> <TITLE>Apache HTTP Server Project Mirrors</TITLE> </HEAD> ! <BODY> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! <H2 ALIGN="CENTER">Apache Project Mirrors<BR> Organized by DNS Country Code</H3> <!-- Contact addresses in comments below their hosts --> ! <H4 ALIGN="CENTER">HTTP:<BR> EOF open(MIRRORS, "mirrors.list"); --- 3,33 ---- print <<EOF; Content-type: text/html + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Apache HTTP Server Project Mirrors</TITLE> </HEAD> ! <!-- Background white, links blue (unvisited), navy (visited), red (active) --> ! <BODY ! BGCOLOR="#FFFFFF" ! TEXT="#000000" ! LINK="#0000FF" ! VLINK="#000080" ! ALINK="#FF0000" ! > ! <DIV ALIGN="CENTER"> ! <IMG SRC="../images/apache_sub.gif" ALT=""> ! </DIV> ! <H2 ALIGN="CENTER">Apache Project Mirrors<BR>Organized by DNS Country Code</H2> <!-- Contact addresses in comments below their hosts --> ! <H4 ALIGN="CENTER">HTTP:</H4> ! <P ALIGN="CENTER"> ! <STRONG> EOF open(MIRRORS, "mirrors.list"); *************** *** 33,40 **** close(MIRRORS); print <<EOF; ! <P> ! <B>Apache software via FTP:</B><BR> EOF --- 45,55 ---- close(MIRRORS); print <<EOF; ! </STRONG> ! </P> ! <H4 ALIGN="CENTER">Apache software via FTP:</H4> ! <P ALIGN="CENTER"> ! <STRONG> EOF *************** *** 53,60 **** close(MIRRORS); print <<EOF; ! </B> ! </H4> <P ALIGN=CENTER><B><A HREF="../info/how-to-mirror.html">How do I become an Apache mirror site?</A></B> --- 68,75 ---- close(MIRRORS); print <<EOF; ! </STRONG> ! </P> <P ALIGN=CENTER><B><A HREF="../info/how-to-mirror.html">How do I become an Apache mirror site?</A></B>