$RCSfile: TINYMCE_INTEGRATION_HOWTO.txt,v $
----------------------------------------------------------------------
----------------------------------------------------------------------
HOWTO INTEGRATE OR UPGRADE THE TinyMCE WYSIWYG EDITOR IN CONTENIDO
----------------------------------------------------------------------
----------------------------------------------------------------------
$Id: TINYMCE_INTEGRATION_HOWTO.txt,v 1.2 2007/08/13 22:46:36 bjoern.behrens Exp $

- Download the latest TinyMCE release from http://tinymce.moxiecode.com/download.php
  The basic structure is
  tinymce/
  |-- docs
  |-- examples
  `-- jscripts

- Replace directory jscripts/ of the new release with directory /contenido/external/wysiwyg/tinymce2/jscripts/
- Replace file jscripts/changelog with /contenido/external/wysiwyg/tinymce2/jscripts/changelog
- Replace file jscripts/readme with /contenido/external/wysiwyg/tinymce2/jscripts/readme

- Because language packs are no longer included with the core distribution download
  language packs from http://tinymce.moxiecode.com/download.php
  
- Copy the language packs into directory /contenido/external/wysiwyg/tinymce2/jscripts/

- Check the german language file for the advanced theme (see below)

- Inherit the changes in file ./contenido/external/wysiwyg/tinymce2/jscripts/tiny_mce/plugins/advlink/jscripts/functions.js (see below)

----------------------------------------------------------------------
----------------------------------------------------------------------
CONTENIDO MODIFICATIONS OF THE TinyMCE WYSIWYG EDITOR 
----------------------------------------------------------------------
----------------------------------------------------------------------

- The plugin advlink has been modified.
  Function getAnchorListHTML in file ./contenido/external/wysiwyg/tinymce2/jscripts/tiny_mce/plugins/advlink/jscripts/functions.js
  hase been changed.
  The anchor value has now the form front_content.php?idart=112#anchor_name instead of #anchor_name.

----------------------------------------------------------------------
----------------------------------------------------------------------
MISSING TRANSLATIONS AS OF TINYMCE 2.1.1.1 
----------------------------------------------------------------------
----------------------------------------------------------------------

invalid_data : 'Fehler: Die eingegebenen, ung&uuml;tigen Werte sind rot markiert.',
insert_link_delta_width : 50,
more_colors : 'Mehr Farben',
color_picker_tab : 'Spektrum',
color_picker : 'Farbw&auml;hler',
web_colors_tab : 'Web-Farben',
web_colors : 'Web-Farben',
named_colors_tab : 'Benannte Farben',
named_colors : 'Benannte Farben',
color : 'Farbe:',
color_name : 'Name:',
is_email : 'Die URL, die Sie eingegeben haben, scheint eine E-Mail-Adresse zu sein. M&ouml;chten Sie den notwendigen mailto:-Prefix hinzuf&uuml;gen?',
is_external : 'Die URL, die Sie eingegeben haben, scheint ein externer Link zu sein. M&ouml;chten Sie den notwendigen http://-Prefix hinzuf&uuml;gen?'
