This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: broken/changed link hunting continued


This is the easier part, the rest of the site was more work. :-\

Installed.

Gerald


2001-10-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* docs.html: Update links for Per Bothner.

	* papers/nosb.html: Update link to Java page and Cygnus/Red Hat
	site.  Fix markup.

Index: docs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/docs.html,v
retrieving revision 1.18
diff -u -3 -p -r1.18 docs.html
--- docs.html	2001/10/01 07:59:44	1.18
+++ docs.html	2001/10/02 11:58:39
@@ -103,7 +103,7 @@ conferences and magazines.
           [<a href="papers/esc97w-slides.ps.gz">PS
           for presentation slides</a>].

-      <br>Author: <a href="http://www.cygnus.com/~bothner/";>Per Bothner</a>.
+      <br>Author: <a href="http://www.bothner.com/";>Per Bothner</a>.
       <p>

   <li><b>February 1997</b>: "<cite>A Gcc-based Java Implementation</cite>" is an older paper
@@ -116,7 +116,7 @@ conferences and magazines.
           [(<a href="papers/compcon97.ps.gz">slides
           for presentation</a>)]

-      <br>Author: <a href="http://www.cygnus.com/~bothner/";>Per Bothner</a>.
+      <br>Author: <a href="http://www.bothner.com/";>Per Bothner</a>.
       <p>

 </ul>
Index: faq-portugese.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq-portugese.html,v
retrieving revision 1.15
diff -u -3 -p -r1.15 faq-portugese.html
--- faq-portugese.html	2001/10/01 07:59:44	1.15
+++ faq-portugese.html	2001/10/02 11:58:43
@@ -511,7 +511,7 @@ apenas muito similar em funcionalidade e
 retirar algumas classes para obter suporte a RMI na libgcj. Entretanto,
 a implementa&ccedil;&atilde;o requer algumas classes em java.* e sun.*
 que n&atilde;o s&atilde;o parte da libgcj.</blockquote>
-&Eacute; poss&iacute;vel usar a <a href="http://wwwipd.ira.uka.de/%7Ehauma/EfficientRMI/";>implementa&ccedil;&atilde;o
+&Eacute; poss&iacute;vel usar a <a href="http://wwwipd.ira.uka.de/~hauma/KaRMI/";>implementa&ccedil;&atilde;o
 RMI </a>de JavaParty , mas a licen&ccedil;a &eacute; muito mais restritiva
 que aquela da NinjaRMI. Detalhes abaixo:
 <blockquote>O muito mais r&aacute;pido e informal RMI e a apropriada eficiente
Index: papers/nosb.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/papers/nosb.html,v
retrieving revision 1.2
diff -u -3 -p -r1.2 nosb.html
--- nosb.html	2001/10/01 16:37:50	1.2
+++ nosb.html	2001/10/02 11:58:49
@@ -1,11 +1,12 @@
-<HTML>
+<html>
 <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <META NAME="Author" CONTENT="Alexandre PETIT-BIANCO">
    <META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (X11; I; SunOS 5.5.1 sun4m) [Netscape]">
    <TITLE>Garbage collection for embedded Java</TITLE>
 </HEAD>
-<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
+
+<body>
 &nbsp;
 <TABLE BORDER=0 CELLSPACING=0 WIDTH="100%" CELLPADING="0" >
 <TR>
@@ -14,8 +15,8 @@
 No Silver Bullet - Garbage Collection for Java in Embedded Systems</H1>
 </TD>

-<TD ALIGN=RIGHT WIDTH="400"><A HREF="http://sourceware.cygnus.com/";>Cygnus Sourceware site</A>
-|  <A HREF="http://sourceware.cygnus.com/java/";>Java Page</A></TD>
+<TD ALIGN=RIGHT WIDTH="400"><A HREF="http://sources.redhat.com/";>Red Hat Sources site</A>
+|  <A HREF="../">Java Page</A></TD>
 </TR>
 </TABLE>

@@ -759,3 +760,6 @@ end with information on how to generate
 used by the runtime system during execution of the compiled code. For more
 information, consult <TT>http://www.cygnus.com/product/javalang</TT>
 </FONT></TD>
+
+</body>
+</html>
\ No newline at end of file


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]