You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sh...@apache.org on 2002/07/04 00:50:36 UTC

cvs commit: xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard howto-xmlform-wizard-4.xml howto-xmlform-wizard.xml

shannon     2002/07/03 15:50:36

  Modified:    src/documentation/xdocs/howto Tag: cocoon_2_0_3_branch
                        book.xml howto-author-howto.xml index.xml
               src/documentation/xdocs/howto/xmlform-wizard Tag:
                        cocoon_2_0_3_branch howto-xmlform-wizard-4.xml
                        howto-xmlform-wizard.xml
  Added:       src/documentation/xdocs/howto Tag: cocoon_2_0_3_branch
                        howto-author-core-docs.xml
                        howto-html-pdf-publishing.xml
                        howto-paginator-transformer.xml
  Log:
  sync with HEAD
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.2   +3 -0      xml-cocoon2/src/documentation/xdocs/howto/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/book.xml,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- book.xml	7 Jun 2002 19:47:04 -0000	1.6.2.1
  +++ book.xml	3 Jul 2002 22:50:36 -0000	1.6.2.2
  @@ -15,12 +15,15 @@
   
     <menu label="Using Cocoon">
       <menu-item label="XMLForm" href="xmlform-wizard/howto-xmlform-wizard.html"/>
  +    <menu-item label="Paginator" href="howto-paginator-transformer.html"/>
  +    <menu-item label="HTML-PDF" href="howto-html-pdf-publishing.html"/>
     </menu>
   
     <menu label="Documentation">
       <menu-item label="Author How-To" href="howto-author-howto.html"/>
       <menu-item label="Author FAQ" href="howto-author-faq.html"/>
       <menu-item label="Author Snippet" href="howto-author-snippet.html"/>
  +    <menu-item label="Author Docs" href="howto-author-core-docs.html"/>
     </menu>
   
     <menu label="Contribution">
  
  
  
  1.4.2.2   +6 -0      xml-cocoon2/src/documentation/xdocs/howto/howto-author-howto.xml
  
  Index: howto-author-howto.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/howto-author-howto.xml,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- howto-author-howto.xml	7 Jun 2002 19:47:04 -0000	1.4.2.1
  +++ howto-author-howto.xml	3 Jul 2002 22:50:36 -0000	1.4.2.2
  @@ -171,6 +171,12 @@
   	
     <s1 title="Tips">
     
  +	<s2 title="Ask for help when you need it" >
  +<p>
  +Writing effectively about a "glue" framework like Cocoon, which integrates many diverse technologies, is difficult, no doubt about it. Navigating your way through the CVS, Bugzilla, the patch process, as well as all of the steps of document creation can be overwhelming at first. Many of us have "been there" already and are available to help you. Don't hesitate to ask for assistance on cocoon-docs when you are confronted with a conceptual or technical problem you can't solve on your own. Don't waste your precious "volunteer" time pulling your hair out. Still, if you reach a point in your work where you are hopelessly stuck, you can always leave concise comments in a &lt;fixme&gt; element for others to fill down the road. This is in tune with open source, community-based development. Contribute what you can, when you have an irresistible "itch" to "scratch". Others will pick up where you left off.
  +</p>
  +	</s2>
  +  
     <s2 title="Starting with a shell document">
   <p>
   To start your new document, make a copy of this document that you are now
  
  
  
  1.6.2.2   +8 -6      xml-cocoon2/src/documentation/xdocs/howto/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/index.xml,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- index.xml	7 Jun 2002 19:47:04 -0000	1.6.2.1
  +++ index.xml	3 Jul 2002 22:50:36 -0000	1.6.2.2
  @@ -21,7 +21,9 @@
     <s2 title="Using Cocoon">
   
   	<ul>
  -<li><link href="xmlform-wizard/howto-xmlform-wizard.html">XMLForm How-To</link></li>
  +<li><link href="xmlform-wizard/howto-xmlform-wizard.html">XMLForm Wizard</link></li>
  +<li><link href="howto-paginator-transformer.html">Paginator Transformer</link></li>
  +<li><link href="howto-html-pdf-publishing.html">HTML-PDF Publishing</link></li>
   	</ul>
    </s2>
   
  @@ -32,7 +34,7 @@
   <li><link href="howto-author-howto.html">How to Author a How-To</link></li>
   <li><link href="howto-author-faq.html">How to Author an FAQ</link></li>
   <li><link href="howto-author-snippet.html">How to Author a Code Snippet</link></li>
  -
  +<li><link href="howto-author-core-docs.html">How to Author Core Documentation</link></li>
   	</ul>
   
    </s2>
  @@ -48,12 +50,12 @@
    
   
    
  -   <s2 title="Third Party HOWTOs">
  +   <s2 title="Third Party How-Tos">
   
   	<ul>
  -<li>Perry Molendijk's <link href="http://www.cocooncenter.de/cc/documents/resources/xindice/index.html">Running Xindice</link> HOWTO at cocooncenter.de.</li>
  -<li>Bertrand Delacr&eacute;taz's <link href="http://www.cocooncenter.de/cc/documents/resources/hot-plugging/index.html">Automount</link> HOWTO at cocooncenter.de.</li>
  -<li>Perry Molendijk's <link href="http://www.cocooncenter.de/cc/documents/resources/sendmail/index.html">Sendmail Logicsheet</link> HOWTO at cocooncenter.de.</li>
  +<li>Perry Molendijk's <link href="http://www.cocooncenter.de/cc/documents/resources/xindice/index.html">Running Xindice</link> How-To at cocooncenter.de.</li>
  +<li>Bertrand Delacr&eacute;taz's <link href="http://www.cocooncenter.de/cc/documents/resources/hot-plugging/index.html">Automount</link> How-To at cocooncenter.de.</li>
  +<li>Perry Molendijk's <link href="http://www.cocooncenter.de/cc/documents/resources/sendmail/index.html">Sendmail Logicsheet</link> How-To at cocooncenter.de.</li>
   
   <li><link href="http://www.galatea.com/flashguides/index.html">Galatea FlashGuides(TM)</link></li>
   <li><link href="http://durdo.miesto.sk/Cocoon2HowTo/index.html">Cocoon 2 How-To Pages</link></li>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +0 -0      xml-cocoon2/src/documentation/xdocs/howto/howto-author-core-docs.xml
  
  Index: howto-author-core-docs.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/howto-author-core-docs.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  
  
  
  1.2.2.1   +0 -0      xml-cocoon2/src/documentation/xdocs/howto/howto-html-pdf-publishing.xml
  
  Index: howto-html-pdf-publishing.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/howto-html-pdf-publishing.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  
  
  
  1.2.2.1   +0 -0      xml-cocoon2/src/documentation/xdocs/howto/howto-paginator-transformer.xml
  
  Index: howto-paginator-transformer.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/howto-paginator-transformer.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.3   +4 -36     xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-4.xml
  
  Index: howto-xmlform-wizard-4.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard-4.xml,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- howto-xmlform-wizard-4.xml	17 Jun 2002 12:05:33 -0000	1.2.2.2
  +++ howto-xmlform-wizard-4.xml	3 Jul 2002 22:50:36 -0000	1.2.2.3
  @@ -61,43 +61,11 @@
   
   // Java classes
   import java.util.Map;
  -import java.util.HashMap;
  -import java.util.SortedSet;
  -import java.util.Iterator;
  -import java.util.Properties;
  -import java.io.InputStream;
  -import java.io.FileInputStream;
  -import java.io.File;
  -
  -// XML classes
  -import javax.xml.transform.stream.StreamSource;
  -import javax.xml.transform.TransformerException;
  -import org.xml.sax.InputSource;
  -import org.w3c.dom.Node;
  -import org.w3c.dom.NodeList;
  -
  -// Framework classes
  -import org.apache.avalon.framework.parameters.Parameters;
  -import org.apache.avalon.excalibur.pool.Poolable;
  -import org.apache.avalon.framework.configuration.Configuration;
  -import org.apache.avalon.framework.configuration.ConfigurationException;
   
   // Cocoon classes
  -import org.apache.cocoon.environment.Redirector;
  -import org.apache.cocoon.environment.SourceResolver;
   import org.apache.cocoon.acting.*;
  -import org.apache.cocoon.environment.Request;
  -import org.apache.cocoon.environment.ObjectModelHelper;
  -import org.apache.cocoon.environment.Session;
  -import org.apache.cocoon.environment.Context;
  -
  -// Schematron classes
  -import org.apache.cocoon.components.validation.SchemaFactory;
  -import org.apache.cocoon.components.validation.Schema;
  -import org.apache.cocoon.components.validation.Validator;
  -import org.apache.cocoon.components.validation.Violation;
   
  -// Cocoon XMLForm
  +// Cocoon Form
   import org.apache.cocoon.acting.AbstractXMLFormAction;
   import org.apache.cocoon.components.xmlform.Form;
   import org.apache.cocoon.components.xmlform.FormListener;
  @@ -428,9 +396,6 @@
       }
     }
       
  -  private Validator validator_ = null;
  -  private boolean initialized_ = false;
  -  
   }
   
       ]]>
  @@ -442,3 +407,6 @@
       </s1>
     </body>
   </document>
  +
  +
  +
  
  
  
  1.4.2.3   +3 -2      xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml
  
  Index: howto-xmlform-wizard.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/howto-xmlform-wizard.xml,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- howto-xmlform-wizard.xml	17 Jun 2002 09:44:17 -0000	1.4.2.2
  +++ howto-xmlform-wizard.xml	3 Jul 2002 22:50:36 -0000	1.4.2.3
  @@ -180,8 +180,8 @@
           reply, make sure you supply all relevant information.</li>
   
           <li>If you think you found a bug in the implementation, contact the
  -        XMLForm author, <link href="mailto:ivelin@apache.org">Ivelin Ivanov,
  -        </link> or submit a patch via Bugzilla.</li>
  +        XMLForm author, <link href="mailto:ivelin@apache.org">Ivelin Ivanov
  +        </link>, or submit a patch via Bugzilla.</li>
         </ul>
       </s1>
   
  @@ -210,3 +210,4 @@
       </s1>
     </body>
   </document>
  +
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org