From 10f7d3927af2446baf7d90f7066a6929c75bd921 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 1 May 2001 14:20:22 +0000 Subject: Register and kit shortcuts --- html/kit | 44 +++++++++++++++++++++++ html/register | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 html/kit create mode 100644 html/register (limited to 'html') diff --git a/html/kit b/html/kit new file mode 100644 index 00000000..5a8d784b --- /dev/null +++ b/html/kit @@ -0,0 +1,44 @@ + + +The Proof General Kit project is in an early pre-experimental stage at +the moment. If you are interested in collaborating, or have ideas +or suggestions to contribute, please send a note to +kit@proofgeneral.org + +
+Not much has been started yet. +
+ +But you can download the DTDs for PGIP and PGML, here: ++ Your registration form was incomplete. Please fill in all + the fields, thank-you! +
+ +
+Please register your download using the short form below.
+
+The information provided will only be used to help
+provide a case for support for Proof General in the future.
+
+If you have already registered you do not need to fill in the form +again, so return to the download page. +
+ ++
+Dear " . $name . ",\n"; + print "";
+ print "Thank you for filling in the form. Your registration has been sent.
";
+
+ /* Next bit duplicated in mailinglist.html.
+ Could be a function in functions.php3 */
+
+ if ($mailinglist) {
+ $message = "subscribe proofgeneral";
+ mail("majordomo@dcs.ed.ac.uk",
+ "[Web form from ~proofgen]",
+ $message,
+ "Reply-To: " . $email . "\nFrom: " . $email);
+ print "Your name has been added to the Proof General mailing list.
";
+ }
+ print "
"; + + print "
\nClick ";
+ print "here";
+ print " to return to the download page.