diff options
| -rw-r--r-- | README | 6 | ||||
| -rw-r--r-- | README.devel | 12 |
2 files changed, 12 insertions, 6 deletions
@@ -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 |
