Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2001 23:20:39 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/31109: replace gif images w/ png ones due to patent license
Message-ID:  <200110072120.f97LKdh29100@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         31109
>Category:       docs
>Synopsis:       replace gif images w/ png ones due to patent license
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 14:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.4-RC i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	todays web sites shouldn't use gif images due to patent
	license.

	this patch replaces almost all references to gif images by
	png ones.

	there's only two gif animated images but I don't know how
	to replace them. so, I left them intact.

	of course, references to foreign gif images have been left
	intact also.

	in addition to this patch, gif images located in the en/gifs
	and en/java subdirectories needs to be converted to png ones
	using the following commands :

		cd www/en/gifs
		mv pbfbsd2.gif pbfbsd2.gif.tmp
		mv powerani.gif powerani.gif.tmp
		mogrify -format png *.gif
		rm *.gif
		mv pbfbsd2.gif.tmp pbfbsd2.gif
		mv powerani.gif.tmp powerani.gif

		cd www/en/java
		convert j2j.gif j2j.png
		rm j2j.gif

	mogrify and convert are available from the ImageMagic port.
>How-To-Repeat:
	n/a
>Fix:

Index: en/doc.hdr
===================================================================
RCS file: /home/ncvs/www/en/doc.hdr,v
retrieving revision 1.9
diff -u -r1.9 doc.hdr
--- en/doc.hdr	1999/01/27 00:24:19	1.9
+++ en/doc.hdr	2001/10/06 20:35:30
@@ -1,4 +1,4 @@
-<IMG SRC="../gifs/bar.gif" ALT="Navigation Bar" WIDTH="565" HEIGHT="33" BORDER=0 usemap="#bar">
+<IMG SRC="../gifs/bar.png" ALT="Navigation Bar" WIDTH="565" HEIGHT="33" BORDER=0 usemap="#bar">
 <map name="bar">
 <area shape="rect" coords="1,1,111,31" href="../index.html" ALT="Top">
 <area shape="rect" coords="112,11,196,31" href="../ports/index.html" ALT="Applications">
Index: en/includes.sgml
===================================================================
RCS file: /home/ncvs/www/en/includes.sgml,v
retrieving revision 1.45
diff -u -r1.45 includes.sgml
--- en/includes.sgml	2001/09/19 18:14:43	1.45
+++ en/includes.sgml	2001/10/06 06:39:20
@@ -15,8 +15,8 @@
 <!ENTITY base CDATA ".">
 
 <!-- Images -->
-<!ENTITY i.daemon '<img src="&base;/gifs/daemon.gif" alt="" align="left"  width="80" height="76">'>
-<!ENTITY i.new '<img src="&base;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
+<!ENTITY i.daemon '<img src="&base;/gifs/daemon.png" alt="" align="left"  width="80" height="76">'>
+<!ENTITY i.new '<img src="&base;/gifs/new.png" alt="[New!]" width="28" height="11">'>
 
 <!-- Components making up the standard headers and footers. -->
 <!-- Override in the prolog <em>before</em> including this  -->
@@ -27,7 +27,7 @@
 <!ENTITY author '<a href="&base;/mailto.html">&email@FreeBSD.ORG</a><br>
   &copyright;'>
 <!ENTITY date ''>
-<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.gif"
+<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.png"
   alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
 
 <!-- Standard headers and footers -->
@@ -36,7 +36,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <meta name="MSSmartTagsPreventParsing" content="TRUE"></head><body
 text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
-src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
+src="&base;/gifs/bar.png" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
 <h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
 
 
Index: en/includes.xsl
===================================================================
RCS file: /home/ncvs/www/en/includes.xsl,v
retrieving revision 1.3
diff -u -r1.3 includes.xsl
--- en/includes.xsl	2001/09/19 19:07:58	1.3
+++ en/includes.xsl	2001/10/06 20:39:15
@@ -5,11 +5,11 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
   <xsl:variable name="i.daemon">
-    <img src="{$base}/gifs/daemon.gif" alt="" align="left" width="80" height="76"/>
+    <img src="{$base}/gifs/daemon.png" alt="" align="left" width="80" height="76"/>
   </xsl:variable>
 
   <xsl:variable name="i.new">
-    <img src="{$base}/gifs/new.gif" alt="[New!]" width="28" height="11"/>
+    <img src="{$base}/gifs/new.png" alt="[New!]" width="28" height="11"/>
   </xsl:variable>
 
   <xsl:variable name="copyright" select="'Copyright (c) 1995-2001 the FreeBSD Project.  All rights reserved.'"/>
