deweese     2003/09/26 10:25:49

  Modified:    xdocs    cvs.xml
  Log:
  Update header
  
  Revision  Changes    Path
  1.4       +103 -61   xml-batik/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/cvs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs.xml   26 Sep 2003 13:39:25 -0000      1.3
  +++ cvs.xml   26 Sep 2003 17:25:49 -0000      1.4
  @@ -1,13 +1,55 @@
   <?xml version="1.0"?>
   <!DOCTYPE document SYSTEM "./dtd/document-v10.dtd">
   
  -<!-- ====================================================================== -->
  -<!-- Copyright (C) The Apache Software Foundation. All rights reserved.     -->
  -<!--                                                                        -->
  -<!-- This software is published under the terms of the Apache Software      -->
  -<!-- License version 1.1, a copy of which has been included with this       -->
  -<!-- distribution in the LICENSE file.                                      -->
  -<!-- ====================================================================== -->
  +<!--
  +
  + ============================================================================
  +                   The Apache Software License, Version 1.1
  + ============================================================================
  +
  + Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
  +
  + Redistribution and use in source and binary forms, with or without modifica-
  + tion, are permitted provided that the following conditions are met:
  +
  + 1. Redistributions of  source code must  retain the above copyright  notice,
  +    this list of conditions and the following disclaimer.
  +
  + 2. Redistributions in binary form must reproduce the above copyright notice,
  +    this list of conditions and the following disclaimer in the documentation
  +    and/or other materials provided with the distribution.
  +
  + 3. The end-user documentation included with the redistribution, if any, must
  +    include  the following  acknowledgment:  "This product includes  software
  +    developed  by the  Apache Software Foundation  (http://www.apache.org/)."
  +    Alternately, this  acknowledgment may  appear in the software itself,  if
  +    and wherever such third-party acknowledgments normally appear.
  +
  + 4. The names "Batik" and  "Apache Software Foundation" must  not  be
  +    used to  endorse or promote  products derived from  this software without
  +    prior written permission. For written permission, please contact
  +    [EMAIL PROTECTED]
  +
  + 5. Products  derived from this software may not  be called "Apache", nor may
  +    "Apache" appear  in their name,  without prior written permission  of the
  +    Apache Software Foundation.
  +
  + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  + FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  THE
  + APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
  + INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
  + DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; LOSS
  + OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND ON
  + ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR TORT
  + (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE OF
  + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  +
  + This software  consists of voluntary contributions made  by many individuals
  + on  behalf of the Apache Software  Foundation. For more  information on the
  + Apache Software Foundation, please see <http://www.apache.org/>.
  +
  +-->
   
   <!-- ====================================================================== -->
   <!-- author [EMAIL PROTECTED]                                              -->
  @@ -15,58 +57,58 @@
   <!-- version $Id$ -->
   <!-- ====================================================================== -->
   <document>
  -    <header>
  -        <title>Batik CVS Repository</title>
  -        <subtitle>How to access Batik from CVS</subtitle>
  -        <authors>
  -            <person name="Thomas DeWeese" email="[EMAIL PROTECTED]" />
  -        </authors>
  -    </header>
  -
  -    <body>
  -        <s1 title="Introduction">
  -            <p>
  -            This page provides information about how to access Batik's
  -            source code.  There are four main ways:
  -            </p>
  -            <ul>
  -              <li>The first, and prefered method for developers, is
  -              through AnonCVS. Anyone can checkout source code from
  -              our anonymous CVS server. To do so, simply use the
  -              following commands (if you are using a GUI CVS client,
  -              configure it appropriately):<br/>
  +  <header>
  +    <title>Batik CVS Repository</title>
  +    <subtitle>How to access Batik from CVS</subtitle>
  +    <authors>
  +      <person name="Thomas DeWeese" email="[EMAIL PROTECTED]" />
  +    </authors>
  +  </header>
  +
  +  <body>
  +    <s1 title="Introduction">
  +      <p>
  +        This page provides information about how to access Batik's
  +        source code.  There are four main ways:
  +      </p>
  +      <ul>
  +        <li>The first, and prefered method for developers, is
  +          through AnonCVS. Anyone can checkout source code from
  +          our anonymous CVS server. To do so, simply use the
  +          following commands (if you are using a GUI CVS client,
  +          configure it appropriately):<br/>
             
  -              <code>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic</code><br/>
  -              <code>login</code><br/> 
  -              <code>password: anoncvs</code><br/> 
  -              <br/> 
  -              <code>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic</code><br/>
  -              <code>checkout xml-batik</code><br/><br/>
  -              </li>
  -
  -              <li>The second and probably easiest is by downloading a <link
  -              href="http://www.apache.org/dyn/closer.cgi/xml/batik";>source
  -              distribution</link>.  These are the packages that start
  -              with 'batik-src'.  These correspond to the major releases of
  -              Batik.<br/>
  -              </li>
  -
  -              <li>The third is by downloading a <link
  -              href="http://cvs.apache.org/builds/xml-batik";>nightly
  -              build</link>.  The '-cvs-' packages contain a complete
  -              copy of CVS.  The '-src-' packages contain only what is
  -              needed to build and run Batik.  The biggest difference
  -              being that cVS includes the <link href="test.html">test
  -              infrastructure</link>.<br/>
  -              </li>
  -
  -              <li>The fourth is through <link
  -              href="http://cvs.apache.org/viewcvs.cgi/xml-batik";
  -              >viewcvs</link>.  This provides the ability to traverse
  -              the CVS repository over the web, and check differences
  -              between versions.
  -              </li>
  -            </ul>
  -        </s1>
  -    </body>
  +          <code>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic</code><br/>
  +          <code>login</code><br/> 
  +          <code>password: anoncvs</code><br/> 
  +          <br/> 
  +          <code>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic</code><br/>
  +          <code>checkout xml-batik</code><br/><br/>
  +        </li>
  +
  +        <li>The second and probably easiest is by downloading a <link
  +            href="http://www.apache.org/dyn/closer.cgi/xml/batik";>source
  +            distribution</link>.  These are the packages that start
  +          with 'batik-src'.  These correspond to the major releases of
  +          Batik.<br/>
  +        </li>
  +
  +        <li>The third is by downloading a <link
  +            href="http://cvs.apache.org/builds/xml-batik";>nightly
  +            build</link>.  The '-cvs-' packages contain a complete
  +          copy of CVS.  The '-src-' packages contain only what is
  +          needed to build and run Batik.  The biggest difference
  +          being that cVS includes the <link href="test.html">test
  +            infrastructure</link>.<br/>
  +        </li>
  +
  +        <li>The fourth is through <link
  +            href="http://cvs.apache.org/viewcvs.cgi/xml-batik";
  +            >viewcvs</link>.  This provides the ability to traverse
  +          the CVS repository over the web, and check differences
  +          between versions.
  +        </li>
  +      </ul>
  +    </s1>
  +  </body>
   </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to