You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2003/09/25 20:41:35 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan index.xml downloads.xml history.xml resources.xml faq.xml

minchau     2003/09/25 11:41:35

  Modified:    java/xdocs/sources entities.ent
               java/xdocs/sources/xalan index.xml downloads.xml history.xml
                        resources.xml faq.xml
  Log:
  
  PR: bugzilla 23418
  Submitted by:	Sarah McNamara
  Reviewed by:	Brian Minchau
  Updates to java/xdocs so that new webpages point to Apache Mirrors for
  distribution.
  
  Revision  Changes    Path
  1.63      +2 -2      xml-xalan/java/xdocs/sources/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/entities.ent,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- entities.ent	28 May 2003 13:51:49 -0000	1.62
  +++ entities.ent	25 Sep 2003 18:41:34 -0000	1.63
  @@ -10,7 +10,7 @@
   <!ENTITY xslt4j-dist-src "&xslt4j-dist;-src">
   <!ENTITY xslt4j-dist "xalan-j_2_5_1">
   <!ENTITY xslt4j-current "&xslt4j; version 2.5.1">
  -<!ENTITY xslt4j-distdir "http://xml.apache.org/dist/xalan-j/">
  +<!ENTITY xslt4j-distdir "http://www.apache.org/dyn/closer.cgi/xml/xalan-j/">
   <!ENTITY xslt4j_longname "Apache Xalan Java">
   <!ENTITY xml4j "Xerces-Java">
   <!ENTITY xml4j1 "Xerces-Java 1">
  @@ -19,7 +19,7 @@
   <!ENTITY xml4j-jar "xercesImpl.jar">
   <!ENTITY xslt4c "Xalan-C++">
   <!ENTITY xml4c "Xerces-C++">
  -<!ENTITY download "The &xslt4j-current; download from &xslt4j-distdir; includes &xml4j-jar; from &xml4j-used; and xml-apis.jar. 
  +<!ENTITY download "The &xslt4j-current; download includes &xml4j-jar; from &xml4j-used; and xml-apis.jar. 
   For version information about the contents of xml-apis.jar, see the JAR manifest.">
   
   <!ENTITY xsltcwhatsnewhead '<li><link anchor="xsltc">&xslt4jc-short;</link></li>'>
  
  
  
  1.55      +0 -3      xml-xalan/java/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- index.xml	7 Jun 2003 21:12:15 -0000	1.54
  +++ index.xml	25 Sep 2003 18:41:34 -0000	1.55
  @@ -63,9 +63,6 @@
     <li><link anchor="moreinfo">For more information...</link></li>      
     <li><link anchor="license">License</link></li>        
   </ul>
  -<!--note>A later Developer release has been posted in the <resource-ref idref="xslt4j-distdir"/>. 
  -         For the changes that have occurred since &xslt4j-current;, consult the xml-xalan-cvs@apache.org 
  -         mailing list, or download the release and consult the release notes.</note-->
            
   <anchor name="whatisit"/>
   <s2 title="What is it?">
  
  
  
  1.4       +24 -38    xml-xalan/java/xdocs/sources/xalan/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/downloads.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- downloads.xml	2 Jul 2003 17:07:18 -0000	1.3
  +++ downloads.xml	25 Sep 2003 18:41:34 -0000	1.4
  @@ -66,51 +66,37 @@
   <p>To use &xslt4j;, you need the following:</p> 
     <ul>
       <li>The JDK or JRE 1.2.2, 1.3.x, or 1.4.x</li>
  -    <li>xalan.jar</li>
  -    <li>xml-apis.jar</li>
  -    <li>&xml4j-jar;, or another <link idref="usagepatterns" anchor="plug">XML Parser</link></li>
  -  </ul>
  -  <p>You can get the JDK or JRE from <jump href="http://www.ibm.com/java/jdk">ibm.com/java/jdk/</jump> 
  +    <p>You can get the JDK or JRE from <jump href="http://www.ibm.com/java/jdk">ibm.com/java/jdk/</jump> 
        or <jump href="http://www.java.sun.com">java.sun.com</jump>.</p> 
  -     
  -  <p>There are 2 binary distributions available; you only need to choose one of them. The first 
  -     binary distribution contains the Xalan Interpretive processor and the Xalan Compiled processor 
  -     (XSLTC) and the runtime support packages into a single jar, called xalan.jar.  The second binary 
  -     distribution contains the Xalan Interpretive processor in xalan.jar and the Xalan Compiled 
  -     processor (XSLTC) and the runtime support packages in xsltc.jar.  The runtime support packages
  -     required by XSLTC are: java_cup runtime version 0.10k, bcel version 5.0, and regexp version 1.2.
  +    <li>xml-apis.jar (JAXP 1.2 implementation) and &xml4j-jar; from <resource-ref idref="xml4j-used"/> (or another <link idref="usagepatterns" anchor="plug">XML Parser</link>)</li>
  +    <p>These jars are packaged in the Xalan Java binary distributions.</p>
  +    <li>xalan.jar or xsltc.jar</li>
  +     <p>There are 2 binary distributions available; you only need to choose one of them.  
        Both binary distributions contain xml-apis.jar (the JAXP 1.2 implementation) and 
        &xml4j-jar; from <resource-ref idref="xml4j-used"/>.</p>
  -     
  -  <p>To get the first &xslt4j; binary distribution, download and unzip either of the following from 
  -     the <resource-ref idref="xslt4j-distdir"/>:</p>
  -    <ul>
  -      <li><resource-ref idref="xslt4j-dist-bin-zip"/></li>
  -      <li><resource-ref idref="xslt4j-dist-bin-targz"/></li>
  -    </ul>
  -    
  -  <p>To get the second &xslt4j; binary distribution, download and unzip either of the following from 
  -     the <resource-ref idref="xslt4j-distdir"/>:</p>
  -    <ul>
  -      <li><resource-ref idref="xslt4j-dist-bin-2jars-zip"/></li>
  -      <li><resource-ref idref="xslt4j-dist-bin-2jars-targz"/></li>
  -    </ul>    
  -
  -  <p>To get the &xslt4j; source distribution (with which you can do your own &xslt4j; build; see 
  -     <link idref="readme" anchor="build">Build notes</link>), download and unzip either of the 
  -     following from the <resource-ref idref="xslt4j-distdir"/>:</p>
  -    <ul>
  -      <li><resource-ref idref="xslt4j-dist-src-zip"/></li>
  -      <li><resource-ref idref="xslt4j-dist-src-targz"/></li>
  -    </ul>
  -
  -  <p>To access previous releases, see the <resource-ref idref="xslt4j-distdir-previous"/>.</p>
  -  
  -  <p>If you plan to run <link idref="extensions">XSLT extensions</link> implemented in languages
  +      <ul>
  +      <li>The first binary distribution, &xslt4j-dist-bin;.zip or &xslt4j-dist-bin;.tar.gz, 
  +      contains the Xalan Interpretive processor, the Xalan Compiled processor (XSLTC) and the 
  +      runtime support packages in a single jar, called xalan.jar.  </li><br/><br/>
  +      <li>The second binary distribution, &xslt4j-dist-bin;-2jars.zip or &xslt4j-dist-bin;-2jars.tar.gz
  +      contains the Xalan Interpretive processor in xalan.jar, and the Xalan Compiled 
  +      processor (XSLTC) and the runtime support packages in xsltc.jar.  </li>
  +      </ul>
  +      <p>The binary distributions can be downloaded from the <resource-ref idref="xslt4j-distdir"/>.</p>
  +     <li>(Optional) Xalan Java source code</li>
  +     <p>There is an optional source distribution available for doing your own &xslt4j; builds; see 
  +     <link idref="readme" anchor="build">Build notes</link>. You can download the source distribution from 
  +     the <resource-ref idref="xslt4j-distdir"/>.</p>     
  +     <li>(Optional) Packages to support extension functions and elements</li>
  +     <p>If you plan to run <link idref="extensions">XSLT extensions</link> implemented in languages
        other than Java, then you will need bsf.jar, which is included in both the &xslt4j; binary 
        and source distributions. if you plan to run XSLT extensions implemented in scripting 
        languages, you will need bsf.jar and one or more additional files as indicated in 
        <link idref="extensions" anchor="supported-lang">extensions language requirements</link>.</p>
  +  </ul>
  +  
  +  <p>To access previous releases, see the <resource-ref idref="xslt4j-distdir-previous"/>.</p>
  +  
   </s2>
   <anchor name="whereis_xml4j"/>
   <s2 title="Where do I get &xml4j;?">
  
  
  
  1.39      +1 -1      xml-xalan/java/xdocs/sources/xalan/history.xml
  
  Index: history.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/history.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- history.xml	7 Jun 2003 21:12:15 -0000	1.38
  +++ history.xml	25 Sep 2003 18:41:34 -0000	1.39
  @@ -2119,7 +2119,7 @@
        xml-apis.jar. These interfaces are shared by a number of tools, so placing them in their own jar simplifies coordination and reduces 
        the risk of duplication. <em>To run &xslt4j;, you must add xml-apis.jar to your classpath.</em> See <link idref="getstarted"
        anchor="classpath">Setting up the system class path</link>.</p>
  -     <p>Beginning with this release, we are placing two distribution files in the <resource-ref idref="xslt4j-distdir"/>: a binary
  +     <p>Beginning with this release, we are shipping two distribution files; a binary
        distribution file, which includes everything needed to run &xslt4j; and build applications, and a source distribution. For
        more information, see <link idref="getstarted" anchor="download">Downloading what you need</link>.</p>
        <p>This release also includes <link idref="samples" anchor="validatexmlinput">ValidateXMLInput</link>, a sample that illustrates 
  
  
  
  1.35      +4 -30     xml-xalan/java/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- resources.xml	26 May 2003 19:48:28 -0000	1.34
  +++ resources.xml	25 Sep 2003 18:41:34 -0000	1.35
  @@ -22,44 +22,18 @@
   
     <resource id="xslt4j-distdir" 
               title="xalan-j distribution directory" 
  -            location="&xslt4j-distdir;"/>
  +            location="http://www.apache.org/dyn/closer.cgi/xml/xalan-j"/>
   
     <resource id="xslt4j-distdir-previous" 
  -            title="xalan-j previously posted builds directory" 
  -            location="&xslt4j-distdir;old"/>
  -
  -  <resource id="xslt4j-dist-zip" 
  -            title="&xslt4j-dist;.zip" 
  -            location="&xslt4j-distdir;&xslt4j-dist;.zip"/>
  -  <resource id="xslt4j-dist-targz" 
  -            title="&xslt4j-dist;.tar.gz" 
  -            location="&xslt4j-distdir;&xslt4j-dist;.tar.gz"/>
  -
  -  <resource id="xslt4j-dist-bin-zip" 
  -            title="&xslt4j-dist-bin;.zip" 
  -            location="&xslt4j-distdir;&xslt4j-dist-bin;.zip"/>
  -  <resource id="xslt4j-dist-bin-targz" 
  -            title="&xslt4j-dist-bin;.tar.gz" 
  -            location="&xslt4j-distdir;&xslt4j-dist-bin;.tar.gz"/>
  -  <resource id="xslt4j-dist-bin-2jars-zip" 
  -            title="&xslt4j-dist-bin;-2jars.zip" 
  -            location="&xslt4j-distdir;&xslt4j-dist-bin;-2jars.zip"/>
  -  <resource id="xslt4j-dist-bin-2jars-targz" 
  -            title="&xslt4j-dist-bin;-2jars.tar.gz" 
  -            location="&xslt4j-distdir;&xslt4j-dist-bin;-2jars.tar.gz"/>            
  -  <resource id="xslt4j-dist-src-zip" 
  -            title="&xslt4j-dist-src;.zip" 
  -            location="&xslt4j-distdir;&xslt4j-dist-src;.zip"/>
  -  <resource id="xslt4j-dist-src-targz" 
  -            title="&xslt4j-dist-src;.tar.gz" 
  -            location="&xslt4j-distdir;&xslt4j-dist-src;.tar.gz"/>
  +            title="xalan-j archive directory" 
  +            location="http://archive.apache.org/dist/xml/xalan-j/"/>
   
     <resource id="xml4j-used" 
               title="&xml4j-used;" 
               location="http://xml.apache.org/xerces2-j/index.html"/>
     <resource id="xml4j-distdir" 
               title="xerces-j distribution directory" 
  -            location="http://xml.apache.org/dist/xerces-j/"/>
  +            location="http://www.apache.org/dyn/closer.cgi/xml/xerces-j/"/>
     <resource id="ant" title="Ant" 
               location="http://jakarta.apache.org/ant/index.html"/>
     <resource id="ApacheLicense" 
  
  
  
  1.38      +1 -2      xml-xalan/java/xdocs/sources/xalan/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/faq.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- faq.xml	9 Sep 2003 17:18:20 -0000	1.37
  +++ faq.xml	25 Sep 2003 18:41:34 -0000	1.38
  @@ -237,8 +237,7 @@
       <faq title="Using the 'signature' file to verify a download">
         <q>How do I use the "signature" file to verify my download?</q>
         <a>
  -        <p>For each &xslt4j; download file in
  -          <resource-ref idref='xslt4j-distdir' />, there is a corresponding signature file. 
  +        <p>For each &xslt4j; download file there is a corresponding signature file. 
           The signature file for xalan-j_2_0_1.tar.gz, for example, is xalan-j_2_0_1.tar.gz.sig.
           </p>
           <p>The .sig files are PGP signatures of the actual .zip or .tar.gz
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org