You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2004/03/28 01:12:04 UTC

cvs commit: jakarta-commons/validator/xdocs downloads.xml index.xml community.xml navigation.xml resources.xml

dgraham     2004/03/27 16:12:04

  Modified:    validator/xdocs index.xml community.xml navigation.xml
  Added:       validator/xdocs downloads.xml
  Removed:     validator/xdocs resources.xml
  Log:
  Combined community.xml and resources.xml and added a downloads
  page.
  
  Revision  Changes    Path
  1.4       +2 -11     jakarta-commons/validator/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	2 Mar 2004 16:19:09 -0000	1.3
  +++ index.xml	28 Mar 2004 00:12:04 -0000	1.4
  @@ -19,7 +19,6 @@
   
     <properties>
       <title>Commons</title>
  -    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
     </properties>
   
     <body>
  @@ -31,8 +30,8 @@
           user input is verifying the integrity of the data. This work is 
           repetitive and becomes even more complicated when different sets 
           of validation rules need to be applied to the same set of data based 
  -        on locale for example. Error messages may also vary by locale.  
  -        This package attempts to address some of these issues and 
  +        on locale. Error messages may also vary by locale.  
  +        This package addresses some of these issues to
           speed development and maintenance of validation rules.
         </p>
   
  @@ -62,14 +61,6 @@
           For more information, see the <a href="apidocs/index.html">JavaDocs</a>.
         </p>
   
  -    </section>
  -    <section name="Releases">
  -	 <ul>
  -	   <li>Version 1.0.2 (from mirror) - 4 Apr 2003
  -	     <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
  -	     <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> (latest)
  -	   </li>
  -	 </ul>
       </section>
   
     </body>
  
  
  
  1.3       +11 -1     jakarta-commons/validator/xdocs/community.xml
  
  Index: community.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/community.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- community.xml	29 Feb 2004 09:48:28 -0000	1.2
  +++ community.xml	28 Mar 2004 00:12:04 -0000	1.3
  @@ -18,7 +18,6 @@
   <document>
     <properties>
       <title>Community</title>
  -    <author email="rleland@apache.org">Robert Leland</author>
     </properties>
   
     <body>
  @@ -32,6 +31,17 @@
             observe the usual rules of netiquette.
           </p>
           </section>
  +        
  +    <section name="Struts Console">
  +      <p>
  +       <a href='http://www.jamesholmes.com/struts/'>Struts Console</a> is a free 
  +       standalone Java Swing application for managing 
  +       Struts related configuration files, including Commons Validator config files.
  +       Struts Console also plugs into several popular Java IDEs for seamless
  +       management of config files from one central development tool.
  +      </p>
  +
  +    </section>
     </body>
   </document>
   
  
  
  
  1.7       +1 -2      jakarta-commons/validator/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/xdocs/navigation.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navigation.xml	2 Mar 2004 16:19:09 -0000	1.6
  +++ navigation.xml	28 Mar 2004 00:12:04 -0000	1.7
  @@ -24,10 +24,9 @@
       <menu name="Validator">
         <item name="Overview"                href="/index.html"/>
         <item name="Community"               href="/community.html"/>
  +      <item name="Downloads"               href="/downloads.html"/>
         <item name="To Do List"              href="/tasks.html"/>
  -      <item name="Resources"               href="/resources.html"/>
         <item name="Javascript Javadoc"      href="/javascript/org/apache/commons/validator/javascript/allclasses-summary.html"/>
  -      <item name="Download"                href="http://jakarta.apache.org/site/binindex.cgi"/>
         <item name="Legacy 1.0.2"            href="/1.0.2/api/org/apache/commons/validator/package-summary.html"/>
       </menu>
       
  
  
  
  1.1                  jakarta-commons/validator/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
     Copyright 2003-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.
  -->
  <document>
     <properties>
        <title>Downloads</title>
     </properties>
  
     <body>
        <section name="Releases">
           
           <p><strong>Latest Release</strong></p>
           <ul>
             <li><a href="http://jakarta.apache.org/site/binindex.cgi#commons-validator">1.0.2 Binary</a></li>
             <li><a href="http://jakarta.apache.org/site/sourceindex.cgi#commons-validator">1.0.2 Source</a></li>
           </ul>
           
           <br/>
           
           <!--
           <p>
              <strong>Archived Releases</strong>
              <br/>
              Older releases are retained by the Apache Software Foundation but are 
              moved into a
              <a href="http://archive.apache.org/dist/jakarta/commons/validator/">
              special archive area</a>.
           </p>
           
           <br/>
           -->
           
           <p><strong>Nightly Builds</strong></p>
           <ul>
              <li><a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-validator/">Binary/Source</a></li>
           </ul>
  
        </section>
  
     </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org