coar        97/07/11 19:13:01

  Modified:    .         bugdb.cgi
  Log:
        Add a bold warning that the submitter had *better* not be duplicating
        an existing FAQ or PR item, or the response he gets may be ..
        unsatisfying.  (Particularly if the respondent is feeling snarky. ;)
  
  Revision  Changes    Path
  1.8       +24 -3     apache-site/bugdb.cgi
  
  Index: bugdb.cgi
  ===================================================================
  RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** bugdb.cgi 1997/06/11 10:20:05     1.7
  --- bugdb.cgi 1997/07/12 02:12:59     1.8
  ***************
  *** 43,48 ****
  --- 43,52 ----
    #  6/11/1997 Ken Coar - Added ability to edit the synopsis, release, and
    #    originator - very useful for pulling "pending" PRs into the
    #    mainstream db.
  + #  7/11/1997 Ken Coar - added warning that the submitter had better not
  + #    be duplicating an existing PR or FAQ item, or the response he gets
  + #    may be unsatisfying.
  + #
    ### End Modifcation log
    
    ### Environment variables
  ***************
  *** 181,187 ****
    ### Main menu
    } elsif ($PATH_INFO eq "") {
        &main_menu();
  !     print "<HR><SMALL>Version: 11 June 1997<BR>Authors: ",
        "<A HREF=\"http://alumni.caltech.edu/~dank\";>Dan Kegel</A> ",
            "[EMAIL PROTECTED] &amp; ",
        "<A HREF=\"http://alumni.caltech.edu/~huyle/\";>Huy Le</A> ",
  --- 185,191 ----
    ### Main menu
    } elsif ($PATH_INFO eq "") {
        &main_menu();
  !     print "<HR><SMALL>Version: 11 July 1997<BR>Authors: ",
        "<A HREF=\"http://alumni.caltech.edu/~dank\";>Dan Kegel</A> ",
            "[EMAIL PROTECTED] &amp; ",
        "<A HREF=\"http://alumni.caltech.edu/~huyle/\";>Huy Le</A> ",
  ***************
  *** 351,368 ****
    sub send_pr
    {
        # Display title
  !     print "<head><title>Apache: New Problem Report submission</title></head>
    <H2>New Problem Report form:</H2>
    <body>
    <BLOCKQUOTE>
     <STRONG>
      Please be aware that the Apache problem report database is PUBLICLY
      ACCESSIBLE.  The information you submit on this form will be available to
      anyone on the Internet.  Do not send information that you wish to remain
      private.
     </STRONG>
    </BLOCKQUOTE>
  ! ";
    
        print "<FORM METHOD=\"POST\" ACTION=\"$SCRIPT_NAME/handle_send_pr\">\n";
    #    print "Organization: \n";
  --- 355,389 ----
    sub send_pr
    {
        # Display title
  !     print <<EOHT;
  ! <HEAD><TITLE>Apache: New Problem Report submission</TITLE></HEAD>
    <H2>New Problem Report form:</H2>
    <body>
    <BLOCKQUOTE>
     <STRONG>
  +   <P>
      Please be aware that the Apache problem report database is PUBLICLY
      ACCESSIBLE.  The information you submit on this form will be available to
      anyone on the Internet.  Do not send information that you wish to remain
      private.
  +   </P>
  +   <P>
  +   Please also be aware that you may get a curt and unsatisfying response
  +   if you report a problem that has already been reported or that is
  +   covered in the
  +   <A
  +    HREF="http://www.apache.org/docs/misc/FAQ.html";
  +   >FAQ</A>.
  +   The developers do not have time to answer the same question again and
  +   again.  <BIG>Please search the FAQ and the
  +   <A
  +    HREF="http://www.apache.org/bugdb.cgi";
  +   >problem report database</A>
  +   before you enter this report!</BIG>
  +   </P>
     </STRONG>
    </BLOCKQUOTE>
  ! EOHT
    
        print "<FORM METHOD=\"POST\" ACTION=\"$SCRIPT_NAME/handle_send_pr\">\n";
    #    print "Organization: \n";
  
  
  

Reply via email to