svn commit: r1000467 - /lenya/branches/BRANCH_2_0_X/src/modules/tinymce/README-INSTALL

[email protected] Thu, 23 Sep 2010 13:38:48 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: florent
Date: Thu Sep 23 13:38:48 2010
New Revision: 1000467

URL: http://svn.apache.org/viewvc?rev=1000467&view=rev
Log:
- replace docs with a link to the website

Modified:
    lenya/branches/BRANCH_2_0_X/src/modules/tinymce/README-INSTALL

Modified: lenya/branches/BRANCH_2_0_X/src/modules/tinymce/README-INSTALL
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/tinymce/README-INSTALL?rev=1000467&r1=1000466&r2=1000467&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/tinymce/README-INSTALL (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/tinymce/README-INSTALL Thu Sep 23 13:38:48 2010
@@ -1,33 +1,6 @@
 
 ****************************
-** Please follow theses steps for intall a working TinyMCE editor : 
-****************************
-
-1)download the TinyMCE 3.3.9 version here :
-	   http://sourceforge.net/projects/tinymce/files/TinyMCE/3.3.9/tinymce_3_3_9.zip/download [1]
-	    and unzip in the tinymce/resources folder. 
-
-2)select languages you want here :
-	  http://tinymce.moxiecode.com/download_i18n.php
-	  and unzip here tinymce/resources folder. FIXME : really the good folder ? 
-
-3) Add (without cotes) in the menu.xml of resource-type you want tiny can edit :
-       "<item uc:usecase="tinymce.edit" href="?"><i18n:text>With TinyMCE</i18n:text></item>" 
-       example patch for xhtml resource type : 
-
-****** Begin patch ******
-  Index: xhtml/config/menu.xml
-===================================================================
---- xhtml/config/menu.xml	(revision 1000343)
-+++ xhtml/config/menu.xml	(working copy)
-@@ -39,6 +39,7 @@
-         <item uc:usecase="bxe.edit"><i18n:text>With BXE</i18n:text></item>
-         <item uc:usecase="editors.forms" href="?form=xhtml"><i18n:text>With Forms</i18n:text></item>
-         <item uc:usecase="editors.oneform"><i18n:text>editors.sourceEditor</i18n:text></item>
-+	<item uc:usecase="tinymce.edit" href="?"><i18n:text>With TinyMCE</i18n:text></item>
-       </block>
-     </menu>
-****** END patch *******
 
+TinymMCE install is describe here : http://lenya.apache.org/docu20/standardmodules/tinymcemodulesection/tinymcemoduleoverview.html
 
-[1] You can find - at your own risk - a more recent version of this here : http://sourceforge.net/projects/tinymce/files/
\ No newline at end of file
+****************************
\ No newline at end of file