joerg 2003/07/18 23:24:21
Modified: src/documentation/xdocs/userdocs/actions actions.xml book.xml Log: indentation sendmail action Revision Changes Path 1.2 +30 -31 cocoon-2.1/src/documentation/xdocs/userdocs/actions/actions.xml Index: actions.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/actions/actions.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- actions.xml 9 Mar 2003 00:08:16 -0000 1.1 +++ actions.xml 19 Jul 2003 06:24:21 -0000 1.2 @@ -2,35 +2,34 @@ <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../../dtd/document-v10.dtd"> <document> - <header> - <title>Actions</title> - <subtitle>in Cocoon</subtitle> - <version>0.9</version> - <type>Technical document</type> - <authors> - <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/> - </authors> - <abstract>This document describes all of the available actions of Cocoon.</abstract> - </header> - <body> - <s1 title="Goal"> - <p>This document lists all of the available actions of Apache Cocoon and - describes their purpose.</p> - </s1> - - <s1 title="Overview"> - <p>See the concepts document - <link href="../concepts/actions.html">Creating and Using Actions</link>. - </p> - </s1> - <s1 title="The Actions in Apache Cocoon"> - <p>Forthcoming... - </p> - <ul> - <li><link href="database-actions.html">Database Actions</link></li> - <li><link href="session-action.html">Session Action</link></li> - </ul> - - </s1> - </body> + <header> + <title>Actions</title> + <subtitle>in Cocoon</subtitle> + <version>0.9</version> + <type>Technical document</type> + <authors> + <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]"/> + </authors> + <abstract>This document lists all of the available actions of Cocoon.</abstract> + </header> + <body> + <s1 title="Goal"> + <p>This document lists all of the available actions of Apache Cocoon and + describes their purpose.</p> + </s1> + <s1 title="Overview"> + <p>See the concepts document + <link href="../concepts/actions.html">Creating and Using Actions</link>. + </p> + </s1> + <s1 title="The Actions in Apache Cocoon"> + <p>Forthcoming...</p> + <ul> + <li><link href="database-actions.html">Database Actions</link></li> + <li><link href="sendmail-action.html">Sendmail Action</link></li> + <li><link href="session-action.html">Session Action</link></li> + </ul> + </s1> + </body> </document> + 1.3 +1 -1 cocoon-2.1/src/documentation/xdocs/userdocs/actions/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/actions/book.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- book.xml 17 Apr 2003 20:14:09 -0000 1.2 +++ book.xml 19 Jul 2003 06:24:21 -0000 1.3 @@ -19,8 +19,8 @@ <menu label="Core"> </menu> <menu label="Optional"> - <menu-item label="Session Action" href="session-action.html"/> <menu-item label="Sendmail Action" href="sendmail-action.html"/> + <menu-item label="Session Action" href="session-action.html"/> </menu> </book>