svn commit: r963727 - /lenya/contributions/2_0_X/modules/fckeditor/README.txt

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rfrovarp
Date: Tue Jul 13 14:26:41 2010
New Revision: 963727

URL: http://svn.apache.org/viewvc?rev=963727&view=rev
Log:
Adding notes about pieces removed from other files

Added:
    lenya/contributions/2_0_X/modules/fckeditor/README.txt

Added: lenya/contributions/2_0_X/modules/fckeditor/README.txt
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/fckeditor/README.txt?rev=963727&view=auto
==============================================================================
--- lenya/contributions/2_0_X/modules/fckeditor/README.txt (added)
+++ lenya/contributions/2_0_X/modules/fckeditor/README.txt Tue Jul 13 14:26:41 2010
@@ -0,0 +1,21 @@
+This module is to support use of FCKEditor in Lenya 2.1.x. It does require
+some updates to work with the latest version of FCKEditor (now CKEditor).
+
+Add the following code to the following files:
+
+src/modules/xhtml/xslt/clean-xhtml.xsl
+  <!-- Remove tag that disables Firefox spell check in FCK -->
+  <xsl:template match="xhtml:body[@spellcheck]" >
+    <xsl:copy>
+       <xsl:apply-templates select="@*[name()!='spellcheck']" />
+       <xsl:apply-templates />
+    </xsl:copy>
+  </xsl:template>
+
+src/pubs/pubname/config/access-control/usecase-policies.xml
+
+  <usecase id="fckeditor.edit">
+    <role id="sitemanager" method="grant"/>
+    <role id="edit" method="grant"/>
+  </usecase>
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.