1999-04-26 Jason Molenda (jsm@bugshack.cygnus.com) * index.html: Change links to ftp directory to point to sourceware directory. Change mailing list subscription forms to point to sourceware lists.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
diff --git a/htdocs/ChangeLog b/htdocs/ChangeLog
index 4b47ae9..ca97cb8 100644
--- a/htdocs/ChangeLog
+++ b/htdocs/ChangeLog
@@ -1,3 +1,9 @@
+1999-04-26 Jason Molenda (jsm@bugshack.cygnus.com)
+
+ * index.html: Change links to ftp directory to point to sourceware
+ directory.
+ Change mailing list subscription forms to point to sourceware lists.
+
1998-11-30 Anthony Green <green@cygnus.com>
* index.html: Reformatted and updated to reflect hosting on
diff --git a/htdocs/index.html b/htdocs/index.html
index 1a76d6f..f90b59c 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -10,7 +10,7 @@ libffi
<b>libffi-1.20</b> was released on October 5, 1998. You can ftp it
from <a
-href="ftp://ftp.cygnus.com:/pub/green/libffi-1.20.tar.gz">ftp.cygnus.com:/pub/green/libffi-1.20.tar.gz</a>.
+href="ftp://sourceware.cygnus.com:/pub/libffi/libffi-1.20.tar.gz">sourceware.cygnus.com:/pub/libffi/libffi-1.20.tar.gz</a>.
However, newer code is available. See below for details.
<p>
@@ -79,7 +79,7 @@ that some will be easy (x86 NetBSD), and others will be more difficult
<h2>How to get it</h2>
-You can download the latest version from <a href="ftp://ftp.cygnus.com/pub/green/">ftp.cygnus.com:/pub/green/</a>.
+You can download the latest version from <a href="ftp://sourceware.cygnus.com/pub/libffi/">sourceware.cygnus.com:/pub/libffi/</a>.
<p>
@@ -111,7 +111,7 @@ available.
<p>To subscribe to the <code>libffi-announce</code> mailing list, enter your
e-mail address:
-<form method="get" action="/cgi-bin/subscribe">
+<form method="get" action="/cgi-bin/subscribe-sourceware">
<input type="hidden" name="listname" value="libffi-announce">
<input type="text" name="username" size="16"> <input type="Submit" name="submi
t" value="Sign me up!">
@@ -119,7 +119,7 @@ t" value="Sign me up!">
<br>To subscribe to the <code>libffi-discuss</code> mailing list, enter your
e-mail address:
-<form method="get" action="/cgi-bin/subscribe">
+<form method="get" action="/cgi-bin/subscribe-sourceware">
<input type="hidden" name="listname" value="libffi-discuss">
<input type="text" name="username" size="16"> <input type="Submit" name="submi
t" value="Sign me up!">