A few cleanups. Most notably, point to the correct subscribe cgi-bin
script.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<html>
|
||||
</body>
|
||||
<head>
|
||||
<title>
|
||||
libffi
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>The libffi Home Page</h1>
|
||||
|
||||
@@ -59,8 +59,8 @@ between the two languages.
|
||||
Libffi has been ported to:
|
||||
|
||||
<ul>
|
||||
<li> SunOS 4.1.3 & Solaris 2.x (Sparc v8)
|
||||
<li> Irix 5.3 & 6.2 (System V/o32 & n32)
|
||||
<li> SunOS 4.1.3 & Solaris 2.x (Sparc v8)
|
||||
<li> Irix 5.3 & 6.2 (System V/o32 & n32)
|
||||
<li> Intel x86 - Linux (System V ABI)
|
||||
<li> Alpha Linux and OSF/1
|
||||
<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>
|
||||
|
||||
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>
|
||||
|
||||
@@ -111,21 +111,25 @@ available.
|
||||
|
||||
<p>To subscribe to the <code>libffi-announce</code> mailing list, enter your
|
||||
e-mail address:
|
||||
<form method="get" action="/cgi-bin/subscribe-libffi-announce">
|
||||
<input type="text" name="name" size="16"> <input type="Submit" name="submit" value="Sign me up!">
|
||||
<form method="get" action="/cgi-bin/subscribe">
|
||||
<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>
|
||||
|
||||
<br>To subscribe to the <code>libffi-discuss</code> mailing list, enter your
|
||||
e-mail address:
|
||||
<form method="get" action="/cgi-bin/subscribe-libffi-discuss">
|
||||
<input type="text" name="name" size="16"> <input type="Submit" name="submit" value="Sign me up!">
|
||||
<form method="get" action="/cgi-bin/subscribe">
|
||||
<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>
|
||||
|
||||
<p>
|
||||
|
||||
<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>
|
||||
<li> Portions of libffi were derived from <b>Gianni Mariani</b>'s free gencall
|
||||
|
||||
Reference in New Issue
Block a user