@@ -24,7 +24,7 @@
   </xsl:variable>
 
   <xsl:variable name="home">
-    <a href="{$base}/index.html"><img src="{$base}/gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
+    <a href="{$base}/index.html"><img src="{$base}/gifs/home.png" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
   </xsl:variable>
 
   <xsl:variable name="header1">
@@ -43,7 +43,7 @@
   </xsl:attribute-set>
 
   <xsl:variable name="header2">
-    <img src="{$base}/gifs/bar.gif" alt="Navigation Bar" width="565" 
+    <img src="{$base}/gifs/bar.png" alt="Navigation Bar" width="565" 
 	 height="33" border="0" usemap="#bar"/>
       
     <h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
Index: en/index.xsl
===================================================================
RCS file: /home/ncvs/www/en/index.xsl,v
retrieving revision 1.7
diff -u -r1.7 index.xsl
--- en/index.xsl	2001/09/20 22:32:33	1.7
+++ en/index.xsl	2001/10/06 20:35:45
@@ -30,7 +30,7 @@
 	<table border="0" cellspacing="0" cellpadding="0">
 	  <tr>
 	    <td><a href="http://www.FreeBSD.org/index.html">;
-		<img src="gifs/freebsd_1.gif" height="94" width="306"
+		<img src="gifs/freebsd_1.png" height="94" width="306"
 		     alt="FreeBSD: The Power to Serve" border="0"/></a></td>
 	    
 	    <td align="right" valign="bottom" width="300">
@@ -292,7 +292,7 @@
 
 	      <h2><font color="#990000">FreeBSD is <i>free</i></font></h2>
 	    
-	      <a href="copyright/daemon.html"><img src="gifs/dae_up3.gif" 
+	      <a href="copyright/daemon.html"><img src="gifs/dae_up3.png" 
 						   alt=""
 						   height="81" width="72" 
 						   align="right" 
@@ -425,20 +425,20 @@
 	<table width="100%" border="0" cellspacing="0" cellpadding="3">
 	  <tr>
 	    <td><a href="http://www.freebsdmall.com/"><img
-							   src="gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
+							   src="gifs/mall_title_medium.png" alt="[FreeBSD Mall]"
 							   height="65" width="165" border="0"/></a></td>
 	    
-	    <td><a href="http://www.ugu.com/"><img src="gifs/ugu_icon.gif"
+	    <td><a href="http://www.ugu.com/"><img src="gifs/ugu_icon.png"
 						   alt="[Sponsor of Unix Guru Universe]" 
 						   height="64" width="76"
 						   border="0"/></a></td>
 	  
-	    <td><a href="http://www.daemonnews.org/"><img src="gifs/darbylogo.gif"
+	    <td><a href="http://www.daemonnews.org/"><img src="gifs/darbylogo.png"
 		alt="[Daemon News]" height="45" width="130"
 		border="0"/></a></td>
 	  
 	    <td><a href="{$base}/copyright/daemon.html"><img
-							     src="gifs/powerlogo.gif" 
+							     src="gifs/powerlogo.png" 
 							     alt="[Powered by FreeBSD]"
 							     height="64" 
 							     width="160" 
Index: en/publish.sgml
===================================================================
RCS file: /home/ncvs/www/en/publish.sgml,v
retrieving revision 1.44
diff -u -r1.44 publish.sgml
--- en/publish.sgml	2001/07/28 06:01:02	1.44
+++ en/publish.sgml	2001/10/06 06:39:20
@@ -9,7 +9,7 @@
     
     <table>
       <tr>
-	<td><img src="gifs/daemon.gif" alt="FreeBSD Daemon" height="76"
+	<td><img src="gifs/daemon.png" alt="FreeBSD Daemon" height="76"
 	    width="80" border="0"></td>
 
 	<td>
@@ -174,7 +174,7 @@
       </tr>
 
       <tr>
-	<td><a href="http://www.freebsdmall.com/software/bsdcomp.phtml"><IMG SRC="gifs/bsdcomp-4.2.gif" WIDTH="200" HEIGHT="220"></a></td>
+	<td><a href="http://www.freebsdmall.com/software/bsdcomp.phtml"><IMG SRC="gifs/bsdcomp-4.2.png" WIDTH="200" HEIGHT="220"></a></td>
 	<td>
 	The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2.
 	Everything you ever wanted to know about how to get
