From 5144a6103d16c0278c24a69d68dbd74fdfa676e3 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 29 May 2001 17:45:00 +0000 Subject: Renamed file --- html/mailinglist | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++ html/mailinglist.php | 99 ---------------------------------------------------- 2 files changed, 99 insertions(+), 99 deletions(-) create mode 100644 html/mailinglist delete mode 100644 html/mailinglist.php (limited to 'html') diff --git a/html/mailinglist b/html/mailinglist new file mode 100644 index 00000000..b4cfc176 --- /dev/null +++ b/html/mailinglist @@ -0,0 +1,99 @@ + +
+The mailing list address is + +users@proofgeneral.org. + +
+ +
+To subscribe or unsubscribe, you can fill in the form below.
+
+Or send a message to
+
+ majordomo@proofgeneral.org
+
+with the words "subscribe proofgeneral"
+(or "unsubscribe proofgeneral") in the message body.
+
+Since its beginning, the mailing list has been a low-volume list (one +message every few months). If the volume increases significantly due +to user interaction, we will introduce a separate mailing list for +announcements. +
+ ++
+Dear " . $from . ",\n"; }; + print "";
+ print "Your request to " . $request . " the proof general mailing list has been submitted.
";
+ print "Thank-you!";
+ print "
"; + + click_to_go_back(); + + footer(); + endif; +?> + diff --git a/html/mailinglist.php b/html/mailinglist.php deleted file mode 100644 index b4cfc176..00000000 --- a/html/mailinglist.php +++ /dev/null @@ -1,99 +0,0 @@ - -
-The mailing list address is - -users@proofgeneral.org. - -
- -
-To subscribe or unsubscribe, you can fill in the form below.
-
-Or send a message to
-
- majordomo@proofgeneral.org
-
-with the words "subscribe proofgeneral"
-(or "unsubscribe proofgeneral") in the message body.
-
-Since its beginning, the mailing list has been a low-volume list (one -message every few months). If the volume increases significantly due -to user interaction, we will introduce a separate mailing list for -announcements. -
- --
-Dear " . $from . ",\n"; }; - print "";
- print "Your request to " . $request . " the proof general mailing list has been submitted.
";
- print "Thank-you!";
- print "
"; - - click_to_go_back(); - - footer(); - endif; -?> - -- cgit v1.2.3