You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/02/14 15:07:57 UTC

cvs commit: xml-xerces/c/doc/html/apiDocs header.html

tng         01/02/14 06:07:56

  Modified:    c/doc    build-misc.xml faq-other.xml feedback.xml
                        xerces-c_book.xml
               c/doc/html/apiDocs header.html
  Added:       c/doc    bug-report.xml
  Log:
  Add link to Bugzilla, the new bug reporting page.  Added by Pei Yong Zhang.
  
  Revision  Changes    Path
  1.3       +3 -1      xml-xerces/c/doc/build-misc.xml
  
  Index: build-misc.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/build-misc.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-misc.xml	2001/02/07 19:05:23	1.2
  +++ build-misc.xml	2001/02/14 14:07:50	1.3
  @@ -322,7 +322,9 @@
           can find out if others have
           solved this same problem before you, by checking the Apache XML
           mailing list archives at <jump href="http://archive.covalent.net ">
  -        http://archive.covalent.net</jump>.</p>
  +        http://archive.covalent.net</jump> and the
  +		<jump href="http://nagoya.apache.org/bugzilla/">Bugzilla</jump>
  +		Apache bug database.</p>
       </a>
       </faq>
   
  
  
  
  1.10      +2 -19     xml-xerces/c/doc/faq-other.xml
  
  Index: faq-other.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/faq-other.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- faq-other.xml	2001/02/07 19:05:24	1.9
  +++ faq-other.xml	2001/02/14 14:07:50	1.10
  @@ -81,25 +81,8 @@
   
       <a>
   
  -      <p>Check the bug list at the
  -        <jump href="http://xml.apache.org/xerces-c/index.html">Apache Xerces-C Web
  -        site</jump>. The problem may already be known, or even fixed. </p>
  -
  -      <p>Otherwise, send the bugs to the <jump href="mailto:&XercesCEmailAddress;">
  -        Xerces-C mailing list</jump>. The more
  -        information that you provide, the better our chance of understanding what
  -        happened, or what the problem really is. Please include:</p>
  -
  -      <ul>
  -        <li>The version of &XercesCName;</li>
  -        <li>What kind of machine</li>
  -        <li>Operating system and OS version number</li>
  -        <li>Whether you built the &XercesCName; library yourself or used the
  -          binary distribution</li>
  -        <li>The XML document (or excerpt) that fails</li>
  -        <li>The C++ application code that failed</li>
  -        <li>What happened</li>
  -      </ul>
  +      <p>See <jump href="bug-report.html">Bug Reporting</jump>.
  +      </p>
   
       </a>
     </faq>
  
  
  
  1.14      +7 -14     xml-xerces/c/doc/feedback.xml
  
  Index: feedback.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/feedback.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- feedback.xml	2001/02/07 19:05:24	1.13
  +++ feedback.xml	2001/02/14 14:07:51	1.14
  @@ -6,25 +6,15 @@
   
           <p>Please browse through this bundled documentation completely.  Most of
           the common questions have been answered in the FAQ's. Specifically, do
  -        read the answer to "<jump href="faq-other.html#faq-4">I have a question
  -        not covered here - who may I contact?</jump>". Browsing this
  +        read the answer to "<jump href="faq-other.html#faq-4"> Is there any kind
  +        of support available for Xerces-C?</jump>". Browsing this
           documentation, may be the quickest way to get an answer. Of course, if
           all else fails, as mentioned in the link above, you can post a question
           to the <jump href="mailto:&XercesCEmailAddress;">Xerces-C mailing list</jump>.</p>
   
  -        <p>If you are reporting a defect (greatly appreciated!), please provide
  -        the following information:</p>
  +        <p>See <jump href="bug-report.html">Bug Reporting</jump> if you would like
  +		to report a defect (greatly appreciated!).</p>
   
  -        <ul>
  -            <li>Version number of &XercesCName; (&XercesCVersion;?) </li>
  -
  -            <li>Which OS platform/version you are using (NT4+SP4? Win98? Redhat
  -            Linux 6.0? Solaris2.6? AIX 4.3? HP-UX10? HP-UX11?) </li>
  -
  -            <li>Which compiler/version you are using (MSVC6? gcc? cc? aCC?) </li>
  -            <li>Sample XML file that causes the bug</li>
  -            <li>Sample DTD file (if required to recreate the bug)</li>
  -        </ul>
       </s2>
   
       <s2 title="Acknowledgements">
  @@ -52,6 +42,7 @@
               <li>Sumit Chawla</li>
               <li>Chih Hsiang Chou</li>
               <li>Radovan Chytracek</li>
  +            <li>Hiram Clawson</li>
               <li>Todd Collins</li>
               <li>Michael Crawford</li>
               <li>Murray Cumming</li>
  @@ -65,6 +56,7 @@
               <li>William L. Hopper</li>
               <li>Rahul Jain</li>
               <li>Tom Jordahl</li>
  +            <li>Martin Kalen</li>
               <li>Joe Kesselman</li>
               <li>Bob Kline</li>
               <li>Richard Ko</li>
  @@ -103,6 +95,7 @@
               <li>Dietrich Wolf</li>
               <li>Kirk Wylie</li>
               <li>Grace Yan</li>
  +            <li>Pei Yong Zhang</li>
           </ul>
       </s2>
   </s1>
  
  
  
  1.18      +1 -1      xml-xerces/c/doc/xerces-c_book.xml
  
  Index: xerces-c_book.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/xerces-c_book.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- xerces-c_book.xml	2001/02/05 17:02:58	1.17
  +++ xerces-c_book.xml	2001/02/14 14:07:51	1.18
  @@ -44,7 +44,7 @@
   
     <document id="releases"    label="Releases"     source="releases.xml"/>
     <document id="feedback"    label="Feedback"     source="feedback.xml"/>
  -  <document id="bug-todo"    label="Bug-Todo"     source="bug-todo.xml"/>
  +  <document id="bug-report"    label="Bug-Reporting"     source="bug-report.xml"/>
     <document id="pdf"         label="PDF Document" source="pdf-c.xml"/>
   
     <separator/>
  
  
  
  1.1                  xml-xerces/c/doc/bug-report.xml
  
  Index: bug-report.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!DOCTYPE s1 SYSTEM "./dtd/document.dtd">
  
  <s1 title="Bug Reporting">
  
      <s2 title="How to report bugs">
          <p> Please report bugs to <jump href="http://nagoya.apache.org/bugzilla/">Bugzilla</jump>,
  	     the Apache bug database.  Pick the product "Xerces-C: Apache XML parsers in C++"
              using the following components:
          </p>
          <table>
              <tr><td><em>Component</em></td><td><em>Description</em></td></tr>
              <tr><td>DOM</td><td>Items specific to DOM</td></tr>
              <tr><td>SAX/SAX2</td><td>Items specific to SAX or SAX2</td></tr>
              <tr><td>Non-Validating Parser</td><td>General Parsing Problem</td></tr>
              <tr><td>Validating Parser (DTD)</td><td>DTD related parser issue</td></tr>
              <tr><td>Utilities</td><td>Items related to utilities like MessageLoader, Transcoder, NetAccessors, Platform specific utilities</td></tr>
              <tr><td>Build</td><td>Problem with build, makefile, project files</td></tr>
              <tr><td>Documentation</td><td>Documentation bugs such as FAQ, Programming Guide</td></tr>
              <tr><td>Samples/Tests</td><td>Samples or test cases related issues</td></tr>
              <tr><td>Miscellaneous</td><td>Items not covered in other categories</td></tr>
          </table>
          <p>A copy of your bug report is sent automatically to the discussion list
             <jump href="mailto:&XercesCEmailAddress;">Xerces-C mailing list</jump>.
          </p>
      </s2>
  			
      <s2 title="Search frist">
          <p> Check the <jump href="http://nagoya.apache.org/bugzilla/">Bugzilla</jump> database
              before submitting your bug report to avoid creating a duplicate report.
              Even the bug has been reported already, you may add a comment to the existing report
              since your contribution may lead to a quicker identification/resolution to the bug reported.
          </p>
      </s2>
  
      <s2 title="Write good bug report">
          <p> Writing a useful bug report, which makes the bug reproducible, is the first step
              towards the resolution of the bug. Specifics about the bug, like
          </p>
  	 <ul>
            <li>&XercesCName; version number</li>
            <li>Platform</li>
            <li>Operating system and version number</li>
            <li>Compiler and version number</li>
            <li>The XML document (or excerpt) that failed</li>
            <li>The C++ application code that failed</li>
            <li>Whether you built the &XercesCName; library yourself or used the
                binary distribution</li>
            <li>What happened</li>
          </ul>			
          <p>
              are all necessary information to allow developer to reproduce,
              identify, evaluate and eventually, fix the bug, which is the very
              purpose of your reporting of the bug.
          </p>
      </s2>
  </s1>
  
  
  
  1.8       +1 -1      xml-xerces/c/doc/html/apiDocs/header.html
  
  Index: header.html
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/doc/html/apiDocs/header.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- header.html	2001/02/05 17:03:03	1.7
  +++ header.html	2001/02/14 14:07:55	1.8
  @@ -22,7 +22,7 @@
   
     <A href="../releases.html" onMouseOut="rolloverOff('side-releases');" onMouseOver="rolloverOn('side-releases');"><IMG alt="Releases" border="0" height="12" hspace="0" name="side-releases" onLoad="rolloverLoad('side-releases','../graphics/releases-label-2.jpg','../graphics/releases-label-3.jpg');" src="../graphics/releases-label-3.jpg" vspace="0" width="120"></A><BR>
     <A href="../feedback.html" onMouseOut="rolloverOff('side-feedback');" onMouseOver="rolloverOn('side-feedback');"><IMG alt="Feedback" border="0" height="12" hspace="0" name="side-feedback" onLoad="rolloverLoad('side-feedback','../graphics/feedback-label-2.jpg','../graphics/feedback-label-3.jpg');" src="../graphics/feedback-label-3.jpg" vspace="0" width="120"></A><BR>
  -  <A href="../bug-todo.html" onMouseOut="rolloverOff('side-bug-todo');" onMouseOver="rolloverOn('side-bug-todo');"><IMG alt="Bug-Todo" border="0" height="12" hspace="0" name="side-bug-todo" onLoad="rolloverLoad('side-bug-todo','../graphics/bug-todo-label-2.jpg','../graphics/bug-todo-label-3.jpg');" src="../graphics/bug-todo-label-3.jpg" vspace="0" width="120"></A><BR>
  +  <A href="../bug-report.html" onMouseOut="rolloverOff('side-bug-report');" onMouseOver="rolloverOn('side-bug-report');"><IMG alt="Bug-Reporting" border="0" height="12" hspace="0" name="side-bug-report" onLoad="rolloverLoad('side-bug-report','../graphics/bug-report-label-2.jpg','../graphics/bug-report-label-3.jpg');" src="../graphics/bug-report-label-3.jpg" vspace="0" width="120"></A><BR>
     <A href="../pdf.html" onMouseOut="rolloverOff('side-pdf');" onMouseOver="rolloverOn('side-pdf');"><IMG alt="PDF Document" border="0" height="12" hspace="0" name="side-pdf" onLoad="rolloverLoad('side-pdf','../graphics/pdf-label-2.jpg','../graphics/pdf-label-3.jpg');" src="../graphics/pdf-label-3.jpg" vspace="0" width="120"></A><BR>
   
     <IMG border="0" height="6" hspace="0" src="../resources/separator.gif" vspace="0" width="120"><BR>