You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rl...@apache.org on 2003/08/18 07:02:48 UTC

cvs commit: jakarta-commons/validator/xdocs community.xml faq.xml navigation.xml resources.xml tasks.xml

rleland     2003/08/17 22:02:48

  Added:       validator/xdocs community.xml faq.xml navigation.xml
                        resources.xml tasks.xml
  Log:
  Update Maven generation of site.
  Include Validator Wiki, and other
  usefull items. Using Betwixt a a good example.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/validator/xdocs/community.xml
  
  Index: community.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
    <properties>
      <title>Community</title>
      <author email="rleland@apache.org">Robert Leland</author>
    </properties>
  
    <body>
      <section name="On The Apache Wiki">
          <p>
             The Apache Wiki is a Wiki run by Apache for the Apache community. The Validator Wiki home page is
             <a href='http://nagoya.apache.org/wiki/apachewiki.cgi?ValidatorProjectPages'>here</a>.
          </p>
          <p>
            Anyone is welcome to create new content about Validator providing that they 
            observe the usual rules of netiquette.
          </p>
          </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-commons/validator/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>Validator FAQ</title>
    </properties>
  
    <body>
  
    <section name="Frequently Asked Questions">
      <p>
        This document will be derived from the FAQ maintained in the 
        <a href='http://nagoya.apache.org/wiki/apachewiki.cgi?ValidatorProjectPages'>
        Validator Wiki</a>.So these questions and answers are user provided.
        and should be searched before posting to the mailing lists.  
      </p>
  
      <p><strong>Building Validator</strong></p>
      <ol>
        <li>
          <a href="#how-to-build">
            How do I build Validator?
          </a>
        </li>
      </ol>
  
  
      <subsection name="Building Validator">
        <dl>
          <dt>
            <a name="how-to-build">
              How do I build Validator?
            </a>
          </dt>
          <dd>
            Validator uses Maven for its build system. So you should be able to build Validator just like
            any other Maven enabled project. By typing'maven' Please see the 
            <a href="http://maven.apache.org/start/index.html">Maven</a> 
            documentation for details.
          </dd>
        </dl>
      </subsection>
    </section>
  </body>
  </document>
  
  
  
  1.1                  jakarta-commons/validator/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project name="Validator">
  
    <title>Validator</title>
    <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
  
    <body>
      <menu name="Validator">
        <item name="Overview"                href="/index.html"/>
        <item name="FAQ"                     href="/faq.html"/>
        <item name="Community"               href="/community.html"/>
        <item name="To Do List"              href="/tasks.html"/>
        <item name="Resources"               href="/resources.html"/>
      </menu>
    </body>
  </project>
  
  
  
  1.1                  jakarta-commons/validator/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>Validator Resources</title>
    </properties>
  
    <body>
  
    <section name="Struts Console">
      <p>
       The Struts Console is a FREE standalone Java Swing application for managing 
       Struts-related configuration files, including Commons Validator config files.
       The Struts Console also "plugs" into mulitple, popular Java IDEs for seamless
       management of config files from one central development tool.
  
       <a href='http://www.jamesholmes.com/struts/'>Struts Console</a>
  
      </p>
  
    </section>
  </body>
  </document>
  
  
  
  1.1                  jakarta-commons/validator/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
    <properties>
      <title>TODO</title>
      <author email="rleland@apache.org">Robert Leland</author>
    </properties>
  
    <body>
      <section name="TODO list">
        <p>
          The following is a list of items that need to be completed in
          Validator.  Contributions are welcome! 
        </p>
      
      <subsection name="High priority"> 
        <ul>
         </ul>
      </subsection>
      
      <subsection name="Medium priority"> 
        <ul>
        </ul>
      </subsection>
      
      <subsection name="Low priority"> 
        <ul>
         </ul>
      </subsection>
  </section>
  <section name='Completed'>
      <subsection name='Since 1.0.2 Release'>
          <ul>
           </ul>
      </subsection>
  </section>
  <section name='Deprecated'>
      <subsection name='Since 1.0.2 Release'>
          <ul>
          </ul>
      </subsection>
  </section>
  <section name='Backwards Incompatible Changes'>
      <subsection name='Since 1.0.2 Release'>
          <ul>
          </ul>
      </subsection>
  </section>
  <section name='Symantic Changes'>
      <subsection name='Since 1.0.2 Release'>
          <ul>	
          </ul>
      </subsection>
  </section>
  </body>
  </document>