Author: rgardler
Date: Wed Dec 8 07:27:27 2004
New Revision: 111277
URL: http://svn.apache.org/viewcvs?view=rev&rev=111277
Log:
add a warning that source created by this plugin is currently mixing style and content
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html
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=111277&p1=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html&r1=111276&p2=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/index.html&r2=111277
==============================================================================
--- 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
Wed Dec 8 07:27:27 2004
@@ -12,6 +12,11 @@
<p>This plugin uses <a href="http://sourceforge.net/projects/itools-htmlarea/">HTML
Area</a> for
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
+ 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>
|