aboutsummaryrefslogtreecommitdiff
path: root/html/devel.phtml
diff options
context:
space:
mode:
authorDavid Aspinall2000-03-08 06:01:06 +0000
committerDavid Aspinall2000-03-08 06:01:06 +0000
commitbd35cb53d336e632a4c5770dd3e94f4faa3638c3 (patch)
treee79c4455287423d858ba062506c189b5a7e0c068 /html/devel.phtml
parent214f1da42a3669caec9864a516f3697f5e8deef6 (diff)
Links to developers todo files and README added. Prerelversion notified.
Diffstat (limited to 'html/devel.phtml')
-rw-r--r--html/devel.phtml28
1 files changed, 27 insertions, 1 deletions
diff --git a/html/devel.phtml b/html/devel.phtml
index a55238d0..7a85b557 100644
--- a/html/devel.phtml
+++ b/html/devel.phtml
@@ -7,7 +7,11 @@ users and hackers!
<ul>
<li>
-Download the latest <a href="develdownload.phtml">development release</a>
+Download the latest <a href="develdownload.phtml">development release:
+<!-- WARNING! Line below automatically edited by makefile. -->
+ <b>ProofGeneral-3.1pre000301</b></a>
+<!-- end WARNING -->
+ <br>
(please <a href="register.phtml">register</a> if you haven't already).
</li>
</ul>
@@ -24,6 +28,28 @@ Take a look at the Proof General <a href="projects.phtml">project proposals</a>.
</ul>
<ul>
<li>
+Read the
+developer's
+<?php fileshow("ProofGeneral-3.1pre000301/README.devel","README file"); ?>,
+with development hints and tips.
+</li>
+</ul>
+<ul>
+<li>
+See our current low-level lists of things to do, for the
+<!-- WARNING! Lines below automatically edited by makefile. -->
+ <?php fileshow("ProofGeneral-3.1pre000301/todo","generic base"); ?>,
+ <br>
+ and for each prover:
+ <?php fileshow("ProofGeneral-3.1pre000301/isa/todo","isa to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000301/isar/todo","isar to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000301/coq/todo","coq to do"); ?>,
+ <?php fileshow("ProofGeneral-3.1pre000301/lego/todo","lego to do"); ?>.
+<!-- end WARNING -->
+</li>
+</ul>
+<ul>
+<li>
<?php hlink("feedback.phtml","Send us a message ","Feedback form")?>
about any development issues.
</li>