aboutsummaryrefslogtreecommitdiff
path: root/html/oldrel.phtml
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-17 17:05:19 +0000
committerDavid Aspinall1999-11-17 17:05:19 +0000
commit31bf863ebbf5a71c1e03f01d3ed218a41a055a4a (patch)
treefd1f8f53697a131e1873f0e88d442c58300a1be8 /html/oldrel.phtml
parentc92218ef52b5ae41d3f976332b5edd0414582600 (diff)
Split download page into three parts.
Diffstat (limited to 'html/oldrel.phtml')
-rw-r--r--html/oldrel.phtml54
1 files changed, 54 insertions, 0 deletions
diff --git a/html/oldrel.phtml b/html/oldrel.phtml
new file mode 100644
index 00000000..234a5f5a
--- /dev/null
+++ b/html/oldrel.phtml
@@ -0,0 +1,54 @@
+<?php
+ require('functions.php3');
+ small_header("Previous Releases of Proof General");
+ ?>
+
+<p>
+Please note that we do not support these old releases in any way.
+</p>
+
+
+<h4>Proof General Version 2.1, released 24th August 1999</h4>
+
+<p>
+This version of Proof General has been tested
+with XEmacs 20.4, XEmacs 21 and FSF Emacs 20.3.<br>
+It supports Coq version 6.3, LEGO version 1.3.1 and
+some pre-release versions of Isabelle version 99.
+<ul>
+ <li> gzip'ed tar file:
+ <?php download_link("ProofGeneral-2.1.tar.gz") ?>
+ </li>
+ <li> Linux RPM package:
+ <?php download_link("ProofGeneral-2.1-1.noarch.rpm") ?>
+ <br>
+ The source RPM is
+ <?php download_link("ProofGeneral-2.1-1.noarch.rpm","here") ?>.
+ </li>
+</ul>
+
+
+<h4>Proof General Version 2.0, released 16th December 1998</h4>
+
+<p>
+This version of Proof General has been tested
+with XEmacs 20.4 and FSF Emacs 20.2, 20.3.<br>
+It supports Coq version 6.2, LEGO version 1.3.1, and
+Isabelle version 98-1.<br>
+</p>
+<ul>
+ <li> gzip'ed tar file:
+ <?php download_link("ProofGeneral-2.0.tar.gz") ?>
+ </li>
+ <li> Linux RPM package:
+ <?php download_link("ProofGeneral-2.0-1.noarch.rpm") ?>
+ <br>
+ The source RPM is
+ <?php download_link("ProofGeneral-2.0-1.noarch.rpm","here") ?>.
+ </li>
+</ul>
+
+<?php
+ click_to_go_back();
+ footer();
+?>