You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/09/23 10:49:50 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs site.xml

michi       2003/09/23 01:49:50

  Modified:    src/webapp/lenya/pubs/docs-new/content/xdocs site.xml
  Added:       src/webapp/lenya/pubs/docs-new/content/xdocs/docs/editors
                        htmlform.xml
  Log:
  HTML Form Editor docu started
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/editors/htmlform.xml
  
  Index: htmlform.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  
  <document> 
  
  <header> 
      <title>HTML Form Editor</title>
      <version>0.1</version> 
      <type>Documentation</type> 
      <authors>
        <person name="Michael Wechner" email="michi@apache.org"/> 
      </authors> 
  </header> 
  <body> 
  
  <section>
  <title>XUpdate</title>
  <p>The HTML form editor is using XUpdate, hence it's good to understand the basics of XUpdate</p>
  <source>
  <![CDATA[
  java -classpath lib/xmldb-common-2003-09-02.jar:lib/xmldb-xupdate-2003-09-02.jar:lib/log4j-1.2.3.jar:build/lenya/webapp/WEB-INF/lib/xercesImpl-2.4.0.jar:build/lenya/webapp/WEB-INF/lib/xalan-2.5.1.jar org.xmldb.xupdate.lexus.XUpdateQueryImpl xupdate.xml entry.xml
  ]]>
  </source>
  </section>
  </body>
  </document>
  
  
  
  1.36      +3 -0      cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/site.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- site.xml	21 Aug 2003 18:51:18 -0000	1.35
  +++ site.xml	23 Sep 2003 08:49:50 -0000	1.36
  @@ -77,6 +77,9 @@
         <namespaces href="image-upload.html" label="Image Upload"/>
         <namespaces href="mod_proxy.html" label="mod_proxy"/>
       </misc>
  +    <misc href="editors/" label="Editors">
  +      <namespaces href="htmlform.html" label="HTML Form Editor"/>
  +    </misc>
       <javadoc href="../apidocs/index.html" label="API (Javadoc)"/>
       <javadoc-error href="javadoc-error.html"/>
      </integrator-dev-guide>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org