diff options
| author | David Aspinall | 2000-09-14 13:31:05 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-09-14 13:31:05 +0000 |
| commit | a377479a7228bc45f065cd10fe69aec51dc5ce5a (patch) | |
| tree | 48d862bd4d781d4de392d17cbfe9ee3e01fbf53a /html/devel.phtml | |
| parent | 38b4f479953024cdb0e2e6bc9ac4d4945852d326 (diff) | |
Updates
Diffstat (limited to 'html/devel.phtml')
| -rw-r--r-- | html/devel.phtml | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/html/devel.phtml b/html/devel.phtml index a2283de2..45fb2d87 100644 --- a/html/devel.phtml +++ b/html/devel.phtml @@ -1,3 +1,4 @@ +<h2>Development Information</h2> <p> Proof General follows an open development method. <br> @@ -9,12 +10,12 @@ users and hackers! <li> Download the latest <a href="develdownload.phtml">development release: <!-- WARNING! Line below automatically edited by makefile. --> - <b>ProofGeneral-3.2pre000913</b></a> + <b>ProofGeneral-3.2pre000912</b></a> <!-- end WARNING --> <br> Check the <!-- WARNING! Line below automatically edited by makefile. --> -<?php fileshow("ProofGeneral-3.2pre000913/CHANGES","CHANGES"); ?> file +<?php fileshow("ProofGeneral-3.2pre000912/CHANGES","CHANGES"); ?> file <!-- End Warning. --> for a summary of changes since the last stable version. </li> @@ -22,10 +23,12 @@ for a summary of changes since the last stable version. <ul> <li> Browse a mirror of the <a href="http://zermelo.dcs.ed.ac.uk/cgi-bin/cvsweb.cgi">Proof General CVS repository</a>. <br> -<i>Note:</i> this mirror is updated nightly, so it may not be -exactly up-to-date with the latest versions.<br> -If you'd like to be an official developer and -want full access to the real CVS repository, +<i>Note:</i> this mirror is updated nightly, so it may be +slightly out of date.<br> +</li> +<li> +If you want to be an "official" developer and +access the real CVS repository, <a href="feedback.phtml">ask here</a>. </li> </ul> @@ -45,14 +48,14 @@ Take a look at the Proof General <a href="projects.phtml">project proposals</a>. <li> Read the developer's -<?php fileshow("ProofGeneral-3.2pre000913/README.devel","README file"); ?>, +<?php fileshow("ProofGeneral-3.2pre000912/README.devel","README file"); ?>, with development hints and tips. </li> </ul> <ul> <li> Read the brief list of planned -<?php fileshow("ProofGeneral-3.2pre000913/TODO","things to do "); ?> +<?php fileshow("ProofGeneral-3.2pre000912/TODO","things to do "); ?> for Proof General. </ul> <ul> @@ -60,29 +63,29 @@ for Proof General. <a name="lowleveltodo">See our current low-level lists of things to do</a>, for the <!-- WARNING! Lines below automatically edited by makefile. --> - <?php fileshow("ProofGeneral-3.2pre000913/todo","generic base"); ?>, + <?php fileshow("ProofGeneral-3.2pre000912/todo","generic base"); ?>, <br> and for each prover: - <?php fileshow("ProofGeneral-3.2pre000913/lego/todo","lego to do"); ?>, - <?php fileshow("ProofGeneral-3.2pre000913/coq/todo","coq to do"); ?>, - <?php fileshow("ProofGeneral-3.2pre000913/isa/todo","isa to do"); ?>, - <?php fileshow("ProofGeneral-3.2pre000913/isar/todo","isar to do"); ?>, - <?php fileshow("ProofGeneral-3.2pre000913/hol98/todo","hol to do"); ?>. + <?php fileshow("ProofGeneral-3.2pre000912/lego/todo","lego to do"); ?>, + <?php fileshow("ProofGeneral-3.2pre000912/coq/todo","coq to do"); ?>, + <?php fileshow("ProofGeneral-3.2pre000912/isa/todo","isa to do"); ?>, + <?php fileshow("ProofGeneral-3.2pre000912/isar/todo","isar to do"); ?>, + <?php fileshow("ProofGeneral-3.2pre000912/hol98/todo","hol to do"); ?>. <!-- end WARNING --> </li> </ul> <!-- <ul> --> <!-- <li> --> <!-- Browse source files from the current pre-release: --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof.el") ?>, --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof-site.el") ?>, --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof-config.el") ?>, --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof-script.el") ?>, --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof-shell.el") ?>, --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof-toolbar.el") ?>, --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof-syntax.el") ?>, --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof-splash.el") ?>, --> -<!-- <?php fileshow("ProofGeneral-3.2pre000913/generic/proof-easy-config.el") ?>. --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof.el") ?>, --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof-site.el") ?>, --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof-config.el") ?>, --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof-script.el") ?>, --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof-shell.el") ?>, --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof-toolbar.el") ?>, --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof-syntax.el") ?>, --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof-splash.el") ?>, --> +<!-- <?php fileshow("ProofGeneral-3.2pre000912/generic/proof-easy-config.el") ?>. --> <!-- </ul> --> <ul> <li> |
