You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/04/09 11:29:18 UTC

svn commit: r526686 - in /lenya/trunk/src/modules: fckeditor/README.txt tinymce/resources/misc/download.xhtml

Author: nettings
Date: Mon Apr  9 02:29:17 2007
New Revision: 526686

URL: http://svn.apache.org/viewvc?view=rev&rev=526686
Log:
small readme updates in tinymce and fckeditor modules (thanks bob for
spotting this)

Modified:
    lenya/trunk/src/modules/fckeditor/README.txt
    lenya/trunk/src/modules/tinymce/resources/misc/download.xhtml

Modified: lenya/trunk/src/modules/fckeditor/README.txt
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/fckeditor/README.txt?view=diff&rev=526686&r1=526685&r2=526686
==============================================================================
--- lenya/trunk/src/modules/fckeditor/README.txt (original)
+++ lenya/trunk/src/modules/fckeditor/README.txt Mon Apr  9 02:29:17 2007
@@ -9,13 +9,13 @@
    <module name="fckeditor"/>
 
 4. make sure you have the appropriate usecase policies in
-   <yourpub>/config/ac/usecase-policies.xconf. the following entry will allow
+   <yourpub>/config/ac/usecase-policies.xml. the following entry will allow
    the "admin" and "edit" roles access to the usecase:
 
-   <usecase id="edit.tinymce">
-     <role id="admin"/>
-     <role id="edit"/>
-   </usecase>
+    <usecase id="fckeditor.edit">
+      <role id="admin" method="grant"/>
+      <role id="edit" method="grant"/>
+    </usecase>
 
    or use the usecases option under the admin tab in lenya. 
     
@@ -23,3 +23,4 @@
 
 6. try to edit your document by clicking on "With FCKEditor" in the edit menu
     
+

Modified: lenya/trunk/src/modules/tinymce/resources/misc/download.xhtml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/tinymce/resources/misc/download.xhtml?view=diff&rev=526686&r1=526685&r2=526686
==============================================================================
--- lenya/trunk/src/modules/tinymce/resources/misc/download.xhtml (original)
+++ lenya/trunk/src/modules/tinymce/resources/misc/download.xhtml Mon Apr  9 02:29:17 2007
@@ -32,7 +32,12 @@
     Please <a href="http://tinymce.moxiecode.com/download.php">download the 
     TinyMCE editor from moxiecode.com</a>.<br />
     Unpack the zip archive or tarball in your Lenya source tree under
-    <code>$LENYA-SRC/src/modules/tinymce/resources</code>.<br />
+    <code>$LENYA-SRC/src/modules/tinymce/resources</code>. Alternatively, you can
+    install it $YOURPUB/lenya/modules/tinymce/resource (if you prefer not to have
+    external code in your Lenya source tree), since all calls to this code are 
+    fallback-enabled.
+  </p>
+  <p>
     By default, TinyMCE comes with an English localization only. If you prefer
     another language, you can 
     <a href="http://tinymce.moxiecode.com/language.php">download additional



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