@@ -393,27 +393,27 @@
 	</td></tr>
 
       <tr>
-	<td><a href="http://www.freebsdmall.com/software/bsdtool.phtml"><img src="gifs/wc-bsdtool.gif" WIDTH="200" HEIGHT="166"></a></td>
+	<td><a href="http://www.freebsdmall.com/software/bsdtool.phtml"><img src="gifs/wc-bsdtool.png" WIDTH="200" HEIGHT="166"></a></td>
 	<td>
 	FreeBSD Toolkit: Six disc set of resources to make your 
 	FreeBSD experience more enriching.
 	</td></tr>
 
       <tr>
-	<td><a href="http://www.freebsdmall.com/software/bsdalph.phtml"><img src="gifs/wc-bsdalph-4.2.gif" WIDTH="242" HEIGHT="200"></a></td>
+	<td><a href="http://www.freebsdmall.com/software/bsdalph.phtml"><img src="gifs/wc-bsdalph-4.2.png" WIDTH="242" HEIGHT="200"></a></td>
 	<td>
 	FreeBSD Alpha 4.2 - The full version of the DEC Alpha 64-bit
 	UNIX operating system.
 	</td></tr>
 
       <tr>
-	<td><a href="http://www.freebsdmall.com/software/bsd.phtml"><img src="gifs/wc-freebsd-4.2b.gif" WIDTH="255" HEIGHT="200"></a></td>
+	<td><a href="http://www.freebsdmall.com/software/bsd.phtml"><img src="gifs/wc-freebsd-4.2b.png" WIDTH="255" HEIGHT="200"></a></td>
 	<td>
 	FreeBSD 4.2: The full version of the PC 32-bit UNIX operating system.
 	</td></tr>
 
       <tr>
-	<td><a href="http://www.lob.de/"><img src="gifs/lob-freebsd-4.2.gif" WIDTH="255" HEIGHT="218"></a></td>
+	<td><a href="http://www.lob.de/"><img src="gifs/lob-freebsd-4.2.png" WIDTH="255" HEIGHT="218"></a></td>
 	<td>
 	FreeBSD 4.2 CD-ROM. Lehmanns CD-ROM Edition.
         January 2001, 4 CD-ROMs. Lehmanns Fachbuchhandlung. Germany.
Index: en/cgi/cgi-style.pl
===================================================================
RCS file: /home/ncvs/www/en/cgi/cgi-style.pl,v
retrieving revision 1.17
diff -u -r1.17 cgi-style.pl
--- en/cgi/cgi-style.pl	2000/12/29 09:24:40	1.17
+++ en/cgi/cgi-style.pl	2001/10/06 20:35:57
@@ -25,7 +25,7 @@
     $hsty_date = "";
 }
 
-$i_topbar = "<IMG SRC=\"$hsty_base/gifs/bar.gif\" ALT=\"Navigation Bar\" WIDTH=\"565\" HEIGHT=\"33\" BORDER=0 usemap=\"#bar\">
+$i_topbar = "<IMG SRC=\"$hsty_base/gifs/bar.png\" ALT=\"Navigation Bar\" WIDTH=\"565\" HEIGHT=\"33\" BORDER=0 usemap=\"#bar\">
 <map name=\"bar\">
 <area shape=\"rect\" coords=\"1,1,111,31\" href=\"$hsty_base/index.html\" ALT=\"Top\">
 <area shape=\"rect\" coords=\"112,11,196,31\" href=\"$hsty_base/ports/index.html\" ALT=\"Applications\">
@@ -39,7 +39,7 @@
 </map>";
 
 if (!defined($hsty_home)) {
-    $hsty_home = "<a href=\"$hsty_base/\"><img src=\"$hsty_base/gifs/home.gif\"
+    $hsty_home = "<a href=\"$hsty_base/\"><img src=\"$hsty_base/gifs/home.png\"
   alt=\"FreeBSD Home Page\" border=\"0\" align=\"right\"></a>";
 }
 
Index: en/cgi/ports.cgi
===================================================================
RCS file: /home/ncvs/www/en/cgi/ports.cgi,v
retrieving revision 1.57
diff -u -r1.57 ports.cgi
--- en/cgi/ports.cgi	2001/08/26 18:27:45	1.57
+++ en/cgi/ports.cgi	2001/10/06 20:36:06
@@ -96,7 +96,7 @@
     $portsDesc = '../ports/';
 
     # location of the tiny BSD daemon
