You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by jo...@locus.apache.org on 2000/05/21 00:37:54 UTC

cvs commit: jakarta-site/bugs index.htsrc

jon         00/05/20 15:37:53

  Modified:    bugs     index.htsrc
  Log:
  fix broken bugs page
  
  Revision  Changes    Path
  1.3       +20 -34    jakarta-site/bugs/index.htsrc
  
  Index: index.htsrc
  ===================================================================
  RCS file: /home/cvs/jakarta-site/bugs/index.htsrc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.htsrc	2000/02/11 08:55:11	1.2
  +++ index.htsrc	2000/05/20 22:37:51	1.3
  @@ -1,44 +1,30 @@
   <html>
   <head>
  -<!-- $Id: index.htsrc,v 1.2 2000/02/11 08:55:11 akv Exp $ -->
  -<title>The Jakarta Project: Bugs Page</title>
  +<!-- $Id: index.htsrc,v 1.3 2000/05/20 22:37:51 jon Exp $ -->
  +<title>Bugs Database Unavailable</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   </head>
  -<body>
  +<body bgcolor="#ffffff">
   
  -<h1>Bugzilla @ Jakarta</h1>
   
  -<hr>
  +<h3>We are so sorry!</h3>
   
  -<p>Report a bug in:</p>
  -
  -<p>
  -<a href="enter_bug.cgi?product=Tomcat">the Tomcat Servlet
  -Container</a>
  -</p>
  -
  -<p>
  -<a href="enter_bug.cgi?product=Ant">the Ant Build Tool</a>
  -</p>
  -
  +The bug tracking system (Bugzilla) was found to have security
  +problems. It has been disabled until a new <a
  +href="http://scarab.tigris.org/">bug tracking system</a> is
  +developed that we can use. Note, we are not creating the new system
  +because of the security holes, we are simply creating it because we want
  +to have a Java Servlet based solution.
   <p>
  -<a href="enter_bug.cgi?product=Watchdog">the Watchdog compliance
  -suite</a>
  -</p>
  -
  -<hr>
  -
  -<p>You can also <a href="query.cgi">query</a> existing bug reports or
  -<a href="reports.cgi">get summary reports</a> or 
  -<FORM METHOD=GET ACTION="show_bug.cgi">
  -<INPUT TYPE=SUBMIT VALUE="Lookup"> a bug with a known # <INPUT NAME=id
  -SIZE=6></FORM>
  -
  -
  -<h1>Bugzilla Accounts</h1>
  -<p><a href="createaccount.cgi">Open a new Bugzilla account</a></p>
  -<p><a href="relogin.cgi">Forget the currently stored login</a></p>
  -<p><a href="changepassword.cgi">Change password or user preferences</a></p>
  +If you have a bug to report or a patch to submit, please
  +subscribe to the appropriate <a
  +href="http://jakarta.apache.org/getinvolved/mail.html">mailing
  +list</a> and send your submission there. Be sure to include as much
  +information with your posting as possible such as your platform, version
  +numbers, error logs, configuration, etc. Patch submissions should follow
  +the process that we have described in the <a
  +href="http://jakarta.apache.org/guidelines/index.html">getting
  +involved</a> section of our site.
   
   </body>
  -</html>
  \ No newline at end of file
  +</html>