shannon | 1 Jun 2002 15:19
Picon
Favicon

cvs commit: xml-cocoon2/src/documentation/xdocs/howto README.txt

shannon     2002/06/01 06:19:36

  Modified:    src/documentation/xdocs/howto README.txt
  Log:
  README.txt

  Revision  Changes    Path
  1.2       +4 -1      xml-cocoon2/src/documentation/xdocs/howto/README.txt

  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/howto/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	13 May 2002 18:00:48 -0000	1.1
  +++ README.txt	1 Jun 2002 13:19:36 -0000	1.2
   <at>  <at>  -3,5 +3,8  <at>  <at> 

       howto-<descriptive-name-here>.xml

  -Use hyphens between any words which follow "howto-". 
  +Use hyphens between any words which follow "howto-". Please make sure your name will be sufficiently
unique to distinguish it from future contributions. For example, if you are committing a how-to about
Actions, don't name it howto-actions.xml. 
  +
  +Multi-page How-Tos
  +If you are adding in a multi-page How-To to this directory please create a subdirectory with the same name
as the main page of your How-To, minus the beginning phrase "howto-" and the ending phrase ".xml". Add
"-<step number>" within filenames for pages which represent additional How-To steps. See the
(Continue reading)

shannon | 1 Jun 2002 15:21
Picon
Favicon

cvs commit: xml-cocoon2/src/documentation/xdocs/developing book.xml

shannon     2002/06/01 06:21:23

  Modified:    src/documentation/xdocs/developing book.xml
  Log:
  updated XMLForm How-To link

  Revision  Changes    Path
  1.9       +1 -1      xml-cocoon2/src/documentation/xdocs/developing/book.xml

  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/developing/book.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- book.xml	23 May 2002 13:39:46 -0000	1.8
  +++ book.xml	1 Jun 2002 13:21:23 -0000	1.9
   <at>  <at>  -22,7 +22,7  <at>  <at> 
     <menu label="Webapps">
       <menu-item label="Session Contexts" href="session.html"/>
       <menu-item label="Authentication" href="authentication.html"/>
  -	<menu-item label="Form Handling" href="../xmlform/index.html"/>
  +	<menu-item label="Form Handling" href="../howto/xmlform-wizard/howto-xmlform-wizard.html"/>
       <menu-item label="Portal" href="portal.html"/>
     </menu>

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster <at> xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe <at> xml.apache.org
For additional commands, e-mail: cocoon-cvs-help <at> xml.apache.org
(Continue reading)

shannon | 1 Jun 2002 15:22
Picon
Favicon

cvs commit: xml-cocoon2/src/documentation/xdocs/plan changes-doc.xml

shannon     2002/06/01 06:22:57

  Modified:    src/documentation/xdocs/plan changes-doc.xml
  Log:
  updated XMLForm How-To link

  Revision  Changes    Path
  1.10      +2 -2      xml-cocoon2/src/documentation/xdocs/plan/changes-doc.xml

  Index: changes-doc.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/plan/changes-doc.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes-doc.xml	31 May 2002 14:08:57 -0000	1.9
  +++ changes-doc.xml	1 Jun 2002 13:22:57 -0000	1.10
   <at>  <at>  -4,7 +4,7  <at>  <at> 

   <!--
     History of Cocoon Documentation changes
  -  $Id: changes-doc.xml,v 1.9 2002/05/31 14:08:57 shannon Exp $
  +  $Id: changes-doc.xml,v 1.10 2002/06/01 13:22:57 shannon Exp $
   -->

   <changes title="Documentation History of Changes">
   <at>  <at>  -39,7 +39,7  <at>  <at> 

     <action dev="II" type="add" due-to="Heidi Brannan" due-to-email="heidi <at> wkwyw.net">
      Added Heidi Brannan's new
(Continue reading)

shannon | 1 Jun 2002 15:19
Picon
Favicon

cvs commit: xml-cocoon2/src/documentation/xdocs/howto book.xml index.xml

shannon     2002/06/01 06:19:12

  Modified:    src/documentation/xdocs/howto book.xml index.xml
  Log:
  revised XMLForm How-To link

  Revision  Changes    Path
  1.5       +5 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- book.xml	29 May 2002 19:34:33 -0000	1.4
  +++ book.xml	1 Jun 2002 13:19:12 -0000	1.5
   <at>  <at>  -13,6 +13,10  <at>  <at> 
       <menu-item label="Index" href="index.html"/>
     </menu>

  +  <menu label="Using Cocoon">
  +    <menu-item label="XMLForm" href="xmlform-wizard/howto-xmlform-wizard.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"/>
   <at>  <at>  -22,5 +26,6  <at>  <at> 
       <menu-item label="Prepare patch" href="howto-patch.html"/>
