You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2004/11/27 15:32:48 UTC

svn commit: r106712 - in forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea: . src/documentation/content/xdocs tools

Author: rgardler
Date: Sat Nov 27 06:32:46 2004
New Revision: 106712

URL: http://svn.apache.org/viewcvs?view=rev&rev=106712
Log:
add note in docs about using htmlArea (with link to Sourceforge hosted development site), change name of htmlArea.zip to indicate release in use
Added:
   forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea_3.0-rc1.zip
      - copied unchanged from r106582, forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea.zip
Removed:
   forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea.zip
Modified:
   forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/build.xml
   forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/build.xml?view=diff&rev=106712&p1=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/build.xml&r1=106711&p2=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/build.xml&r2=106712
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/build.xml	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/build.xml	Sat Nov 27 06:32:46 2004
@@ -24,7 +24,7 @@
           description="Extract the htmlArea distribtion">
      <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
        <fileset dir="tools">
-          <include name="htmlArea.zip"/>
+          <include name="htmlArea_3.0-rc1.zip"/>
         </fileset>
      </unzip>   
   </target>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html?view=diff&rev=106712&p1=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html&r1=106711&p2=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html&r2=106712
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html	(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html	Sat Nov 27 06:32:46 2004
@@ -6,13 +6,18 @@
   </head>
   <body>
     <h1>WYSIWYG Editing In Apache Forrest</h1>
-    <p>This plugin provides <span style="font-style: italic;">WYSIWYG</span> editing for the Apache Forrest appliction. It currently only works with HTML input files, but we hope to extend its range of supported file formats.</p>
+    <p>This plugin provides <span style="font-style: italic;">WYSIWYG</span> editing for the Apache Forrest appliction. 
+    It currently only works with HTML input files, but we hope to extend its range of supported file formats.</p>
+    
+    <p>This plugin uses <a href="http://sourceforge.net/projects/itools-htmlarea/">HTML Area</a> for
+    the editing widget.</p>
+    
     <h2>Try it out</h2>
-    <p>The easiest way to try it out is to <a href="edit_htmlArea/index.html" shape="rect">edit this page</a>.</p>
+    <p>The easiest way to try it out is to <a href="/edit_htmlArea/index.html" shape="rect">edit this page</a>.</p>
     <h1>How do I allow users to edit my Pages?</h1>
     <p>If a request is recieved with an URL that contains "edit_htmlArea/" then an edit page is generated for the indicated page. For example:</p>
     <p class="source">
-      <a href="edit_htmlArea/index.html">edit index</a>
+      <a href="/edit_htmlArea/index.html">edit index</a>
     </p>
     <p>will create an editor for the <code>index.html</code> page.</p>
   </body>

Deleted: /forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea.zip
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea.zip?view=auto&rev=106711
==============================================================================

Copied: forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea_3.0-rc1.zip (from r106582, forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea.zip)
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea_3.0-rc1.zip?view=diff&rev=106712&p1=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea.zip&r1=106582&p2=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/tools/htmlArea_3.0-rc1.zip&r2=106712
==============================================================================