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: releases.html (new file)


This adds a new file releases.html that should we used as the canonical
URL when referring downloading our releases. This points to lots of
mirrors but not our FTP server to reduce the burden on our overloaded
network pipes.

Installed.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.207
diff -u -r1.207 index.html
--- index.html	2000/06/23 22:19:13	1.207
+++ index.html	2000/06/25 21:00:26
@@ -43,7 +43,7 @@
 </P>
 <H2>Download</H2>
 <P>
-<A HREF="ftp://gcc.gnu.org/pub/gcc/releases/index.html">Releases</A><BR>
+<A HREF="releases.html">Releases</A><BR>
 <A HREF="snapshots.html">Snapshots</A><BR>
 <A HREF="mirrors.html">Mirror sites</A><BR>
 <A HREF="install/binaries.html">Binaries</A>
--- /dev/null	Sun Jun 25 22:56:28 2000
+++ releases.html	Sat Jun 24 01:38:31 2000
@@ -0,0 +1,19 @@
+<html>
+
+<head>
+<title>GCC Releases</title>
+</head>
+
+<body>
+
+<h1 align="center">GCC Releases</h1>
+
+<p>Apart from providing our <a href="cvs.html">sources by means of CVS</a>
+we also make releases available for FTP download.</p>
+
+<p>Please use our
+<a href="ftp://ftp.freesoftware.com/pub/sourceware/gcc/releases/index.html">main
+mirror site</a> or any of our other <a href="mirrors.html">mirrors</a>.</p>
+
+</body>
+</html>


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