(Continue reading)

shannon | 1 Jun 2002 15:14
Picon
Favicon

cvs commit: xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard - New directory

shannon     2002/06/01 06:14:04

  xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard - New directory

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

shannon | 1 Jun 2002 15:31
Picon
Favicon

cvs commit: xml-cocoon2/src/documentation/xdocs/xmlform book.xml index.xml step1-xmlform-howto.xml step2-xmlform-howto.xml step3-xmlform-howto.xml step4-xmlform-howto.xml step5-xmlform-howto.xml

shannon     2002/06/01 06:31:36

  Removed:     src/documentation/xdocs/xmlform book.xml index.xml
                        step1-xmlform-howto.xml step2-xmlform-howto.xml
                        step3-xmlform-howto.xml step4-xmlform-howto.xml
                        step5-xmlform-howto.xml
  Log:
  removed files as xmlform how-to moved and renamed

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

shannon | 1 Jun 2002 15:18
Picon
Favicon

cvs commit: xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard book.xml howto-xmlform-wizard.xml howto-xmlform-wizard-1.xml howto-xmlform-wizard-2.xml howto-xmlform-wizard-3.xml howto-xmlform-wizard-4.xml howto-xmlform-wizard-5.xml

shannon     2002/06/01 06:18:09

  Added:       src/documentation/xdocs/howto/xmlform-wizard book.xml
                        howto-xmlform-wizard.xml howto-xmlform-wizard-1.xml
                        howto-xmlform-wizard-2.xml
                        howto-xmlform-wizard-3.xml
                        howto-xmlform-wizard-4.xml
                        howto-xmlform-wizard-5.xml
  Log:
  Moved to better How-To location.
  Fixed minor validation and navigation
  issues. Could not preserve cvs history
  because of filename changes. Changed
  filenames to reflect proposed
  filename conventions.
  
  Revision  Changes    Path
  1.1                  xml-cocoon2/src/documentation/xdocs/howto/xmlform-wizard/book.xml
  
  Index: book.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../../dtd/book-cocoon-v10.dtd">
  
  <book software="Apache Cocoon" 
        title="Apache Cocoon XMLForm HowTo" 
        copyright="1999-2002 The Apache Software Foundation"
        xmlns:xlink="http://www.w3.org/1999/xlink">
  
    <menu label="Navigation">
(Continue reading)

nicolaken | 1 Jun 2002 15:56
Picon
Favicon

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/notification NotifyingObjects.java

nicolaken    2002/06/01 06:56:22

  Removed:     src/java/org/apache/cocoon/components/notification
                        NotifyingObjects.java
  Log:
  Dead class, not used.
  It was needed in the short testing time in which the sitemap
  objectmodel could contain more notifications.

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

nicolaken | 1 Jun 2002 15:57
Picon
Favicon

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/notification NotifyingObjects.java

nicolaken    2002/06/01 06:57:22

  Removed:     src/java/org/apache/cocoon/components/notification Tag:
                        cocoon_2_0_3_branch NotifyingObjects.java
  Log:
  Dead class, not used.
  It was needed in the short testing time in which the sitemap
  objectmodel could contain more notifications.

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

shannon | 1 Jun 2002 13:03
Picon
Favicon

cvs commit: xml-cocoon2/src/documentation/xdocs/tutorial index.xml

shannon     2002/06/01 04:03:08

  Modified:    src/documentation/xdocs/tutorial index.xml
  Log:
  added links to IBM tutorials

  Revision  Changes    Path
  1.2       +6 -0      xml-cocoon2/src/documentation/xdocs/tutorial/index.xml

  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/tutorial/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	13 May 2002 18:06:50 -0000	1.1
  +++ index.xml	1 Jun 2002 11:03:08 -0000	1.2
   <at>  <at>  -39,6 +39,12  <at>  <at> 
   <li>Konstantin Piroumian's <link
href="http://www.cocooncenter.de/cc/documents/resources/logicsheet/index.html/">Logicsheet
Development</link> Tutorial 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>
  +<li><link
href="http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-bytitle/83F66813F7FFD61486256B74006EB648?open&amp;l=472,t=gr">Introduction
to Cocoon 2</link> Covers how to install and configure Cocoon,
  +introduces the principles of the Cocoon 2 architecture and its key
  +components, and provides example pipeline configurations which demonstrate how to
  +construct a dynamic Web site using Cocoon and XSLT.</li>
  +<li><link
(Continue reading)


Gmane