diff -uNp linktocontent/INSTALL.txt linktocontent_new/INSTALL.txt
--- linktocontent/INSTALL.txt	2007-02-14 22:49:22.000000000 +0100
+++ linktocontent_new/INSTALL.txt	2007-02-15 10:38:54.461956300 +0100
@@ -4,8 +4,8 @@ Requirements
 ------------
 
 This module and its plugins require at least version 5.0 of Drupal and
-tinymce.module installed and enabled.
-linktocontent_node.module requires additionally taxonomy.module.
+moxie.module installed and enabled.
+linktocontent_node.module additionally requires taxonomy.module.
 
 Installation
 ------------
@@ -13,13 +13,13 @@ Installation
 1. Copy the folder named 'linktocontent' and its contents to the modules directory
    of your Drupal installation (for example 'sites/all/modules/'.
 
-2. Copy the contents of the tinymce_plugins folder to the tinyMCE plugin
-   folder (for example sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/plugins)
+2. Copy the contents of the tinymce_plugins folder to the moxie plugin
+   folder (for example sites/all/modules/moxie/tinymce/jscripts/tiny_mce/plugins)
 
 3. For each linktocontent plugin insert the following lines to
-   /modules/tinymce/plugin_reg.php (Example for "linktonode"):
+   /modules/moxie/plugin_reg.php (Example for "linktonode"):
    <code>
-   if (is_dir(drupal_get_path('module', 'tinymce') . '/tinymce/jscripts/tiny_mce/plugins/linktonode/')) {
+   if (is_dir(drupal_get_path('module', 'moxie') . '/tinymce/jscripts/tiny_mce/plugins/linktonode/')) {
      $plugins['linktonode'] = array();
      $plugins['linktonode']['theme_advanced_buttons3'] = array('linktonode');
    }
@@ -28,7 +28,7 @@ Installation
 4. Go to 'admin/build/modules' and enable linktocontent and every plugin you want to
    (for example linktocontent_node.module).
 
-5. Go to 'admin/settings/tinymce' and edit the profile you want to enable the
+5. Go to 'admin/settings/moxie' and edit the profile you want to enable the
    new plugins (for example "linktonode") for.
    In section "buttons and plugins" check linktonode and save the profile.
 
diff -uNp linktocontent/README.txt linktocontent_new/README.txt
--- linktocontent/README.txt	2007-02-15 10:40:31.783852300 +0100
+++ linktocontent_new/README.txt	2007-02-15 10:40:18.300340300 +0100
@@ -5,6 +5,9 @@ Readme
 
 The linktocontent module allows you to extend the tinyMCE editor by several plugins.
 
+Note: This is a special version for the forked moxie.module (http://drupal.org/project/moxie) 
+      and will not work with the origin tinymce.module!
+
 Plugins:
  - linktocontent_node.module: Link to every node of every enabled type by browsing
    through your taxonomy structure
Common subdirectories: linktocontent/contrib and linktocontent_new/contrib
diff -uNp linktocontent/linktocontent.info linktocontent_new/linktocontent.info
--- linktocontent/linktocontent.info	2007-02-15 10:34:49.500999800 +0100
+++ linktocontent_new/linktocontent.info	2007-02-15 10:41:03.281836300 +0100
@@ -2,8 +2,7 @@
 name = "Linktocontent"
 description = "Provides a small 'API' for TinyMCE plugins to work with drupal data and functionality."
 package = Content
-dependencies = tinymce
-version = "$Name: DRUPAL-5 $"
+dependencies = moxie
 
 ; Information added by drupal.org packaging script on 2007-02-15
 version = "5.x-1.x-dev"
Common subdirectories: linktocontent/tinymce_plugins and linktocontent_new/tinymce_plugins
