A few cleanups. Most notably, point to the correct subscribe cgi-bin

script.
This commit is contained in:
jsm
1998-11-30 10:44:55 +00:00
parent af8b7f037c
commit bfb73f08fd

View File

@@ -1,10 +1,10 @@
<html> <html>
</body>
<head> <head>
<title> <title>
libffi libffi
</title> </title>
</head> </head>
<body>
<h1>The libffi Home Page</h1> <h1>The libffi Home Page</h1>
@@ -59,8 +59,8 @@ between the two languages.
Libffi has been ported to: Libffi has been ported to:
<ul> <ul>
<li> SunOS 4.1.3 & Solaris 2.x (Sparc v8) <li> SunOS 4.1.3 &amp; Solaris 2.x (Sparc v8)
<li> Irix 5.3 & 6.2 (System V/o32 & n32) <li> Irix 5.3 &amp; 6.2 (System V/o32 &amp; n32)
<li> Intel x86 - Linux (System V ABI) <li> Intel x86 - Linux (System V ABI)
<li> Alpha Linux and OSF/1 <li> Alpha Linux and OSF/1
<li> m68k - Linux (System V ABI) <li> m68k - Linux (System V ABI)
@@ -79,7 +79,7 @@ that some will be easy (x86 NetBSD), and others will be more difficult
<h2>How to get it</h2> <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://ftp.cygnus.com/pub/green/">ftp.cygnus.com:/pub/green/</a>.
<p> <p>
@@ -111,21 +111,25 @@ available.
<p>To subscribe to the <code>libffi-announce</code> mailing list, enter your <p>To subscribe to the <code>libffi-announce</code> mailing list, enter your
e-mail address: e-mail address:
<form method="get" action="/cgi-bin/subscribe-libffi-announce"> <form method="get" action="/cgi-bin/subscribe">
<input type="text" name="name" size="16"> <input type="Submit" name="submit" value="Sign me up!"> <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!">
</form> </form>
<br>To subscribe to the <code>libffi-discuss</code> mailing list, enter your <br>To subscribe to the <code>libffi-discuss</code> mailing list, enter your
e-mail address: e-mail address:
<form method="get" action="/cgi-bin/subscribe-libffi-discuss"> <form method="get" action="/cgi-bin/subscribe">
<input type="text" name="name" size="16"> <input type="Submit" name="submit" value="Sign me up!"> <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!">
</form> </form>
<p> <p>
<h2>Authors and Credits</h2> <h2>Authors and Credits</h2>
Libffi was written by <a href="http://www.cygnus.com/~green"><b>Anthony Green</b></a>. Libffi was written by <a href="http://www.cygnus.com/~green/"><b>Anthony Green</b></a>.
<ul> <ul>
<li> Portions of libffi were derived from <b>Gianni Mariani</b>'s free gencall <li> Portions of libffi were derived from <b>Gianni Mariani</b>'s free gencall