crossley 2003/05/30 22:21:48
Modified: src/documentation/xdocs/developing/webapps book.xml src/documentation/xdocs/faq index.xml src/documentation/xdocs/howto README.txt book.xml index.xml src/documentation/xdocs/plan changes-doc.xml src/documentation/xdocs/userdocs/concepts book.xml validation.xml src/documentation/xdocs/userdocs/xsp logicsheet-forms.xml Removed: src/documentation/xdocs/howto howto-i18n-xmlform.xml howto-xindice-xmlform.xml src/documentation/xdocs/howto/xmlform-wizard book.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 howto-xmlform-wizard.xml src/documentation/xdocs/userdocs/concepts xmlform.xml Log: Removing confusing discussion of XMLForm, as it is only in 2.1 Fixes bug: 15614 Revision Changes Path 1.2 +0 -1 cocoon-2.0/src/documentation/xdocs/developing/webapps/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/developing/webapps/book.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- book.xml 9 Mar 2003 00:00:55 -0000 1.1 +++ book.xml 31 May 2003 05:21:47 -0000 1.2 @@ -14,7 +14,6 @@ <menu-item label="Overview" href="index.html"/> <menu-item label="Session Contexts" href="session.html"/> <menu-item label="Authentication" href="authentication.html"/> - <menu-item label="Form Handling" href="../../howto/xmlform-wizard/howto-xmlform-wizard.html"/> <menu-item label="Portal" href="portal.html"/> </menu> 1.2 +0 -1 cocoon-2.0/src/documentation/xdocs/faq/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/faq/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 9 Mar 2003 00:01:00 -0000 1.1 +++ index.xml 31 May 2003 05:21:48 -0000 1.2 @@ -37,7 +37,6 @@ <li><link href="faq-configure-c2.html">Configuring Cocoon</link></li> <li><link href="faq-databases.html">Databases</link></li> <li><link href="faq-xsp.html">XSP</link></li> -<!-- <li><link href="faq-xmlform.html">XMLForm</link></li> --> <li><link href="faq-xslt.html">XSLT</link></li> <li><link href="faq-debugging.html">Debugging</link></li> </ul> 1.2 +1 -1 cocoon-2.0/src/documentation/xdocs/howto/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/howto/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.txt 9 Mar 2003 00:01:01 -0000 1.1 +++ README.txt 31 May 2003 05:21:48 -0000 1.2 @@ -6,5 +6,5 @@ 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 xmlform-wizard How-To directory structure for more information. +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. 1.2 +0 -3 cocoon-2.0/src/documentation/xdocs/howto/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/howto/book.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- book.xml 9 Mar 2003 00:01:01 -0000 1.1 +++ book.xml 31 May 2003 05:21:48 -0000 1.2 @@ -8,14 +8,11 @@ <menu-item label="Index" href="index.html"/> </menu> <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-item label="Web Syndication" href="../userdocs/generators/wsproxy-generator.html"/> <menu-item label="Chaperon" href="chaperon/howto-chaperon-intro.html"/> - <menu-item label="i18n XMLForm" href="howto-i18n-xmlform.html"/> <menu-item label="Flow Debugger" href="howto-flow-debugger.html"/> - <menu-item label="Xindice XMLForm" href="howto-xindice-xmlform.html"/> </menu> <menu label="Documentation"> <menu-item label="Author How-To" href="howto-author-howto.html"/> 1.2 +0 -3 cocoon-2.0/src/documentation/xdocs/howto/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/howto/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 9 Mar 2003 00:01:01 -0000 1.1 +++ index.xml 31 May 2003 05:21:48 -0000 1.2 @@ -21,13 +21,10 @@ <s2 title="Using Cocoon"> <ul> -<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> <li><link href="chaperon/howto-chaperon-intro.html">Chaperon Text Parser</link></li> -<li><link href="howto-i18n-xmlform.html">i18n XMLForm</link></li> <li><link href="howto-flow-debugger.html">Flow Debugger</link></li> -<li><link href="howto-xindice-xmlform.html">Xindice XMLForm</link></li> </ul> </s2> 1.2 +1 -13 cocoon-2.0/src/documentation/xdocs/plan/changes-doc.xml Index: changes-doc.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/plan/changes-doc.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes-doc.xml 9 Mar 2003 00:01:06 -0000 1.1 +++ changes-doc.xml 31 May 2003 05:21:48 -0000 1.2 @@ -14,10 +14,6 @@ <person name="Diana Shannon" email="[EMAIL PROTECTED]" id="DS"/> </devs> <release version="@version@" date="@date@"> - <action dev="DS" type="add" due-to="Mohamed El-Refaey" due-to-email="[EMAIL PROTECTED]"> - New How-To: - <link href="../howto/howto-i18n-xmlform.html">i18n within the XMLForm Framework</link> - </action> <action dev="DC" type="add" due-to="Geoff Howard" due-to-email="[EMAIL PROTECTED]"> New tutorial: <link href="../tutorial/tutorial-generator.html">Write a Custom Generator</link> @@ -66,10 +62,6 @@ Provide a <link href="samples.html">refactoring guidelines</link> document. </action> - <action dev="DC" type="add" due-to="Andrew Savory" due-to-email="[EMAIL PROTECTED]"> - Added overview documentation for - <link href="../userdocs/concepts/xmlform.html">XMLForm Handling</link>. - </action> <action dev="DS" type="add"> New <link href="../snippet/index.html">Snippet</link> section added, along with first <link href="../snippet/snippet-internal-pipeline.html">Snippet</link> and <link href="../howto/howto-author-snippet.html">Snippet How-To</link>. @@ -94,10 +86,6 @@ Added five additional <link href="../faq/index.html">FAQ categories</link> and pages. Pulled useful FAQ content from various locations within existing docs and sitemap files. Provided "gateway links" to additional site documentation. - </action> - <action dev="IAI" type="add" due-to="Heidi Brannan" due-to-email="[EMAIL PROTECTED]"> - Added Heidi Brannan's new - <link href="../howto/xmlform-wizard/howto-xmlform-wizard.html">XMLForm's How-To</link>. </action> <action dev="DC" type="add"> Added new draft 1.2 +0 -1 cocoon-2.0/src/documentation/xdocs/userdocs/concepts/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/userdocs/concepts/book.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- book.xml 9 Mar 2003 00:01:10 -0000 1.1 +++ book.xml 31 May 2003 05:21:48 -0000 1.2 @@ -22,7 +22,6 @@ <menu-item label="Persistence" href="persistence.html"/> <menu-item label="StoreJanitor" href="storejanitor.html"/> <menu-item label="XMLSearching" href="xmlsearching.html"/> - <menu-item label="XMLForm" href="xmlform.html"/> <menu-item label="XML Validation" href="validation.html"/> <menu-item label="Databases" href="databases.html"/> <menu-item label="Modules" href="modules.html"/> 1.2 +5 -17 cocoon-2.0/src/documentation/xdocs/userdocs/concepts/validation.xml Index: validation.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/userdocs/concepts/validation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- validation.xml 9 Mar 2003 00:01:11 -0000 1.1 +++ validation.xml 31 May 2003 05:21:48 -0000 1.2 @@ -14,6 +14,7 @@ </header> <body> +<note>This document is under development.</note> <s1 title="Goal"> <p> ### @@ -22,8 +23,8 @@ <anchor id="overview"/> <s1 title="Overview"> - <p> -### + <p>You really should validate documents in your editing environment. + It is not the concern of Cocoon. However there are some facilities. </p> </s1> @@ -45,15 +46,10 @@ <s1 title="Operation"> <p> There are three validation targets in build.xml (see some internal notes). - If you do not want validation to happen automatically during the build - (for some strange reason) then you can switch it off in + If you do not want validation to happen automatically during the build, + then you can switch it off in <code>./properties.xml</code> </p> - <p> - There are also validation facilities in Cocoon XMLForm. -(FIXME: Find link to Ivelin's XMLForm documentation and other explanations -of its validation component.) - </p> <s2 title="Build target validate-config"> <p> @@ -106,14 +102,6 @@ </p> </s2> - <s2 title="XMLForm Validation"> - <p> -FIXME: Find links and javadocs. - </p> - <p> -Basic overview: <link href="xmlform.html">XMLForm Handling</link> - </p> - </s2> </s1> <s1 title="To Do"> 1.2 +1 -7 cocoon-2.0/src/documentation/xdocs/userdocs/xsp/logicsheet-forms.xml Index: logicsheet-forms.xml =================================================================== RCS file: /home/cvs/cocoon-2.0/src/documentation/xdocs/userdocs/xsp/logicsheet-forms.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- logicsheet-forms.xml 9 Mar 2003 00:01:21 -0000 1.1 +++ logicsheet-forms.xml 31 May 2003 05:21:48 -0000 1.2 @@ -20,13 +20,7 @@ </p> <p> - Two different packages deal with validating user input:<link - href="../../howto/xmlform-wizard/howto-xmlform-wizard.html">XMLForm</link> - which tries to stay as close as possible with the <link - href="http://www.w3.org">W3C</link> <link - href="http://www.w3.org/MarkUp/Forms/">XForms</link> working draft. - Another, simpler and older implementation is the validation using the - <code>FormValidatorAction</code>, which is described here. + This document describes the <code>FormValidatorAction</code>. </p> <p>