You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/06/06 16:31:29 UTC

cvs commit: jakarta-commons-sandbox/betwixt/xdocs todo.xml faq.xml navigation.xml

jstrachan    2002/06/06 07:31:29

  Modified:    betwixt/xdocs navigation.xml
  Added:       betwixt/xdocs todo.xml faq.xml
  Log:
  Added FAQ and TODO list to the website
  
  Revision  Changes    Path
  1.2       +2 -0      jakarta-commons-sandbox/betwixt/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	22 May 2002 18:13:41 -0000	1.1
  +++ navigation.xml	6 Jun 2002 14:31:29 -0000	1.2
  @@ -7,7 +7,9 @@
     <body>
       <menu name="Betwixt">
         <item name="Overview"                href="/index.html"/>
  +      <item name="FAQ"                     href="/faq.html"/>
         <item name="Detail"                  href="/overview.html"/>
  +      <item name="To Do List"              href="/todo.html"/>
       </menu>
     </body>
   </project>
  
  
  
  1.1                  jakarta-commons-sandbox/betwixt/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
    <properties>
      <title>TODO</title>
      <author email="jstrachan@apache.org">James Strachan</author>
    </properties>
  
    <body>
      <section name="TODO"> 
        <p>
          The following is a list of items that need to be completed in
          Betwixt.  Contributions are welcome!.
        </p>
        
        <ul>
          <li>
  		  Create documentation that compares Betwixt to JAXB and Castor to help 
  		  people decide which is the right tool for the right job.			        	
  		</li>
  	  </ul>
      </section>
    </body>
  </document>
  
  
  
  
  1.1                  jakarta-commons-sandbox/betwixt/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>Betwixt FAQ</title>
      <author email="jstrachan@apache.org">James Strachan</author>
    </properties>
  
    <body>
  
    <section name="Frequently Asked Questions">
      <p>
        This document attempts to answer some of the more frequently asked
        questions regarding various aspects of Betwixt.  These questions are
        typically asked over and over again on the mailing lists, as a
        courtesy to the developers, we ask that you read this document
        before posting to the mailing lists.  
      </p>
      <p><strong>General</strong></p>
      <ol>
        <li>
          <a href="#what-is-betwixt">
            What is Betwixt?
          </a>
        </li>
        <li>
          <a href="#why-called-betwixt">
            Why is this called Betwixt?
          </a>
        </li>
      </ol>
      <p><strong>Building Betwixt</strong></p>
      <ol>
        <li>
          <a href="#how-to-build">
            How do I build Betwixt?
          </a>
        </li>
      </ol>
  
      <section name="General">
        <dl>
          <dt>
            <a name="what-is-betwixt">
              What is Betwixt?
            </a>
          </dt>
          <dd>
            The Betwixt library provides an XML introspection mechanism
     		  for mapping beans to XML in a flexible way.
            Please see the <a href="index.html">Home page</a> and <a
            href="overview.html">Overview</a> documents for more detail.
          </dd>
        </dl>
        
        <dl>
          <dt>
            <a name="why-called-betwixt">
            	Why is this called Betwixt?
            </a>
          </dt>
          <dd>
            I grepped a dictionary for words containing B*T*X for Bean To XML.
            There's not many words around containing those 3 letters in order. 
  		  Betwixt also seems a fitting name as its the stuff between (betwixt) Beans and XML.
          </dd>
        </dl>
        
        
      </section>
      <section name="Building Betwixt">
        <dl>
          <dt>
            <a name="how-to-build">
              How do I build Betwixt?
            </a>
          </dt>
          <dd>
            Betwixt uses Maven for its build system. So you should be able to build Betwixt just like
            any other Maven enabled project. Please see the 
            <a href="http://jakarta.apache.org/turbine/maven/start/index.html">Maven</a> 
            documentation for details.
          </dd>
        </dl>
      </section>
    </section>
  </body>
  </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>