diff options
| author | David Aspinall | 2000-09-13 15:48:53 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-09-13 15:48:53 +0000 |
| commit | 79db0c8ddf3fd96198a604213f8c684b1cbeca7c (patch) | |
| tree | 0734052e5c2978001a383d834244cc920703827d /html/develdownload.phtml | |
| parent | 10476652cf2775ff7875eb7d89d936f4ded0bd23 (diff) | |
Minor changes and improvements
Diffstat (limited to 'html/develdownload.phtml')
| -rw-r--r-- | html/develdownload.phtml | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/html/develdownload.phtml b/html/develdownload.phtml index d437a966..0558c00c 100644 --- a/html/develdownload.phtml +++ b/html/develdownload.phtml @@ -45,7 +45,10 @@ or <!-- WARNING! Line below automatically edited by makefile. --> <h2><a name="prerel">Pre-release: ProofGeneral-3.2pre000912</a></h2> - +This version has been tested with XEmacs version 21.1.12 and +(minimally) with FSF Emacs 20.7.1. +We recommend the use of XEmacs; use under FSF Emacs is +can no longer be supported. <p> Check the <!-- WARNING! Line below automatically edited by makefile. --> @@ -54,22 +57,25 @@ Check the for a summary of changes since the last stable version, and notes about work-in-progress. </p> -<ul> +<table width="80%" cellspacing=8> +<tr> +<td width=150>gzip'ed tar file</td> <!-- WARNING! Lines below automatically edited by makefile. --> - <li> gzip'ed tar file: - <?php download_link("ProofGeneral-3.2pre000912.tar.gz") ?>, - <br> - or the same thing in a zip file: - <?php download_link("ProofGeneral-3.2pre000912.zip") ?>, - </li> - <li> Linux RPM package - <?php download_link("ProofGeneral-3.2pre000912-1.noarch.rpm") ?> - <br> - You probably don't need the - <?php download_link("ProofGeneral-3.2pre000912-1.src.rpm","source RPM") ?>. - </li> +<td><?php download_link("ProofGeneral-3.2pre000912.tar.gz") ?></td> +</tr> +<tr> +<td>zip file</td> +<td><?php download_link("ProofGeneral-3.2pre000912.zip") ?></td> +</tr> +<tr> +<td>RPM package </td> +<td><?php download_link("ProofGeneral-3.2pre000912-1.noarch.rpm") ?></td> +</tr> +<tr> +<td>SRPM package</td> +<td><?php download_link("ProofGeneral-3.2pre000912-1.src.rpm","source RPM") ?></td> +</table> <!-- End Warning. --> -</ul> <p> For install instructions, see @@ -116,13 +122,10 @@ The complete archive also includes: <li> working instantiations of Proof General for new provers </li> </ul> <p> -Note: there are no pre-built documentation files in the developer's -release, because developers should have the right tools! -</p> -<p> You probably <em>don't</em> need to download this if you're only -interested in hacking the Emacs lisp part of the program for -a prover that is currently supported. +interested in hacking the Emacs lisp part of the program for a prover +that is currently supported. Note that there are no pre-built +documentation files in the developer's release. </p> <?php |
