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]
Other format: [Raw text]

[wwwdocs] Point some GCJ pages to the corresponding Wiki pages


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

  As a follow-up to the previous discussion on this issue:

  http://gcc.gnu.org/ml/java/2006-05/msg00092.html

I propose to apply the following patch that changes some of
the links on the GCJ pages to point to the corresponding Wiki
pages instead of the static and bitrotten original web
pages. I also propose to remove those web pages.

I'm using absolute links instead of relative links as
www.gnu.org doesn't seem to have a mirror of the Wiki
pages. I'm also inlcuding a ChangeLog entry for the
change but there's no ChangeLog at the top-level of
htdocs.

OK to apply?

Thanks,
Ranjit.

- --
Ranjit Mathew       Email: rmathew AT gmail DOT com

Bangalore, INDIA.     Web: http://rmathew.com/




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEelgeYb1hx2wRS48RArZQAJ42isGDhGUEGUrXxF1i/n0dink0mgCffpuF
Oe/E+mnBgaZDsSbbQnDH9UU=
=YA/4
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Ranjit Mathew  <rmathew@gcc.gnu.org>

	* style.mhtml: Link "Status", "FAQ" and "Done with GCJ" for GCJ to
	the corresponding wiki pages.
	* java/status.html: Remove.
	* java/faq.html: Remove.
	* java/done.html: Remove.

Index: style.mhtml
===================================================================
--- style.mhtml	2006-05-29 07:26:05.000000000 +0530
+++ style.mhtml	2006-05-29 07:29:16.000000000 +0530
@@ -138,11 +138,11 @@
     <p>
     <a href="index.html">GCJ Home</a><br />
     <a href="../">GCC Home</a><br />
-    <a href="status.html">Status</a><br />
-    <a href="faq.html">FAQ</a><br />
+    <a href="http://gcc.gnu.org/wiki/GCJ_Status";>Status</a><br />
+    <a href="http://gcc.gnu.org/wiki/GCJ_FAQ";>FAQ</a><br />
     <a href="docs.html">Documentation</a><br />
     <a href="contrib.html">Contributing</a><br />
-    <a href="done.html">Done with GCJ</a><br />
+    <a href="http://gcc.gnu.org/wiki/Done_with_GCJ";>Done with GCJ</a><br />
     </p>
     </td></tr>
     </table></td></tr>

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