GIF images in our web pages

Alexandre Petit-Bianco apbianco@cygnus.com
Sat Sep 29 08:45:00 GMT 2001


Gerald Pfeifer writes:

> Could someone of you more familiar with the Java web pages and/or
> this specific paper please fix the broken links and remove the GIF
> images from CVS?

PNG OK?

./A

2001-09-29  Alexandre Petit-Bianco  <apbianco@redhat.com

	* paper/table.gif: Deleted.
	* paper/page.gif: Deleted.
	* paper/cygnus-logo-notype-small.gif: Deleted.
	* paper/table.png: New file.
	* paper/page.png: New file.
	* paper/nosb.html (cygnus-logo-notype-small.gif): Table entry removed.
	(table.png): Replaces table.gif.
	(page.png): Replaces page.gif.

Index: papers/nosb.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/papers/nosb.html,v
retrieving revision 1.1
diff -u -p -r1.1 nosb.html
--- nosb.html   1999/03/10 17:41:25     1.1
+++ nosb.html   2001/09/29 15:42:52
@@ -9,8 +9,6 @@
  
 <TABLE BORDER=0 CELLSPACING=0 WIDTH="100%" CELLPADING="0" >
 <TR>
-<TD><A HREF=" http://www.cygnus.com/" ;><IMG SRC="cygnus-logo-notype-small.gif" ALT="Cygnus Logo" BORDER=0 HEIGHT=82 WIDTH=82></A></TD>
-
 <TD>
 <H1>
 No Silver Bullet - Garbage Collection for Java in Embedded Systems</H1>
@@ -382,7 +380,7 @@ of the memory allocations serving partic
 dedicated GC function set:
 <p>
        <center>
-       <img src="table.gif">
+       <img src="table.png">
        </center>
 <p>
 <i>Allocating garbage collected memory</i>
@@ -435,7 +433,7 @@ a state flag and also retains color info
 collected memory intended to store small objects is organized as:
 <p>
        <center>
-       <img src="page.gif">
+       <img src="page.png">
        </center>
        <ul><font size=-1>
         The size of this entire block is typically the system's page



More information about the Java mailing list