aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2002-08-27 10:42:14 +0000
committerDavid Aspinall2002-08-27 10:42:14 +0000
commit3d71d5570534b75abd63b2ec74efc28e60f1c2b7 (patch)
tree5ed3ef71fe2d2d605ebc432f05da3d52e6465e43
parenteb12507f3431b1797557ac5a059fc07a2d4d7b45 (diff)
Updated
-rw-r--r--README6
-rw-r--r--README.devel12
2 files changed, 12 insertions, 6 deletions
diff --git a/README b/README
index 53bc6e4b..a8da7dd2 100644
--- a/README
+++ b/README
@@ -24,6 +24,9 @@ See REGISTER for registration information (please register).
See doc/ for documentation of Proof General.
+See http://www.proofgeneral.org/mailinglist for the Proof General
+mailing lists.
+
For notes on the supported assistants, see the README files
in the subdirectories:
@@ -45,8 +48,7 @@ Check BUGS files for problems and issues, in this directory, and for
specific issues, in each prover subdirectory. Please report bugs
not mentioned in any of these files to bugs@proofgeneral.org
-For the latest news and downloads, or to join the user or developer
-mailing list for Proof General, visit Proof General on the web
+For the latest news and downloads, visit Proof General on the web
at: http://www.proofgeneral.org
David Aspinall <da@proofgeneral.org>
diff --git a/README.devel b/README.devel
index a0517bcb..b66e857c 100644
--- a/README.devel
+++ b/README.devel
@@ -10,6 +10,9 @@ $Id$
Notes here about development conventions and compatibility
issues. Please read if you contribute to Proof General!
+Please also join the (very low volume) developers mailing
+list, see http://www.proofgeneral.org/mailinglist
+
** Project planning
@@ -34,6 +37,7 @@ proof assistant then has its own todo file.
When writing your modes, please follow the Emacs Lisp Conventions
See the Emacs Lisp reference manual, node Style Tips.
+
** Testing
Ideally, we would have an automated test suite for Proof General.
@@ -44,10 +48,10 @@ needs some human checks that visible appearances and user-input behave
as expected.
At the moment, we rely on the tiny example files included for each
-proof system as simple tests that basic scripting works. Multiple
-file scripting is more complex (involving cooperation with the
-prover). Some test cases should be provided in etc/<PA> as has been
-done for Lego and Isabelle.
+proof system as simple tests that basic scripting works. Additional
+test scripts to test parsing complex scripts and tests against
+specific fixed bugs are included in etc/<PA>. Multiple file scripting
+test cases should also be provided in etc/<PA>.
** Standards for each instance of PG