-    $daemonGif = '<IMG SRC="/gifs/littlelogo.gif">';
+    $daemonGif = '<IMG SRC="/gifs/littlelogo.png">';
 
     # visible E-Mail address, plain text
     $mailto = 'www@FreeBSD.org';
@@ -549,7 +549,7 @@
 sub footer {
 
     print qq{
-<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
+<img ALIGN="RIGHT" src="/gifs/powerlogo.png">
 &copy; 1996-2001 by Wolfram Schneider. All rights reserved.<br>
 };
     #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $} . "<br>\n";
Index: en/cgi/reg.cgi
===================================================================
RCS file: /home/ncvs/www/en/cgi/reg.cgi,v
retrieving revision 1.7
diff -u -r1.7 reg.cgi
--- en/cgi/reg.cgi	2000/04/03 08:45:51	1.7
+++ en/cgi/reg.cgi	2001/10/06 20:36:10
@@ -84,7 +84,7 @@
 print "<BODY BGCOLOR=\"\#FFFFFF\" TEXT=\"\#660000\">\n";
 print "<FONT SIZE=4> \n";
 print "<CENTER>\n";
-print "<IMG SRC=\"..\/gifs\/bar.gif\" BORDER=0 USEMAP=\"\#bar\">\n";
+print "<IMG SRC=\"..\/gifs\/bar.png\" BORDER=0 USEMAP=\"\#bar\">\n";
 print "<MAP NAME=\"bar\">\n";
 print "<AREA SHAPE=\"RECT\" COORDS=\"1,1,111,31\" HREF=\"../index.html\">\n";
 print "<AREA SHAPE=\"RECT\" COORDS=\"112,11,196,31\" HREF=\"../ports/index.html\">\n";
Index: en/gallery/gallery.xsl
===================================================================
RCS file: /home/ncvs/www/en/gallery/gallery.xsl,v
retrieving revision 1.1
diff -u -r1.1 gallery.xsl
--- en/gallery/gallery.xsl	2001/08/06 07:01:38	1.1
+++ en/gallery/gallery.xsl	2001/10/07 17:20:28
@@ -39,10 +39,10 @@
 
 	<table width="100%" border="0">
 	  <tr>
-	    <td align="left"><img src="../gifs/powerlogo.gif" alt=""
+	    <td align="left"><img src="../gifs/powerlogo.png" alt=""
 				  align="left" border="0"/></td>
 
-	    <td align="left"><img src="../gifs/power-button.gif" alt="" 
+	    <td align="left"><img src="../gifs/power-button.png" alt="" 
 				  align="left" border="0"/></td>
 	  </tr>
 
@@ -58,20 +58,20 @@
 	  </tr>
 	</table>
 	
-	<p align="center"><img src="../gifs/banner1.gif" alt="" 
+	<p align="center"><img src="../gifs/banner1.png" alt="" 
 			       width="446" height="63" border="0"/></p>
 
-	<p align="center"><img src="../gifs/banner2.gif" alt="" width="310" 
+	<p align="center"><img src="../gifs/banner2.png" alt="" width="310" 
 			       height="63" border="0"/></p>
 
-	<p align="center"><img src="../gifs/banner3.gif" alt="" width="250" 
+	<p align="center"><img src="../gifs/banner3.png" alt="" width="250" 
 			       height="35" border="0"/></p>
 
-	<p align="center"><img src="../gifs/banner4.gif" alt="" width="225" 
+	<p align="center"><img src="../gifs/banner4.png" alt="" width="225" 
 			       height="46" border="0"/></p>
 
 	<p>The "Powered by FreeBSD" logos above may be 
-	  <a href="../gifs/powerlogo.gif">downloaded</a> and displayed on 
+	  <a href="../gifs/powerlogo.png">downloaded</a> and displayed on 
 	  personal or commercial home pages served by FreeBSD machines. Use of
 	  this logo or the likeliness of the <a
 	  href="../copyright/daemon.html">BSD Daemons</a> for profitable gain
@@ -84,4 +84,4 @@
       </body>
     </html>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
Index: en/gifs/Makefile
===================================================================
RCS file: /home/ncvs/www/en/gifs/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- en/gifs/Makefile	2001/06/20 17:05:23	1.37
+++ en/gifs/Makefile	2001/10/07 17:20:47
@@ -7,14 +7,14 @@
 .include "../Makefile.inc"
 .endif
 
-DATA=   apache.gif apachepower.gif daemon.gif dir.gif doc.gif
-DATA+=  home.gif littlelogo.gif new.gif power-button.gif
-DATA+=  powerlogo.gif ugu_icon.gif wclogo.gif topbar.gif
-DATA+=  flash0.gif flash1.gif soft0.gif soft1.gif support0.gif support1.gif
-DATA+=  docs0.gif docs1.gif vendors0.gif vendors1.gif search0.gif search1.gif
-DATA+=  index0.gif index1.gif get0.gif get1.gif faq0.gif faq1.gif
-DATA+=  handboo0.gif handboo1.gif dae_up2.gif dae_up3.gif bar.gif
-DATA+=  freebsd_1.gif powerani.gif pbfbsd2.gif 205-jp.jpg
+DATA=   apache.png apachepower.png daemon.png dir.png doc.png
+DATA+=  home.png littlelogo.png new.png power-button.png
+DATA+=  powerlogo.png ugu_icon.png wclogo.png topbar.png
+DATA+=  flash0.png flash1.png soft0.png soft1.png support0.png support1.png
+DATA+=  docs0.png docs1.png vendors0.png vendors1.png search0.png search1.png
+DATA+=  index0.png index1.png get0.png get1.png faq0.png faq1.png
+DATA+=  handboo0.png handboo1.png dae_up2.png dae_up3.png bar.png
+DATA+=  freebsd_1.png powerani.gif pbfbsd2.gif 205-jp.jpg
 DATA+=  205-jpb.jpg bsdisc.jpg bsdiscb.jpg comp_b.jpg complete.jpg
 DATA+=  cover.jpg coverb.jpg fullcourse3.jpg
 DATA+=  fullcourse3b.jpg getstarb.jpg getstart.jpg
@@ -30,27 +30,27 @@
 DATA+=  wc-44lite2.jpg wc-44lite2b.jpg wc-blun.jpg wc-blunb.jpg 
 DATA+=  wc-30snab.jpg wc-30sna.jpg newsletb.jpg newslett.jpg
 DATA+=  newslet2b.jpg newslet2.jpg
-DATA+=  banner1.gif banner2.gif banner3.gif banner4.gif
-DATA+=  lynx.gif
+DATA+=  banner1.png banner2.png banner3.png banner4.png
+DATA+=  lynx.png
 DATA+=  smart-reseller-small.jpg smart-reseller.jpg
 DATA+=	bsdm.jpg
 DATA+=	bsdmb.jpg
 DATA+=	fhp_mini.jpg
-DATA+=  mall_title_tiny.gif
-DATA+=  mall_title_medium.gif
+DATA+=  mall_title_tiny.png
+DATA+=  mall_title_medium.png
 DATA+=  plueschtier-tiny.jpg
 DATA+=	instman.jpg instmanb.jpg sam.jpg samb.jpg urm.jpg urmb.jpg
 DATA+=	releases.jpg bug.jpg doc.jpg news.jpg power.jpg
-DATA+=	gourchin3.gif
-DATA+=	darbylogo.gif
+DATA+=	gourchin3.png
+DATA+=	darbylogo.png
 DATA+=	bsdmagazine.jpg
 DATA+=	aboutf.jpg aboutfb.jpg
 DATA+=	bukudepan.jpg
-DATA+=	wc-bsdtool.gif
-DATA+=	wc-bsdalph-4.2.gif
-DATA+=	wc-freebsd-4.2.gif wc-freebsd-4.2b.gif
-DATA+=	bsdcomp-4.2.gif
-DATA+=	lob-freebsd-4.2.gif
+DATA+=	wc-bsdtool.png
+DATA+=	wc-bsdalph-4.2.png
+DATA+=	wc-freebsd-4.2.png wc-freebsd-4.2b.png
+DATA+=	bsdcomp-4.2.png
+DATA+=	lob-freebsd-4.2.png
 DATA+= daemon_hammer.jpg
 DATA+= daemon_hammer-tn15.jpg daemon_hammer-tn20.jpg daemon_hammer-tn25.jpg
 
Index: en/internal/about.sgml
===================================================================
RCS file: /home/ncvs/www/en/internal/about.sgml,v
retrieving revision 1.41
diff -u -r1.41 about.sgml
--- en/internal/about.sgml	2001/07/13 12:52:14	1.41
+++ en/internal/about.sgml	2001/10/06 06:39:20
@@ -10,7 +10,7 @@
 
 <h2>The Machine</h2>
 
-    <img src="../gifs/powerlogo.gif" alt="" align="right"> <p>The
+    <img src="../gifs/powerlogo.png" alt="" align="right"> <p>The
       machine <tt>www.FreeBSD.org</tt>, otherwise known as
       <tt>freefall.FreeBSD.org</tt>, is 800MHz Pentium III set up with
       1024 megabytes of RAM and about 50 gigabytes of disk space. The 
@@ -33,14 +33,14 @@
 
 <h2>The Software</h2>
 
-    <img src="../gifs/apachepower.gif" alt="" align="right"><p>
+    <img src="../gifs/apachepower.png" alt="" align="right"><p>
       These pages are served up by the versatile and efficient <a
       href="http://www.apache.org/">Apache http server</a>.  In
       addition, there are a few locally crafted CGI scripts.
       Indexing of these pages and the mailing list archive are
       provided by freewais-sf, a derivative of the CNIDR freewais.</p>
 
-    <img src="../gifs/gourchin3.gif" alt=""
+    <img src="../gifs/gourchin3.png" alt=""
       align="right"><p>The
       <a href="http://www.quantified.com/urchin/support/">Urchin</a>;
       web statistics package is used to provide <a href="http://www.FreeBSD.org/statistic/urchin/">;
@@ -48,7 +48,7 @@
 
 <h2>The Pages</h2>
 
-    <img src="../gifs/lynx.gif" alt="" align="right">
+    <img src="../gifs/lynx.png" alt="" align="right">
     <p>These Web pages have been put together by John Fieber
 	<a
 	href="http://people.FreeBSD.org/~jfieber/">&lt;jfieber@FreeBSD.org&gt;
Index: en/java/Makefile
===================================================================
RCS file: /home/ncvs/www/en/java/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- en/java/Makefile	2000/11/07 04:05:16	1.3
+++ en/java/Makefile	2001/10/06 20:37:37
@@ -18,6 +18,6 @@
 DOCS+=  newsflash.sgml
 DOCS+=  press.sgml
 
-DATA=	j2j.gif
+DATA=	j2j.png
 
 .include "${WEB_PREFIX}/share/mk/web.site.mk"
Index: en/java/index.sgml
===================================================================
RCS file: /home/ncvs/www/en/java/index.sgml,v
retrieving revision 1.9
diff -u -r1.9 index.sgml
--- en/java/index.sgml	2001/09/11 07:11:46	1.9
+++ en/java/index.sgml	2001/10/06 20:37:42
@@ -74,7 +74,7 @@
 <P>This is the offical port of Sun's Java Development Kit for FreeBSD.  No known significant bugs exist at this time, but there are no guarantees of usability.  However, many commercial companies rely on this port, so it should be safe to use.
 </TD>
 <TD>
-<A HREF="http://java.sun.com"><IMG SRC="j2j.gif" HSPACE="10" border="0" ALT="Jump to Java"></A>
+<A HREF="http://java.sun.com"><IMG SRC="j2j.png" HSPACE="10" border="0" ALT="Jump to Java"></A>
 </TD>
 </tr>
 </TABLE>
Index: en/java/dists/index.sgml
===================================================================
RCS file: /home/ncvs/www/en/java/dists/index.sgml,v
retrieving revision 1.5
diff -u -r1.5 index.sgml
--- en/java/dists/index.sgml	2001/07/06 02:12:00	1.5
+++ en/java/dists/index.sgml	2001/10/06 20:38:51
@@ -16,7 +16,7 @@
 This is the official port of Sun's Java Development Kit for FreeBSD.  No known significant bugs exist at this time, but there are no guarantees of usability.  However, many commercial companies rely on this port, so it should be safe to use.
 </td>
 <td>
-<A HREF="http://java.sun.com"><IMG SRC="../j2j.gif" HSPACE=10 border="0" ALT="Jump to Java"></A>
+<A HREF="http://java.sun.com"><IMG SRC="../j2j.png" HSPACE=10 border="0" ALT="Jump to Java"></A>
 </td>
 </tr>
 </table>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110072120.f97LKdh29100>