Author: cdupoirieux
Date: Wed Nov 16 01:48:14 2005
New Revision: 344966
URL: http://svn.apache.org/viewcvs?rev=344966&view=rev
Log:
Few typing corrections
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/index.html
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/index.html
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/index.html?rev=344966&r1=344965&r2=344966&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/index.html
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/index.html
Wed Nov 16 01:48:14 2005
@@ -29,15 +29,15 @@
the editing widget.</p>
<warning>With the current configuration this plugin produces HTML with
- embedded stule information (not just CSS stuff). A future version will
only
- use CSS styling, but for now be ware that the source can be bad from a
+ embedded style information (not just CSS stuff). A future version will
only
+ use CSS styling, but for now be aware that the source can be bad from a
separation of content and style perspective</warning>
<h2>Try it out</h2>
<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">
- @lt;a href="/edit_htmlArea/index.html"@gt;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>