You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by zo...@apache.org on 2004/02/24 21:52:30 UTC

cvs commit: xml-xalan README README.html

zongaro     2004/02/24 12:52:30

  Modified:    .        README README.html
  Log:
  Brought CVS README information up to date.
  
  Revision  Changes    Path
  1.20      +28 -33    xml-xalan/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/xml-xalan/README,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- README	17 Sep 2002 16:06:06 -0000	1.19
  +++ README	24 Feb 2004 20:52:30 -0000	1.20
  @@ -1,46 +1,41 @@
  +*
  +* Copyright 1999-2004 The Apache Software Foundation.
  +*
  +* Licensed under the Apache License, Version 2.0 (the "License");
  +* you may not use this file except in compliance with the License.
  +* You may obtain a copy of the License at
  +*
  +*     http://www.apache.org/licenses/LICENSE-2.0
  +*
  +* Unless required by applicable law or agreed to in writing, software
  +* distributed under the License is distributed on an "AS IS" BASIS,
  +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +* See the License for the specific language governing permissions and
  +* limitations under the License.
  +*
  +
   README for xml-xalan project at xml.apache.org
   
   The Xalan project is an XSLT processor that fully supports the W3C specs.
   
  -The Xalan community currently has *three* major processors in this CVS repository:
  +The Xalan community currently has three major processors in this CVS repository:
   
  ---> xml-xalan/* is the root of the Xalan-J 1.x project, which is no longer supported.
  -The last shipped release was Xalan-J 1.2.2 which is available at http://xml.apache.org/dist/xalan-j/old/
  -We plan to remove this source code since all future work is on Xalan-J 2.x
  +--> xml-xalan/java is the root of the Xalan-Java 2.x project, which is in active
  +development (Jun-01).  There are two XSLT processors in the Xalan-Java project:
  +Xalan-Java Interpretive and the Xalan-Java Compiling processor (XSLTC).
   
  ---> xml-xalan/java is the root of the Xalan-J 2.x project, which is in active development (Jun-01).
  -The last shipped release is Xalan-J 2.1.0 which is available at http://xml.apache.org/dist/xalan-j/
  -Please see further readme files in that directory.
  +The last shipped release was Xalan-Java 2.5.2, which is available at
  +http://xml.apache.org/xalan-j/downloads.html
   
  -For more information about Xalan-J, ask on our mailing lists; 
  +For more information about Xalan-Java, ask on our mailing lists:
   mailto:xalan-j-users@xml.apache.org or see http://xml.apache.org/mail.html
   
  +--> xml-xalan/c is the root of the Xalan-C++ 1.x project, which is in active
  +development (Jun-01).
  +The last shipped release was Xalan-C++ 1.7 which is available at
  +http://xml.apache.org/xalan-c/getstarted.html#download
   
  ---> xml-xalan/c is the root of the Xalan-C 1.x project, which is in active development (Jun-01).
  -The last shipped release is Xalan-C 1.4 which is available at http://xml.apache.org/dist/xalan-c/
   Please see further readme files in that directory.
   
  -For more information about Xalan-C, ask on our mailing lists; 
  +For more information about Xalan-C++, ask on our mailing lists: 
   mailto:xalan-c-users@xml.apache.org or see http://xml.apache.org/mail.html
  -
  -
  -
  ----- (outdated) notes pre-June-01 ----
  --- This Xalan build is 1.2.
  -   It is compatible with Xerces 1.1.3
  -
  --- IMPORTANT NOTES:
  -
  -- If you have downloaded from http://xml.apache.org/dist/xalan-j/, 
  -  you have sources and the build.  Open docs/overview.html for 
  -  information about setting up and using Xalan.  
  -  See docs/apidocs/index.html for Javadoc.
  -
  -- If you have obtained Xalan from the Apache XML CVS repository, 
  -  you only have sources, so you must build Xalan, including the HTML docs.
  -
  -- For build instructions and other late-breaking news, see either 
  -  the documentation in your download, or the full set of doc on the 
  -  live website http://xml.apache.org/xalan/
  -  Look in the Getting Started or Release Notes sections first.
  -
  
  
  
  1.5       +62 -38    xml-xalan/README.html
  
  Index: README.html
  ===================================================================
  RCS file: /home/cvs/xml-xalan/README.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README.html	17 Sep 2002 16:05:31 -0000	1.4
  +++ README.html	24 Feb 2004 20:52:30 -0000	1.5
  @@ -1,46 +1,70 @@
  +<html>
  +<body>
  +<pre>
  +*
  +* Copyright 1999-2004 The Apache Software Foundation.
  +*
  +* Licensed under the Apache License, Version 2.0 (the "License");
  +* you may not use this file except in compliance with the License.
  +* You may obtain a copy of the License at
  +*
  +*     http://www.apache.org/licenses/LICENSE-2.0
  +*
  +* Unless required by applicable law or agreed to in writing, software
  +* distributed under the License is distributed on an "AS IS" BASIS,
  +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +* See the License for the specific language governing permissions and
  +* limitations under the License.
  +*
  +</pre>
  +<p>
   README for xml-xalan project at xml.apache.org
   
  +<p>
   The Xalan project is an XSLT processor that fully supports the W3C specs.
   
  -The Xalan community currently has *three* major processors in this CVS repository:
  +<p>
  +The Xalan community currently has three major processors in this CVS repository:
   
  ---> xml-xalan/* is the root of the Xalan-J 1.x project, which is no longer supported.
  -The last shipped release was Xalan-J 1.2.2 which is available at http://xml.apache.org/dist/xalan-j/old
  -We plan to remove this source code since all future work is on Xalan-J 2.x
  +<p>
  +--> xml-xalan/java is the root of the Xalan-Java 2.x project, which is in active
  +development (Jun-01).  There are two XSLT processors in the Xalan-Java project:
  +Xalan-Java Interpretive and the Xalan-Java Compiling processor (XSLTC).
  +
  +<p>
  +The last shipped release was Xalan-Java 2.5.2, which is available at
  +<a href="http://xml.apache.org/xalan-j/downloads.html">
  +http://xml.apache.org/xalan-j/downloads.html
  +</a>
  +
  +<p>
  +For more information about Xalan-Java, ask on our mailing lists:
  +<a href="mailto:xalan-j-users@xml.apache.org">
  +mailto:xalan-j-users@xml.apache.org
  +</a> or see
  +<a href="http://xml.apache.org/mail.html">
  +http://xml.apache.org/mail.html
  +</a>
  +
  +<p>
  +--> xml-xalan/c is the root of the Xalan-C++ 1.x project, which is in active
  +development (Jun-01).
  +The last shipped release was Xalan-C++ 1.7 which is available at
  +<a href="http://xml.apache.org/xalan-c/getstarted.html#download">
  +http://xml.apache.org/xalan-c/getstarted.html#download
  +</a>
   
  ---> xml-xalan/java is the root of the Xalan-J 2.x project, which is in active development (Jun-01).
  -The last shipped release is Xalan-J 2.1.0 which is available at http://xml.apache.org/dist/xalan-j/
  +<p>
   Please see further readme files in that directory.
   
  -For more information about Xalan-J, ask on our mailing lists; 
  -mailto:xalan-j-users@xml.apache.org or see http://xml.apache.org/mail.html
  -
  -
  ---> xml-xalan/c is the root of the Xalan-C 1.x project, which is in active development (Jun-01).
  -The last shipped release is Xalan-C 1.4 which is available at http://xml.apache.org/dist/xalan-c/
  -Please see further readme files in that directory.
  -
  -For more information about Xalan-C, ask on our mailing lists; 
  -mailto:xalan-c-users@xml.apache.org or see http://xml.apache.org/mail.html
  -
  -
  -
  ----- (outdated) notes pre-June-01 ----
  --- This Xalan build is 1.2.
  -   It is compatible with Xerces 1.1.3
  -
  --- IMPORTANT NOTES:
  -
  -- If you have downloaded from http://xml.apache.org/dist/xalan-j/, 
  -  you have sources and the build.  Open docs/overview.html for 
  -  information about setting up and using Xalan.  
  -  See docs/apidocs/index.html for Javadoc.
  -
  -- If you have obtained Xalan from the Apache XML CVS repository, 
  -  you only have sources, so you must build Xalan, including the HTML docs.
  -
  -- For build instructions and other late-breaking news, see either 
  -  the documentation in your download, or the full set of doc on the 
  -  live website http://xml.apache.org/xalan/
  -  Look in the Getting Started or Release Notes sections first.
  -
  +<p>
  +For more information about Xalan-C++, ask on our mailing lists: 
  +<a href="mailto:xalan-c-users@xml.apache.org">
  +mailto:xalan-c-users@xml.apache.org
  +</a>
  + or see 
  +<a href="http://xml.apache.org/mail.html">
  +http://xml.apache.org/mail.html
  +</a>
  +</body>
  +</html>
  
  
  

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