You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by pi...@locus.apache.org on 2000/12/04 16:19:06 UTC

cvs commit: xml-site/sources/website index.xml mission.xml news.xml

pier        00/12/04 07:19:06

  Modified:    sources/website index.xml mission.xml news.xml
  Log:
  Added BATIK and some typos
  
  Revision  Changes    Path
  1.16      +6 -4      xml-site/sources/website/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-site/sources/website/index.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.xml	2000/09/27 16:58:57	1.15
  +++ index.xml	2000/12/04 15:19:04	1.16
  @@ -4,7 +4,7 @@
   <s1 title="xml.apache.org">
     <s2 title="Welcome to the Apache XML Project">
       <p>
  -      The goals of the <em>Apache XML Project</em> project are:
  +      The goals of the <em>Apache XML Project</em> are:
       </p>
       <ul>
         <li>
  @@ -20,7 +20,7 @@
         </li>
       </ul>
       <p>
  -      The <em>Apache XML Project</em> project currently consists of five sub- 
  +      The <em>Apache XML Project</em> currently consists of seven sub- 
         projects, each focused on a different aspect of XML:
       </p>
       <ul>
  @@ -42,14 +42,16 @@
         <li>
           <em>SOAP</em> - Simple Object Access Protocol
         </li> 
  -
  +      <li>
  +        <em>Batik</em> - A Java based toolkit for Scalable Vector Graohics (SVG)
  +      </li> 
       </ul>
       <s3 title="Xerces: XML parsers in Java and C++ (plus Perl and COM)">
         <p>
           Xerces (named after the Xerces Blue butterfly) provides world-class 
           XML parsing and generation. Fully-validating parsers are available for 
           both Java and C++, implementing the W3C XML and DOM (Level 1 and 2) 
  -        standards, as well as the defacto SAX (version 2) standard. The 
  +        standards, as well as the de facto SAX (version 2) standard. The 
           parsers are highly modular and configurable. Initial support for XML 
           Schema (draft W3C standard) is also provided.
         </p>
  
  
  
  1.3       +23 -11    xml-site/sources/website/mission.xml
  
  Index: mission.xml
  ===================================================================
  RCS file: /home/cvs/xml-site/sources/website/mission.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mission.xml	1999/12/01 22:54:36	1.2
  +++ mission.xml	2000/12/04 15:19:04	1.3
  @@ -16,23 +16,35 @@
           an implementation perspective, and
         </li> 
         <li>
  -        to be a focus for XML-related activies within Apache projects
  +        to be a focus for XML-related activities within Apache projects
         </li>
       </ul>
       <p>
  -
  -      The <em>xml.apache.org</em> project currently consists of four sub-projects, each focused on a different aspect
  -of XML:</p>
  -<ul>
  -        <li><em>Xerces</em> -- XML parsers in Java, C++, and Perl
  +      The <em>Apache XML Project</em> currently consists of seven sub- 
  +      projects, each focused on a different aspect of XML:
  +    </p>
  +    <ul>
  +      <li>
  +        <em>Xerces</em> - XML parsers in Java, C++ (with Perl and COM bindings)
         </li> 
  -        <li><em>Xalan</em> -- XSL stylesheet processors, in Java and C++
  +      <li>
  +        <em>Xalan</em> - XSLT stylesheet processors, in Java and C++ 
         </li> 
  -        <li><em>Cocoon</em> -- XML-based web publishing, in Java
  +      <li>
  +        <em>Cocoon</em> - XML-based web publishing, in Java 
         </li> 
  -        <li><em>Fop</em> -- XSL formatting objects, in Java
  +      <li>
  +        <em>FOP</em> - XSL formatting objects, in Java 
         </li> 
  -</ul>
  -                      
  +      <li>
  +        <em>Xang</em> - Rapid development of dynamic server pages, in JavaScript
  +      </li> 
  +      <li>
  +        <em>SOAP</em> - Simple Object Access Protocol
  +      </li> 
  +      <li>
  +        <em>Batik</em> - A Java based toolkit for Scalable Vector Graohics (SVG)
  +      </li> 
  +    </ul>
     </s2>
   </s1>
  
  
  
  1.5       +12 -3     xml-site/sources/website/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/xml-site/sources/website/news.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news.xml	2000/04/06 22:48:08	1.4
  +++ news.xml	2000/12/04 15:19:04	1.5
  @@ -3,6 +3,14 @@
   
   <s1 title="News and Status">
   
  +  <s2 title="Batik Status: Source Code and Binaries Available">
  +    <p>
  +      Batik, the Java Based toolkit for applications that want to use images in
  +      the Scalable Vector Graphics (SVG) format is finally available on our
  +      <jump href="/dist/">download pages</jump>!
  +    </p>
  +  </s2>
  +
     <s2 title="Xang - Source code for XPages from Datachannel released">
       <p>
         Xang, the new code name of the XPages project from DataChannel is 
  @@ -42,10 +50,11 @@
       </p>
     </s2>
   
  -  <s2 title="Cocoon Status: Source Code and Binaries Available Soon">
  +  <s2 title="Cocoon Status: Source Code and Binaries Available">
       <p>
  -      Cocoon, the XML-based web publishing solution in Java, will be available
  -      here soon.
  +      Cocoon, the XML-based web publishing solution in Java, are available.
  +      Check out the <jump href="/dist/">download pages</jump> for binaries
  +      and sources.
       </p>
     </s2>