coar 98/09/30 08:03:00
Modified: . bugdb.cgi bug_report.html
Log:
Whinge, whinge, whinge -- we don't need clewless l'users yammering
about the Apache site originating spam or usurping their
favourite site.
Revision Changes Path
1.37 +26 -4 apache-site/bugdb.cgi
Index: bugdb.cgi
===================================================================
RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- bugdb.cgi 1998/09/09 12:53:57 1.36
+++ bugdb.cgi 1998/09/30 15:02:58 1.37
@@ -139,6 +139,8 @@
# how-to-reply text.
# 08/03/1998 Ken Coar - Add counts for matching PRs and position within
# multi-table reports.
+# 09/30/1998 Ken Coar - I'm sick of PRs that whinge about Apache sending
+# spam or taking over their favourite sites.
#
### End Modification log
@@ -276,7 +278,7 @@
### Main menu
} elsif ($PATH_INFO eq "") {
&main_menu();
- print "<HR><SMALL>Version: 03 August 1998<BR>Authors: ",
+ print "<HR><SMALL>Version: 30 September 1998<BR>Authors: ",
"<A HREF=\"http://alumni.caltech.edu/~dank/gnats.html\">Dan Kegel ",
"and Huy Le</A>, <BR> ",
"with revamp work by ",
@@ -1672,9 +1674,29 @@
Built on top of the GNU tool <A HREF="$GNUINFOSCRIPT?(gnats)">GNATS</A>.
<P><HR><P>
-
-<FORM ACTION="$SCRIPT_NAME/send_pr">
-<INPUT TYPE="submit" Value="Submit a new problem report"></FORM>
+<TABLE>
+ <TR>
+ <TD>
+ <BIG><STRONG>
+ <UL>
+ <LI>Do NOT send configuration questions or requests for help debugging
CGI!
+ </LI>
+ <LI>If you're tracing spam or you're here because one of your favourite
Web
+ sites now says 'It Worked! Apache is installed!' -- then contact the
+ mail originator or the Web site's Webmaster directly, because they're
+ just using our software and we have nothing to do with them. Don't
+ waste your time or ours by telling us about it.
+ </LI>
+ </UL>
+ </STRONG></BIG>
+ </TD>
+ <TD>
+ <FORM ACTION="$SCRIPT_NAME/send_pr">
+ <INPUT TYPE="submit" Value="Submit a new problem report">
+ </FORM>
+ </TD>
+ </TR>
+</TABLE>
EOM
#| <A HREF="http:$SCRIPT_NAME/summary">Summary of active bugs by status and
person</A>
#| <A HREF="http:$SCRIPT_NAME/summary_cat">Summary of all bugs by status and
category</A>
1.20 +14 -1 apache-site/bug_report.html
Index: bug_report.html
===================================================================
RCS file: /export/home/cvs/apache-site/bug_report.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bug_report.html 1998/09/23 15:42:40 1.19
+++ bug_report.html 1998/09/30 15:02:58 1.20
@@ -97,11 +97,24 @@
<P>If you have done all of the preceding, then please select the button
below and fill out the form, and we will respond to it as soon as we can.
</P>
+<HR>
+<BIG><STRONG>
+<UL>
+ <LI>Do NOT send configuration questions or requests for help debugging CGI!
+ </LI>
+ <LI>If you're tracing spam or you're here because one of your favourite Web
+ sites now says 'It Worked! Apache is installed!' -- then contact the
+ mail originator or the Web site's Webmaster directly, because they're
+ just using our software and we have nothing to do with them. Don't
+ waste your time or ours by telling us about it.
+ </LI>
+</UL>
+</STRONG></BIG>
+</H2>
<FORM ACTION="http://www.apache.org/bugdb.cgi">
<INPUT TYPE="submit" VALUE="Search for/submit a problem report">
</FORM>
<P>
-<H1>Do NOT send configuration questions or requests for help debugging
CGI!</H1>
</BODY>
</HTML>