[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xerces-cvs
Subject:    cvs commit: xml-xerces/java/docs api.xml faq-general.xml faq-write.xml install.xml readme.xml releas
From:       twl () locus ! apache ! org
Date:       1999-12-29 1:07:46
[Download RAW message or body]

twl         99/12/28 17:07:45

  Modified:    java/docs api.xml faq-general.xml faq-write.xml install.xml
                        readme.xml releases.xml
  Log:
  Update docs for 1.0.1
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xerces/java/docs/api.xml
  
  Index: api.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/api.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- api.xml	1999/12/20 17:41:02	1.2
  +++ api.xml	1999/12/29 01:07:43	1.3
  @@ -13,8 +13,8 @@
       </s2>
       <s2 title="&javaparsername; API Documentation">
           <ul>
  -            <li><jump href="./apiDocs/index.html">Full API \
                documentation</jump></li>
  -            <li><jump href="./apiDocs/overview-tree.html">Hierarchy for all the \
packages</jump></li>  +            <li><jump href="../apiDocs/index.html">Full API \
documentation</jump></li>  +            <li><jump \
href="../apiDocs/overview-tree.html">Hierarchy for all the packages</jump></li>  \
</ul>  <s3 title="Package org.apache.xerces.parsers">
         <s4 title="Classes">
  
  
  
  1.3       +1 -0      xml-xerces/java/docs/faq-general.xml
  
  Index: faq-general.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-general.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq-general.xml	1999/12/20 17:41:03	1.2
  +++ faq-general.xml	1999/12/29 01:07:43	1.3
  @@ -16,6 +16,7 @@
        <li>Improved Performance</li>
        <li>Parser option control based on SAX2</li>
        <li>New "serialization" classes allow you output XML, HTML, and XHTML.</li>
  +     <li>New classes implement the HTML portion of the DOM Level 1 \
specification.</li>  </ul>
   		</a>
   	</faq>
  
  
  
  1.3       +1 -1      xml-xerces/java/docs/faq-write.xml
  
  Index: faq-write.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-write.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq-write.xml	1999/12/20 17:41:03	1.2
  +++ faq-write.xml	1999/12/29 01:07:43	1.3
  @@ -102,7 +102,7 @@
   		<link idref="properties">properties</link>.</p>
   		</a>
   	</faq>
  -	<faq title="Using lazy dom">
  +	<faq title="Using lazy DOM">
   		<q>How do I use the lazy evaluating DOM implementation?</q>
   		<a><p>The DOM parser class
   		<code>org.apache.xerces.parsers.DOMParser</code> now uses a DOM
  
  
  
  1.3       +8 -23     xml-xerces/java/docs/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/install.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install.xml	1999/12/20 17:41:03	1.2
  +++ install.xml	1999/12/29 01:07:44	1.3
  @@ -3,38 +3,23 @@
   
   <s1 title="Installation">
   	<s2 title="Unpacking the files">
  -		<p>&javaparsername; is packaged as a ZIP file for Windows NT and 95/98 and 
  -		as a tar.gz file for AIX and all UNIX flavors. You  need to unzip 
  -		the Windows distribution into a directory using either unzip or pkzip 
  -		or a GUI utility like winzip. The UNIX distribution should first be 
  -		uncompressed (using the GNU <ref>gunzip</ref> command). Then run tar -xvf on the \
                
  -		resulting .tar file to extract the files.</p>
  -		<s3 title="Windows NT/95/98"> 
  -			<ul>
  -				<li>unzip &javaparserdistname;.zip</li>
  -				<li>This command creates a "&javaparserdirectory;" sub-directory in the \
                current 
  -				directory containing all the files.</li>
  -			</ul>
  -		</s3>
  -		<s3 title="UNIX (all flavors) "> 
  -			<ul>
  -				<li>gunzip &javaparserdistname;.tar.gz</li>
  -				<li>tar xvf &javaparserdistname;.tar</li>
  -				<li>These commands create a "&javaparserdirectory;" sub-directory in the 
  -				current directory containing all the files.</li>
  -			</ul>
  -		</s3>
  +		<p>&javaparsername; is packaged as a JAR file for all
  +		platforms and operating systems.  You need to run the Java
  +		<ref>jar</ref> command to unpack the distribution.</p>
  +        <ul>
  +			<li>jar &javaparserdistname;.jar</li>
  +			<li>This command creates a "&javaparserdirectory;" sub-directory in the current \
directory containing all the files.</li>  +		</ul>
   	</s2>
   	<s2 title="Files in this release">
   		<table>
   			<tr><td>bin/Xerces.jar</td><td>Jar file containing all the parser class \
                files</td></tr>
   			<tr><td>bin/XercesSamples.jar</td><td>Jar file containing all sample class \
                files</td></tr>
  -            <tr><td>bin/xml4j.jar</td><td>Jar file containing IBM \
enhancements</td></tr>  <tr><td>Readme.html</td><td>This file</td></tr>
   			<tr><td>license.html</td><td>license for &javaparsername;</td></tr>
   			<tr><td>w3c_copyright_software.html</td><td>W3C Copyright Notice for \
DOM</td></tr>  <tr><td>docs/</td><td>Directory containing documentation</td></tr>
  -			<tr><td>docs/apidocs/</td><td>Directory containing Javadoc API for parser \
framework</td></tr>  +			<tr><td>docs/apiDocs/</td><td>Directory containing Javadoc \
                API for parser framework</td></tr>
   			<tr><td>data/</td><td>Directory containing sample XML data files</td></tr>
   			<tr><td>src/</td><td>Source files</td></tr>
   			<tr><td>samples/</td><td>Directory containing sample programs</td></tr>
  
  
  
  1.3       +5 -0      xml-xerces/java/docs/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/readme.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- readme.xml	1999/12/20 17:41:03	1.2
  +++ readme.xml	1999/12/29 01:07:44	1.3
  @@ -18,6 +18,11 @@
   		feedback on the features that are important to you, and let us know
   		whether the APIs that we are providing are the right ones. Please 
   		direct your feedback to the &javaparsername; mailing list.</p>
  +
  +        <p>The 1.0.1 release is the first release to benefit from the
  +        xml.apache.org collaboration.  This release includes Assaf Arkin's
  +        serialization and HTML DOM contributions.
  +        </p>
   	</s2>
   	<s2 title="License Information">
   		<p>The &javaparsername; &javaparserversion; release is available in both source \
code  
  
  
  1.2       +10 -0     xml-xerces/java/docs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/releases.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- releases.xml	1999/12/18 00:17:11	1.1
  +++ releases.xml	1999/12/29 01:07:44	1.2
  @@ -2,6 +2,16 @@
   <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
   
   <s1 title="Releases">
  +    <s2 title="December 31, 1999">
  +        <ul>
  +            <li>Include documentation in the repository.</li>
  +            <li>Switch packaging to jar files from .zip and .tar.gz files.</li>
  +            <li>Assaf Arkin's serialization package.</li>
  +            <li>Assaf Arkin's HTML DOM Level 1 classes.</li>
  +            <li>Performance improvements.</li>
  +            <li>Bug fixes.</li>
  +        </ul>
  +    </s2>
   	<s2 title="November 5, 1999">
   		<ul>
   			<li>Created initial code base from IBM's XML4J.</li>
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic