[Checkins] SVN: zope.html/branches/fckeditorv26/ Use version 2.6, remove previous version

John Murphy jackie at zope.com
Tue May 13 11:55:13 EDT 2008


Log message for revision 86702:
  Use version 2.6, remove previous version
  
  

Changed:
  U   zope.html/branches/fckeditorv26/CHANGES.txt
  U   zope.html/branches/fckeditorv26/buildout.cfg
  U   zope.html/branches/fckeditorv26/src/zope/html/TODO.txt
  U   zope.html/branches/fckeditorv26/src/zope/html/configure.zcml
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_documentation.html
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_samples/
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_upgrade.html
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_whatsnew.html
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/editor/
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckconfig.js
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.afp
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.asp
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.cfc
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.cfm
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.js
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.lasso
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.php
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.pl
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.py
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor_php4.php
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor_php5.php
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckpackager.xml
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckstyles.xml
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fcktemplates.xml
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/htaccess.txt
  D   zope.html/branches/fckeditorv26/src/zope/html/fckeditor/license.txt
  U   zope.html/branches/fckeditorv26/src/zope/html/widget.py

-=-
Modified: zope.html/branches/fckeditorv26/CHANGES.txt
===================================================================
--- zope.html/branches/fckeditorv26/CHANGES.txt	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/CHANGES.txt	2008-05-13 15:55:12 UTC (rev 86702)
@@ -2,6 +2,14 @@
 CHANGES
 =======
 
+1.1.0 (1008-05-05)
+------------------
+
+- Use FCKeditor 2.6
+
+- rtSpellChecker plugin added to FCKEditor (Firefox 2 spellchecking support)
+
+
 1.0.1 (2007-11-02)
 ------------------
 

Modified: zope.html/branches/fckeditorv26/buildout.cfg
===================================================================
--- zope.html/branches/fckeditorv26/buildout.cfg	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/buildout.cfg	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . ../zope.app.testing
+develop = .
 parts = test
 versions = versions
 

Modified: zope.html/branches/fckeditorv26/src/zope/html/TODO.txt
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/TODO.txt	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/TODO.txt	2008-05-13 15:55:12 UTC (rev 86702)
@@ -8,11 +8,7 @@
   with a preference setting, possibly allowing a different editor to
   be plugged in.
 
-- Update to FCKeditor 2.3.2 (or newer).  This involves risk for existing
-  projects, so should be done on a branch to allow testing prior to
-  merging with the trunk.
-
-  Better: fetch FCKeditor separately instead of including it in the
+- Fetch FCKeditor separately instead of including it in the
   zope.html checkout.
 
 - Add support for FCKeditor plugins; it would be cool to have the

Modified: zope.html/branches/fckeditorv26/src/zope/html/configure.zcml
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/configure.zcml	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/configure.zcml	2008-05-13 15:55:12 UTC (rev 86702)
@@ -62,7 +62,7 @@
   <resourceLibrary name="fckeditor">
     <directory
         source="fckeditor"
-        include="fckeditor.js"
+        include="2.6/fckeditor/fckeditor.js"
         />
   </resourceLibrary>
 

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_documentation.html
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_documentation.html	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_documentation.html	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,38 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<title>FCKeditor - Documentation</title>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-	<style type="text/css">
-		body { font-family: arial, verdana, sans-serif }
-		p { margin-left: 20px }
-	</style>
-</head>
-<body>
-	<h1>
-		FCKeditor Documentation</h1>
-	<p>
-		You can find the official documentation for FCKeditor online, at <a href="http://wiki.fckeditor.net/">
-			http://wiki.fckeditor.net/</a>.</p>
-</body>
-</html>

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_upgrade.html
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_upgrade.html	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_upgrade.html	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,38 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<title>FCKeditor - Upgrade</title>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-	<style type="text/css">
-		body { font-family: arial, verdana, sans-serif }
-		p { margin-left: 20px }
-	</style>
-</head>
-<body>
-	<h1>
-		FCKeditor Upgrade</h1>
-	<p>
-		Please check the following URL for notes regarding upgrade: <a href="http://wiki.fckeditor.net/Developer%27s_Guide/Upgrade">
-			http://wiki.fckeditor.net/Developer%27s_Guide/Upgrade</a></p>
-</body>
-</html>

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_whatsnew.html
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_whatsnew.html	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/_whatsnew.html	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,2675 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
--->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<title>FCKeditor - What's New?</title>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-	<style type="text/css">
-		body { font-family: arial, verdana, sans-serif }
-		p { margin-left: 20px }
-	</style>
-</head>
-<body>
-	<h3>
-		Version 2.4.2</h3>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/279">#279</a>] The UTF-8
-			BOM was being included in the wrong files, affecting mainly PHP installations.</li>
-	</ul>
-	<h3>
-		Version 2.4.1</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/118">#118</a>] The SelectAll
-			command now is available in Source Mode.</li>
-		<li>The new open source FCKpackager sub-project is now available. It replaces the FCKeditor.Packager
-			software to compact the editor source.</li>
-		<li>With Firefox, if a paste execution is blocked by the browser security settings,
-			the new "Paste" popup is shown to the user to complete the pasting operation. </li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>Various fixes to the ColdFusion File Browser connector.</li>
-		<li>We are now pointing the download of ieSpell to their pages, instead to a direct
-			file download from one of their mirrors. This disables the ability of "click and
-			go" (which can still be achieved by pointing the download to a file in your server),
-			but removes any troubles with mirrors link changes (and they change it frequently).</li>
-		<li>The Word cleanup has been changed to remove "display:none" tags that may come from
-			Word.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1659613&group_id=75348">SF
-			BUG-1659613</a>] The 2.4 version introduced a bug in the flash handling code that
-			generated out of memory errors in IE7.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1660456&group_id=75348">SF
-			BUG-1660456</a>] The icons in context menus were draggable.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1653009&group_id=75348">SF
-			BUG-1653009</a>] If the server is configured to process html files as asp then it
-			generated ASP error 0138.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1288609&group_id=75348">SF
-			BUG-1288609</a>] The content of iframes is now preserved.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1245504&group_id=75348">SF
-			BUG-1245504</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1652240&group_id=75348">SF
-				BUG-1652240</a>] Flash files without the .swf extension weren't recognized upon
-			reload.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1649753&group_id=75348&atid=543655">SF
-			PATCH-1649753</a>] Node selection for text didn't work in IE. Thanks to yurik dot
-			m.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1573191&group_id=75348&atid=543653">SF
-			BUG-1573191</a>] The Html code inserted with FCK.InsertHtml didn't have the same
-			protection for special tags.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/110">#110</a>] The OK
-			button in dialogs had its width set as an inline style.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/113">#113</a>] [<a
-			target="_blank" href="http://dev.fckeditor.net/ticket/94">#94</a>] [<a target="_blank"
-				href="https://sourceforge.net/tracker/?func=detail&aid=1659270&group_id=75348&atid=543653">SF
-				BUG-1659270</a>] ForcePasteAsPlainText didn't work in Firefox.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/114">#114</a>] The correct
-			entity is now used to fill empty blocks when ProcessHTMLEntities is disabled.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/90">#90</a>] The editor
-			was wrongly removing some &lt;br&gt; tags from the code.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/139">#139</a>] The CTRL+F
-			and CTRL+S keystroke default behaviors are now preserved.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/138">#138</a>] We are
-			not providing a CTRL + ALT combination in the default configuration file because
-			it may be incompatible with some keyboard layouts. So, the CTRL + ALT + S combination
-			has been changed to CTRL + SHIFT + S.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/129">#129</a>] In IE,
-			it was not possible to paste if "Allow paste operation via script" was disabled
-			in the browser security settings.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/112">#112</a>] The enter
-			key now behaves correctly on lists with Firefox, when the EnterMode is set to 'br'.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/152">#152</a>] Invalid
-			self-closing tags are now being fixed before loading. </li>
-		<li>A few tags were being ignored to the check for required contents (not getting stripped
-			out, as expected). Fixed.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/202">#202</a>] The HR
-			tag will not anymore break the contents loaded in the editor.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/211">#211</a>] Some invalid
-			inputs, like "&lt;p&gt;" where making the caret disappear in Firefox.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/99">#99</a>] The &lt;div&gt;
-			element is now considered a block container if EnterMode=p|br. It acts like a simple
-			block only if EnterMode=div.</li>
-		<li>Hidden fields will now show up as an icon in IE, instead of a normal text field.
-			They are also selectable and draggable, in all browsers.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/213">#213</a>] Styles
-			are now preserved when hitting enter at the end of a paragraph.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/77">#77</a>] If ShiftEnterMode
-			is set to a block tag (p or div), the desired block creation in now enforced, instead
-			of copying the current block (which is still the behavior of the simple enter).</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/209">#209</a>] Links and
-			images URLs will now be correctly preserved with Netscape 7.1.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/165">#165</a>] The enter
-			key now honors the EnterMode settings when outdenting a list item.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/190">#190</a>] Toolbars
-			may be wrongly positioned. Fixed.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#254</a>] The IgnoreEmptyParagraphValue
-			setting is now correctly handled in Firefox.</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/254">#248</a>] The behavior
-			of the backspace key has been fixed on some very specific cases.</li>
-	</ul>
-	<h3>
-		Version 2.4</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1329273&group_id=75348&atid=543656">SF
-			Feature-1329273</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456005&group_id=75348&atid=543656">SF
-				Feature-1456005</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315002&group_id=75348&atid=543653">SF
-					BUG-1315002</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1350180&group_id=75348&atid=543653">SF
-						BUG-1350180</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1450689&group_id=75348&atid=543653">SF
-							BUG-1450689</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1461033&group_id=75348&atid=543653">SF
-								BUG-1461033</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1510111&group_id=75348&atid=543653">SF
-									BUG-1510111</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1203560&group_id=75348&atid=543653">SF
-										BUG-1203560</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1564838&group_id=75348&atid=543653">SF
-											BUG-1564838</a>] The advance <strong>Enter Key Handler</strong>
-			is now being introduced. It gives you complete freedom to configure the editor to
-			generate <strong>&lt;p&gt;, &lt;div&gt; or &lt;br&gt;</strong> when the user uses
-			both the [Enter] and [Shift]+[Enter] keys. The new "EnterMode" and "ShiftEnterMode"
-			settings can be use to control its behavior. It also guarantees that all browsers
-			will generate the same output. </li>
-		<li>The new and powerful <strong>Keyboard Accelerator System</strong> is being introduced.
-			You can now precisely control the commands to execute when some key combinations
-			are activated by the user. It guarantees that all browsers will have the same behavior
-			regarding the shortcuts.<br />
-			It also makes it possible to remove buttons from the toolbar and still invoke their
-			features by using the keyboard instead.
-			<br />
-			It also blocks all default "CTRL based shortcuts" imposed by the browsers, so if
-			you don't want users to underline text, just remove the CTRL+U combination from
-			the keystrokes table. Take a look at the FCKConfig.Keystrokes setting in the fckconfig.js
-			file. </li>
-		<li>The new "<strong>ProtectedTags</strong>" configuration option is being introduced.
-			It will accept a list of tags (separated by a pipe "|"), which will have no effect
-			during editing, but will still be part of the document DOM. This can be used mainly
-			for non HTML standard, custom tags.</li>
-		<li>Dialog box commands can now open resizable dialogs (by setting oCommand.Resizable
-			= true).</li>
-		<li>Updated support for AFP. Thanks to Soenke Freitag.</li>
-		<li>New language file:<ul>
-			<li><strong>Afrikaans</strong> (by Willem Petrus Botha). </li>
-		</ul>
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1456343&group_id=75348&atid=543655">SF
-			Patch-1456343</a>] New sample file showing how to dynamically exchange a textarea
-			and an instance of FCKeditor. Thanks to Finn Hakansson</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1496115&group_id=75348&atid=543655">SF
-			Patch-1496115</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1588578&group_id=75348&atid=543653">SF
-				BUG-1588578</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1376534&group_id=75348&atid=543653">SF
-					BUG-1376534</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1343506&group_id=75348&atid=543653">SF
-						BUG-1343506</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1211065&group_id=75348&atid=543656">SF
-							Feature-1211065</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=949144&group_id=75348&atid=543656">SF
-								Feature-949144</a>] The content of anchors are shown and preserved
-			on creation. * </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1587175&group_id=75348&atid=543656">SF
-			Feature-1587175</a>] Local links to an anchor are readjusted if the anchor changes.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1500040&group_id=75348&atid=543655">SF
-			Patch-1500040</a>] New configuration values to specify the Id and Class for the
-			body element.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577202&group_id=75348&atid=543655">SF
-			Patch-1577202</a>] The links created with the popup option now are accessible even
-			if the user has JavaScript disabled.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1443472&group_id=75348&atid=543655">SF
-			Patch-1443472</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1576488&group_id=75348&atid=543653">SF
-				BUG-1576488</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1334305&group_id=75348&atid=543653">SF
-					BUG-1334305</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1578312&group_id=75348&atid=543653">SF
-						BUG-1578312</a>] The Paste from Word clean up function can be configured
-			with FCKConfig.CleanWordKeepsStructure to preserve the markup as much as possible.
-			Thanks Jean-Charles ROGEZ. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1472654&group_id=75348&atid=543655">SF
-			Patch-1472654</a>] The server side script location for SpellerPages can now be set
-			in the configuration file, by using the SpellerPagesServerScript setting.</li>
-		<li><span style="color: #ff0000">Attention:</span> All connectors are now pointing by
-			default to the "/userfiles/" folder instead of "/UserFiles/" (case change). Also,
-			the inner folders for each type (file, image, flash and media) are all lower-cased
-			too.</li>
-		<li><span style="color: #ff0000">Attention:</span> The UseBROnCarriageReturn configuration
-			is not anymore valid. The EnterMode setting can now be used to precisely set the
-			enter key behavior.</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1444937&group_id=75348">SF
-			BUG-1444937</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1274364&group_id=75348">SF
-				BUG-1274364</a>] Shortcut keys are now undoable correctly.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1015230&group_id=75348">SF
-			BUG-1015230</a>] Toolbar buttons now update their state on shortcut keys activation.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1485621&group_id=75348">SF
-			BUG-1485621</a>] It is now possible to precisely control which shortcut keys can
-			be used.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1573714&group_id=75348">SF
-			BUG-1573714</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1593323&group_id=75348">SF
-				BUG-1593323</a>] Paste was not working in IE if both AutoDetectPasteFromWord
-			and ForcePasteAsPlainText settings were set to "false". </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1578306&group_id=75348">SF
-			BUG-1578306</a>] The context menu was wrongly positioned if the editing document
-			was set to render in strict mode. Thanks to Alfonso Martinez.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1567060&group_id=75348">SF
-			BUG-1567060</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1565902&group_id=75348">SF
-				BUG-1565902</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1440631&group_id=75348">SF
-					BUG-1440631</a>] IE was getting locked on some specific cases. Fixed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1582859&group_id=75348">SF
-			BUG-1582859</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1579507&group_id=75348&atid=543655">SF
-				Patch-1579507</a>] Firefox' spellchecker is now disabled during editing mode.
-			Thanks to Alfonso Martinez.</li>
-		<li>Fixed Safari and Opera detection system (for development purposes only).</li>
-		<li>Paste from Notepad was including font information in IE. Fixed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584092&group_id=75348">SF
-			BUG-1584092</a>] When replacing text area, names with spaces are now accepted.</li>
-		<li>Depending on the implementation of toolbar combos (mainly for custom plugins) the
-			editor area was loosing the focus when clicking in the combo label. Fixed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1596937&group_id=75348&atid=543653">SF
-			BUG-1596937</a>] InsertHtml() was inserting the HTML outside the editor area on
-			some very specific cases.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1585548&group_id=75348">SF
-			BUG-1585548</a>] On very specific, rare and strange cases, the XHTML processor was
-			not working properly in IE. Fixed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1584951&group_id=75348">SF
-			BUG-1584951</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1380598&group_id=75348">SF
-				BUG-1380598</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1198139&group_id=75348">SF
-					BUG-1198139</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1437318&group_id=75348">SF
-						BUG-1437318</a>] In Firefox, the style selector will not anymore delete
-			the contents when removing styles on specific cases.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1515441&group_id=75348">SF
-			BUG-1515441</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1451071&group_id=75348">SF
-				BUG-1451071</a>] The "Insert/Edit Link" and "Select All" buttons are now working
-			properly when the editor is running on a IE Modal dialog.</li>
-		<li>On some very rare cases, IE was throwing a memory error when hiding the context
-			menus. Fixed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1526154&group_id=75348">SF
-			BUG-1526154</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1509208&group_id=75348&atid=543653">SF
-				BUG-1509208</a>] With Firefox, &lt;style&gt; tags defined in the source are
-			now preserved.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1535946&group_id=75348">SF
-			BUG-1535946</a>] The IE dialog system has been changed to better work with custom
-			dialogs.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599520&group_id=75348">SF
-			BUG-1599520</a>] The table dialog was producing empty tags when leaving some of
-			its fields empty.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1599545&group_id=75348">SF
-			BUG-1599545</a>] HTML entities are now processed on attribute values too.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1598517&group_id=75348">SF
-			BUG-1598517</a>] Meta tags are now protected from execution during editing (avoiding
-			the "redirect" meta to be activated).</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1415601&group_id=75348">SF
-			BUG-1415601</a>] Firefox internals: styleWithCSS is used instead of the deprecated
-			useCSS whenever possible.</li>
-		<li>All JavaScript Core extension function have been renamed to "PascalCase" (some were
-			in "camelCase"). This may have impact on plugins that use any of those functions.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1592311&group_id=75348">SF
-			BUG-1592311</a>] Operations in the caption of tables are now working correctly in
-			both browsers.</li>
-		<li>Small interface fixes to the about box.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1604576&group_id=75348&atid=543655">SF
-			PATCH-1604576</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1604301&group_id=75348">SF
-				BUG-1604301</a>] Link creation failed in Firefox 3 alpha. Thanks to Arpad Borsos</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1577247&group_id=75348&atid=543653">SF
-			BUG-1577247</a>] Unneeded call to captureEvents and releaseEvents.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1610790&group_id=75348">SF
-			BUG-1610790</a>] On some specific situations, the call to form.submit(), in form
-			were FCKeditor has been unloaded by code, was throwing the "Can't execute code from
-			a freed script" error.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1613167&group_id=75348&atid=543653">SF
-			BUG-1613167</a>] If the configuration was missing the FCKConfig.AdditionalNumericEntities
-			entry an error appeared.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1590848&group_id=75348&atid=543653">SF
-			BUG-1590848</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1626360&group_id=75348&atid=543653">SF
-				BUG-1626360</a>] Cleaning of JavaScript strict warnings in the source code.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1559466&group_id=75348&atid=543653">SF
-			BUG-1559466</a>] The ol/ul list property window always searched first for a UL element.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1516008&group_id=75348&atid=543653">SF
-			BUG-1516008</a>] Class attribute in IE wasn't loaded in the image dialog.</li>
-		<li>The "OnAfterSetHTML" event is now fired when being/switching to Source View.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1631807&group_id=75348&atid=543653">SF
-			BUG-1631807</a>] Elements' style properties are now forced to lowercase in IE.</li>
-		<li>The extensions "html", "htm" and "asis" have been added to the list of denied extensions
-			on upload.</li>
-		<li>Empty inline elements (like span and strong) will not be generated any more.</li>
-		<li>Some elements attributes (like hspace) where not being retrieved when set to "0".</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1508341&group_id=75348&atid=543653">SF
-			BUG-1508341</a>] Fix for the ColdFusion script file of SpellerPages.</li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by <a href="http://www.imedi.org/">Medical
-			Media Lab</a>.</p>
-	<h3>
-		Version 2.3.3</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>The project has been <strong>relicensed</strong> under the terms of the <strong>
-			GPL / LGPL / MPL</strong> licenses. This change will remove many licensing compatibility
-			issues with other open source licenses, making the editor even more "open" than
-			before. </li>
-		<li><font color="#ff0000">Attention:</font> The default directory in the distribution
-			package is now named "fckeditor" (in lowercase) instead of "FCKeditor".&nbsp; This
-			change may impact installations on case sensitive OSs, like Linux. </li>
-		<li><font color="#ff0000">Attention:</font> The "Universal Keyboard" has been removed
-			from the package. The license of those files was unclear so they can't be included
-			alongside the rest of FCKeditor.</li>
-	</ul>
-	<h3>
-		Version 2.3.2</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>Users can now decide if the template dialog will replace the entire contents of
-			the editor or simply place the template in the cursor position. This feature can
-			be controlled by the "TemplateReplaceAll" and "TemplateReplaceCheckbox" configuration
-			options.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1237693&group_id=75348&atid=543655">SF
-			Patch-1237693</a>] A new configuration option (<strong>ProcessNumericEntities</strong>)
-			is now available to tell the editor to convert non ASCII chars to their relative
-			numeric entity references. It is disabled by default.</li>
-		<li>The new "<strong>AdditionalNumericEntities</strong>" setting makes it possible to
-			define a set of characters to be transformed to their relative numeric entities.
-			This is useful when you don't want the code to have simple quotes ('), for example.</li>
-		<li>The Norwegian language file (no.js) has been duplicated to include the Norwegian
-			Bokmal (nb.js) in the supported interface languages. Thanks to Martin Kronstad.
-		</li>
-		<li>Two new patterns have been added to the Universal Keyboard:
-			<ul>
-				<li>Persian. Thanks to Pooyan Mahdavi</li>
-				<li>Portuguese. Thanks to Bo Brandt.</li>
-			</ul>
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
-			Patch-1517322</a>] It is now possible to define the start number on numbered lists.
-			Thanks to Marcel Bennett.</li>
-		<li>The Font Format combo will now reflect the EditorAreaCSS styles.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1461539&group_id=75348&atid=543655">SF
-			Patch-1461539</a>] The File Browser connector can now optionally return a "url"
-			attribute for the files. Thanks to Pent.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1090851&group_id=75348">SF
-			BUG-1090851</a>] The new "ToolbarComboPreviewCSS" configuration option has been
-			created, so it is possible to point the Style and Format toolbar combos to a different
-			CSS, avoiding conflicts with the editor area CSS.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1421309&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1421309</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1489402&group_id=75348">SF
-				BUG-1489402</a>] It is now possible to configure the Quick Uploder target path
-			to consider the file type (ex: Image or File) in the target path for uploads.</li>
-		<li>The JavaScript integration file has two new things:
-			<ul>
-				<li>The "CreateHtml()" function in the FCKeditor object, used to retrieve the HTML of
-					an editor instance, instead of writing it directly to the page (as done by "Create()").</li>
-				<li>The global "FCKeditor_IsCompatibleBrowser()" function, which tells if the executing
-					browser is compatible with FCKeditor. This makes it possible to do any necessary
-					processing depending on the compatibility, without having to create and editor instance.</li>
-			</ul>
-		</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1525242&group_id=75348">SF
-			BUG-1525242</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500050&group_id=75348">SF
-				BUG-1500050</a>] All event attributes (like onclick or onmouseover) are now
-			being protected before loading the editor. In this way, we avoid firing those events
-			during editing (IE issue) and they don't interfere in other specific processors
-			in the editor.</li>
-		<li>Small security fixes to the File Browser connectors. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1546226&group_id=75348">SF
-			BUG-1546226</a>] Small fix to the ColdFusion CFC integration file.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&atid=543655&aid=1547768&group_id=75348">SF
-			Patch-1407500</a>] The Word Cleanup function was breaking the HTML on pasting, on
-			very specific cases. Fixed, thanks to Frode E. Moe.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551979&group_id=75348&atid=543655">SF
-			Patch-1551979</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1418066&group_id=75348">SF
-				BUG-1418066</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1439621&group_id=75348">SF
-					BUG-1439621</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1501698&group_id=75348&atid=543653">SF
-						BUG-1501698</a>] Make FCKeditor work with application/xhtml+xml. Thanks
-			to Arpad Borsos.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1547738&group_id=75348&atid=543655">SF
-			Patch-1547738</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1550595&group_id=75348&atid=543653">SF
-				BUG-1550595</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1540807&group_id=75348&atid=543653">SF
-					BUG-1540807</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1510685&group_id=75348&atid=543653">SF
-						BUG-1510685</a>] Fixed problem with panels wrongly positioned when the
-			editor is placed on absolute or relative positioned elements. Thanks to Filipe Martins.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1511294&group_id=75348&atid=543655">SF
-			Patch-1511294</a>] Small fix for the File Browser compatibility with IE 5.5.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1503178&group_id=75348&atid=543655">SF
-			Patch-1503178</a>] Small improvement to stop IE from loading smiley images when
-			one smiley is quickly selected from a huge list of smileys. Thanks to stuckhere.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1549112&group_id=75348&atid=543653">SF
-			BUG-1549112</a>] The Replace dialog window now escapes regular expression specific
-			characters in the find and replace fields.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1548788&group_id=75348&atid=543653">SF
-			BUG-1548788</a>] Updated the ieSpell download URL.</li>
-		<li>In FF, the editor was throwing an error when closing the window. Fixed.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1538509&group_id=75348&atid=543653">SF
-			BUG-1538509</a>] The "type" attribute for text fields will always be set now.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1551734&group_id=75348&atid=543653">SF
-			BUG-1551734</a>] The SetHTML function will now update the editing area height no
-			matter which editing mode is active.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1554141&group_id=75348&atid=543653">SF
-			BUG-1554141</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1565562&group_id=75348&atid=543653">SF
-				BUG-1565562</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1451056&group_id=75348&atid=543653">SF
-					BUG-1451056</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1478408&group_id=75348&atid=543653">SF
-						BUG-1478408</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489322&group_id=75348&atid=543653">SF
-							BUG-1489322</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513667&group_id=75348&atid=543653">SF
-								BUG-1513667</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1562134&group_id=75348&atid=543653">SF
-									BUG-1562134</a>] The protection of URLs has been enhanced
-			and now it will not break URLs on very specific cases.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1545732&group_id=75348&atid=543653">SF
-			BUG-1545732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1490919&group_id=75348&atid=543653">SF
-				BUG-1490919</a>] No security errors will be thrown when loading FCKeditor in
-			page inside a FRAME defined in a different domain.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512817&group_id=75348&atid=543653">SF
-			BUG-1512817</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1571345&group_id=75348&atid=543653">SF
-				BUG-1571345</a>] Fixed the "undefined" addition to the content when ShowBorders
-			= false and FullPage = true in Firefox. Thanks to Brett.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1512798&group_id=75348&atid=543653">SF
-			BUG-1512798</a>] BaseHref will now work well on FullPage, even if no &lt;head&gt;
-			is available.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1509923&group_id=75348&atid=543653">SF
-			BUG-1509923</a>] The DocumentProcessor is now called when using InserHtml().</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505964&group_id=75348&atid=543653">SF
-			BUG-1505964</a>] The DOCTYPE declaration is now preserved when working in FullPage.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1553727&group_id=75348&atid=543653">SF
-			BUG-1553727</a>] The editor was throwing an error when inserting complex templates.
-			Fixed.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1564930&group_id=75348&atid=543655">SF
-			Patch-1564930</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1562828&group_id=75348">SF
-				BUG-1562828</a>] In IE, anchors where incorrectly copied when using the Paste
-			from Word button. Fixed, thanks to geirhelge.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1557709&group_id=75348&atid=543653">SF
-			BUG-1557709</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1421810&group_id=75348&atid=543653">SF
-				BUG-1421810</a>] The link dialog now validates Popup Window names.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1556878&group_id=75348&atid=543653">SF
-			BUG-1556878</a>] Firefox was creating empty tags when deleting the selection in
-			some special cases.</li>
-		<li>The context menu for links is now correctly shown when right-clicking on floating
-			divs.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1084404&group_id=75348&atid=543653">SF
-			BUG-1084404</a>] The XHTML processor now ignores empty span tags.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1221728&group_id=75348&atid=543653">SF
-			BUG-1221728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1174503&group_id=75348&atid=543653">SF
-				BUG-1174503</a>] The &lt;abbr&gt; tag is not anymore getting broken by IE.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1182906&group_id=75348&atid=543653">SF
-			BUG-1182906</a>] IE is not anymore messing up mailto links.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1386094&group_id=75348&atid=543653">SF
-			BUG-1386094</a>] Fixed an issue when setting configuration options to empty ('')
-			by code.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1389435&group_id=75348&atid=543653">SF
-			BUG-1389435</a>] Fixed an issue in some dialog boxes when handling numeric inputs.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1398829&group_id=75348&atid=543653">SF
-			BUG-1398829</a>] Some links may got broken on very specific cases. Fixed.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1409969&group_id=75348&atid=543653">SF
-			BUG-1409969</a>] &lt;noscript&gt; tags now remain untouched by the editor.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1433457&group_id=75348&atid=543653">SF
-			BUG-1433457</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1513631&group_id=75348&atid=543653">SF
-				BUG-1513631</a>] Empty "href" attributes in &lt;a&gt; or empty "src" in &lt;img&gt;
-			will now be correctly preserved.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1435195&group_id=75348&atid=543653">SF
-			BUG-1435195</a>] Scrollbars are now visible in the File Browser (for custom implementations).</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1438296&group_id=75348&atid=543653">SF
-			BUG-1438296</a>] The "ForceSimpleAmpersand" setting is now being honored in all
-			tags.</li>
-		<li>If a popup blocker blocks context menu operations, the correct alert message is
-			displayed now, instead of a ugly JavaScript error.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1454116&group_id=75348&atid=543653">SF
-			BUG-1454116</a>] The GetXHTML() function will not change the IsDirty() value of
-			the editor.</li>
-		<li>The spell check may not work correctly when using SpellerPages with ColdFusion.
-			Fixed.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1481861&group_id=75348&atid=543653">SF
-			BUG-1481861</a>] HTML comments are now removed by the Word Cleanup System.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1489390&group_id=75348&atid=543653">SF
-			BUG-1489390</a>] A few missing hard coded combo options used in some dialogs are
-			now localizable.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1505448&group_id=75348&atid=543653">SF
-			BUG-1505448</a>] The Form dialog now retrieves the value of the "action" attribute
-			exactly as defined in the source.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1517322&group_id=75348&atid=543655">SF
-			Patch-1517322</a>] Solved an issue when the toolbar has buttons with simple icons
-			(usually used by plugins) mixed with icons coming from a strip (the default toolbar
-			buttons).</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1575261&group_id=75348&atid=543655">SF
-			Patch-1575261</a>] Some fields in the Table and Cell Properties dialogs were being
-			cut. Fixed.</li>
-		<li>Fixed a startup compatibility issue with Firefox 1.0.4.</li>
-	</ul>
-	<h3>
-		Version 2.3.1</h3>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/support/tracker.php?aid=1506126">SF
-			BUG-1506126</a>] Fixed the Catalan language file, which had been published with
-			problems in accented letters. </li>
-		<li>More performance improvements in the default File Browser.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1506701&group_id=75348&atid=543653">SF
-			BUG-1506701</a>] Fixed compatibility issues with IE 5.5.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509073&group_id=75348&atid=543653">SF
-			BUG-1509073</a>] Fixed the "Image Properties" dialog window, which was making invalid
-			calls to the "editor/dialog/" directory, generating error 400 entries in the web
-			server log.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507294&group_id=75348&atid=543653">SF
-			BUG-1507294</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507953&group_id=75348&atid=543653">SF
-				BUG-1507953</a>] The editing area was getting a fixed size when using the "SetHTML"
-			API command or even when switching back from the source view. Fixed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1507755&group_id=75348">SF
-			BUG-1507755</a>] Fixed a conflict between the "DisableObjectResizing" and "ShowBorders"
-			configuration options over IE.</li>
-		<li>Opera 9 tries to "mimic" Gecko in the browser detection system of FCKeditor. As
-			this browser is not "yet" supported, the editor was broken on it. It has been fixed,
-			and now a textarea is displayed, as in any other unsupported browser. Support for
-			Opera is still experimental and can be activated by setting the property "EnableOpera"
-			to true when creating an instance of the editor with the JavaScript integration
-			files.</li>
-		<li>With Opera 9, the toolbar was jumping on buttons rollover. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1509479&group_id=75348&atid=543656">SF
-			BUG-1509479</a>] The iframes used in Firefox for all editor panels (dropdown combos,
-			context menu, etc...) are now being placed right before the main iframe that holds
-			the editor. In this way, if the editor container element is removed from the DOM
-			(by DHTML) they are removed together with it.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1271070&group_id=75348&atid=543653">SF
-			BUG-1271070</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1411430&group_id=75348&atid=543653">SF
-				BUG-1411430</a>] The editor API now works well on DHTML pages that create and
-			remove instances of FCKeditor dynamically. </li>
-		<li>A second call to a page with the editor was not working correctly with Firefox 1.0.x.
-			Fixed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511460&group_id=75348&atid=543653">SF
-			BUG-1511460</a>] Small correction to the &lt;script&gt; protected source regex.
-			Thanks to Randall Severy.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1521754&group_id=75348">SF
-			BUG-1521754</a>] Small fix to the paths of the internal CSS files used by FCKeditor.
-			Thanks to johnw_ceb.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1511442&group_id=75348&atid=543653">SF
-			BUG-1511442</a>] The &lt;base&gt; tag is now correctly handled in IE, no matter
-			its position in the source code.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1507773&group_id=75348&atid=543653">SF
-			BUG-1507773</a>] The "Lock" and "Reset" buttons in the Image Properties dialog window
-			are not anymore jumping with Firefox 1.5.</li>
-	</ul>
-	<h3>
-		Version 2.3</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>The <strong>Toolbar Sharing</strong> system has been completed. See sample10.html
-			and sample11.html.*</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1407500&group_id=75348&atid=543655">SF
-			Patch-1407500</a>] Small enhancement to the Find and Replace dialog windows.</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>Small security fixes.</li>
-		<li>The context menu system has been optimized. Nested menus now open "onmouseover".
-		</li>
-		<li>An error in the image preloader system was making the toolbar strip being downloaded
-			once for each button on slow connections. Some enhancements have also been made
-			so now the smaple05.html is loading fast for all skins.</li>
-		<li>Fixed many memory leak issues with IE.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1489768&group_id=75348&atid=543653">SF
-			BUG-1489768</a>] The panels (context menus, toolbar combos and color selectors),
-			where being displayed in the wrong position if the contents of the editor, or its
-			containing window were scrolled down. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1493176&group_id=75348">SF
-			BUG-1493176</a>] Using ASP, the connector was not working on servers with buffer
-			disable by default.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1491784&group_id=75348&atid=543653">SF
-			BUG-1491784</a>] Language files have been updated to not include html entities.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490259&group_id=75348&atid=543653">SF
-			BUG-1490259</a>] No more security warning on IE over HTTPS.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493173&group_id=75348&atid=543653">SF
-			BUG-1493173</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499708&group_id=75348">SF
-				BUG-1499708</a>] We now assume that, if a user is in source editing, he/she
-			wants to control the HTML, so the editor doesn't make changes to it when posting
-			the form being in source view or when calling the GetXHTML function in the API.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1490610&group_id=75348&atid=543653">SF
-			BUG-1490610</a>] The FitWindow is now working on elements set with relative position.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1493438&group_id=75348&atid=543653">SF
-			BUG-1493438</a>] The "Word Wrap" combo in the cell properties dialog now accepts
-			only Yes/No (no more &lt;Not Set&gt; value).</li>
-		<li>The context menu is now being hidden when a nested menu option is selected.</li>
-		<li>Table cell context menu operations are now working correctly.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1494549&group_id=75348&atid=543653">SF
-			BUG-1494549</a>] The code formatter was having problems with dollar signs inside
-			&lt;pre&gt; tags.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1459740&group_id=75348&atid=543655">SF
-			Patch-1459740</a>] The "src" element of images can now be set by styles definitions.
-			Thanks to joelwreed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1437052&group_id=75348&atid=543655">SF
-			Patch-1437052</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1436166&group_id=75348&atid=543655">SF
-				Patch-1436166</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1352385&group_id=75348&atid=543655">SF
-					Patch-1352385</a>] Small fix to the FCK.InsertHtml, FCKTools.AppendStyleSheet
-			and FCKSelection.SelectNode functions over IE. Thanks to Alfonso Martinez.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1349765&group_id=75348&atid=543655">SF
-			Patch-1349765</a>] Small fix to the FCKSelection.GetType over Firefox. Thanks to
-			Alfonso Martinez.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1495422&group_id=75348">SF
-			Patch-1495422</a>] The editor now creates link based on the URL when no selection
-			is available. Thanks to Dominik Pesch.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543655&aid=1478859&group_id=75348">SF
-			Patch-1478859</a>] On some circumstances, the Yahoo popup blocker was blocking the
-			File Browser window, giving no feedback to the user. Now an alert message is displayed.</li>
-		<li>When using the editor in a RTL localized interface, like Arabic, the toolbar combos
-			were not showing completely in the first click. Fixed.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1500212&group_id=75348">SF
-			BUG-1500212</a>] All "_samples/html" samples are now working when loading directly
-			from the Windows Explorer. Thanks to Alfonso Martinez.</li>
-		<li>The "FitWindow" feature was breaking the editor under Firefox 1.0.x.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1500032&group_id=75348&atid=543655">SF
-			Patch-1500032</a>] In Firefox, the caret position now follows the user clicks when
-			clicking in the white area bellow the editor contents. Thanks to Alfonso Martinez.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1499522&group_id=75348">SF
-			BUG-1499522</a>] In Firefox, the link dialog window was loosing the focus (and quickly
-			reacquiring it) when opening. This behavior was blocking the dialog in some Linux
-			installations. </li>
-		<li>Drastically improved the loading performance of the file list in the default File
-			Browser.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1503059&group_id=75348">SF
-			BUG-1503059</a>] The default "BasePath" for FCKeditor in all integration files has
-			been now unified to "/fckeditor/" (lower-case). This is the usual casing system
-			in case sensitive OSs like Linux.</li>
-		<li>The "DisableFFTableHandles" setting is now honored when switching the full screen
-			mode with FitWindow.</li>
-		<li>Some fixes has been applied to the cell merging in Firefox.</li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
-		and <a href="http://www.kentico.com/">Kentico</a>.</p>
-	<h3>
-		Version 2.3 Beta</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li><span><strong>Extremely Fast Loading!</strong> The editor now loads more than 3
-			times faster than before, with no impact on its advanced features.</span> </li>
-		<li><span><strong>New toolbar system</strong>:</span>
-			<ul>
-				<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1454850&amp;group_id=75348&amp;atid=543656">SF
-					Feature-1454850</a>] The toolbar will now <strong>load much faster</strong>. All
-					images have being merged in a single image file using a unique system available
-					only with FCKeditor. </li>
-				<li>The &quot;Text Color&quot; and &quot;Background Color&quot; commands buttons have
-					enhancements on the interface.</li>
-				<li><strong><span style="color: #ff0000">Attention</span></strong>: As a completely
-					new system has being developed. Skins created for versions prior this one will not
-					work. Skin styles definitions have being merged, added and removed. All skins have
-					been a little bit reviewed. </li>
-				<li>It is possible to <strong>detach the toolbar</strong> from an editor instance and
-					share it with other instances. In this way you may have only one toolbar (in the
-					top of the window, for example, that can be used by many editors (see <a href="_samples/html/sample10.html">
-						sample10.html</a>). This feature is still under development (issues with IE
-					focus still to be solved).* </li>
-			</ul>
-		</li>
-		<li><strong><span>New context menu system</span></strong>:
-			<ul>
-				<li>It uses the same (fast) loading system as the toolbar. </li>
-				<li>Sub-Menus are now available to group features (try the context menu over a table
-					cell). </li>
-				<li>It is now possible to create your own context menu entries by creating plugins.
-				</li>
-			</ul>
-		</li>
-		<li><strong>New "FitWindow" toolbar button</strong>, based on the <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1431638&group_id=75348&atid=737639">
-			plugin</a> published by Paul Moers. Thanks Paul!</li>
-		<li><strong>&quot;Auto Grow&quot; Plugin</strong>: automatically resizes the editor
-			until a maximum height, based on its contents size.** </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1444943&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1444943</a>] <strong>Multiple CSS files</strong> can now be used in the
-			editing area. Just define FCKConfig.EditorAreaCSS as an array of strings (each one
-			is a path to a different css file). It works also as a simple string, as on prior
-			versions. </li>
-		<li>New language files:<ul>
-			<li><strong>Bengali / Bangla</strong> (by Richard Walledge).</li>
-			<li><strong>English (Canadian)</strong> (by Kevin Bennett). </li>
-			<li><strong>Khmer</strong> (by Sengtha Chay).</li>
-		</ul>
-		</li>
-		<li>The source view is now available in the editing area on Gecko browsers. Previously
-			a popup was used for it (due to a Firefox bug). </li>
-		<li><span>As some people may prefer the popup way for source editing, a new configuration
-			option (SourcePopup) has being introduced.</span> </li>
-		<li>The IEForceVScroll configuration option has been removed. The editor now automatically
-			shows the vertical scrollbar when needed (for XHTML doctypes). </li>
-		<li>The configuration file doesn't define a default DOCTYPE to be used now. </li>
-		<li>It is now possible to easily change the toolbar using the JavaScript API by just
-			calling &lt;EditorInstance&gt;.ToolbarSet.Load( '&lt;ToolbarName&gt;' ). See _testcases/010.html
-			for a sample. </li>
-		<li>The &quot;OnBlur&quot; and &quot;OnFocus&quot; JavaScript API events are now compatible
-			with all supported browsers. </li>
-		<li>Some few updates in the Lasso connector and uploader. </li>
-		<li>The GeckoUseSPAN setting is now set to "false" by default. In this way, the code
-			produced by the bold, italic and underline commands are the same on all browsers.</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li><strong>Important security fixes have been applied to the File Manager, Uploader
-			and Connectors. Upgrade is highly recommended.</strong> Thanks to Alberto Moro,
-			Baudouin Lamourere and James Bercegay.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1399966&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1399966</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1249853&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1249853</a>] The &quot;BaseHref&quot; configuration is now working with
-			Firefox in both normal and full page modes.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1405263&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1405263</a>] A typo in the configuration file was impacting the Quick Upload
-			feature. </li>
-		<li>Nested &lt;ul&gt; and &lt;ol&gt; tags are now generating valid html.</li>
-		<li>The &quot;wmode&quot; and &quot;quality&quot; attributes are now preserved for Flash
-			embed tags, in case they are entered manually in the source view. Also, empty attributes
-			are removed from that tag. </li>
-		<li>Tables where not being created correctly on Opera. </li>
-		<li>The XHTML processor will ignore invalid tags with names ending with &quot;:&quot;,
-			like http:. </li>
-		<li><span>On Firefox, the scrollbar is not anymore displayed on toolbar dropdown commands
-			when not needed.</span> </li>
-		<li><span>Some small fixes have being done to the dropdown commands rendering for FF</span>.
-		</li>
-		<li>The table dialog window has been a little bit enlarged to avoid contents being cropped
-			on some languages, like Russian. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1465203&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1465203</a>] The ieSpell download URL has been updated. The problem is that
-			they don't have a fixed URL for it, so let's hope the mirror will be up for it.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1456332&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1456332</a>] Small fix in the Spanish language file. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1457078&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1457078</a>] The File Manager was generating 404 calls in the server. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1459846&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1459846</a>] Fixed a problem with the config file if PHP is set to parse .js
-			files. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1432120</a>] The &quot;UserFilesAbsolutePath&quot; setting is not correctly
-			used in the PHP uploader. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1432120&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1408869</a>] The collapse handler is now rendering correctly in Firefox 1.5.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1410082&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1410082</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1424240&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1424240</a>] The &quot;moz-bindings.xml&quot; file is now well formed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1413980&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1413980</a>] All frameborder &quot;yes/no&quot; values have been changes to
-			&quot;1/0&quot;. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414101&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1414101</a>] The fake table borders are now showing correctly when running under
-			the &quot;file://&quot; protocol. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1414155&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1414155</a>] Small typo in the cell properties dialog window.</li>
-		<li>Fixed a problem in the File Manager. It was not working well with folder or file
-			names with apostrophes ('). Thanks to René de Jong.</li>
-		<li>Small "lenght" type corrected in the select dialog window. Thanks to Bernd Nussbaumer.</li>
-		<li>The about box is now showing correctly in Firefox 1.5.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1464020&group_id=75348&atid=543655">SF
-			Patch-1464020</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1155793&group_id=75348&atid=543653">SF
-				BUG-1155793</a>] The "Unlink" command is now working correctly under Firefox
-			if you don't have a complete link selection. Thanks to Johnny Egeland.</li>
-		<li>In the File Manager, it was not possible to upload files to folders with ampersands
-			in the name. Thanks to Mike Pone.</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&aid=1178359&group_id=75348&atid=543653">SF
-			BUG-1178359</a>] Elements from the toolbar are not anymore draggable in the editing
-			area.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&aid=1487544&group_id=75348&atid=543653">SF
-			BUG-1487544</a>] Fixed a small issue in the code formatter for &lt;br /&gt; and
-			&lt;hr /&gt; tags.</li>
-		<li>The "Background Color" command now works correctly when the GeckoUseSPAN setting
-			is disabled (default).</li>
-		<li>Links are now rendered in blue with Firefox (they were black before). Actually,
-			an entry for it has been added to the editing area CSS, so you can customize with
-			the color you prefer. </li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by <a href="http://www.footsteps.nl/">Footsteps</a>
-		and <a href="http://www.kentico.com/">Kentico</a>.
-		<br />
-		** This version has been partially sponsored by <a href="http://www.nextide.ca/">Nextide</a>.</p>
-	<h3>
-		Version 2.2</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>Let's welcome Wim Lemmens (didgiman). He's our new responsible for the ColdFusion
-			integration. In this version we are introducing his new files with the following
-			changes:
-			<ul>
-				<li>The &quot;<strong>Uploader</strong>&quot;, used for quick uploads,&nbsp;is now available
-					<strong>natively for ColdFusion</strong>. </li>
-				<li>Small bugs have been corrected in the <strong>File Browser connector</strong>. </li>
-				<li>The samples now work as is, even if you don't install the editor in the &quot;/FCKeditor&quot;
-					directory.</li>
-			</ul>
-		</li>
-		<li>And a big welcome also to &quot;Andrew Liu&quot;, our responsible for the <strong>
-			Python</strong> integration. This version is bringing <strong>native support for Python</strong>
-			, including the File Browser connector and Quick Upload. </li>
-		<li>The &quot;<strong>IsDirty()</strong>&quot; and &quot;<strong>ResetIsDirty()</strong>&quot;
-			functions have been&nbsp;added to the&nbsp;JavaScript API&nbsp;to check if the editor
-			content has been changed.* </li>
-		<li>New language files:
-			<ul>
-				<li><strong>Hindi</strong> (by Utkarshraj Atmaram) </li>
-				<li><strong>Latvian </strong>(by Janis Klavin&scaron;)</li>
-			</ul>
-		</li>
-		<li>For&nbsp;the interface, now we have complete <strong>RTL support</strong> also for
-			the drop-down toolbar commands, color selectors and context menu. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1325113&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1325113</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1277661&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1277661</a>] The new &quot;Delete Table&quot; command is available in the
-			Context Menu when right-clicking inside a table. </li>
-		<li>The &quot;FCKConfig.DisableTableHandles&quot; configuration option is now working
-			on Firefox 1.5. </li>
-		<li>The new &quot;<strong>OnBlur</strong>&quot; and &quot;<strong>OnFocus</strong>&quot;
-			events have been added to the JavaScript API (IE only). See&nbsp;&quot;_samples/html/sample09.html&quot;&nbsp;*
-		</li>
-		<li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>GetHTML</strong>&quot;
-			function has been deprecated. It now returns the same value as &quot;<strong>GetXHTML</strong>&quot;.
-			The same is valid for the &quot;EnableXHTML&quot; and &quot;EnableSourceXHTML&quot;
-			that have no effects now. The editor now works with XHTML output only. </li>
-		<li><strong><font color="#ff0000">Attention</font></strong>: A new &quot;<strong>PreserveSessionOnFileBrowser</strong>&quot;
-			configuration option has been introduced. It makes it possible to set whenever is
-			needed to maintain the user session in the File Browser. It is disabled by default,
-			as it has very specific usage and may cause the File Browser to be blocked by popup
-			blockers. If you have custom File Browsers that depends on session information,
-			remember to activate it. </li>
-		<li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>fun</strong>&quot;
-			smileys set has been removed from the package. If you are using it, you must manually
-			copy it to newer installations and upgrades. </li>
-		<li><strong><font color="#ff0000">Attention</font></strong>: The &quot;<strong>mcpuk</strong>&quot;
-			file browser has been removed from the package. We have no ways to support it. There
-			were also some licensing issues with it. Its web site can still be found at <a href="http://mcpuk.net/fbxp/">
-				http://mcpuk.net/fbxp/</a>. </li>
-		<li>It is now possible to set different CSS styles for the chars in the Special Chars
-			dialog window by adding the &quot;SpecialCharsOut&quot; and &quot;SpecialCharsOver&quot;
-			in the &quot;fck_dialog.css&quot; skin file.* </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1268726&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1268726</a>] Added table &quot;summary&quot; support in the table dialog.
-			Thanks to Sebastien-Mahe. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1284380&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1284380</a>] It is now possible to define the icon of a FCKToolbarPanelButton
-			object without being tied to the skin path (just like FCKToolbarButton). Thanks
-			to Ian Sullivan. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338610&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1338610</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263009&amp;group_id=75348&amp;atid=543656">SF
-				Patch-1263009</a>] New characters have been added to the &quot;Special Characters&quot;
-			dialog window. Thanks to Deian. </li>
-		<li>You can set the QueryString value &quot;fckdebug=true&quot; to activate &quot;debug
-			mode&quot; in the editor (showing the debug window), overriding the configurations.
-			The &quot;AllowQueryStringDebug&quot; configuration option is also available so
-			you can disable this feature.</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1363548&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1363548</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1364425&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1364425</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1335045&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1335045</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289661&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1289661</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225370&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1225370</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156291&amp;group_id=75348&amp;atid=543653">SF
-								BUG-1156291</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165914&amp;group_id=75348&amp;atid=543653">SF
-									BUG-1165914</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1111877&amp;group_id=75348&amp;atid=543653">SF
-										BUG-1111877</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092373&amp;group_id=75348&amp;atid=543653">SF
-											BUG-1092373</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101596&amp;group_id=75348&amp;atid=543653">SF
-												BUG-1101596</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246952&amp;group_id=75348&amp;atid=543653">SF
-													BUG-1246952</a>] The URLs for links and
-			images are now correctly preserved as entered, no matter if you are using relative
-			or absolute paths. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162809&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1162809</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205638&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1205638</a>] The &quot;Image&quot; and &quot;Flash&quot;&nbsp;dialog windows
-			now loads the preview correctly if the &quot;BaseHref&quot; configuration option
-			is set. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329807&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1329807</a>] The alert boxes are now showing correctly when doing cut/copy/paste
-			operations on Firefox installations when it is not possible to execute that operations
-			due to security settings. </li>
-		<li>A new &quot;Panel&quot; system (used in the drop-dowm toolbar commands, color selectors
-			and context menu) has been developed. The following bugs have been fixed with it:
-			<ul>
-				<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186927&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1186927</a>] On IE, sometimes the context menu was being partially hidden.*
-				</li>
-				<li>On Firefox, the context menu was flashing in the wrong position before showing.
-				</li>
-				<li>On Firefox 1.5, the Color Selector was not working. </li>
-				<li>On Firefox 1.5, the fonts in the panels were too big. </li>
-				<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076435&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1076435</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200631&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1200631</a>] On Firefox, sometimes the context menu was being shown in the
-					wrong position.</li>
-			</ul>
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
-			BUG-1364094</a>] Font families were <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=317572">
-				not being rendered correctly on Firefox</a> . </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1315954&amp;group_id=75348">SF
-			BUG-1315954</a>] No error is thrown when pasting some case specific code from editor
-			to editor. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1341553&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1341553</a>] A small fix for a security alert in the File&nbsp;Browser has been
-			applied. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370953&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1370953</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339898&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1339898</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323319&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1323319</a>] A message will be shown to the user (instead of a JS error)&nbsp;if
-			a &quot;popup blocker&quot; blocks the &quot;Browser Server&quot; button. Thanks
-			to Erwin Verdonk. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1370355&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1370355</a>] Anchor links that points to a single character anchor, like &quot;#A&quot;,
-			are now correctly detected in the Link dialog window. Thanks to Ricky Casey. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368998&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1368998</a>] Custom error processing has been added to the file upload on the
-			File Browser. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1367802&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1367802</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207740&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1207740</a>] A message is shown to the user if a dialog box is blocked by
-			a popup blocker in Firefox. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1358891&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1358891</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1340960&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1340960</a>] The editor not works locally (without a web server) on directories
-			where the path contains spaces. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357247&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1357247</a>] The editor now intercepts SHIFT + INS keystrokes when needed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1328488&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1328488</a>] <strong><font color="#ff0000">Attention</font></strong>: The Page
-			Break command now produces different tags&nbsp;to avoid&nbsp;XHTML compatibility
-			issues. Any Page Break previously applied to content produced with previous versions
-			of FCKeditor will not me rendered now, even if&nbsp;they will still be working correctly.
-		</li>
-		<li>It is now possible to allow cut/copy/past operations on Firefox using the <a
-			href="http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard"
-			target="_blank">user.js</a> file. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1336792&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1336792</a>] A fix has been applied to the XHTML processor to allow tag names
-			with the &quot;minus&quot; char (-). </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1339560&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1339560</a>] The editor now correctly removes the &quot;selected&quot; option
-			for checkboxes and radio buttons. </li>
-		<li>The Table dialog box now selects the table correctly when right-clicking on objects
-			(like images) placed inside the table. </li>
-		<li><strong><font color="#ff0000">Attention</font></strong>: A few changes have been
-			made in the skins. If you have a custom skin, it is recommended you to make a diff
-			of the fck_contextmenu.css file of the default skin with your implementation. </li>
-		<li>Mouse select (marking&nbsp;things in blue, like selecting text) has been disabled
-			on panels (drop-down menu commands, color selector and context menu) and toolbar,
-			for both IE and Firefox. </li>
-		<li>On Gecko, fake borders will not be applied to tables with the border attribute set
-			to more than 0, but placed inside tables with border set to 0. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360717&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1360717</a>] A wrapping issue in the &quot;Silver&quot; skin has been corrected.
-			Thanks to Ricky Casey. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251145&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1251145</a>] In IE, the focus is now maintained in the text when clicking in
-			the empty area&nbsp;following it. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181386&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1181386</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237791&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1237791</a>] The &quot;Stylesheet Classes&quot; field in the Link dialog
-			window in now applied correctly on IE. Thanks to Andrew Crowe. </li>
-		<li>The &quot;Past from Word&quot; dialog windows is now showing correctly on Firefox
-			on some languages. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315008&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1315008</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241992&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1241992</a>] IE, when selecting objects (like images) and hitting the &quot;Backspace&quot;
-			button, the browser's &quot;back&quot; will not get executed anymore and the object
-			will be correctly deleted. </li>
-		<li>The &quot;AutoDetectPasteFromWord&quot; is now working correctly in IE. Thanks to
-			Juan Ant. G&oacute;mez. </li>
-		<li>A small enhancement has been made in the Word pasting detection. Thanks to Juan
-			Ant. G&oacute;mez. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090686&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1090686</a>] No more conflict with Firefox &quot;Type-Ahead Find&quot; feature.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942653&amp;group_id=75348&amp;atid=543653">SF
-			BUG-942653</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155856&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1155856</a>] The &quot;width&quot; and &quot;height&quot; of images sized
-			using the inline handlers are now correctly loaded in the image dialog box. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209093&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1209093</a>] When &quot;Full Page Editing&quot; is active, in the &quot;Document
-			Properties&quot; dialog, the &quot;Browse Server&quot; button for the page background
-			is now correctly hidden if &quot;ImageBrowser&quot; is set to &quot;false&quot;
-			in the configurations file. Thanks to Richard. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1120266&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1120266</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1186196&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1186196</a>] The editor now retains the focus when selecting commands in
-			the toolbar. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1244480&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1244480</a>] The editor now will look first to linked fields &quot;ids&quot;
-			and&nbsp;second to &quot;names&quot;. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1252905&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1252905</a>] The &quot;InsertHtml&quot; function now preserves URLs as entered.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1266317&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1266317</a>] Toolbar commands are not anymore executed outside the editor. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1365664&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1365664</a>] The &quot;wrap=virtual&quot; attribute has been removed from the
-			integration files for validation purposes. No big impact. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=972193&amp;group_id=75348&amp;atid=543653">SF
-			BUG-972193</a>] Now just one click is needed to active the cursor inside the editor.
-		</li>
-		<li>The hidden fields used by the editor are now protected from changes using the &quot;Web
-			Developer Add-On &gt; Forms &gt; Display Forms Details&quot; extension. Thanks to
-			Jean-Marie Griess. </li>
-		<li>On IE, the &quot;Format&quot; toolbar dropdown now reflects the current paragraph
-			type on IE. Because of a bug in the browser, it is quite dependent on the browser
-			language and the editor interface language (both must be the same). Also, as the
-			&quot;Normal (DIV)&quot; type is seen by IE as &quot;Normal&quot;, to avoid confusion,
-			both types are ignored by this fix. </li>
-		<li>On some very rare cases, IE was loosing the &quot;align&quot; attribute for DIV
-			tags. Fixed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1388799&amp;group_id=75348">SF
-			BUG-1388799</a>] The code formatter was removing spaces on the beginning of lines
-			inside PRE tags. Fixed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1387135&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1387135</a>] No more &quot;NaN&quot; values in the image dialog, when changing
-			the sizes in some situations. </li>
-		<li>Corrected a small type in the table handler. </li>
-		<li>You can now set the &quot;z-index&quot; for floating panels (toolbar dropdowns,
-			color selectors, context menu) in Firefox, avoiding having them hidden under another
-			objects. By default it is set to 10,000. Use the FloatingPanelsZIndex configuration
-			option to change this value.</li>
-	</ul>
-	<p>
-		<strong>Special thanks</strong> to <a target="_blank" href="https://sourceforge.net/users/alfonsoml/">
-			Alfonso Martinez</a>, who have provided many patches and suggestions for the
-		following features / fixes present in this version. I encourage all you to <a href="https://sourceforge.net/donate/index.php?user_id=1356422">
-			donate</a> to Alfonso, as a way to say thanks for his nice open source approach.
-		Thanks Alfonso!. Check out his contributions:</p>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1364094&amp;group_id=75348">SF
-			BUG-1352539</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208348&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1208348</a>] With Firefox, no more &quot;fake&quot; selections are appearing
-			when inserting images, tables, special chars or when using the &quot;insertHtml&quot;
-			function. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543655&amp;aid=1382588&amp;group_id=75348">SF
-			Patch-1382588</a>] The &quot;FCKConfig.DisableImageHandles&quot; configuration option
-			is not working on Firefox 1.5. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1368586&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1368586</a>] Some fixes have been applied to the Flash dialog box and the
-			Flash pre-processor. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1360253&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1360253</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1378782&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1378782</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305899&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1305899</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1344738&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1344738</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1347808&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1347808</a>] On dialogs, some fields&nbsp;became impossible
-			to select or change when using Firefox. It has been fixed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1357445&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1357445</a>] Add support for DIV in the Format drop-down combo for Firefox.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350465&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1350465</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1376175&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1376175</a>] The &quot;Cell Properties&quot; dialog now works correctly
-			when right-clicking in an object (image, for example) placed inside the cell itself.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1349166&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1349166</a>] On IE, there is now support for namespaces on tags names. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1350552&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1350552</a>] Fix the display issue when applying styles on tables. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1352320&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1352320</a> ] Fixed&nbsp;a wrong&nbsp;usage of the &quot;parentElement&quot;
-			property on Gecko. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1355007&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1355007</a>] The new &quot;FCKDebug.OutputObject&quot; function is available
-			to dump all object information in the debug window. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1329500&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1329500</a>] It is now possible to delete table columns when clicking on a
-			TH cell of the column. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1315351&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1315351</a>] It is now possible to pass the image width and height to the
-			&quot;SetUrl&quot; function of the Flash dialog box. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327384&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1327384</a>] TH tags are now correctly handled by the source code formatter
-			and the &quot;FillEmptyBlocks&quot; configuration option. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1327406&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1327406</a>] Fake borders are now displayed for TH elements on tables with
-			border set to 0. Also, on Firefox, it will now work even if the border attribute
-			is not defined and the borders are not dotted. </li>
-		<li>Hidden fields now get rendered on Firefox. </li>
-		<li>The BasePath is now included in the debugger URL to avoid problems when calling
-			it from plugins.</li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by <a target="_blank" href="http://www.alkacon.com">
-			Alkacon Software</a>.</p>
-	<h3>
-		Version 2.1.1</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>The new &quot;<strong>Insert Page Break</strong>&quot;&nbsp;command (for printing)&nbsp;has
-			been introduced.* </li>
-		<li>The editor package now has a root directory called &quot;FCKeditor&quot;.</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326285&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1326285</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1316430&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1316430</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1323662&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1323662</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1326223&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1326223</a>] We are doing a little step back with this version.
-			The ENTER and BACKSPACE behavior changes for Firefox have been remove. It is a nice
-			feature, but we need much more testing&nbsp;on it. It introduced some bugs and so
-			its preferable to not have that feature, avoiding problems (even if that feature
-			was intended to solve some issues). </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1275714</a>] Comments in the beginning of the source are now preserved when
-			using the &quot;undo&quot; and &quot;redo&quot; commands. </li>
-		<li>The &quot;undo&quot; and &quot;redo&quot; commands now work for the Style command.
-		</li>
-		<li>An error in the execution of the pasting commands on Firefox has been fixed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1326184&amp;group_id=75348">SF
-			BUG-1326184</a>] No strange (invalid) entities are created when using Firefox. Also,
-			the &amp;nbsp; used by the FillEmptyBlocks setting is maintained even if you disable
-			the ProcessHTMLEntities setting.</li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by <a target="_blank" href="http://www.acttive.com.br/">
-			Acctive Software&nbsp;S.A.</a>.</p>
-	<h3>
-		Version 2.1</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1200328&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1200328</a>] The editor now offers a way to &quot;protect&quot; part of the
-			source to remain untouched while editing or changing views.&nbsp;Just use the &quot;FCKConfig.ProtectedSource&quot;
-			object to configure it and customize to your needs. It is based on regular expressions.
-			See fckconfig.js for some samples. </li>
-		<li>The editor now offers native support for <strong>Lasso</strong>. Thanks and welcome&nbsp;to
-			our new developer Jason Huck. </li>
-		<li>New language files are available:
-			<ul>
-				<li><strong>Faraose</strong> (by S&iacute;min Lassaberg and&nbsp;Helgi Arnthorsson)
-				</li>
-				<li><strong>Malay</strong> (by Fairul Izham Mohd Mokhlas) </li>
-				<li><strong>Mongolian</strong> (by Lkamtseren Odonbaatar) </li>
-				<li><strong>Vietnamese</strong> (by Phan Binh Giang)</li>
-			</ul>
-		</li>
-		<li>A new configurable&nbsp;ColdFusion connector is available. Thanks to Mark Woods.
-			Many enhancements has been introduced with it. </li>
-		<li>The PHP connector for the default File Browser now sorts the folders and files names.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1289372&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1289372</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1282758&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1282758</a>] In the PHP connector it is now possible to set the absolute
-			(server) path to the User Files directory, avoiding problems with Virtual Directories,
-			Symbolic Links or Aliases. Take a look at the config.php file. </li>
-		<li>The ASP.Net uploader (for Quick Uploads) has been added to the package. </li>
-		<li>A new way to define <strong>simple &quot;combo&quot; toolbar items</strong> , like
-			Style and Font, has been introduced.&nbsp;Thanks&nbsp;to Steve Lineberry.&nbsp;See
-			sample06.html and the &quot;simplecommands&quot; plugin&nbsp;to fully understand
-			it. </li>
-		<li>A new test case has been added that shows how to set the editor background dynamically
-			without using a CSS. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155906&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1155906</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1110116&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1110116</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216332&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1216332</a>] The &quot;AutoDetectPasteFromWord&quot; configuration option
-			is back (IE only feature). </li>
-		<li>The&nbsp;new &quot;OnAfterLinkedFieldUpdate&quot; event has been introduced. If
-			is fired when the editor updates its hidden associated field. </li>
-		<li>Attention: The color of the right border of the toolbar (left on RTL interfaces)
-			has been moved from code to the CSS (TB_SideBorder class). Update your custom skins.
-		</li>
-		<li>A&nbsp;sample &quot;htaccess.txt&quot; file has been added to the editor's package
-			to show how to configure some Linux sites that could present problems on Firefox
-			with &quot;Illegal characters&quot; errors. Respectively the &quot;&iuml;&raquo;&iquest;&quot;
-			chars. </li>
-		<li>With the JavaScript, ASP and PHP integration files, you can set the QueryString
-			value &quot;fcksource=true&quot; to load the editor using the source files (located
-			in the _source directory) instead of the compressed ones. Thanks to Kae Verens for
-			the suggestion. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246623&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1246623</a>] The new configuration option &quot;ForceStrongEm&quot; has
-			been introduced so you can force the editor to convert all &lt;B&gt; and &lt;I&gt;
-			tags to &lt;STRONG&gt; and &lt;EM&gt; respectively. </li>
-		<li>A nice contribution has been done by Goss Interactive Ltd:
-			<ul>
-				<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1246949&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1246949</a>] Implemented ENTER key and BACKSPACE key handlers for Gecko so that
-					P tags (or an appropriate block element) get inserted instead of BR tags when not
-					in the UseBROnCarriageReturn config mode.
-					<br />
-					The ENTER key handling has been written to function much the same as the ENTER key
-					handling on IE : as soon as the ENTER key is pressed, existing content will be wrapped
-					with a suitable block element (P tag) as appropriate and a new block element (P
-					tag) will be started.
-					<br />
-					The ENTER key handler also caters for pressing ENTER within empty list items - ENTER
-					in an empty item at the top of a list will remove that list item and start a new
-					P tag above the list; ENTER in an empty item at the bottom of a list will remove
-					that list item and start a new P tag below the list; ENTER in an empty item in the
-					middle of a list will remove that list item, split the list into two, and start
-					a new P tag between the two lists. </li>
-				<li>Any tables that are found to be incorrectly nested within a block element (P tag)
-					will be moved out of the block element when loaded into the editor. This is required
-					for the new ENTER/BACKSPACE key handlers and it also avoids non-compliant HTML.&nbsp;
-				</li>
-				<li>The InsertOrderedList and InsertUnorderedList commands have been overridden on Gecko
-					to ensure that block elements (P tags) are placed around a list item's content when
-					it is moved out of the list due to clicking on the editor's list toolbar buttons
-					(when not in the UseBROnCarriageReturn config mode). </li>
-			</ul>
-		</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1253255</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1253255&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1265520</a>] Due to changes on version 2.0, the anchor list was not anymore
-			visible in the link dialog window. It has been fixed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1242979&amp;group_id=75348">SF
-			BUG-1242979</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251354&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1251354</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1256178&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1256178</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274841&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1274841</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1303949&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1303949</a>] Due to a bug on Firefox, some keys stopped working
-			on startup over Firefox. It has been fixed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1251373&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1251373</a> ] The above fix also has&nbsp;corrected some strange behaviors on
-			Firefox. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1144258">SF
-			BUG-1144258</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1092081">SF
-				BUG-1092081</a>] The File Browsers now run on the&nbsp;same server session used
-			in the page where the editor is placed in (IE issue). Thanks to Simone Chiaretta.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1305619&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1305619</a> ] No more repeated login dialogs when running the editor with Windows
-			Integrated Security with IIS. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1245304&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1245304</a>] The Test Case 004 is now working correctly. It has been changed
-			to set the editor hidden at startup. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1290610&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1290610</a> ] Over HTTPS, there were some warnings when loading the Images,
-			Flash and Link dialogs. Fixed. </li>
-		<li>Due to Gecko bugs, two errors were thrown when loading the editor in a hidden div.
-			Workarounds have been introduced. In any case, the testcase 004 hack is needed when
-			showing the editor (as in a tabbed interface). </li>
-		<li>An invalid path in the dialogs CSS file has been corrected. </li>
-		<li>On IE, the Undo/Redo can now be controlled using the Ctrl+Z and Ctrl+Y shortcut
-			keys. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295538&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1295538</a> ] A few Undo/Redo fixes for IE have been done. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1247070&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1247070</a>] On Gecko, it is now possible to use the shortcut keys for Bold
-			(CTRL+B), Italic (CTRL+I) and Underline (CTRL+U), like in IE. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1274303&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1274303</a>] The &quot;Insert Column&quot; command is now working correctly
-			on TH cells. It also copies any attribute applied to the source cells. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1287070&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1287070</a> ] In the Universal Keyboard, the Arabic keystrokes translator
-			is now working with Firefox. Thanks again to Abdul-Aziz Al-Oraij. </li>
-		<li>The editor now handles AJAX requests with HTTP status 304. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157780&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1157780</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229077&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1229077</a>] Weird comments are now handled correctly (ignored on some cases).
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155774&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1155774</a>] A spelling error in the Bulleted List Properties dialog has been
-			corrected. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1272018&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1272018</a>] The ampersand character can now be added from the Special Chars
-			dialog. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1263161&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1263161</a>] A small fix has been applied to the sampleposteddata.php file.
-			Thanks to Mike Wallace. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1241504&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1241504</a>] The editor now looks also for the ID of the hidden linked field.
-		</li>
-		<li>The caption property on tables is now working on Gecko. Thanks to Helen Somers (Goss
-			Interactive Ltd). </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1297431&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1297431</a>] With IE, the editor now works locally when its files are placed
-			in a directory path that contains spaces. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1279551&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1279551</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1242105&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1242105</a>] On IE, some features are dependant of ActiveX components (secure...
-			distributed&nbsp;with IE itself). Some security setting could avoid the usage of
-			those components and the editor would stop working. Now a message is shown, indicating
-			the use the minimum necessary settings need&nbsp;by the editor to run. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1298880&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1298880</a>] Firefox can't handle the STRONG and EM tags. Those tags are now
-			converted to B and I so it works accordingly. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1271723&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1271723</a>] On IE, it is now possible to select the text and work correctly
-			in the contents of absolute positioned/dimensioned divs. </li>
-		<li>On IE, there is no need to click twice in the editor to&nbsp;activate the cursor
-			in the editing area. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1221621&amp;group_id=75348">SF
-			BUG-1221621</a>] Many &quot;warnings&quot; in the Firefox console are not thrown
-			anymore. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1295526&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1295526</a>] While&nbsp;editing on &quot;FullPage&quot; mode the basehref is
-			now active for CSS &quot;link&quot; tags. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1222584&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1222584</a>] A small fix to the PHP connector has been applied. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1281313&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1281313</a>] A few small changes to avoid problems with Plone. Thanks to Jean-mat.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1275911&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1275911</a>] A check for double dots sequences on directory names on creation
-			has been introduced to the PHP and ASP connectors.</li>
-	</ul>
-	<h3>
-		Version 2.0</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>The&nbsp;new &quot;<strong>Flash</strong>&quot; command is available. Now you can
-			easily handle Flash content, over IE and Gecko, including server browser integration
-			and context menu support. Due to limitations of the browsers, it is not possible
-			to see the preview of the movie while editing, so a nice &quot;placeholder&quot;
-			is used instead. * </li>
-		<li>A&nbsp;&quot;<strong>Quick Upload</strong> &quot; option is now available in the
-			link, image and flash dialog windows, so the user don't need to go (or have) the
-			File Browser for this operations. The ASP and PHP uploader&nbsp;are included.&nbsp;Take
-			a look at the configuration file.*** </li>
-		<li>Added support for <strong>Active FoxPro Pages</strong> . Thanks to our new developer,
-			S&ouml;nke Freitag. </li>
-		<li>It is now possible to <strong>disable the size handles</strong> for images and tables
-			(IE only feature). Take a look at the DisableImageHandles and DisableTableHandles
-			configuration options. </li>
-		<li>The handles on form fields&nbsp;(small squares around them) and the inline editing
-			of&nbsp;its contents&nbsp;have been disabled. This makes it easier to users to use
-			the controls. </li>
-		<li>A much better support for Word pasting operations has been introduced. Now it uses
-			a dialog box, in this way we have better results and more control.** </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225372&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1225372</a>] A small change has been done to the PHP integration file. The
-			generic __construct constructor has been added for better PHP 5 sub-classing&nbsp;compatibility
-			(backward compatible). Thanks to Marcus Bointon.</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>ATTENTION: Some security changes have been made to the connectors. Now you must
-			explicitly enable the connector you want to use. Please test your application before
-			deploying this update. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1211591">SF
-			BUG-1211591</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1204273&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1204273</a>] The connectors have been changed so it is not possible to use
-			&quot;..&quot; on directory names. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219734&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1219734</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219728&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1219728</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1208654&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1208654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205442&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1205442</a>] There was an error in the page unload on some cases
-			that has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1209708">SF
-			BUG-1209708</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1214125">SF
-				BUG-1214125</a>] The undo on IE is now working correctly when the user starts
-			typing. </li>
-		<li>The preview now loads &quot;Full Page&quot; editing correctly. It also uses the
-			same XHTML code produced by the final output. </li>
-		<li>The &quot;Templates&quot; dialog was not working on some very specific (and strange)
-			occasions over IE. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1199631&amp;group_id=75348">SF
-			BUG-1199631</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171944&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1171944</a>] A new option is available to avoid a bad IE behavior that shows
-			the horizontal scrollbar even when not needed. You can now force the vertical scrollbar
-			to be always visible. Just set the &quot;IEForceVScroll&quot; configuration option
-			to &quot;true&quot;. Thanks to Grant Bartlett. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212026&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1212026</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228860&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1228860</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1211775&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1211775</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1199824">SF
-						BUG-1199824</a>] An error in the Packager has been corrected. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1163669">SF
-			BUG-1163669</a>] The XHTML processor now adds a space before the closing slash of
-			tags that don't have a closing tag, like &lt;br /&gt;. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1213733&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1213733</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1216866&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1216866</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1209673&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1209673</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155454&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1155454</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187936&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1187936</a> ]&nbsp;Now, on Gecko, the source is opened in a
-			dialog window to avoid fatal errors (Gecko bugs). </li>
-		<li>Some pages have been changed to avoid importing errors on Plone. Thanks to Arthur
-			Kalmenson. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1171606&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1171606</a>] There&nbsp;is a bug on IE that makes the editor to not work if
-			the instance name matches a meta tag name. Fixed. </li>
-		<li>On Firefox, the source code is now opened in a dialog box, to avoid error on pages
-			with more than one editor. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1225703&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1225703</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1214941&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1214941</a>] The &quot;ForcePasteAsPlainText&quot; configuration option
-			is now working correctly on Gecko browsers. Thanks to Manuel Polo. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228836&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1228836</a>] The &quot;Show Table Borders&quot; feature is now working on Gecko
-			browsers. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212529&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1212529</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212517&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1212517</a>] The default File Browser now accepts connectors with querystring
-			parameters (with &quot;?&quot;). Thanks to Tomas Jucius. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1233318&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1233318</a>] A JavaScript error thrown when using the Print command has been
-			fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229696&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1229696</a>] A regular expression has been escaped to avoid problems when opening
-			the code in some editors. It has been moved to a&nbsp;dialog window. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1231978&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1231978</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1228939&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1228939</a>] The Preview window is now using the Content Type and Base href.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1232056</a>] The&nbsp;anchor icon is now working correctly on IE. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1232056&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1202468</a>] The anchor icon is now available on Gecko too. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236279&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1236279</a>] A security warning has been corrected when using the File Browser
-			over HTTPS. </li>
-		<li>The ASP implementation now avoid errors when setting the editor value to null values.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1237359&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1237359</a>] The trailing &lt;BR&gt; added by Gecko at the end of the source
-			is now removed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1170828">SF
-			BUG-1170828</a>] No more &amp;nbsp; is added to the source when using the &quot;New
-			Page&quot; button. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1165264&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1165264</a>] A&nbsp;new configuration option has been included to force the
-			editor to ignore empty paragraph values&nbsp;(&lt;p&gt;&amp;nbsp;&lt;/p&gt;), returning
-			empty (&quot;&quot;). </li>
-		<li>No more &amp;nbsp; is added when creating a table or adding columns, rows or cells.
-		</li>
-		<li>The &lt;TD&gt; tags are now included in the FillEmptyBlocks configuration handling.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1224829&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1224829</a>] A small bug in the &quot;Find&quot; dialog has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1221307&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1221307</a>] A small bug in the &quot;Image&quot; dialog has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1219981&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1219981</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155726&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1155726</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1178473&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1178473</a>] It is handling the &lt;FORM&gt;, &lt;TEXTAREA&gt; and &lt;SELECT&gt;
-			tags &quot;name&quot; attribute correctly. Thanks to thc33. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205403&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1205403</a>] The checkbox and radio button values are now handled correctly
-			in their dialog windows. Thanks to thc33. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1236626&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1236626</a>] The toolbar now doesn't need to collapse when unloading the page
-			(IE only). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1212559&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1212559</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1017231&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1017231</a>] The &quot;Save&quot; button now calls the &quot;onsubmit&quot;
-			event before posting the form. The submit can be cancelled if the onsubmit returns
-			&quot;false&quot;. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1215823&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1215823</a>] The editor now works correctly on Firefox if it values is set to
-			&quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1217546&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1217546</a>] No error is thrown when &quot;pasting as plain text&quot; and no
-			text is available for pasting (as an image for example). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1207031&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1207031</a>] [<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1223978">SF
-				BUG-1223978</a>] The context menu is now available in the source view. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/?group_id=75348&amp;atid=543653&amp;func=detail&amp;aid=1213871">SF
-			BUG-1213871</a>] Undo has been added to table creation and table operation commands.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1205211&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1205211</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1229941&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1229941</a>] Small bug in the mcpuk file browser&nbsp;have been corrected.</li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
-			Infineon Technologies AG</a>.<br />
-		** This version has been partially sponsored by <a href="http://www.visualsoft.co.uk">
-			Visualsoft</a> <a href="http://www.visualsoft.co.uk/websolutions.html">Web Solutions</a>.<br />
-		*** This version has been partially sponsored by <a target="_blank" href="http://www.webcrossing.com">
-			Web Crossing, Inc</a>.</p>
-	<h3>
-		Version 2.0&nbsp;FC (Final Candidate)</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>A new tab called &quot;<strong>Link</strong>&quot; is available in the<strong> Image
-			Dialog</strong> window. In this way you can insert or modify the image link directly
-			from that dialog.* </li>
-		<li>The new &quot;<strong>Templates</strong>&quot; command is now available. Now the
-			user can select from a list of pre-build HTML and fill the editor with it. Take
-			a look at the &quot;_docs&quot; for more info.** </li>
-		<li>The <a target="_blank" href="http://mcpuk.net/fbxp/">mcpuk's</a> File Browser for
-			PHP has been included in the package. He became the official developer of the File
-			Manager for FCKeditor, so we can expect good news in the future. </li>
-		<li>New configuration options are available to <strong>hide tabs</strong> from the <strong>
-			Image</strong> Dialog&nbsp;and <strong>Link</strong> Dialog windows: LinkDlgHideTarget,
-			LinkDlgHideAdvanced, ImageDlgHideLink and ImageDlgHideAdvanced. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1189442&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1189442</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1187164&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1187164</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185905&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1185905</a>] It is now possible to configure the editor to <strong>not convert Greek</strong>
-			or special&nbsp;<strong>Latin </strong>letters to ther specific HTML entities. You
-			can also configure it to not convert any character at all. Take a look at the &quot;ProcessHTMLEntities&quot;,
-			&quot;IncludeLatinEntities&quot; and &quot;IncludeGreekEntities&quot; configuration
-			options. </li>
-		<li>New language files are available:
-			<ul>
-				<li><strong>Basque</strong> (by Ibon Igartua) </li>
-				<li><strong>English (Australia / United Kingdom)</strong> (by Christopher Dawes) </li>
-				<li><strong>Ukrainian</strong> (by Alexander Pervak)</li>
-			</ul>
-		</li>
-		<li>The version and date information have been removed from the files headers to avoid
-			unecessary diffs in source control systems when new versions are released (from
-			now on). </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1159854&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1159854</a>] Ther HTML output rendered by the server side integration files
-			are now XHTML compatible. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181823&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1181823</a>] It is now possible to set the desired DOCTYPE to use when edit
-			HTML fragments (not in Full Page mode). </li>
-		<li>There is now an optional way to implement different &quot;mouse over&quot; effects
-			to the buttons when they are &quot;on&quot; of &quot;off&quot;.</li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162200&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1162200</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161633&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1161633</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050293&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1050293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1058948&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1058948</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1109120&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1109120</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155408&amp;group_id=75348&amp;atid=543653">SF
-								BUG-1155408</a>] The IE memory leak bug has been solved. The
-			code has been completely reviewed and many memory usage improvements have been done.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1179645&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1179645</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1183252&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1183252</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1181647</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155627&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1155627</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155782&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1155782</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155750&amp;group_id=75348&amp;atid=543653">SF
-								BUG-1155750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157166&amp;group_id=75348&amp;atid=543653">SF
-									BUG-1157166</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157857&amp;group_id=75348&amp;atid=543653">SF
-										BUG-1157857</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158121&amp;group_id=75348&amp;atid=543653">SF
-											BUG-1158121</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1177153&amp;group_id=75348&amp;atid=543653">SF
-												BUG-1177153</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1175847&amp;group_id=75348&amp;atid=543653">SF
-													BUG-1175847</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1155747&amp;group_id=75348&amp;atid=543653">SF
-														BUG-1155747</a>] There was a loading
-			problem in Gecko browsers in some cases. It has been solved. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1161147&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1161147</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1157635&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1157635</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149805&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1149805</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124600&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1124600</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117535&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1117535</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118145&amp;group_id=75348&amp;atid=543653">SF
-								BUG-1118145</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098113&amp;group_id=75348&amp;atid=543653">SF
-									BUG-1098113</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092272&amp;group_id=75348&amp;atid=543653">SF
-										BUG-1092272</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086416&amp;group_id=75348&amp;atid=543653">SF
-											BUG-1086416</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027952&amp;group_id=75348&amp;atid=543653">SF
-												BUG-1027952</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=978441&amp;group_id=75348&amp;atid=543653">SF
-													BUG-978441</a> ] A custom Undo/Redo system
-			has been implemented for IE. </li>
-		<li>The editor startup execution is now made in the right order (so configurations override
-			works correctly). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166779&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1166779</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1166651&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1166651</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066198&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1066198</a>]&nbsp;[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090388&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1090388</a> ]&nbsp;No more &quot;illegible&quot; characters in the
-			toolbar when &quot;ClearType&quot; is active. </li>
-		<li>It is now possible to set the &quot;width&quot; style of the BODY tag in the EditorAreaCSS
-			to limit the editing area size. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1113620&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1113620</a>] In IE, the editor doesn't generate new entries in the browser history
-			anymore. </li>
-		<li>The editor now uses the same method used on version RC2 to load its contents on
-			Gecko. It is now possible to have more than one editor in the page. This change
-			has a negative impact: the BaseHref property is not working. </li>
-		<li>Changes have been made to make the editor work with PHP versions&nbsp;older than&nbsp;2.1.0.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1190835&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1190835</a>] [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1196547&amp;group_id=75348">SF
-				BUG-1196547</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156863&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1156863</a>] The &quot;Insert Horizontal Line&quot; command is now working
-			correctly. Thanks to Hector Raul Colonia Coral. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101861&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1101861</a>] The editor now shows a normal textarea correctly (as expected)
-			on Safari browsers (and all &quot;like Gecko&quot; browsers). Thanks to Bob Paul.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1182224&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1182224</a>] The PHP connector can now handle file extensions in upper case,&nbsp;like
-			JPG or Gif, correctly. Thanks to Georg Ivancsic. </li>
-		<li>The &quot;sample06.html&quot; is now working correctly with Gecko browsers. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156660&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1156660</a>] Some fixes have been applied to the Universal Keyboard. Thanks
-			to Abdul-Aziz Al-Oraij. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1192881&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1192881</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185006&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1185006</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1156068&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1156068</a>] The &quot;Browse Server&quot; button is now working correctly
-			for the Background Image in the &quot;Document Properties&quot; dialog window (full
-			page editing). The active &quot;BaseHref&quot; is also set to the preview window.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1191704&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1191704</a>] Invalid HTML tags (according to the W3C naming standards for XHTML)
-			are ignored with no errors. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1185911&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1185911</a>] The Greek language file name has been corrected to &quot;el.js&quot;.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1181572</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1158421&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1158421</a>] The &quot;Print&quot; button is now active on startup. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1181572&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1165219</a>] No error occours when the user defines just one color to the FontColors
-			on &quot;in page&quot; configurations. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1162957&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1162957</a>] The small problem with Zope (ZPT)&nbsp;has been solved. </li>
-		<li>Some small RTL / LTR corrections has been done in the interface and the Farsi language
-			has been added to the Universal Keyboard. Thanks to Silver Baghdasarian.</li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by the <a href="http://www.hamilton.edu">
-			Hamilton College</a>.<br />
-		** This version has been partially sponsored by <a target="_blank" href="http://www.infineon.com/">
-			Infineon Technologies AG</a>.</p>
-	<h3>
-		Version 2.0 RC3 (Release Candidate 3)</h3>
-	<p>
-		New Features and Improvements:</p>
-	<ul>
-		<li>The editor now offers native <strong>Perl integration</strong>! Thanks and welcome
-			to Takashi Yamaguchi, our official Perl developer. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026584&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1026584</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1112692&amp;group_id=75348&amp;atid=543656">SF
-				Feature-1112692</a>] <strong>Formatting </strong>has been introduced to the
-			<strong>Source View</strong>. The output HTML can also be formatted. You can choose
-			to use spaces or tab for indentation. See the configuration file. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1031492&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1031492</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004293&amp;group_id=75348&amp;atid=543656">SF
-				Feature-1004293</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=784281&amp;group_id=75348&amp;atid=543656">SF
-					Feature-784281</a>] It is now possible to edit <strong>full HTML pages</strong>
-			with the editor. Use the &quot;FullPage&quot; configuration setting to activate
-			it. </li>
-		<li>The&nbsp;new toolbar command, &quot;<strong>Document Properties</strong>&quot;&nbsp;is
-			available to edit document header info, title, colors, background, etc... Full page
-			editing must be enabled. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151448&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1151448</a>] <strong>Spell Check</strong> is now available. You can use
-			<strong>ieSpell</strong> or <strong>Speller Pages</strong> right from FCKeditor.
-			More info about configuration can be found in the _docs folder. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041686&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1041686</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086386&amp;group_id=75348&amp;atid=543656">SF
-				Feature-1086386</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124602&amp;group_id=75348&amp;atid=543656">SF
-					Feature-1124602</a>] New &quot;<strong>Insert Anchor</strong>&quot; command
-			has been introduced. (The anchor icon is visible only over&nbsp;IE for now). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1123816&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1123816</a>] It is now possible to configure the editor to <strong>show &quot;fake&quot;
-				table borders</strong> when the border size is set to zero. (It is working only
-			on IE for now). </li>
-		<li><strong>Numbered</strong> and <strong>Bulleted</strong> lists can now be <strong>
-			configured</strong> . Just right click on then. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088608&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1088608</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144047&amp;group_id=75348&amp;atid=543656">SF
-				Feature-1144047</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149808&amp;group_id=75348&amp;atid=543656">SF
-					Feature-1149808</a>] A new configuration setting is available, &quot;<strong>BaseHref</strong>
-			&quot;, to set the URL used to resolve relative links. </li>
-		<li>It is now possible to set&nbsp;the <strong>content language direction</strong> .
-			See the &quot;FCKConfig.ContentLangDirection&quot; configurations setting. </li>
-		<li>All <strong>Field Commands</strong> available on version 1.6 have been upgraded
-			and&nbsp;included in this version: <strong>form</strong>, <strong>checkbox</strong>,
-			<strong>radio button</strong>, <strong>text field</strong>, text <strong>area</strong>,
-			<strong>select field</strong>, <strong>button</strong>, <strong>image button</strong>
-			and <strong>hidden field</strong> . </li>
-		<li><strong>Context menu</strong> options (right-click) has been added for: <strong>
-			anchors</strong>, <strong>select field</strong>, <strong>textarea</strong>, <strong>
-				checkbox</strong>, <strong>radio button</strong>, <strong>text field</strong>,
-			<strong>hidden field</strong>, <strong>textarea</strong>, <strong>button</strong>,
-			<strong>image button</strong>, <strong>form</strong>, <strong>bulleted list</strong>
-			and <strong>numbered list</strong> . </li>
-		<li>The &quot;<strong>Universal Keyboard</strong>&quot; has been converted from version
-			1.6 to this one and it's now available. </li>
-		<li>It is now possible to <strong>configure</strong> the items to be shown in the <strong>
-			context menu</strong> . Just use the FCKConfig.ContextMenu option&nbsp;at fckconfig.js.
-		</li>
-		<li>A new configuration (FillEmptyBlocks)&nbsp;is available to force the editor to <strong>
-			automatically insert a &amp;nbsp;</strong> on empty block elements (p, div, pre,
-			h1, etc...) to avoid differences from the editing and the final result. (Actually,
-			the editor automatically &quot;grows&quot; empty elements to make the user able
-			to enter text on it). Attention: the extra &amp;nbsp; will be added when switching
-			from WYSIWYG to Source View, so the user may see an additional space on empty blocks.
-			(XHTML support must be enabled). </li>
-		<li>It is now possible to configure the <strong>toolbar</strong> to &quot;<strong>break</strong>
-			&quot; between two toolbar strips. Just insert a &quot;/&quot; between then. Take
-			a look at fckconfig.js for a sample. </li>
-		<li>New Language files are available:
-			<ul>
-				<li><strong>Brazilian Portuguese</strong> (by Carlos Alberto Tomatis Loth) </li>
-				<li><strong>Bulgarian</strong> (by Miroslav Ivanov) </li>
-				<li><strong>Esperanto</strong> (by Tim Morley) </li>
-				<li><strong>Galician</strong> (by Fernando Riveiro Lopez) </li>
-				<li><strong>Japanese</strong> ( by Takashi Yamaguchi) </li>
-				<li><strong>Persian</strong> (by Hamed Taj-Abadi) </li>
-				<li><strong>Romanian</strong> (by Adrian Nicoara) </li>
-				<li><strong>Slovak</strong> (by Gabriel Kiss) </li>
-				<li><strong>Thai </strong>(by Audy Charin Arsakit) </li>
-				<li><strong>Turkish</strong> (by Reha Bi&ccedil;er) </li>
-				<li>The Chinese Traditional has been set as the default (zn) instead of zn-tw.</li>
-			</ul>
-		</li>
-		<li>Warning: All toolbar image images have been changed. The &quot;button.&quot; prefix
-			has been removed. If you have your custom skin, please rename your files. </li>
-		<li>A new plugin is available in the package: &quot;<strong>Placeholders</strong>&quot;.
-			In this way you can insert non editable tags in your document to be processed on
-			server side (very specific usage). </li>
-		<li>The ASPX files are no longer available in this package. They have been moved to
-			the FCKeditor.Net package. In this way the ASP.Net integration is much better organized.
-		</li>
-		<li>The FCKeditor.Packager program is now part of the main package. It is not anymore&nbsp;distributed
-			separately. </li>
-		<li>The PHP connector now sets the uploaded file permissions (chmod)&nbsp;to 0777. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090215&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1090215</a>] It's now possible to give back more info from your custom image
-			browser calling the SetUrl( url [, width] [, height] [, alt] ). Thanks to Ben Noblet.
-		</li>
-		<li>The package files now maintain their original &quot;Last Modified&quot; date, so
-			incremental FTP uploads can be used to update to&nbsp;new versions of the editor
-			(from now on). </li>
-		<li>The &quot;Source&quot; view now forces its contents to be written in &quot;Left
-			to Right&quot; direction even when the editor interface language is running a RTL
-			language (like Arabic, Hebrew or Persian). </li>
-	</ul>
-	<p>
-		Fixed Bugs:</p>
-	<ul>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1124220&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1124220</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119894&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1119894</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090986&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1090986</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100408&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1100408</a>] The editor now works correctly when starting with an
-			empty value and switching to the Source mode. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1119380&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1119380</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1115750&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1115750</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1101808&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1101808</a>] The problem with the scrollbar and the toolbar combos (Style,
-			Font, etc...) over Mac has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098460&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1098460</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076544&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1076544</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077845&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1077845</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092395&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1092395</a>] A new upload class has been included for the ASP File
-			Manager Connector. It uses the &quot;ADODB.Stream&quot; object. Many thanks to &quot;NetRube&quot;.
-		</li>
-		<li>I small correction has been made to the ColdFusion integration files. Thanks to
-			Hendrik Kramer. </li>
-		<li>There was a very specific problem when the editor was running over a FRAME executed
-			on another domain. </li>
-		<li>The performance problem on Gecko while typing&nbsp;quickly has been solved. </li>
-		<li>The &lt;br type= &quot;_moz&quot;&gt;is not anymore shown on XHTML source. </li>
-		<li>It has been introduced a mechanism to avoid automatic contents duplication on very
-			specific occasions (bad formatted HTML). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146407&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1146407</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1145800&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1145800</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1118803&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1118803</a> ] Other&nbsp;issues in the XHTML processor have been solved.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1143969&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1143969</a>] The editor now accepts the &quot;accept-charset&quot; attribute
-			in the FORM tag (IE specific bug). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1122742&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1122742</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089548&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1089548</a> ] Now, the contents of the SCRIPT and STYLE tags remain untouched.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114748&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1114748</a>] The PHP File Manager Connector now sets the new folders permissions
-			(chmod)&nbsp;to 0777 correctly. </li>
-		<li>The PHP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/php/config.php)
-			to set some security preferences. </li>
-		<li>The&nbsp;ASP File Manager Connector now has a configuration file (editor/filemanager/browser/default/connectors/asp/config.asp)
-			to set some security preferences. </li>
-		<li>A small bug in the toolbar rendering (strips auto position) has been corrected.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093732&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1093732</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1091377&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1091377</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083044&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1083044</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1096307&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1096307</a>] The configurations are now encoded so a user can use
-			values that has special chars (&amp;=/). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1103688&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1103688</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1092331&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1092331</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088220&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1088220</a>] PHP samples now use PHP_SELF to automatically discover
-			the editor's base path. </li>
-		<li>Some small wrapping problems with some labels in the Image and Table dialog windows
-			have been fixed. </li>
-		<li>All .js files are now encoded in UTF-8 format with the BOM (byte order mask) to
-			avoid some errors on specific Linux installations. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114449&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1114449</a>] The editor packager program has been modified so now it is possible
-			to use the source files to run the editor as described in the documentation. The
-			new packager must be downloaded. </li>
-		<li>A small problem with the editor focus while in&nbsp;source&nbsp;mode has been corrected.
-			Thanks to Eric (ric1607). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1108167&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1108167</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085149&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1085149</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1151296&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1151296</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082433&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1082433</a>] No more IFRAMEs without src attribute. Now it points
-			to a blank page located in the editor's package. In this way we avoid security warnings
-			when using the editor over HTTPS. Thanks to Guillermo Bozovich. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1117779&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1117779</a>] The editor now works well if you have more than one element named
-			&quot;submit&quot;&nbsp;on its form (even if it is not correct to have this situation).
-		</li>
-		<li>The XHTML processor was duplicating the text on some specific situation. It has
-			been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090213&amp;group_id=75348&amp;atid=543655">SF
-			Patch-1090213</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1098929&amp;group_id=75348&amp;atid=543653">SF
-				Patch-1098929</a>] With ASP, the editor now works correctly on pages using &quot;Option
-			Explicit&quot;. Thanks to Ben Noblet. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1100759&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1100759</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029125&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1029125</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=966130&amp;group_id=75348&amp;atid=543653">SF
-					BUG-966130</a>] The editor was not working with old IE 5.5 browsers. There
-			was a problem with the XML parser. It has been fixed. </li>
-		<li>The localization engine is now working correctly over IE 5.5 browsers. </li>
-		<li>Some commands where not working well over IE 5.5 (emoticons, image,...). It has
-			been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1146441&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1146441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1149777&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1149777</a>] The editor now uses the TEXTAREA id&nbsp;in the ReplaceTextarea
-			function. If the id is now found, it uses the &quot;name&quot;. The docs have been
-			updated. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1144297&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1144297</a>] Some corrections have been made to the Dutch language file. Thanks
-			to Erwin Dondorp. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1121365&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1121365</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1090102&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1090102</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152171&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1152171</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102907&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1102907</a>] There is no problem now to start the editor with values
-			like &quot;&lt;div&gt;&lt;/div&gt;&quot; or &quot;&lt;p&gt;&lt;/p&gt;&quot;. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1114059&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1114059</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1041861&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1041861</a>] The click on the disabled options in the Context Menu has no
-			effects now. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1152617&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1152617</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1102441&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1102441</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1095312&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1095312</a>] Some problems when setting the editor source to very specific
-			values has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1093514&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1093514</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1089204&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1089204</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077609&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1077609</a>] The editor now runs correctly if called directly (locally)&nbsp;without
-			a server installation (just opening the HTML sample files). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088248&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1088248</a>] The editor now uses a different method to load its contents. In
-			this way the URLs remain untouched. </li>
-		<li>The PHP integration file now detects Internet Explorer 5.5 correctly.</li>
-	</ul>
-	<h3>
-		Version 2.0 RC2 (Release Candidate 2)</h3>
-	<ul>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1042034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075961&amp;group_id=75348&amp;atid=543656">SF
-				Feature-1075961</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083200&amp;group_id=75348&amp;atid=543656">SF
-					Feature-1083200</a>] A new dialog window for the <strong>table cell properties</strong>
-			is now available (right-click). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1042034</a>] The new &quot;<strong>Split Cell</strong> &quot;, to split
-			a table cell in two columns, has been introduced (right-click). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1042034&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1042034</a>] The new &quot;<strong>Merge Cells</strong>&quot;, to merge
-			table cells (in the same row), has been introduced (right-click). </li>
-		<li>The &quot;fake&quot; <strong>TAB key support</strong> (available by default over
-			Gecko browsers is now available over IE too. You can set the number of spaces to
-			add setting the FCKConfig.TabSpaces configuration setting. Set it to 0 (zero) to
-			disable this feature (IE). </li>
-		<li>It now possible to tell IE to send a <strong>&lt;BR&gt;</strong> when the user presses
-			the <strong>Enter key</strong>. Take a look at the FCKConfig.UseBROnCarriageReturn
-			configuration setting. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085422&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1085422</a>] <strong>ColdFusion</strong>: The <strong>File Manager connector</strong>
-			is now available! (Thanks to Hendrik Kramer). </li>
-		<li>The editor is now available in <strong>29 languages!</strong> The new language files
-			available are:&nbsp;
-			<ul>
-				<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1067775&amp;group_id=75348&amp;atid=543656">SF
-					Feature-1067775</a>] <strong>Chinese Simplified and Traditional</strong> (Taiwan
-					and Hong Kong) (by NetRube). </li>
-				<li><strong>Czech</strong> (by David Hor&aacute;k). </li>
-				<li><strong>Danish</strong> (by Jesper Michelsen). </li>
-				<li><strong>Dutch</strong> (by Bram Crins). </li>
-				<li><strong>German</strong> (by Maik Unruh). </li>
-				<li><strong>Portuguese</strong> (Portugal) (by Francisco Pereira). </li>
-				<li><strong>Russian</strong> (by Andrey Grebnev). </li>
-				<li><strong>Slovenian</strong> (by Boris Volaric).</li>
-			</ul>
-		</li>
-		<li>Updates to the <strong>French</strong> language files (by Hubert Garrido). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085816&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1085816</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083743&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1083743</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078783&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1078783</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1077861</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077861&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1037404</a>] Many&nbsp;small bugs&nbsp;in the XHTML processor
-			has been corrected (workarounds to browser specific bugs). These are some things
-			to consider regarding the changes:
-			<ul>
-				<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1083744&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1083744</a>] On Gecko browsers, any element attribute that the name starts with
-					&quot;_moz&quot; will be ignored. </li>
-				<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1060073&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1060073</a>] The &lt;STYLE&gt; and &lt;SCRIPT&gt; elements contents will be
-					handled as is, without CDATA tag surrounding. This may break XHTML validation. In
-					any case the use of external files for scripts and styles is recommended (W3C recommendation).</li>
-			</ul>
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1088310&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1088310</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1078837&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1078837</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653">SF
-					BUG-999792</a>] URLs now remain untouched when initializing the editor or
-			switching from WYSYWYG to Source and vice versa. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082323&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1082323</a>] The&nbsp;problem in the ASP and PHP connectors when handling non
-			&quot;strange&quot; chars in file names has been corrected. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1085034&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1085034</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1076796&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1076796</a>] Some bugs in the PHP connector have been corrected. </li>
-		<li>A&nbsp;problem with the &quot;Format&quot; command on IE browsers on languages different
-			of English has been solved. The negative side of this correction is that due to
-			a IE bad design it is not possible to update the &quot;Format&quot; combo while
-			moving throw the text (context sensitive). </li>
-		<li>On Gecko browsers, when selecting an image and executing the &quot;New Page&quot;
-			command, the image handles still appear, even if the image is not available anymore
-			(this is a Gecko bug). When clicking in&nbsp;a &quot;phanton&quot; randle, the browser
-			crashes. It doesn't&nbsp;happen (the crash)&nbsp;anymore. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1082197&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1082197</a>] On ASP, the bug in the browser detection system for Gecko browsers
-			has been corrected. Thanks to Alex Varga. </li>
-		<li>Again on ASP, the browser detection for IE had some problems on servers that use
-			comma for decimal separators on numbers. It has been corrected. Thanks to Agrotic.
-		</li>
-		<li>No error is thrown now when&nbsp;non existing&nbsp;language is configured in the
-			editor. The English language file is loaded in that case. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1077747&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1077747</a>] The missing images on the Office2003 and Silver skins are now included
-			in the package. </li>
-		<li>On some Gecko browsers, the dialog window was not loading correctly. I couldn't
-			reproduce the problem, but a fix has been applied based on users tests. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1004078&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1004078</a>] ColdFusion: The &quot;config&quot; structure/hash table with keys
-			and values is in ColdFusion not(!) case sensitive. All keys returned by ColdFusion
-			are in upper case format. Because the FCKeditor configuration keys must be case
-			sensitive, we had to match all structure/hash keys with a list of the correct configuration
-			names in mixed case. This has been added to the fckeditor.cfc and fckeditor.cfm.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1075166&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1075166</a>] ColdFusion: The &quot;fallback&quot; variant of the texteditor
-			(&lt;textarea&gt;) has a bug in the fckeditor.cfm. This has been fixed. </li>
-		<li>A typo in the Polish language file has been corrected. Thanks to Pawel Tomicki.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1086370&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1086370</a>] A small coding type in the Link dialog window has been corrected.
-		</li>
-	</ul>
-	<h3>
-		Version 2.0 RC1 (Release Candidate 1)</h3>
-	<ul>
-		<li><strong>ASP</strong> support is now available (including the&nbsp;File Manager connector).
-		</li>
-		<li><strong>PHP</strong> support is now available (including the File Manager connector).
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1063217&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1063217</a>] The new advanced&nbsp;<strong>Style</strong> command is available
-			in the toolbar: full preview, context sensitive, style definitions are loaded from
-			a XML file (see documentation for more instructions). </li>
-		<li>The <strong>Font Format</strong>, <strong>Font Name</strong> and <strong>Font Size</strong>
-			toolbar command now show a <strong>preview</strong> of the available options. </li>
-		<li>The new <strong>Find</strong> and <strong>Replace</strong> features has been introduced.
-		</li>
-		<li>A new <strong>Plug-in</strong> system has been developed. Now it is quite easy to
-			customize the editor to your needs. (Take a look at the html/sample06.html file).
-		</li>
-		<li>The editor now handles <strong>HTML entities</strong> in the right way (XHTML support
-			must be set to &quot;true&quot;). It handles all entities defined in the W3C&nbsp;XHTML
-			DTD file. </li>
-		<li>A new &quot;_docs&quot; folder has been introduced for the <strong>documentation</strong>.
-			It is not yet complete, but I hope the community will help us to fill it better.
-		</li>
-		<li>It is now possible (even if it is not recommended by the W3C) to force the use of
-			simple ampersands (&amp;) on attributes (like the links href) instead of its entity
-			&amp;amp;. Just set FCKConfig.ForceSimpleAmpersand = true in the&nbsp;configuration
-			file. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026866&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1026866</a>] The &quot;<strong>EditorAreaCSS</strong>&quot; configuration
-			option has been introduced. In this way you can set the CSS to use in the editor
-			(editable area). </li>
-		<li>The editing area is not anymore clipped if the toolbar is too large and exceeds
-			the window width. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064902&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1064902</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033933&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1033933</a>] The editor <strong>interface</strong> is now completely <strong>localizable</strong>.
-			The version ships with 19 languages including: <b>Arabic</b>, <b>Bosnian</b>, <b>Catalan</b>,
-			<b>English</b>, <b>Spanish</b>, <b>Estonian</b>, <b>Finnish</b>, <b>French</b>,
-			<b>Greek</b>, <b>Hebrew</b>, <b>Croatian</b>, <b>Italian</b>, <b>Korean</b>, <b>Lithuanian</b>,
-			<b>Norwegian</b>, <strong>Polish</strong>, <strong>Serbian (Cyrillic)</strong>,
-			<strong>Serbian (Latin)</strong> and <strong>Swedish</strong>.</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1027858&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1027858</a>] Firefox 1.0 PR&nbsp;introduced&nbsp;a bug that made the editor
-			stop working on it. A workaround has been developed to fix the problem. </li>
-		<li>There was a positioning problem over IE&nbsp;with the color panel. It has been corrected.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049842&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1049842</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1033832&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1033832</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028623&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1028623</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1026610&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1026610</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1064498&amp;group_id=75348&amp;atid=543653">SF
-							BUG-1064498</a>] The combo commands in the toolbar were not opening
-			in the right way. It has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1053399&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1053399</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965318&amp;group_id=75348&amp;atid=543653">SF
-				BUG-965318</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018296&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1018296</a>] The toolbar buttons icons were not showing on some IE and
-			Firefox/Mac installations. It has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054621&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1054621</a>] Color pickers are now working with the &quot;office2003&quot; and
-			&quot;silver&quot; skins. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1054108&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1054108</a>] IE doesn&rsquo;t recognize the &quot;&amp;apos;&quot; entity for
-			apostrophes, so a workaround has been developed to replace it with &quot;&amp;#39;&quot;
-			(its numeric entity representation). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983434&amp;group_id=75348&amp;atid=543653">SF
-			BUG-983434</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=983398&amp;group_id=75348&amp;atid=543653">SF
-				BUG-983398</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1028103&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1028103</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1072496&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1072496</a>] The problem with elements with name &quot;submit&quot;
-			inside the editor's form has been solved. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1018743&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1018743</a>] The problem with Gecko when collapsing the toolbar while in source
-			mode has been fixed. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1065268&amp;group_id=75348">SF
-			BUG-1065268</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034354&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1034354</a>] The XHTML processor now doesn&rsquo;t use the minimized tag
-			syntax (like &lt;br/&gt;) for empty elements that are not marked as EMPTY in the
-			W3C XHTML DTD specifications. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029654&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1029654</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046500&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1046500</a>] Due to a bug on Gecko there was a problem when creating links.
-			It has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1065973&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1065973</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=999792&amp;group_id=75348&amp;atid=543653">SF
-				BUG-999792</a>] The editor now handles relative URLs in IE. In effect IE transform
-			all relative URLs to absolute links, pointing to the site the editor is running.
-			So now the editor removes the protocol and host part of the link if it matches the
-			running server. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1071824&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1071824</a>] The color dialog box bug has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052856&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1052856</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046493&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1046493</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1023530&amp;group_id=75348&amp;atid=543653">SF
-					BUG-1023530</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1025978&amp;group_id=75348&amp;atid=543653">SF
-						BUG-1025978</a>] The editor now doesn&rsquo;t throw an error if no selection
-			was made and the create link command is used. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036756&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1036756</a>] The XHTML processor has been reviewed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1029101&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1029101</a>] The Paste from Word feature is working correctly. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1034623&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1034623</a>] There is an IE bug when setting the editor value to &quot;&lt;p&gt;&lt;hr&gt;&lt;/p&gt;&quot;.
-			A workaround has been developed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1052695&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1052695</a>] There are some rendering differences between Netscape and Mozilla.
-			(Actually that is a bug on both browsers). A workaround has been developed to solve
-			it. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1073053&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1073053</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1050394&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1050394</a>] The editor doesn&rsquo;t throw errors when hidden. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1066321&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1066321</a>] Scrollbars should not appear on dialog boxes (at least for the
-			Image and Link ones). </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1046490&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1046490</a>] Dialogs now are forced to show on foreground over Mac. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=1073955&amp;group_id=75348">SF
-			BUG-1073955</a>] A small bug in the image dialog window has been corrected. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1049534&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1049534</a>] The Resources Browser window is now working well over Gecko browsers.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1036675&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1036675</a>] The Resources Browser window now displays the server error on bad
-			installations.</li>
-	</ul>
-	<h3>
-		Version 2.0 Beta 2</h3>
-	<ul>
-		<li>There is a new configuration - &quot;<strong>GeckoUseSPAN</strong>&quot; - that
-			can be used to tell Gecko browsers to use &lt;SPAN style...&gt; or &lt;B&gt;, &lt;I&gt;
-			and &lt;U&gt; for the bold, italic and underline commands. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1002622&amp;group_id=75348&amp;atid=543656">SF
-			Feature-1002622</a>] New <strong>Text Color</strong> and&nbsp;<strong>Background Color</strong>
-			&nbsp;commands have been added to the editor. </li>
-		<li>On Gecko browsers, a message is shown when,&nbsp;because of&nbsp;security settings,&nbsp;the
-			user&nbsp;is not able to&nbsp;cut, copy or paste data from the clipboard using the
-			toolbar buttons or the context menu. </li>
-		<li>The new &quot;<strong>Paste as Plain Text</strong> &quot; command has been introduced.
-		</li>
-		<li>The new &quot;<strong>Paste from Word</strong> &quot; command has been introduced.
-		</li>
-		<li>A new configuration named&nbsp;&quot;StartupFocus&quot; can be used to tell the
-			editor to get the focus when the page is loaded. </li>
-		<li>All <strong>Java </strong>integration files has been moved to a new separated package.
-		</li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1016781&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1016781</a>] <strong>Table operations</strong> are now working when right click
-			inside a table. The following commands has been introduced: <strong>Insert Row</strong>,
-			<strong>Delete Row</strong>, <strong>Insert Column</strong>, <strong>Delete Column</strong>,
-			<strong>Insert Cell</strong> and <strong>Delete Cells</strong> . </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=965067&amp;group_id=75348&amp;atid=543653">SF
-			BUG-965067</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1010379&amp;group_id=75348&amp;atid=543653">SF
-				BUG-1010379</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=977713&amp;group_id=75348&amp;atid=543653">SF
-					BUG-977713</a>] XHTML support was not working with FireFox, blocking the
-			editor when submitting data. It has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1007547&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1007547</a> ] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=974595&amp;group_id=75348&amp;atid=543653">SF
-				BUG-974595</a> ]&nbsp;The &quot;FCKLang not defined&quot; error when loading
-			has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1021028&amp;group_id=75348&amp;atid=543653">SF
-			BUG-1021028</a>] If the editor doesn't have the focus, some commands were been executed
-			outside the editor in the place where the focus is. It has been fixed. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=981191&amp;group_id=75348&amp;atid=543653">SF
-			BUG-981191</a>] We are now using &lt;!--- ---&gt; for ColdFusion comments.</li>
-	</ul>
-	<h3>
-		Version 2.0 Beta 1</h3>
-	<p>
-		This is the first beta of the 2.x series. It brings a lot of new and important things.
-		Beta versions will be released until all features available on version 1.x will
-		be introduced in the 2.0.<br />
-		<br />
-		<strong>Note:</strong> As it is a beta, it is not yet completely developed. Future
-		versions can bring new features that can break backward compatibility with this
-		version.
-	</p>
-	<ul>
-		<li>Gecko browsers (<strong>Mozilla</strong> and <strong>Netscape</strong>) support.
-		</li>
-		<li><strong>Quick startup</strong> response times. </li>
-		<li>Complete <strong>XHTML</strong> 1.0 support. </li>
-		<li><strong>Advanced link</strong> dialog box:
-			<ul>
-				<li>Target selection. </li>
-				<li>Popup configurator. </li>
-				<li>E-Mail link. </li>
-				<li>Anchor selector. </li>
-			</ul>
-		</li>
-		<li>New <strong>File Manager</strong>. </li>
-		<li>New dialog box system, with <strong>tabbed dialogs</strong> support. </li>
-		<li>New <strong>context menus</strong> with icons. </li>
-		<li>New toolbar with &quot;expand/collapse&quot; feature. </li>
-		<li><strong>Skins</strong> support. </li>
-		<li><strong>Right to left languages</strong> support. </li>
-	</ul>
-	<h3>
-		Version 1.6.1</h3>
-	<ul>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=862364&amp;group_id=75348&amp;atid=543653">SF
-			BUG-862364</a>] [<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=812733&amp;group_id=75348&amp;atid=543653">SF
-				BUG-812733</a>] There was a problem when the user tried to delete the last row,
-			collumn or cell in a table. It has been corrected.* </li>
-		<li>New Estonian language file. Thanks to Kristjan Kivikangur </li>
-		<li>New Croatian language file. Thanks to Alex Varga. </li>
-		<li>Updated language file for Czech. Thanks to Plachow. </li>
-		<li>Updated language file for Chineze (zh-cn). Thanks to Yanglin. </li>
-		<li>Updated language file for Catalan. Thanks to Jordi Cerdan.</li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
-			LLC</a>.</p>
-	<h3>
-		Version 1.6</h3>
-	<ul>
-		<li><strong>Context Menu</strong> support for <strong>form</strong> elements.* </li>
-		<li>New <strong>&quot;Selection Field&quot; command</strong> with advanced dialog box
-			for options definitions.* </li>
-		<li>New <strong>&quot;Image Button&quot; command</strong> is available.* </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936196&amp;group_id=75348&amp;atid=543656">SF
-			Feature-936196</a>] Many form elements <strong>bugs has been fixed</strong> and
-			<strong>many improvements</strong> has been done.* </li>
-		<li>New <strong>Java Integration Module</strong>. There is a complete Java API and Tag
-			Library implementations. Take a look at the _jsp directory. Thanks to Simone Chiaretta
-			and Hao Jiang. </li>
-		<li>The <strong>Word Spell Checker</strong> can be used. To be able to run it, your
-			browser security configuration &quot;Initialize and script ActiveX controls not
-			marked as safe&quot; must be set to &quot;Enable&quot; or &quot;Prompt&quot;. And
-			easier and more secure way to do that is to add your site in the list of trusted
-			sites. IeSpell can still be used. Take a look at the fck_config.js file for some
-			configuration options. Thanks to EdwardRF. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=748807&amp;group_id=75348&amp;atid=543656">SF
-			Feature-748807</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=801030&amp;group_id=75348&amp;atid=543656">SF
-				Feature-801030</a>] [<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=880684&amp;group_id=75348&amp;atid=543656">SF
-					Feature-880684</a>] New &quot;<strong>Anchor&quot; command</strong>, including
-			context menu support. Thanks to G.Meijer. </li>
-		<li>Special characters are replaced with their decimal HTML entities when the XHMTL
-			support is enabled (only over IE5.5+). </li>
-		<li>New <strong>Office 2003 Style</strong> toolbar icons are available. Just uncomment
-			the config.ToolbarImagesPath key in the fck_config.js file. Thanks to Abdul-Aziz
-			A. Al-Oraij. <strong>Attention</strong>: the default toolbar items have been moved
-			to the &quot;images/toolbar/default&quot; directory. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=934566&amp;group_id=75348&amp;atid=543655">SF
-			Patch-934566</a>] <strong>Double click support</strong> for Images, Tables, Links,
-			Anchors and all Form elements. Thanks to Top Man. </li>
-		<li>New <strong>&quot;New Page&quot; command</strong> to start a typing from scratch.
-			Thanks to Abdul-Aziz A. Al-Oraij. </li>
-		<li>New <strong>&quot;Replace&quot; command</strong>. Thanks to Abdul-Aziz A. Al-Oraij.
-		</li>
-		<li>New <strong>&quot;Advanced Font Style&quot; command</strong>. Thanks to Abdul-Aziz
-			A. Al-Oraij. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=738193&amp;group_id=75348&amp;atid=543656">SF
-			Feature-738193</a>] New <strong>&quot;Save&quot; command</strong>. It can be used
-			to simulate a save action, but in fact it just submits the form where the editor
-			is placed in. Thanks to Abdul-Aziz A. Al-Oraij. </li>
-		<li>New <strong>&quot;Universal Keyboard&quot; command</strong>. This 22 charsets are
-			available: Arabic, Belarusian, Bulgarian, Croatian, Czech, Danish, Finnish, French,
-			Greek, Hebrew, Hungarian, Diacritical, Macedonian, Norwegian, Polish, Russian, Serbian
-			(Cyrillic), Serbian (Latin), Slovak, Spanish, Ukrainian and Vietnamese. Includes
-			a keystroke listener to type Arabic on none Arabic OS or machine. Thanks to Abdul-Aziz
-			A. Al-Oraij. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935358&amp;group_id=75348&amp;atid=543655">SF
-			Patch-935358</a>] New <strong>&quot;Preview&quot; command</strong>. Context menu
-			option is included and can be deactivated throw the config.ShowPreviewContextMenu
-			configuration. Thanks to Ben Ramsey. </li>
-		<li>New &quot;<strong>Table Auto Format</strong>&quot; context menu command. Hack a
-			little the fck_config.js and the fck_editorarea.css files. Thanks to Alexandros
-			Lezos. </li>
-		<li>New &quot;<strong>Bulleted List Properties</strong> &quot; context menu to define
-			its type and class. Thanks to Alexandros Lezos. </li>
-		<li>The <strong>image dialog</strong> box has been a <strong>redesigned</strong> . Thanks
-			to Mark Fierling. </li>
-		<li>Images now always have the <strong>&quot;alt&quot; attribute</strong> set, even
-			when it's value is empty. Thanks to Andreas Barnet. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=942250&amp;group_id=75348&amp;atid=543655">SF
-			Patch-942250</a>] You can set on fck_config.js to <strong>automatically clean Word</strong>
-			pasting operations without a user confirmation. </li>
-		<li>Forms element dialogs and other localization pending labels has been updated. </li>
-		<li>A new <strong>Lithuanian</strong> language file is available. Thanks to Tauras Paliulis.
-		</li>
-		<li>A new <strong>Hebrew</strong> language file is available. Thanks to Ophir Radnitz.
-		</li>
-		<li>A new <strong>Serbian</strong> language file is available. Thanks to Zoran Subic.
-		</li>
-		<li><strong>Danish</strong> language file updates. Thanks to Flemming Jensen. </li>
-		<li><strong>Catalan</strong> language file updates. Thanks to Jordi Cerdan. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=936514&amp;group_id=75348&amp;atid=543655">SF
-			Patch-936514</a>] [<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=918716&amp;group_id=75348">SF
-				BUG-918716</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=931037&amp;group_id=75348&amp;atid=543653">SF
-					BUG-931037</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=865864&amp;group_id=75348&amp;atid=543653">SF
-						BUG-865864</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=915410&amp;group_id=75348&amp;atid=543653">SF
-							BUG-915410</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918716&amp;group_id=75348&amp;atid=543653">SF
-								BUG-918716</a>] Some <strong>languages files</strong> were not
-			saved on <strong>UTF-8</strong> format causing some javascript errors on loading
-			the editor or making &quot;undefined&quot; to show on editor labels. This problem
-			was solved. </li>
-		<li>Updates on the testsubmit.php file. Thanks to Geat and Gabriel Schillaci </li>
-		<li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=924620&amp;group_id=75348">SF
-			BUG-924620</a>] There was a problem when setting a name to an editor instance when
-			the name is used by another tag. For example when using &quot;description&quot;
-			as the name in a page with the &lt;META name=&quot;description&quot;&gt; tag. </li>
-		<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=935018&amp;group_id=75348&amp;atid=543653">SF
-			BUG-935018</a>] The &quot;buletted&quot; typo has been corrected. </li>
-		<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=902122&amp;group_id=75348&amp;atid=543653">SF
-			BUG-902122</a>] Wrong css and js file references have been corrected. </li>
-		<li>[<a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=918942&amp;group_id=75348&amp;atid=543653">SF
-			BUG-918942</a>] All dialog boxes now accept Enter and Escape keys as Ok and Cancel
-			buttons.</li>
-	</ul>
-	<p>
-		* This version has been partially sponsored by <a href="http://www.genuitec.com/">Genuitec,
-			LLC</a>.</p>
-	<h3>
-		Version 1.5</h3>
-	<ul>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
-			Feature-913777</a>] <strong>New Form Commands</strong> are now available! Special
-			thanks to G.Meijer. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=861149&amp;group_id=75348&amp;atid=543656">SF
-			Feature-861149</a>] <strong>Print Command</strong> is now available! </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=743546&amp;group_id=75348">SF
-			BUG-743546</a>] The <strong>XHTML content duplication problem </strong>has been
-			<strong>solved</strong> . Thanks to Paul Hutchison. </li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=875853&amp;group_id=75348">SF
-			BUG-875853</a>] The <strong>image dialog box</strong> now gives precedence for width
-			and height values set as styles. In this way a user can change the size of the image
-			directly inside the editor and the changes will be reflected in the dialog box.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543656&amp;aid=913777&amp;group_id=75348">SF
-			Feature-788368</a>] The sample <strong>file upload </strong>manager for ASPX now
-			uses <strong>guids</strong> for the file name generation. In this way a support
-			XML file is not needed anymore. </li>
-		<li>It's possible now to <strong>programmatically change the Base Path</strong> of the
-			editor if it's installed in a directory different of &quot;/FCKeditor/&quot;. Something
-			like this:<br />
-			oFCKeditor.BasePath = '/FCKeditor/' ;<br />
-			Take a look at the _test directory for samples. </li>
-		<li>There was a little bug in the TAB feature that moved the insertion point if there
-			were any object (images, tables) in the content. It has been fixed. </li>
-		<li>The problem with <strong>accented and international characters</strong> on the PHP
-			test page was solved. </li>
-		<li>A new <strong>Chinese (Taiwan)</strong> language file is available. Thanks to Nil.
-		</li>
-		<li>A new <strong>Slovenian</strong> language file is available. Thanks to Pavel Rotar.
-		</li>
-		<li>A new <strong>Catalan</strong> language file is available. Thanks to Jordi Cerdan.
-		</li>
-		<li>A new <strong>Arabic</strong> language file is available. Thanks to Abdul-Aziz A.
-			Al-Oraij. </li>
-		<li>Small corrections on the <strong>Norwegian</strong> language file. </li>
-		<li>A Java version for the test results (testsubmit.jsp) is now available. Thanks to
-			Pritpal Dhaliwal. </li>
-		<li>When using JavaScript to create a editor instance it's possible now to easily get
-			the editor's value calling oFCKeditor.GetValue() (eg.). Better JavaScript API interfaces
-			will be available on version 2.0. </li>
-		<li>If <strong>XHTML</strong> is enabled the editor cleans the HTML before showing it
-			on the Source View, so the exact result can be viewed by the user. This option can
-			be activated setting config.EnableSourceXHTML = true in the fck_config.js file.
-		</li>
-		<li>The <strong>JS integration object</strong> now escapes all configuration settings,
-			in this way a user can use <strong>reserved chars</strong> on it. For example:
-			<br />
-			oFCKeditor.Config[&quot;ImageBrowserURL&quot;] = '/imgs/browse.asp?filter=abc*.jpg&amp;userid=1';
-		</li>
-		<li>A minimal browse server sample is now available in ASP. Thanks to Andreas Barnet.
-		</li>
-	</ul>
-	<h3>
-		Version 1.4</h3>
-	<ul>
-		<li><strong>ATTENTION: For PHP users</strong>: The editor was changed and now uses <strong>
-			htmlspecialchars</strong> instead of <strong>htmlentities</strong> when handling
-			the initial value. It should works well, but please make some tests before upgrading
-			definitively. If there is any problem just uncomment the line in the fckeditor.php
-			file (and send me a message!). </li>
-		<li>The editor is now integrated with <strong>ieSpell</strong> (<a href="http://www.iespell.com">http://www.iespell.com</a>)
-			for <strong>Spell Checking</strong>. You can configure the download URL in then
-			fck_config.js file. Thanks to Sanjay Sharma. (ieSpell is free for personal use but
-			must be paid for commercial use) </li>
-		<li><strong>Table</strong> and <strong>table cell</strong> dialogs has been changed.
-			Now you can <strong>select the class</strong> you want to be applied. Thanks to
-			Alexander Lezos. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=865378&amp;group_id=75348&amp;atid=543656">SF
-			Feature-865378</a>]A new <strong>upload support is available for ASP</strong>. It
-			uses the /UserImages/ folder in the root of the web site as the files container
-			and a counter controlled by the upload.cnt file. Both must have write permissions
-			set to the IUSR_xxx user. Thanks to Trax and Juanjo. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=798128&amp;group_id=75348&amp;atid=543655">SF
-			Patch-798128</a>] The user (programmer) can now define a <strong>custom separator</strong>
-			for the list items of a combo in the toolbar. Thanks to Wulff D. Heiss. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=741963&amp;group_id=75348&amp;atid=543656">SF
-			Feature-741963</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=878941&amp;group_id=75348&amp;atid=543656">SF
-				Feature-878941</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=869389&amp;group_id=75348&amp;atid=543655">SF
-					Patch-869389</a>] A minimal support for a &ldquo;fake&rdquo; <strong>TAB is now available</strong>,
-			even if HTML has no support for TAB. Now when the user presses the TAB key a configurable
-			number of spaces (&amp;nbsp;) is added. Take a look at config.TabSpaces on the fck_config.js
-			file. No action is performed if it is set to zero. The default value is 4. Thanks
-			to Phil Hassey. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
-			BUG-782779</a>][<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=790939&amp;group_id=75348&amp;atid=543653">SF
-				BUG-790939</a>] The problem with big images has been corrected. Thanks to Raver.
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
-			BUG-862975</a>] Now the editor does nothing if no image is selected in the image
-			dialog box and the OK button is hit. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=851609&amp;group_id=75348&amp;atid=543653">SF
-			BUG-851609</a>] The problem with ASP and null values has been solved. </li>
-		<li><strong>Norwegean</strong> language pack. Thanks to Martin Kronstad. </li>
-		<li><strong>Hungarian</strong> language pack. Thanks to Bal&aacute;zs Szab&oacute;.
-		</li>
-		<li><strong>Bosnian</strong> language pack. Thanks to Trax. </li>
-		<li><strong>Japanese</strong> language pack. Thanks to Kato Yuichiro. </li>
-		<li>Updates on the <strong>Polish</strong> language pack. Thanks to Norbert Neubauer.
-		</li>
-		<li>The <strong>Chinese (Taiwan)</strong> (zh-tw) has been removed from the package
-			because it's corrupt. I'm sorry. I hope someone could send me a good version soon.
-		</li>
-	</ul>
-	<h3>
-		Version 1.3.1</h3>
-	<ul>
-		<li>It's now possible to configure the editor the insert a <strong>&lt;BR&gt; tag instead
-			of &lt;P&gt;</strong> when the user presses the <strong>&lt;Enter&gt;</strong> key.
-			Take a look at the fck_config.js configuration file for the &quot;<strong>UseBROnCarriageReturn</strong>&quot;
-			key. This option is disabled by default. </li>
-		<li><strong>Icelandic</strong> language pack. Thanks to Andri &Oacute;skarsson. </li>
-		<li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853374&amp;group_id=75348">SF
-			BUG-853374</a>] On IE 5.0 there was a little error introduced with version 1.3 on
-			initialization. It was corrected. </li>
-		<li>[<a href="https://sourceforge.net/tracker/?func=detail&amp;atid=543653&amp;aid=853372&amp;group_id=75348">SF
-			BUG-853372</a>] On IE 5.0 there was a little error introduced with version 1.3 when
-			setting the focus in the editor. It was corrected. </li>
-		<li>Minor errors on the language file for <strong>english</strong> has been corrected.
-			Thanks to Anders Madsen. </li>
-		<li>Minor errors on the language file for <strong>danish</strong> has been corrected.
-			Thanks to Martin Johansen. </li>
-	</ul>
-	<h3>
-		Version 1.3</h3>
-	<ul>
-		<li>Language support for <strong>Danish, Polish, Simple Chinese, Slovak, Swedish and
-			Turkish</strong>. </li>
-		<li>Language updates for <strong>Romanian</strong>. </li>
-		<li>It's now possible to <strong>override</strong> any of the <strong>editor's configurations</strong>
-			(for now it's implemented just for JavaScript, ASPX and HTC modules). See _test/test.html
-			for a sample. I'm now waiting for the Community for the ASP, CFM and PHP versions.
-		</li>
-		<li>A new method is available for <strong>PHP</strong> users. It's called <strong>ReturnFCKeditor</strong>.
-			It works exactly like CreateFCKeditor, but it <strong>returns a string with the HTML</strong>
-			for the editor instead of output it (echo). This feature is useful for people who
-			are working with Smarty Templates or something like that. Thanks to Timothy J. Finucane.
-		</li>
-		<li>Many people have had problems with <strong>international characters</strong> over
-			<strong>PHP</strong>. I had also the same problem. PHP have strange problems with
-			character encoding. The code hasn't been changed but just saved again with Western
-			European encoding. <strong>Now it works well</strong> in my system.<br />
-			Take a look also at the &quot;default_charset&quot; configuration option at the
-			php.ini file. It doesn't seem to be an editor's problem but a PHP issue. </li>
-		<li>The &quot;<strong>testsubmit.php</strong>&quot; file now strips the &quot;<strong>Magic
-			Quotes</strong> &quot; that are automatically added by PHP on form posts. </li>
-		<li>A <strong>new language</strong> integration module is available for <strong>ASP/Jscript</strong>.
-			Thanks to Dimiter Naydenov. </li>
-		<li><strong>New configuration</strong> options are available to <strong>customize the
-			Target</strong> combo box in the <strong>Insert/Modify Link</strong> dialog box.
-			Now you can hide it, or set which options are available in the combo box. Take a
-			look at the fck_config.js file. </li>
-		<li>The <strong>Text as Plain Text</strong> toolbar <strong>icon</strong> has been changed
-			<strong>to avoid confusion</strong> with the Normal Paste or. Thanks to Kaupo Kalda.
-		</li>
-		<li>The file <strong>dhtmled.cab has been removed</strong> from the package. It's not
-			needed to the editor to work and caused some confusion for a few users. </li>
-		<li>The <strong>editor's content</strong> now <strong>doesn't loose the focus</strong>
-			when the user clicks with the mouse in a toolbar button. </li>
-		<li>On <strong>drag-and-drop</strong> operations the data to be inserted in the editor
-			is now <strong>converted to plain text</strong> when the &quot;<strong>ForcePasteAsPlainText</strong>&quot;
-			configuration is set to <strong>true</strong>. </li>
-		<li>The <strong>image browser</strong> sample in PHP now <strong>sorts the files</strong>
-			by name. Thanks to Sergey Lupashko. </li>
-		<li>Two <strong>new configuration</strong> options are available to <strong>turn on/off
-			by default</strong> the &quot;<strong>Show Borders</strong>&quot; and &quot;<strong>Show
-				Details</strong>&quot; commands. </li>
-		<li>Some <strong>characters have been removed</strong> from the &quot;<strong>Insert
-			Special Chars</strong>&quot; dialog box because they were causing encoding problems
-			in some languages. Thanks to Abomb Hua. </li>
-		<li><strong>JSP</strong> versions of the <strong>image and file upload and browsing</strong>
-			features. Thanks to Simone Chiaretta.</li>
-	</ul>
-	<h3>
-		Version 1.2.4</h3>
-	<ul>
-		<li>Language support for <strong>Spanish, Finnish, Romanian and Korean</strong>. </li>
-		<li>Language updates for <strong>German</strong>. </li>
-		<li>New <strong>Zoom</strong> toolbar option. (<a href="https://sourceforge.net/forum/forum.php?thread_id=904116&amp;forum_id=257180">Thanks
-			to &quot;mtn_roadie&quot;</a>)</li>
-	</ul>
-	<h3>
-		Version 1.2.2</h3>
-	<ul>
-		<li>Language support for <strong>French</strong>. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=782779&amp;group_id=75348&amp;atid=543653">SF
-			BUG-782779</a>] Version 1.2 introduced a bug on the image dialog window: when changing
-			the image, no update was done. This bug is now fixed. </li>
-	</ul>
-	<h3>
-		Version 1.2</h3>
-	<ul>
-		<li>Enhancements to the <strong>Word cleaning</strong> feature (Thanks to Karl von Randow).
-		</li>
-		<li>The <strong>Table dialog box</strong> now handles the Style width and height set
-			in the table (Thanks to Roberto Arruda). There where many problems on prior version
-			when people changed manually the table's size, dragging the size handles, and then
-			it was not possible to set a new size using the table dialog box. </li>
-		<li>For the <strong>Image dialog box:</strong>
-			<ul>
-				<li>No image is shown in the preview pane if no image has been set. </li>
-				<li>If no HSpace is set in the image a &quot;-1&quot; value was shown in the dialog
-					box. Now, nothing is shown if the value is negative. </li>
-			</ul>
-		</li>
-		<li>[<a target="_blank" href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=739630&amp;group_id=75348&amp;atid=543653">SF
-			BUG-739630</a>] Image with link lost the link when changing its properties. The
-			problem is solved. </li>
-		<li>Due to some problems in the XHTML cleaning (content duplication when the source
-			HTML is dirty and malformed), the <strong>XHTML support is turned off by default</strong>
-			from this version. You can still change this behavior and turn it on in the configuration
-			file. </li>
-		<li>Some little updates on the <strong>English </strong>language file. </li>
-		<li>A few addition of missing entries on all languages files (translations for these
-			changes are pending). </li>
-		<li>Language files has been added for the following languages:
-			<ul>
-				<li><strong>Brazilian Portuguese</strong> (pt-br) </li>
-				<li><strong>Czech</strong> (cz) </li>
-				<li><strong>Dutch</strong> (nl) </li>
-				<li><strong>Russian</strong> (ru) </li>
-				<li><strong>Chinese (Taiwan)</strong> (zh-tw) </li>
-				<li><strong>Greek</strong> (gr) </li>
-				<li><strong>German</strong> (de)</li>
-			</ul>
-		</li>
-	</ul>
-	<h3>
-		Version 1.1</h3>
-	<ul>
-		<li>The &quot;<strong>Multi Language</strong>&quot; system is now available. This version
-			ships with English and Italian versions completed. Other languages will be available
-			soon. The editor automatically detects the client language and sets all labels,
-			tooltips and dialog boxes to it, if available. The auto detection and the default
-			language can be set in the <strong>fck_config.file</strong>. </li>
-		<li>Two files can now be created to isolate customizations code from the original source
-			code of the editor: <strong>fckeditor.config.js</strong> and <strong>fckeditor.custom.js</strong>.
-			Create these files in the root folder of your web site, if needed. The first one
-			can be used to add or override configurations set on fck_config.js. The second one
-			is used for custom actions and behaviors. </li>
-		<li>A problem with relative links and images like &quot;/test/test.doc&quot; has been
-			solved. In prior versions, only with XHTML support enabled, the URL was changed
-			to something like &quot;http://www.mysite.xxx/test/test.doc&quot; (The domain was
-			automatically added). Now the XHTML cleaning procedure gets the URLs exactly how
-			they are defined in the editor&rsquo;s HTML. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=742168&amp;group_id=75348&amp;atid=543653">SF
-			BUG-742168</a>] Mouse drag and drop from toolbar buttons has been disabled. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=768210&amp;group_id=75348&amp;atid=543653">SF
-			BUG-768210</a>] HTML entities, like <strong>&amp;lt;</strong>, were not load correctly.
-			The problem is solved. </li>
-		<li>[<a target="_blank" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=748812&amp;group_id=75348&amp;atid=543653">SF
-			BUG-748812</a>] The link dialog window doesn't open when the link button is grayed.
-		</li>
-	</ul>
-	<h3>
-		Version 1.0</h3>
-	<ul>
-		<li>Three new options are available in the configuration file to set what file types
-			are allowed / denied to be uploaded from the &quot;Insert Link&quot; and &quot;Insert
-			Image&quot; dialog boxes. </li>
-		<li>Upload options, for links and images, are automatically hidden on IE 5.0 browsers
-			(it's not compatible). </li>
-		<li>[SF BUG-734894] Fixed a problem on XHTML cleaning: the value on INPUT fields were
-			lost. </li>
-		<li>[SF BUG-713797] Fixed some image dialog errors when trying to set image properties
-			when no image is available. </li>
-		<li>[SF BUG-736414] Developed a workaround for a DHTML control bug when loading in the
-			editor some HTML started with &lt;p&gt;&lt;hr&gt;&lt;/p&gt;. </li>
-		<li>[SF BUG-737143] Paste from Word cleaning changed to solve some IE 5.0 errors. This
-			feature is still not available over IE 5.0. </li>
-		<li>[SF BUG-737233] CSS mappings are now OK on the PHP image browser module. </li>
-		<li>[SF BUG-737495] The image preview in the image dialog box is now working correctly.
-		</li>
-		<li>[SF BUG-737532] The editor automatically switches to WYSIWYG mode when the form
-			is posted. </li>
-		<li>[SF BUG-739571] The editor is now working well over Opera (as for Netscape, a TEXTAREA
-			is shown). </li>
-	</ul>
-	<h3>
-		Version 1.0 Final Candidate</h3>
-	<ul>
-		<li>A new dialog box for the &quot;Link&quot; command is available. Now you can upload
-			and browse the server exactly like the image dialog box. It's also possible to define
-			the link title and target window (_blank, _self, _parent and _top). As with the
-			image dialog box, a sample (and simple) file server browser is available. </li>
-		<li>A new configuration option is available to force every paste action to be handled
-			as plain text. See &quot;config.ForcePasteAsPlainText&quot; in fck_config.js. </li>
-		<li>A new Toolbar button is available: &quot;Paste from Word&quot;. It automatically
-			cleans the clipboard content before pasting (removesWord styles, classes, xml stuff,
-			etc...). This command is available for IE 5.5 and more. For IE 5.0 users, a message
-			is displayed advising that the text will not be cleaned before pasting. </li>
-		<li>The editor automatically detects Word clipboard data on pasting operations and asks
-			the user to clean it before pasting. This option is turned on by default but it
-			can be configured. See &quot;config.AutoDetectPasteFromWord&quot; in fck_config.js.
-		</li>
-		<li>Table properties are now available in cells' right click context menu. </li>
-		<li>It's now possible to edit cells advanced properties from it's right click context
-			menu. </li>
-	</ul>
-	<h3>
-		Version 1.0 Release Candidate 1 (RC1)</h3>
-	<ul>
-		<li>Some performance improvements. </li>
-		<li>The file dhtmled.cab has been added to the package for clients ho needs to install
-			the Microsoft DHTML Editor component. </li>
-		<li>[SF BUG-713952] The format command options are localized, so it depends on the IE
-			language to work. Until version 0.9.5 it was working only over English IE browsers.
-			Now the options are load dynamically on the client using the client's language.
-		</li>
-		<li>[SF BUG-712103] The style command is localized, so it depends on the IE language
-			to work. Until version 0.9.5 it was working only over English IE browsers. Now it
-			configures itself using the client's language. </li>
-		<li>[SF BUG-726137] On version 0.9.5, some commands (special chars, image, emoticons,
-			...) remove the next available character before inserting the required content even
-			if no selection was made in the editor. Now the editor replaces only the selected
-			content (if available). </li>
-	</ul>
-	<h3>
-		Version 0.9.5 beta</h3>
-	<ul>
-		<li>XHTML support is now available! It can be enabled/disabled in the fck_config.js
-			file. </li>
-		<li>&quot;Show Table Borders&quot; option: show borders for tables with borders size
-			set to zero. </li>
-		<li>&quot;Show Details&quot; option: show hidden elements (comments, scripts, paragraphs,
-			line breaks) </li>
-		<li>IE behavior integration module. Thanks to Daniel Shryock. </li>
-		<li>&quot;Find&quot; option: to find text in the document. </li>
-		<li>More performance enhancements. </li>
-		<li>New testsubmit.php file. Thansk to Jim Michaels. </li>
-		<li>Two initial PHP upload manager implementations (not working yet). Thanks to Frederic
-			Tyndiuk and Christian Liljedahl. </li>
-		<li>Initial PHP image browser implementation (not working yet). Thanks to Frederic Tyndiuk.
-		</li>
-		<li>Initial CFM upload manager implementation. Thanks to John Watson. </li>
-	</ul>
-	<h3>
-		Version 0.9.4 beta</h3>
-	<ul>
-		<li>ColdFusion module integration is now available! Thanks to John Watson. </li>
-		<li>&quot;Insert Smiley&quot; toolbar option! Thanks to Fredox. Take a look at fck_config.js
-			for configuration options. </li>
-		<li>&quot;Paste as plain text&quot; toolbar option! </li>
-		<li>Right click support for links (edit / remove). </li>
-		<li>Buttons now are shown in gray when disabled. </li>
-		<li>Buttons are shown just when the image is downloaded (no more &quot;red x&quot; while
-			waiting for it). </li>
-		<li>The toolbar background color can be set with a CSS style (see fck_editor.css). </li>
-		<li>Toolbar images have been reviewed:
-			<ul>
-				<li>Now they are transparent. </li>
-				<li>No more over...gif for every button (so the editor loads quicker). </li>
-				<li>Buttons states are controlled with CSS styles. (see fck_editor.css).</li>
-			</ul>
-		</li>
-		<li>Internet Explorer 5.0 compatibility, except for the image uploading popup. </li>
-		<li>Optimizations when loading the editor. </li>
-		<li>[SF BUG-709544] - Toolbar buttons wait for the images to be downloaded to start
-			watching and responding the user actions (turn buttons on/off when the user changes
-			position inside the editor). </li>
-		<li>JavaScript integration is now Object Oriented. CreateFCKeditor function is not available
-			anymore. Take a look in test.html. </li>
-		<li>Two new configuration options, ImageBrowser and ImageUpload, are available to turn
-			on and off the image upload and image browsing options in the Image dialog box.
-			This options can be hidden for a specific editor instance throw specific URL parameter
-			in the editor&rsquo;s IFRAME (upload=true/false&amp;browse=true/false). All specific
-			language integration modules handle this option. For sample see the _test directory.
-		</li>
-	</ul>
-</body>
-</html>

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckconfig.js
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckconfig.js	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckconfig.js	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,224 +0,0 @@
-/*
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * Editor configuration settings.
- *
- * Follow this link for more information:
- * http://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Configurations_Settings
- */
-
-// Disable the custom Enter Key Handler. This option will be removed in version 2.5.
-FCKConfig.DisableEnterKeyHandler = false ;
-
-FCKConfig.CustomConfigurationsPath = '' ;
-
-FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
-FCKConfig.ToolbarComboPreviewCSS = '' ;
-
-FCKConfig.DocType = '' ;
-
-FCKConfig.BaseHref = '' ;
-
-FCKConfig.FullPage = false ;
-
-FCKConfig.Debug = false ;
-FCKConfig.AllowQueryStringDebug = true ;
-
-FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
-FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ] ;
-
-FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
-
-// FCKConfig.Plugins.Add( 'autogrow' ) ;
-FCKConfig.AutoGrowMax = 400 ;
-
-// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ;	// ASP style server side code <%...%>
-// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
-// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ;	// ASP.Net style tags <asp:control>
-
-FCKConfig.AutoDetectLanguage	= true ;
-FCKConfig.DefaultLanguage		= 'en' ;
-FCKConfig.ContentLangDirection	= 'ltr' ;
-
-FCKConfig.ProcessHTMLEntities	= true ;
-FCKConfig.IncludeLatinEntities	= true ;
-FCKConfig.IncludeGreekEntities	= true ;
-
-FCKConfig.ProcessNumericEntities = false ;
-
-FCKConfig.AdditionalNumericEntities = ''  ;		// Single Quote: "'"
-
-FCKConfig.FillEmptyBlocks	= true ;
-
-FCKConfig.FormatSource		= true ;
-FCKConfig.FormatOutput		= true ;
-FCKConfig.FormatIndentator	= '    ' ;
-
-FCKConfig.ForceStrongEm = true ;
-FCKConfig.GeckoUseSPAN	= false ;
-FCKConfig.StartupFocus	= false ;
-FCKConfig.ForcePasteAsPlainText	= false ;
-FCKConfig.AutoDetectPasteFromWord = true ;	// IE only.
-FCKConfig.ForceSimpleAmpersand	= false ;
-FCKConfig.TabSpaces		= 0 ;
-FCKConfig.ShowBorders	= true ;
-FCKConfig.SourcePopup	= false ;
-FCKConfig.ToolbarStartExpanded	= true ;
-FCKConfig.ToolbarCanCollapse	= true ;
-FCKConfig.IgnoreEmptyParagraphValue = true ;
-FCKConfig.PreserveSessionOnFileBrowser = false ;
-FCKConfig.FloatingPanelsZIndex = 10000 ;
-
-FCKConfig.TemplateReplaceAll = true ;
-FCKConfig.TemplateReplaceCheckbox = true ;
-
-FCKConfig.ToolbarLocation = 'In' ;
-
-FCKConfig.ToolbarSets["Default"] = [
-	['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
-	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
-	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
-	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
-	'/',
-	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
-	['OrderedList','UnorderedList','-','Outdent','Indent'],
-	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
-	['Link','Unlink','Anchor'],
-	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
-	'/',
-	['Style','FontFormat','FontName','FontSize'],
-	['TextColor','BGColor'],
-	['FitWindow','-','About']
-] ;
-
-FCKConfig.ToolbarSets["Basic"] = [
-	['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
-] ;
-
-FCKConfig.EnterMode = 'p' ;			// p | div | br
-FCKConfig.ShiftEnterMode = 'br' ;	// p | div | br
-
-FCKConfig.Keystrokes = [
-	[ CTRL + 65 /*A*/, true ],
-	[ CTRL + 67 /*C*/, true ],
-	[ CTRL + 70 /*F*/, true ],
-	[ CTRL + 83 /*S*/, true ],
-	[ CTRL + 88 /*X*/, true ],
-	[ CTRL + 86 /*V*/, 'Paste' ],
-	[ SHIFT + 45 /*INS*/, 'Paste' ],
-	[ CTRL + 90 /*Z*/, 'Undo' ],
-	[ CTRL + 89 /*Y*/, 'Redo' ],
-	[ CTRL + SHIFT + 90 /*Z*/, 'Redo' ],
-	[ CTRL + 76 /*L*/, 'Link' ],
-	[ CTRL + 66 /*B*/, 'Bold' ],
-	[ CTRL + 73 /*I*/, 'Italic' ],
-	[ CTRL + 85 /*U*/, 'Underline' ],
-	[ CTRL + SHIFT + 83 /*S*/, 'Save' ],
-	[ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ],
-	[ CTRL + 9 /*TAB*/, 'Source' ]
-] ;
-
-FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form'] ;
-
-FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ;
-
-FCKConfig.FontNames		= 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
-FCKConfig.FontSizes		= '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;
-FCKConfig.FontFormats	= 'p;div;pre;address;h1;h2;h3;h4;h5;h6' ;
-
-FCKConfig.StylesXmlPath		= FCKConfig.EditorPath + 'fckstyles.xml' ;
-FCKConfig.TemplatesXmlPath	= FCKConfig.EditorPath + 'fcktemplates.xml' ;
-
-FCKConfig.SpellChecker			= 'ieSpell' ;	// 'ieSpell' | 'SpellerPages'
-FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
-FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
-
-FCKConfig.MaxUndoLevels = 15 ;
-
-FCKConfig.DisableObjectResizing = false ;
-FCKConfig.DisableFFTableHandles = true ;
-
-FCKConfig.LinkDlgHideTarget		= false ;
-FCKConfig.LinkDlgHideAdvanced	= false ;
-
-FCKConfig.ImageDlgHideLink		= false ;
-FCKConfig.ImageDlgHideAdvanced	= false ;
-
-FCKConfig.FlashDlgHideAdvanced	= false ;
-
-FCKConfig.ProtectedTags = '' ;
-
-// This will be applied to the body element of the editor
-FCKConfig.BodyId = '' ;
-FCKConfig.BodyClass = '' ;
-
-// The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word
-FCKConfig.CleanWordKeepsStructure = false ;
-
-// The following value defines which File Browser connector and Quick Upload
-// "uploader" to use. It is valid for the default implementaion and it is here
-// just to make this configuration file cleaner.
-// It is not possible to change this value using an external file or even
-// inline when creating the editor instance. In that cases you must set the
-// values of LinkBrowserURL, ImageBrowserURL and so on.
-// Custom implementations should just ignore it.
-var _FileBrowserLanguage	= 'asp' ;	// asp | aspx | cfm | lasso | perl | php | py
-var _QuickUploadLanguage	= 'asp' ;	// asp | aspx | cfm | lasso | php
-
-
-// Don't care about the following line. It just calculates the correct connector
-// extension to use for the default File Browser (Perl uses "cgi").
-var _FileBrowserExtension = _FileBrowserLanguage == 'perl' ? 'cgi' : _FileBrowserLanguage ;
-
-FCKConfig.LinkBrowser = true ;
-FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ;
-FCKConfig.LinkBrowserWindowWidth	= FCKConfig.ScreenWidth * 0.7 ;		// 70%
-FCKConfig.LinkBrowserWindowHeight	= FCKConfig.ScreenHeight * 0.7 ;	// 70%
-
-FCKConfig.ImageBrowser = true ;
-FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ;
-FCKConfig.ImageBrowserWindowWidth  = FCKConfig.ScreenWidth * 0.7 ;	// 70% ;
-FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;	// 70% ;
-
-FCKConfig.FlashBrowser = true ;
-FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ;
-FCKConfig.FlashBrowserWindowWidth  = FCKConfig.ScreenWidth * 0.7 ;	//70% ;
-FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;	//70% ;
-
-FCKConfig.LinkUpload = true ;
-FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/upload/' + _QuickUploadLanguage + '/upload.' + _QuickUploadLanguage ;
-FCKConfig.LinkUploadAllowedExtensions	= "" ;			// empty for all
-FCKConfig.LinkUploadDeniedExtensions	= ".(html|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|com|dll|vbs|js|reg|cgi|htaccess|asis)$" ;	// empty for no one
-
-FCKConfig.ImageUpload = true ;
-FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/upload/' + _QuickUploadLanguage + '/upload.' + _QuickUploadLanguage + '?Type=Image' ;
-FCKConfig.ImageUploadAllowedExtensions	= ".(jpg|gif|jpeg|png|bmp)$" ;		// empty for all
-FCKConfig.ImageUploadDeniedExtensions	= "" ;							// empty for no one
-
-FCKConfig.FlashUpload = true ;
-FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/upload/' + _QuickUploadLanguage + '/upload.' + _QuickUploadLanguage + '?Type=Flash' ;
-FCKConfig.FlashUploadAllowedExtensions	= ".(swf|fla)$" ;		// empty for all
-FCKConfig.FlashUploadDeniedExtensions	= "" ;					// empty for no one
-
-FCKConfig.SmileyPath	= FCKConfig.BasePath + 'images/smiley/msn/' ;
-FCKConfig.SmileyImages	= ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'] ;
-FCKConfig.SmileyColumns = 8 ;
-FCKConfig.SmileyWindowWidth		= 320 ;
-FCKConfig.SmileyWindowHeight	= 240 ;

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.afp
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.afp	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.afp	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,147 +0,0 @@
-<%
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the integration file for Active FoxPro Pages.
- *
-
-DEFINE CLASS goFckeditor AS CONTAINER OLEPUBLIC
-
-	cInstanceName =""
-	BasePath =""
-	cWIDTH =""
-	cHEIGHT =""
-	ToolbarSet =""
-	cValue=""
-	DIMENSION aConfig(10,2)
-
-&& -----------------------------------------------------------------------
-	FUNCTION fckeditor( tcInstanceName )
-		LOCAL lnLoop,lnLoop2
-		THIS.cInstanceName	= tcInstanceName
-		THIS.BasePath	= '/fckeditor/'
-		THIS.cWIDTH		= '100%'
-		THIS.cHEIGHT	= '200'
-		THIS.ToolbarSet	= 'Default'
-		THIS.cValue		= ''
-		FOR lnLoop=1 TO 10
-			FOR lnLoop2=1 TO 2
-				THIS.aConfig(lnLoop,lnLoop2)	= ""
-			NEXT
-		NEXT
-		RETURN
-	ENDFUNC
-
-
-&& -----------------------------------------------------------------------
-	FUNCTION CREATE()
-		? THIS.CreateHtml()
-		RETURN
-	ENDFUNC
-
-&& -----------------------------------------------------------------------
-	FUNCTION CreateHtml()
-		LOCAL html
-		LOCAL lcLink
-
-		HtmlValue = THIS.cValue		&& HTMLSPECIALCHARS()
-
-		html = [<div>]
-		IF THIS.IsCompatible()
-			lcLink = THIS.BasePath+[editor/fckeditor.html?InstanceName=]+THIS.cInstanceName
-
-			IF ( !THIS.ToolbarSet == '' )
-				lcLink = lcLink + [&Toolbar=]+THIS.ToolbarSet
-			ENDIF
-
-			&& Render the LINKED HIDDEN FIELD.
-			html = html + [<input type="hidden" id="]+THIS.cInstanceName +[" name="]+THIS.cInstanceName +[" value="]+HtmlValue+[" style="display:none" />]
-
-			&& Render the configurations HIDDEN FIELD.
-			html = html + [<input type="hidden" id="]+THIS.cInstanceName +[___Config" value="]+THIS.GetConfigFieldString() + [" style="display:none" />] +CHR(13)+CHR(10)
-
-			&& Render the EDITOR IFRAME.
-			html = html + [<iframe id="]+THIS.cInstanceName +[___Frame" src="Link" width="]+THIS.cWIDTH+[" height="]+THIS.cHEIGHT+[" frameborder="0" scrolling="no"></iframe>]
-		ELSE
-			IF ( AT("%", THIS.cWIDTH)=0 )
-				WidthCSS = THIS.cWIDTH + 'px'
-			ELSE
-				WidthCSS = THIS.cWIDTH
-			ENDIF
-
-			IF ( AT("%",THIS.cHEIGHT)=0  )
-				HeightCSS = THIS.cHEIGHT + 'px'
-			ELSE
-				HeightCSS = THIS.cHEIGHT
-			ENDIF
-
-			html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCSS+[ height: ]+HeightCSS+[">]+HtmlValue+[</textarea>]
-		ENDIF
-
-		html = html + [</div>]
-
-		RETURN (html)
-	ENDFUNC
-
-
-&& -----------------------------------------------------------------------
-	FUNCTION IsCompatible()
-		LOCAL llRetval
-		LOCAL sAgent
-
-		llRetval=.F.
-
-
-		sAgent = LOWER(ALLTRIM(request.servervariables("HTTP_USER_AGENT")))
-
-		IF AT("msie",sAgent) >0 .AND. AT("mac",sAgent)=0 .AND. AT("opera",sAgent)=0
-			iVersion=VAL(SUBSTR(sAgent,AT("msie",sAgent)+5,3))
-			llRetval= iVersion > 5.5
-		ELSE
-			IF AT("gecko",sAgent)>0
-				iVersion=VAL(SUBSTR(sAgent,AT("gecko/",sAgent)+6,8))
-				llRetval =iVersion > 20030210
-			ENDIF
-		ENDIF
-		RETURN (llRetval)
-	ENDFUNC
-
-&& -----------------------------------------------------------------------
-	FUNCTION GetConfigFieldString()
-		LOCAL sParams
-		LOCAL bFirst
-		LOCAL sKey
-		sParams = ""
-		bFirst = .T.
-		FOR lnLoop=1 TO 10 && ALEN(this.aconfig)
-			IF !EMPTY(THIS.aConfig(lnLoop,1))
-				IF bFirst = .F.
-					sParams = sParams + "&"
-				ELSE
-					bFirst = .F.
-				ENDIF
-				sParams = sParams +THIS.aConfig(lnLoop,1)+[=]+THIS.aConfig(lnLoop,2)
-			ELSE
-				EXIT
-			ENDIF
-		NEXT
-		RETURN(sParams)
-	ENDFUNC
-ENDDEFINE
-%>
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.asp
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.asp	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.asp	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,196 +0,0 @@
-<!--
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the integration file for ASP.
- *
- * It defines the FCKeditor class that can be used to create editor
- * instances in ASP pages on server side.
--->
-<%
-Class FCKeditor
-
-	private sBasePath
-	private sInstanceName
-	private sWidth
-	private sHeight
-	private sToolbarSet
-	private sValue
-
-	private oConfig
-
-	Private Sub Class_Initialize()
-		sBasePath		= "/fckeditor/"
-		sWidth			= "100%"
-		sHeight			= "200"
-		sToolbarSet		= "Default"
-		sValue			= ""
-
-		Set oConfig = CreateObject("Scripting.Dictionary")
-	End Sub
-
-	Public Property Let BasePath( basePathValue )
-		sBasePath = basePathValue
-	End Property
-
-	Public Property Let InstanceName( instanceNameValue )
-		sInstanceName = instanceNameValue
-	End Property
-
-	Public Property Let Width( widthValue )
-		sWidth = widthValue
-	End Property
-
-	Public Property Let Height( heightValue )
-		sHeight = heightValue
-	End Property
-
-	Public Property Let ToolbarSet( toolbarSetValue )
-		sToolbarSet = toolbarSetValue
-	End Property
-
-	Public Property Let Value( newValue )
-		If ( IsNull( newValue ) OR IsEmpty( newValue ) ) Then
-			sValue = ""
-		Else
-			sValue = newValue
-		End If
-	End Property
-
-	Public Property Let Config( configKey, configValue )
-		oConfig.Add configKey, configValue
-	End Property
-
-	Public Function Create( instanceName )
-
-		Response.Write "<div>"
-
-		If IsCompatible() Then
-
-			Dim sFile
-			If Request.QueryString( "fcksource" ) = "true" Then
-				sFile = "fckeditor.original.html"
-			Else
-				sFile = "fckeditor.html"
-			End If
-
-			Dim sLink
-			sLink = sBasePath & "editor/" & sFile & "?InstanceName=" + instanceName
-
-			If (sToolbarSet & "") <> "" Then
-				sLink = sLink + "&amp;Toolbar=" & sToolbarSet
-			End If
-
-			' Render the linked hidden field.
-			Response.Write "<input type=""hidden"" id=""" & instanceName & """ name=""" & instanceName & """ value=""" & Server.HTMLEncode( sValue ) & """ style=""display:none"" />"
-
-			' Render the configurations hidden field.
-			Response.Write "<input type=""hidden"" id=""" & instanceName & "___Config"" value=""" & GetConfigFieldString() & """ style=""display:none"" />"
-
-			' Render the editor IFRAME.
-			Response.Write "<iframe id=""" & instanceName & "___Frame"" src=""" & sLink & """ width=""" & sWidth & """ height=""" & sHeight & """ frameborder=""0"" scrolling=""no""></iframe>"
-
-		Else
-
-			Dim sWidthCSS, sHeightCSS
-
-			If InStr( sWidth, "%" ) > 0  Then
-				sWidthCSS = sWidth
-			Else
-				sWidthCSS = sWidth & "px"
-			End If
-
-			If InStr( sHeight, "%" ) > 0  Then
-				sHeightCSS = sHeight
-			Else
-				sHeightCSS = sHeight & "px"
-			End If
-
-			Response.Write "<textarea name=""" & instanceName & """ rows=""4"" cols=""40"" style=""width: " & sWidthCSS & "; height: " & sHeightCSS & """>" & Server.HTMLEncode( sValue ) & "</textarea>"
-
-		End If
-
-		Response.Write "</div>"
-
-	End Function
-
-	Private Function IsCompatible()
-
-		Dim sAgent
-		sAgent = Request.ServerVariables("HTTP_USER_AGENT")
-
-		Dim iVersion
-
-		If InStr(sAgent, "MSIE") > 0 AND InStr(sAgent, "mac") <= 0  AND InStr(sAgent, "Opera") <= 0 Then
-			iVersion = CInt( ToNumericFormat( Mid(sAgent, InStr(sAgent, "MSIE") + 5, 3) ) )
-			IsCompatible = ( iVersion >= 5.5 )
-		ElseIf InStr(sAgent, "Gecko/") > 0 Then
-			iVersion = CLng( Mid( sAgent, InStr( sAgent, "Gecko/" ) + 6, 8 ) )
-			IsCompatible = ( iVersion >= 20030210 )
-		Else
-			IsCompatible = False
-		End If
-
-	End Function
-
-	' By Agrotic
-	' On ASP, when converting string to numbers, the number decimal separator is localized
-	' so 5.5 will not work on systems were the separator is "," and vice versa.
-	Private Function ToNumericFormat( numberStr )
-
-		If IsNumeric( "5.5" ) Then
-			ToNumericFormat = Replace( numberStr, ",", ".")
-		Else
-			ToNumericFormat = Replace( numberStr, ".", ",")
-		End If
-
-	End Function
-
-	Private Function GetConfigFieldString()
-
-		Dim sParams
-
-		Dim bFirst
-		bFirst = True
-
-		Dim sKey
-		For Each sKey in oConfig
-
-			If bFirst = False Then
-				sParams = sParams & "&amp;"
-			Else
-				bFirst = False
-			End If
-
-			sParams = sParams & EncodeConfig( sKey ) & "=" & EncodeConfig( oConfig(sKey) )
-
-		Next
-
-		GetConfigFieldString = sParams
-
-	End Function
-
-	Private Function EncodeConfig( valueToEncode )
-		EncodeConfig = Replace( valueToEncode, "&", "%26" )
-		EncodeConfig = Replace( EncodeConfig , "=", "%3D" )
-		EncodeConfig = Replace( EncodeConfig , """", "%22" )
-	End Function
-
-End Class
-%>
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.cfc
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.cfc	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.cfc	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,229 +0,0 @@
-<cfcomponent output="false" displayname="FCKeditor" hint="Create an instance of the FCKeditor.">
-<!---
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * ColdFusion MX integration.
- * Note this CFC is created for use only with Coldfusion MX and above.
- * For older version, check the fckeditor.cfm.
- *
- * Syntax:
- *
- * <cfscript>
- * 		fckEditor = createObject("component", "fckEditorV2/fckeditor");
- * 		fckEditor.instanceName="myEditor";
- * 		fckEditor.basePath="/fckEditorV2/";
- * 		fckEditor.value="This is my <strong>initial</strong> html text.";
- * 		fckEditor.width="100%";
- * 		fckEditor.height="200";
- * 	 	// ... additional parameters ...
- * 		fckEditor.create(); // create instance now.
- * </cfscript>
- *
- * See your macromedia coldfusion mx documentation for more info.
- *
- * *** Note:
- * Do not use path names with a "." (dot) in the name. This is a coldfusion
- * limitation with the cfc invocation.
---->
-<cffunction
-	name="create"
-	access="public"
-	output="true"
-	returntype="void"
-	hint="Initialize the FCKeditor instance."
->
-
-	<cfparam name="this.instanceName" type="string" />
-	<cfparam name="this.width" type="string" default="100%" />
-	<cfparam name="this.height" type="string" default="200" />
-	<cfparam name="this.toolbarSet" type="string" default="Default" />
-	<cfparam name="this.value" type="string" default="" />
-	<cfparam name="this.basePath" type="string" default="/fckeditor/" />
-	<cfparam name="this.checkBrowser" type="boolean" default="true" />
-	<cfparam name="this.config" type="struct" default="#structNew()#" />
-
-	<cfscript>
-	// display the html editor or a plain textarea?
-	if( isCompatible() )
-		showHTMLEditor();
-	else
-		showTextArea();
-	</cfscript>
-
-</cffunction>
-
-<cffunction
-	name="isCompatible"
-	access="private"
-	output="false"
-	returnType="boolean"
-	hint="Check browser compatibility via HTTP_USER_AGENT, if checkBrowser is true"
->
-
-	<cfscript>
-	var sAgent = lCase( cgi.HTTP_USER_AGENT );
-	var stResult = "";
-	var sBrowserVersion = "";
-
-	// do not check if argument "checkBrowser" is false
-	if( not this.checkBrowser )
-		return true;
-
-	// check for Internet Explorer ( >= 5.5 )
-	if( find( "msie", sAgent ) and not find( "mac", sAgent ) and not find( "opera", sAgent ) )
-	{
-		// try to extract IE version
-		stResult = reFind( "msie ([5-9]\.[0-9])", sAgent, 1, true );
-		if( arrayLen( stResult.pos ) eq 2 )
-		{
-			// get IE Version
-			sBrowserVersion = mid( sAgent, stResult.pos[2], stResult.len[2] );
-			return ( sBrowserVersion GTE 5.5 );
-		}
-	}
-	// check for Gecko ( >= 20030210+ )
-	else if( find( "gecko/", sAgent ) )
-	{
-		// try to extract Gecko version date
-		stResult = reFind( "gecko/(200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
-		if( arrayLen( stResult.pos ) eq 2 )
-		{
-			// get Gecko build (i18n date)
-			sBrowserVersion = mid( sAgent, stResult.pos[2], stResult.len[2] );
-			return ( sBrowserVersion GTE 20030210 );
-		}
-	}
-
-	return false;
-	</cfscript>
-</cffunction>
-
-<cffunction
-	name="showTextArea"
-	access="private"
-	output="true"
-	returnType="void"
-	hint="Create a textarea field for non-compatible browsers."
->
-
-	<cfscript>
-	// append unit "px" for numeric width and/or height values
-	if( isNumeric( this.width ) )
-		this.width = this.width & "px";
-	if( isNumeric( this.height ) )
-		this.height = this.height & "px";
-	</cfscript>
-
-	<cfoutput>
-	<div>
-	<textarea name="#this.instanceName#" rows="4" cols="40" style="WIDTH: #this.width#; HEIGHT: #this.height#">#HTMLEditFormat(this.value)#</textarea>
-	</div>
-	</cfoutput>
-
-</cffunction>
-
-<cffunction
-	name="showHTMLEditor"
-	access="private"
-	output="true"
-	returnType="void"
-	hint="Create the html editor instance for compatible browsers."
->
-
-	<cfscript>
-	var sURL = "";
-
-	// try to fix the basePath, if ending slash is missing
-	if( len( this.basePath) and right( this.basePath, 1 ) is not "/" )
-		this.basePath = this.basePath & "/";
-
-	// construct the url
-	sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
-
-	// append toolbarset name to the url
-	if( len( this.toolbarSet ) )
-		sURL = sURL & "&amp;Toolbar=" & this.toolbarSet;
-	</cfscript>
-
-	<cfoutput>
-	<div>
-	<input type="hidden" id="#this.instanceName#" name="#this.instanceName#" value="#HTMLEditFormat(this.value)#" style="display:none" />
-	<input type="hidden" id="#this.instanceName#___Config" value="#GetConfigFieldString()#" style="display:none" />
-	<iframe id="#this.instanceName#___Frame" src="#sURL#" width="#this.width#" height="#this.height#" frameborder="0" scrolling="no"></iframe>
-	</div>
-	</cfoutput>
-
-</cffunction>
-
-<cffunction
-	name="GetConfigFieldString"
-	access="private"
-	output="false"
-	returnType="string"
-	hint="Create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)"
->
-
-	<cfscript>
-	var sParams = "";
-	var key = "";
-	var fieldValue = "";
-	var fieldLabel = "";
-	var lConfigKeys = "";
-	var iPos = "";
-
-	/**
-	 * CFML doesn't store casesensitive names for structure keys, but the configuration names must be casesensitive for js.
-	 * So we need to find out the correct case for the configuration keys.
-	 * We "fix" this by comparing the caseless configuration keys to a list of all available configuration options in the correct case.
-	 * changed 20041206 hk at lwd.de (improvements are welcome!)
-	 */
-	lConfigKeys = lConfigKeys & "CustomConfigurationsPath,EditorAreaCSS,DocType,BaseHref,FullPage,Debug,SkinPath,PluginsPath,AutoDetectLanguage,DefaultLanguage,ContentLangDirection,EnableXHTML,EnableSourceXHTML,ProcessHTMLEntities,IncludeLatinEntities,IncludeGreekEntities";
-	lConfigKeys = lConfigKeys & ",FillEmptyBlocks,FormatSource,FormatOutput,FormatIndentator,GeckoUseSPAN,StartupFocus,ForcePasteAsPlainText,ForceSimpleAmpersand,TabSpaces,ShowBorders,UseBROnCarriageReturn";
-	lConfigKeys = lConfigKeys & ",ToolbarStartExpanded,ToolbarCanCollapse,ToolbarSets,ContextMenu,FontColors,FontNames,FontSizes,FontFormats,StylesXmlPath,SpellChecker,IeSpellDownloadUrl,MaxUndoLevels";
-	lConfigKeys = lConfigKeys & ",LinkBrowser,LinkBrowserURL,LinkBrowserWindowWidth,LinkBrowserWindowHeight";
-	lConfigKeys = lConfigKeys & ",LinkUpload,LinkUploadURL,LinkUploadWindowWidth,LinkUploadWindowHeight,LinkUploadAllowedExtensions,LinkUploadDeniedExtensions";
-	lConfigKeys = lConfigKeys & ",ImageBrowser,ImageBrowserURL,ImageBrowserWindowWidth,ImageBrowserWindowHeight,SmileyPath,SmileyImages,SmileyColumns,SmileyWindowWidth,SmileyWindowHeight";
-
-	for( key in this.config )
-	{
-		iPos = listFindNoCase( lConfigKeys, key );
-		if( iPos GT 0 )
-		{
-			if( len( sParams ) )
-				sParams = sParams & "&amp;";
-
-			fieldValue = this.config[key];
-			fieldName = listGetAt( lConfigKeys, iPos );
-
-			// set all boolean possibilities in CFML to true/false values
-			if( isBoolean( fieldValue) and fieldValue )
-				fieldValue = "true";
-			else if( isBoolean( fieldValue) )
-				fieldValue = "false";
-
-			sParams = sParams & HTMLEditFormat( fieldName ) & '=' & HTMLEditFormat( fieldValue );
-		}
-	}
-	return sParams;
-	</cfscript>
-
-</cffunction>
-
-</cfcomponent>
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.cfm
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.cfm	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.cfm	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,176 +0,0 @@
-<cfsetting enablecfoutputonly="Yes">
-<!---
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * ColdFusion integration.
- * Note this module is created for use with Coldfusion 4.52 and above.
- * For a cfc version for coldfusion mx check the fckeditor.cfc.
- *
- * Syntax:
- *
- * <cfmodule name="path/to/cfc/fckeditor"
- * 	instanceName="myEditor"
- * 	toolbarSet="..."
- * 	width="..."
- * 	height="..:"
- * 	value="..."
- * 	config="..."
- * >
---->
-<!--- ::
-	 * 	Attribute validation
-	:: --->
-<cfparam name="attributes.instanceName" type="string">
-<cfparam name="attributes.width" 		type="string" default="100%">
-<cfparam name="attributes.height" 		type="string" default="200">
-<cfparam name="attributes.toolbarSet" 	type="string" default="Default">
-<cfparam name="attributes.value" 		type="string" default="">
-<cfparam name="attributes.basePath" 	type="string" default="/fckeditor/">
-<cfparam name="attributes.checkBrowser" type="boolean" default="true">
-<cfparam name="attributes.config" 		type="struct" default="#structNew()#">
-
-<!--- ::
-	 * check browser compatibility via HTTP_USER_AGENT, if checkBrowser is true
-	:: --->
-
-<cfscript>
-if( attributes.checkBrowser )
-{
-	sAgent = lCase( cgi.HTTP_USER_AGENT );
-	isCompatibleBrowser = false;
-
-	// check for Internet Explorer ( >= 5.5 )
-	if( find( "msie", sAgent ) and not find( "mac", sAgent ) and not find( "opera", sAgent ) )
-	{
-		// try to extract IE version
-		stResult = reFind( "msie ([5-9]\.[0-9])", sAgent, 1, true );
-		if( arrayLen( stResult.pos ) eq 2 )
-		{
-			// get IE Version
-			sBrowserVersion = mid( sAgent, stResult.pos[2], stResult.len[2] );
-			if( sBrowserVersion GTE 5.5 )
-				isCompatibleBrowser = true;
-		}
-	}
-	// check for Gecko ( >= 20030210+ )
-	else if( find( "gecko/", sAgent ) )
-	{
-		// try to extract Gecko version date
-		stResult = reFind( "gecko/(200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
-		if( arrayLen( stResult.pos ) eq 2 )
-		{
-			// get Gecko build (i18n date)
-			sBrowserVersion = mid( sAgent, stResult.pos[2], stResult.len[2] );
-			if( sBrowserVersion GTE 20030210 )
-				isCompatibleBrowser = true;
-		}
-	}
-}
-else
-{
-	// If we should not check browser compatibility, assume true
-	isCompatibleBrowser = true;
-}
-</cfscript>
-
-<cfif isCompatibleBrowser>
-
-	<!--- ::
-		 * show html editor area for compatible browser
-		:: --->
-
-	<cfscript>
-		// try to fix the basePath, if ending slash is missing
-		if( len( attributes.basePath) and right( attributes.basePath, 1 ) is not "/" )
-			attributes.basePath = attributes.basePath & "/";
-
-		// construct the url
-		sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
-
-		// append toolbarset name to the url
-		if( len( attributes.toolbarSet ) )
-			sURL = sURL & "&amp;Toolbar=" & attributes.toolbarSet;
-
-		// create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)
-
-		/**
-		 * CFML doesn't store casesensitive names for structure keys, but the configuration names must be casesensitive for js.
-		 * So we need to find out the correct case for the configuration keys.
-		 * We "fix" this by comparing the caseless configuration keys to a list of all available configuration options in the correct case.
-		 * changed 20041206 hk at lwd.de (improvements are welcome!)
-		 */
-		lConfigKeys = "";
-		lConfigKeys = lConfigKeys & "CustomConfigurationsPath,EditorAreaCSS,DocType,BaseHref,FullPage,Debug,SkinPath,PluginsPath,AutoDetectLanguage,DefaultLanguage,ContentLangDirection,EnableXHTML,EnableSourceXHTML,ProcessHTMLEntities,IncludeLatinEntities,IncludeGreekEntities";
-		lConfigKeys = lConfigKeys & ",FillEmptyBlocks,FormatSource,FormatOutput,FormatIndentator,GeckoUseSPAN,StartupFocus,ForcePasteAsPlainText,ForceSimpleAmpersand,TabSpaces,ShowBorders,UseBROnCarriageReturn";
-		lConfigKeys = lConfigKeys & ",ToolbarStartExpanded,ToolbarCanCollapse,ToolbarSets,ContextMenu,FontColors,FontNames,FontSizes,FontFormats,StylesXmlPath,SpellChecker,IeSpellDownloadUrl,MaxUndoLevels";
-		lConfigKeys = lConfigKeys & ",LinkBrowser,LinkBrowserURL,LinkBrowserWindowWidth,LinkBrowserWindowHeight";
-		lConfigKeys = lConfigKeys & ",LinkUpload,LinkUploadURL,LinkUploadWindowWidth,LinkUploadWindowHeight,LinkUploadAllowedExtensions,LinkUploadDeniedExtensions";
-		lConfigKeys = lConfigKeys & ",ImageBrowser,ImageBrowserURL,ImageBrowserWindowWidth,ImageBrowserWindowHeight,SmileyPath,SmileyImages,SmileyColumns,SmileyWindowWidth,SmileyWindowHeight";
-
-		sConfig = "";
-
-		for( key in attributes.config )
-		{
-			iPos = listFindNoCase( lConfigKeys, key );
-			if( iPos GT 0 )
-			{
-				if( len( sConfig ) )
-					sConfig = sConfig & "&amp;";
-
-				fieldValue = attributes.config[key];
-				fieldName = listGetAt( lConfigKeys, iPos );
-
-				sConfig = sConfig & urlEncodedFormat( fieldName ) & '=' & urlEncodedFormat( fieldValue );
-			}
-		}
-	</cfscript>
-
-	<cfoutput>
-	<div>
-	<input type="hidden" id="#attributes.instanceName#" name="#attributes.instanceName#" value="#HTMLEditFormat(attributes.value)#" style="display:none" />
-	<input type="hidden" id="#attributes.instanceName#___Config" value="#sConfig#" style="display:none" />
-	<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#attributes.height#" frameborder="0" scrolling="no"></iframe>
-	</div>
-	</cfoutput>
-
-<cfelse>
-
-	<!--- ::
-		 * show	plain textarea for non compatible browser
-		:: --->
-
-	<cfscript>
-		// append unit "px" for numeric width and/or height values
-		if( isNumeric( attributes.width ) )
-			attributes.width = attributes.width & "px";
-		if( isNumeric( attributes.height ) )
-			attributes.height = attributes.height & "px";
-	</cfscript>
-
-	<!--- Fixed Bug ##1075166. hk at lwd.de 20041206 --->
-	<cfoutput>
-	<div>
-	<textarea name="#attributes.instanceName#" rows="4" cols="40" style="WIDTH: #attributes.width#; HEIGHT: #attributes.height#">#HTMLEditFormat(attributes.value)#</textarea>
-	</div>
-	</cfoutput>
-
-</cfif>
-
-<cfsetting enablecfoutputonly="No"><cfexit method="exittag">
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.js
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.js	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.js	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,214 +0,0 @@
-/*
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the integration file for JavaScript.
- *
- * It defines the FCKeditor class that can be used to create editor
- * instances in a HTML page in the client side. For server side
- * operations, use the specific integration system.
- */
-
-// FCKeditor Class
-var FCKeditor = function( instanceName, width, height, toolbarSet, value )
-{
-	// Properties
-	this.InstanceName	= instanceName ;
-	this.Width			= width			|| '100%' ;
-	this.Height			= height		|| '200' ;
-	this.ToolbarSet		= toolbarSet	|| 'Default' ;
-	this.Value			= value			|| '' ;
-	this.BasePath		= '/fckeditor/' ;
-	this.CheckBrowser	= true ;
-	this.DisplayErrors	= true ;
-	this.EnableSafari	= false ;		// This is a temporary property, while Safari support is under development.
-	this.EnableOpera	= false ;		// This is a temporary property, while Opera support is under development.
-
-	this.Config			= new Object() ;
-
-	// Events
-	this.OnError		= null ;	// function( source, errorNumber, errorDescription )
-}
-
-FCKeditor.prototype.Version			= '2.4.2' ;
-FCKeditor.prototype.VersionBuild	= '14978' ;
-
-FCKeditor.prototype.Create = function()
-{
-	document.write( this.CreateHtml() ) ;
-}
-
-FCKeditor.prototype.CreateHtml = function()
-{
-	// Check for errors
-	if ( !this.InstanceName || this.InstanceName.length == 0 )
-	{
-		this._ThrowError( 701, 'You must specify an instance name.' ) ;
-		return '' ;
-	}
-
-	var sHtml = '<div>' ;
-
-	if ( !this.CheckBrowser || this._IsCompatibleBrowser() )
-	{
-		sHtml += '<input type="hidden" id="' + this.InstanceName + '" name="' + this.InstanceName + '" value="' + this._HTMLEncode( this.Value ) + '" style="display:none" />' ;
-		sHtml += this._GetConfigHtml() ;
-		sHtml += this._GetIFrameHtml() ;
-	}
-	else
-	{
-		var sWidth  = this.Width.toString().indexOf('%')  > 0 ? this.Width  : this.Width  + 'px' ;
-		var sHeight = this.Height.toString().indexOf('%') > 0 ? this.Height : this.Height + 'px' ;
-		sHtml += '<textarea name="' + this.InstanceName + '" rows="4" cols="40" style="width:' + sWidth + ';height:' + sHeight + '">' + this._HTMLEncode( this.Value ) + '<\/textarea>' ;
-	}
-
-	sHtml += '</div>' ;
-
-	return sHtml ;
-}
-
-FCKeditor.prototype.ReplaceTextarea = function()
-{
-	if ( !this.CheckBrowser || this._IsCompatibleBrowser() )
-	{
-		// We must check the elements firstly using the Id and then the name.
-		var oTextarea = document.getElementById( this.InstanceName ) ;
-		var colElementsByName = document.getElementsByName( this.InstanceName ) ;
-		var i = 0;
-		while ( oTextarea || i == 0 )
-		{
-			if ( oTextarea && oTextarea.tagName.toLowerCase() == 'textarea' )
-				break ;
-			oTextarea = colElementsByName[i++] ;
-		}
-
-		if ( !oTextarea )
-		{
-			alert( 'Error: The TEXTAREA with id or name set to "' + this.InstanceName + '" was not found' ) ;
-			return ;
-		}
-
-		oTextarea.style.display = 'none' ;
-		this._InsertHtmlBefore( this._GetConfigHtml(), oTextarea ) ;
-		this._InsertHtmlBefore( this._GetIFrameHtml(), oTextarea ) ;
-	}
-}
-
-FCKeditor.prototype._InsertHtmlBefore = function( html, element )
-{
-	if ( element.insertAdjacentHTML )	// IE
-		element.insertAdjacentHTML( 'beforeBegin', html ) ;
-	else								// Gecko
-	{
-		var oRange = document.createRange() ;
-		oRange.setStartBefore( element ) ;
-		var oFragment = oRange.createContextualFragment( html );
-		element.parentNode.insertBefore( oFragment, element ) ;
-	}
-}
-
-FCKeditor.prototype._GetConfigHtml = function()
-{
-	var sConfig = '' ;
-	for ( var o in this.Config )
-	{
-		if ( sConfig.length > 0 ) sConfig += '&amp;' ;
-		sConfig += encodeURIComponent( o ) + '=' + encodeURIComponent( this.Config[o] ) ;
-	}
-
-	return '<input type="hidden" id="' + this.InstanceName + '___Config" value="' + sConfig + '" style="display:none" />' ;
-}
-
-FCKeditor.prototype._GetIFrameHtml = function()
-{
-	var sFile = 'fckeditor.html' ;
-
-	try
-	{
-		if ( (/fcksource=true/i).test( window.top.location.search ) )
-			sFile = 'fckeditor.original.html' ;
-	}
-	catch (e) { /* Ignore it. Much probably we are inside a FRAME where the "top" is in another domain (security error). */ }
-
-	var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.InstanceName ) ;
-	if (this.ToolbarSet) sLink += '&amp;Toolbar=' + this.ToolbarSet ;
-
-	return '<iframe id="' + this.InstanceName + '___Frame" src="' + sLink + '" width="' + this.Width + '" height="' + this.Height + '" frameborder="0" scrolling="no"></iframe>' ;
-}
-
-FCKeditor.prototype._IsCompatibleBrowser = function()
-{
-	return FCKeditor_IsCompatibleBrowser( this.EnableSafari, this.EnableOpera ) ;
-}
-
-FCKeditor.prototype._ThrowError = function( errorNumber, errorDescription )
-{
-	this.ErrorNumber		= errorNumber ;
-	this.ErrorDescription	= errorDescription ;
-
-	if ( this.DisplayErrors )
-	{
-		document.write( '<div style="COLOR: #ff0000">' ) ;
-		document.write( '[ FCKeditor Error ' + this.ErrorNumber + ': ' + this.ErrorDescription + ' ]' ) ;
-		document.write( '</div>' ) ;
-	}
-
-	if ( typeof( this.OnError ) == 'function' )
-		this.OnError( this, errorNumber, errorDescription ) ;
-}
-
-FCKeditor.prototype._HTMLEncode = function( text )
-{
-	if ( typeof( text ) != "string" )
-		text = text.toString() ;
-
-	text = text.replace(
-		/&/g, "&amp;").replace(
-		/"/g, "&quot;").replace(
-		/</g, "&lt;").replace(
-		/>/g, "&gt;") ;
-
-	return text ;
-}
-
-function FCKeditor_IsCompatibleBrowser( enableSafari, enableOpera )
-{
-	var sAgent = navigator.userAgent.toLowerCase() ;
-
-	// Internet Explorer
-	if ( sAgent.indexOf("msie") != -1 && sAgent.indexOf("mac") == -1 && sAgent.indexOf("opera") == -1 )
-	{
-		var sBrowserVersion = navigator.appVersion.match(/MSIE (.\..)/)[1] ;
-		return ( sBrowserVersion >= 5.5 ) ;
-	}
-
-	// Gecko (Opera 9 tries to behave like Gecko at this point).
-	if ( navigator.product == "Gecko" && navigator.productSub >= 20030210 && !( typeof(opera) == 'object' && opera.postError ) )
-		return true ;
-
-	// Opera
-	if ( enableOpera && navigator.appName == 'Opera' && parseInt( navigator.appVersion, 10 ) >= 9 )
-			return true ;
-
-	// Safari
-	if ( enableSafari && sAgent.indexOf( 'safari' ) != -1 )
-		return ( sAgent.match( /safari\/(\d+)/ )[1] >= 312 ) ;	// Build must be at least 312 (1.3)
-
-	return false ;
-}
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.lasso
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.lasso	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.lasso	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,101 +0,0 @@
-[//lasso
-/*
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the integration file for Lasso.
- *
- * It defines the FCKeditor class ("custom type" in Lasso terms) that can
- * be used to create editor instances in Lasso pages on server side.
- */
-
-	define_type(
-		'editor',
-		-namespace='fck_',
-		-description='Creates an instance of FCKEditor.'
-	);
-		local(
-			'instancename'	=	'FCKEditor1',
-			'width'			=	'100%',
-			'height'		=	'200',
-			'toolbarset'	=	'Default',
-			'initialvalue'	=	string,
-			'basepath'		=	'/fckeditor/',
-			'config'		=	array,
-			'checkbrowser'	=	true,
-			'displayerrors'	=	false
-		);
-
-		define_tag(
-			'onCreate',
-			-required='instancename', -type='string',
-			-optional='width', -type='string',
-			-optional='height', -type='string',
-			-optional='toolbarset', -type='string',
-			-optional='initialvalue', -type='string',
-			-optional='basepath', -type='string',
-			-optional='config', -type='array'
-		);
-			self->instancename = #instancename;
-			local_defined('width') ? self->width = #width;
-			local_defined('height') ? self->height = #height;
-			local_defined('toolbarset') ? self->toolbarset = #toolbarset;
-			local_defined('initialvalue') ? self->initialvalue = #initialvalue;
-			local_defined('basepath') ? self->basepath = #basepath;
-			local_defined('config') ? self->config = #config;
-		/define_tag;
-
-		define_tag('create');
-			if(self->isCompatibleBrowser);
-				local('out' = '
-					<div>
-						<input type="hidden" id="' + self->instancename + '" name="' + self->instancename + '" value="' + encode_html(self->initialvalue) + '" style="display:none" />
-						' + self->parseConfig + '
-						<iframe id="' + self->instancename + '___Frame" src="' + self->basepath + 'editor/fckeditor.html?InstanceName=' + self->instancename + '&Toolbar=' + self->toolbarset + '" width="' + self->width + '" height="' + self->height + '" frameborder="0" scrolling="no"></iframe>
-					</div>
-				');
-			else;
-				local('out' = '
-					<div>
-						<textarea name="' + self->instancename + '" rows="4" cols="40" style="width: ' + self->width + '; height: ' + self->height + '">' + encode_html(self->initialvalue) + '</textarea>
-					</div>
-				');
-			/if;
-			return(@#out);
-		/define_tag;
-
-		define_tag('isCompatibleBrowser');
-			local('result' = true);
-			(client_browser >> 'Apple' || client_browser >> 'Opera' || client_browser >> 'KHTML') ? #result = false;
-			return(#result);
-		/define_tag;
-
-		define_tag('parseConfig');
-			if(self->config->size);
-				local('out' = '<input type="hidden" id="' + self->instancename + '___Config" value="');
-				iterate(self->config, local('this'));
-					loop_count > 1 ? #out += '&amp;';
-					#out += encode_html(#this->first) + '=' + encode_html(#this->second);
-				/iterate;
-				#out += '" style="display:none" />\n';
-				return(@#out);
-			/if;
-		/define_tag;
-	/define_type;
-]

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.php
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.php	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.php	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,33 +0,0 @@
-<?php
-/*
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the integration file for PHP (All versions).
- *
- * It loads the correct integration file based on the PHP version (avoinding
- * strict error messages with PHP 5).
- */
-
-if ( version_compare( phpversion(), '5', '<' ) )
-	include_once( 'fckeditor_php4.php' ) ;
-else
-	include_once( 'fckeditor_php5.php' ) ;
-
-?>
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.pl
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.pl	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.pl	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,139 +0,0 @@
-#####
-#  FCKeditor - The text editor for Internet - http://www.fckeditor.net
-#  Copyright (C) 2003-2007 Frederico Caldeira Knabben
-#
-#  == BEGIN LICENSE ==
-#
-#  Licensed under the terms of any of the following licenses at your
-#  choice:
-#
-#   - GNU General Public License Version 2 or later (the "GPL")
-#     http://www.gnu.org/licenses/gpl.html
-#
-#   - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-#     http://www.gnu.org/licenses/lgpl.html
-#
-#   - Mozilla Public License Version 1.1 or later (the "MPL")
-#     http://www.mozilla.org/MPL/MPL-1.1.html
-#
-#  == END LICENSE ==
-#
-#  This is the integration file for Perl.
-#####
-
-#my $InstanceName;
-#my $BasePath;
-#my $Width;
-#my $Height;
-#my $ToolbarSet;
-#my $Value;
-#my %Config;
-
-sub FCKeditor
-{
-
-	local($instanceName) = @_;
-	$InstanceName	= $instanceName;
-	$BasePath		= '/fckeditor/';
-	$Width			= '100%';
-	$Height			= '200';
-	$ToolbarSet		= 'Default';
-	$Value			= '';
-}
-
-sub Create
-{
-	print &CreateHtml();
-}
-
-sub specialchar_cnv
-{
-
-	local($ch) = @_;
-
-	$ch =~ s/&/&amp;/g;		# &
-	$ch =~ s/\"/&quot;/g;	#"
-	$ch =~ s/\'/&#39;/g;	# '
-	$ch =~ s/</&lt;/g;		# <
-	$ch =~ s/>/&gt;/g;		# >
-	return($ch);
-}
-
-sub CreateHtml
-{
-
-	$HtmlValue = &specialchar_cnv($Value);
-	$Html = '<div>' ;
-	if(&IsCompatible()) {
-		$Link = $BasePath . "editor/fckeditor.html?InstanceName=$InstanceName";
-		if($ToolbarSet ne '') {
-			$Link .= "&amp;Toolbar=$ToolbarSet";
-		}
-		#// Render the linked hidden field.
-		$Html .= "<input type=\"hidden\" id=\"$InstanceName\" name=\"$InstanceName\" value=\"$HtmlValue\" style=\"display:none\" />" ;
-
-		#// Render the configurations hidden field.
-		$cfgstr = &GetConfigFieldString();
-		$wk = $InstanceName."___Config";
-		$Html .= "<input type=\"hidden\" id=\"$wk\" value=\"$cfgstr\" style=\"display:none\" />" ;
-
-		#// Render the editor IFRAME.
-		$wk = $InstanceName."___Frame";
-		$Html .= "<iframe id=\"$wk\" src=\"$Link\" width=\"$Width\" height=\"$Height\" frameborder=\"0\" scrolling=\"no\"></iframe>";
-	} else {
-		if($Width =~ /\%/g){
-			$WidthCSS = $Width;
-		} else {
-			$WidthCSS = $Width . 'px';
-		}
-		if($Height =~ /\%/g){
-			$HeightCSS = $Height;
-		} else {
-			$HeightCSS = $Height . 'px';
-		}
-		$Html .= "<textarea name=\"$InstanceName\" rows=\"4\" cols=\"40\" style=\"width: $WidthCSS; height: $HeightCSS\">$HtmlValue</textarea>";
-	}
-	$Html .= '</div>';
-	return($Html);
-}
-
-sub IsCompatible
-{
-
-	$sAgent = $ENV{'HTTP_USER_AGENT'};
-	if(($sAgent =~ /MSIE/i) && !($sAgent =~ /mac/i) && !($sAgent =~ /Opera/i)) {
-		$iVersion = substr($sAgent,index($sAgent,'MSIE') + 5,3);
-		return($iVersion >= 5.5) ;
-	} elsif($sAgent =~ /Gecko\//i) {
-		$iVersion = substr($sAgent,index($sAgent,'Gecko/') + 6,8);
-		return($iVersion >= 20030210) ;
-	} else {
-		return(0);		# 2.0 PR fix
-	}
-}
-
-sub GetConfigFieldString
-{
-	$sParams = '';
-	$bFirst = 0;
-	foreach $sKey (keys %Config) {
-		$sValue = $Config{$sKey};
-		if($bFirst == 1) {
-			$sParams .= '&amp;';
-		} else {
-			$bFirst = 1;
-		}
-		$k = &specialchar_cnv($sKey);
-		$v = &specialchar_cnv($sValue);
-		if($sValue eq "true") {
-			$sParams .= "$k=true";
-		} elsif($sValue eq "false") {
-			$sParams .= "$k=false";
-		} else {
-			$sParams .= "$k=$v";
-		}
-	}
-	return($sParams);
-}
-
-1;

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.py
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.py	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor.py	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,149 +0,0 @@
-"""
-FCKeditor - The text editor for Internet - http://www.fckeditor.net
-Copyright (C) 2003-2007 Frederico Caldeira Knabben
-
-== BEGIN LICENSE ==
-
-Licensed under the terms of any of the following licenses at your
-choice:
-
- - GNU General Public License Version 2 or later (the "GPL")
-   http://www.gnu.org/licenses/gpl.html
-
- - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-   http://www.gnu.org/licenses/lgpl.html
-
- - Mozilla Public License Version 1.1 or later (the "MPL")
-   http://www.mozilla.org/MPL/MPL-1.1.html
-
-== END LICENSE ==
-
-This is the integration file for Python.
-"""
-
-import cgi
-import os
-import string
-
-def escape(text, replace=string.replace):
-    """Converts the special characters '<', '>', and '&'.
-
-    RFC 1866 specifies that these characters be represented
-    in HTML as &lt; &gt; and &amp; respectively. In Python
-    1.5 we use the new string.replace() function for speed.
-    """
-    text = replace(text, '&', '&amp;') # must be done 1st
-    text = replace(text, '<', '&lt;')
-    text = replace(text, '>', '&gt;')
-    text = replace(text, '"', '&quot;')
-    text = replace(text, "'", '&#39;')
-    return text
-
-# The FCKeditor class
-class FCKeditor(object):
-	def __init__(self, instanceName):
-		self.InstanceName = instanceName
-		self.BasePath = '/fckeditor/'
-		self.Width = '100%'
-		self.Height = '200'
-		self.ToolbarSet = 'Default'
-		self.Value = '';
-
-		self.Config = {}
-
-	def Create(self):
-		return self.CreateHtml()
-
-	def CreateHtml(self):
-		HtmlValue = escape(self.Value)
-		Html = "<div>"
-
-		if (self.IsCompatible()):
-			File = "fckeditor.html"
-			Link = "%seditor/%s?InstanceName=%s" % (
-					self.BasePath,
-					File,
-					self.InstanceName
-					)
-			if (self.ToolbarSet is not None):
-				Link += "&amp;ToolBar=%s" % self.ToolbarSet
-
-			# Render the linked hidden field
-			Html += "<input type=\"hidden\" id=\"%s\" name=\"%s\" value=\"%s\" style=\"display:none\" />" % (
-					self.InstanceName,
-					self.InstanceName,
-					HtmlValue
-					)
-
-			# Render the configurations hidden field
-			Html += "<input type=\"hidden\" id=\"%s___Config\" value=\"%s\" style=\"display:none\" />" % (
-					self.InstanceName,
-					self.GetConfigFieldString()
-					)
-
-			# Render the editor iframe
-			Html += "<iframe id=\"%s\__Frame\" src=\"%s\" width=\"%s\" height=\"%s\" frameborder=\"0\" scrolling=\"no\"></iframe>" % (
-					self.InstanceName,
-					Link,
-					self.Width,
-					self.Height
-					)
-		else:
-			if (self.Width.find("%%") < 0):
-				WidthCSS = "%spx" % self.Width
-			else:
-				WidthCSS = self.Width
-			if (self.Height.find("%%") < 0):
-				HeightCSS = "%spx" % self.Height
-			else:
-				HeightCSS = self.Height
-
-			Html += "<textarea name=\"%s\" rows=\"4\" cols=\"40\" style=\"width: %s; height: %s;\" wrap=\"virtual\">%s</textarea>" % (
-					self.InstanceName,
-					WidthCSS,
-					HeightCSS,
-					HtmlValue
-					)
-		Html += "</div>"
-		return Html
-
-	def IsCompatible(self):
-		if (os.environ.has_key("HTTP_USER_AGENT")):
-			sAgent = os.environ.get("HTTP_USER_AGENT", "")
-		else:
-			sAgent = ""
-		if (sAgent.find("MSIE") >= 0) and (sAgent.find("mac") < 0) and (sAgent.find("Opera") < 0):
-			i = sAgent.find("MSIE")
-			iVersion = float(sAgent[i+5:i+5+3])
-			if (iVersion >= 5.5):
-				return True
-			return False
-		elif (sAgent.find("Gecko/") >= 0):
-			i = sAgent.find("Gecko/")
-			iVersion = int(sAgent[i+6:i+6+8])
-			if (iVersion >= 20030210):
-				return True
-			return False
-		else:
-			return False
-
-	def GetConfigFieldString(self):
-		sParams = ""
-		bFirst = True
-		for sKey in self.Config.keys():
-			sValue = self.Config[sKey]
-			if (not bFirst):
-				sParams += "&amp;"
-			else:
-				bFirst = False
-			if (sValue):
-				k = escape(sKey)
-				v = escape(sValue)
-				if (sValue == "true"):
-					sParams += "%s=true" % k
-				elif (sValue == "false"):
-					sParams += "%s=false" % k
-				else:
-					sParams += "%s=%s" % (k, v)
-		return sParams
-

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor_php4.php
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor_php4.php	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor_php4.php	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,160 +0,0 @@
-<?php
-/*
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the integration file for PHP 4.
- *
- * It defines the FCKeditor class that can be used to create editor
- * instances in PHP pages on server side.
- */
-
-class FCKeditor
-{
-	var $InstanceName ;
-	var $BasePath ;
-	var $Width ;
-	var $Height ;
-	var $ToolbarSet ;
-	var $Value ;
-	var $Config ;
-
-	// PHP 4 Contructor
-	function FCKeditor( $instanceName )
-	{
-		$this->InstanceName	= $instanceName ;
-		$this->BasePath		= '/fckeditor/' ;
-		$this->Width		= '100%' ;
-		$this->Height		= '200' ;
-		$this->ToolbarSet	= 'Default' ;
-		$this->Value		= '' ;
-
-		$this->Config		= array() ;
-	}
-
-	function Create()
-	{
-		echo $this->CreateHtml() ;
-	}
-
-	function CreateHtml()
-	{
-		$HtmlValue = htmlspecialchars( $this->Value ) ;
-
-		$Html = '<div>' ;
-
-		if ( $this->IsCompatible() )
-		{
-			if ( isset( $_GET['fcksource'] ) && $_GET['fcksource'] == "true" )
-				$File = 'fckeditor.original.html' ;
-			else
-				$File = 'fckeditor.html' ;
-
-			$Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
-
-			if ( $this->ToolbarSet != '' )
-				$Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
-
-			// Render the linked hidden field.
-			$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value=\"{$HtmlValue}\" style=\"display:none\" />" ;
-
-			// Render the configurations hidden field.
-			$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfigFieldString() . "\" style=\"display:none\" />" ;
-
-			// Render the editor IFRAME.
-			$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0\" scrolling=\"no\"></iframe>" ;
-		}
-		else
-		{
-			if ( strpos( $this->Width, '%' ) === false )
-				$WidthCSS = $this->Width . 'px' ;
-			else
-				$WidthCSS = $this->Width ;
-
-			if ( strpos( $this->Height, '%' ) === false )
-				$HeightCSS = $this->Height . 'px' ;
-			else
-				$HeightCSS = $this->Height ;
-
-			$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCSS}; height: {$HeightCSS}\">{$HtmlValue}</textarea>" ;
-		}
-
-		$Html .= '</div>' ;
-
-		return $Html ;
-	}
-
-	function IsCompatible()
-	{
-		global $HTTP_USER_AGENT ;
-
-		if ( isset( $HTTP_USER_AGENT ) )
-			$sAgent = $HTTP_USER_AGENT ;
-		else
-			$sAgent = $_SERVER['HTTP_USER_AGENT'] ;
-
-		if ( strpos($sAgent, 'MSIE') !== false && strpos($sAgent, 'mac') === false && strpos($sAgent, 'Opera') === false )
-		{
-			$iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
-			return ($iVersion >= 5.5) ;
-		}
-		else if ( strpos($sAgent, 'Gecko/') !== false )
-		{
-			$iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
-			return ($iVersion >= 20030210) ;
-		}
-		else
-			return false ;
-	}
-
-	function GetConfigFieldString()
-	{
-		$sParams = '' ;
-		$bFirst = true ;
-
-		foreach ( $this->Config as $sKey => $sValue )
-		{
-			if ( $bFirst == false )
-				$sParams .= '&amp;' ;
-			else
-				$bFirst = false ;
-
-			if ( $sValue === true )
-				$sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
-			else if ( $sValue === false )
-				$sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
-			else
-				$sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
-		}
-
-		return $sParams ;
-	}
-
-	function EncodeConfig( $valueToEncode )
-	{
-		$chars = array(
-			'&' => '%26',
-			'=' => '%3D',
-			'"' => '%22' ) ;
-
-		return strtr( $valueToEncode,  $chars ) ;
-	}
-}
-
-?>
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor_php5.php
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor_php5.php	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckeditor_php5.php	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,160 +0,0 @@
-<?php
-/*
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the integration file for PHP 5.
- *
- * It defines the FCKeditor class that can be used to create editor
- * instances in PHP pages on server side.
- */
-
-class FCKeditor
-{
-	var $InstanceName ;
-	var $BasePath ;
-	var $Width ;
-	var $Height ;
-	var $ToolbarSet ;
-	var $Value ;
-	var $Config ;
-
-	// PHP 5 Constructor (by Marcus Bointon <coolbru at users.sourceforge.net>)
-	function __construct( $instanceName )
- 	{
-		$this->InstanceName	= $instanceName ;
-		$this->BasePath		= '/fckeditor/' ;
-		$this->Width		= '100%' ;
-		$this->Height		= '200' ;
-		$this->ToolbarSet	= 'Default' ;
-		$this->Value		= '' ;
-
-		$this->Config		= array() ;
-	}
-
-	function Create()
-	{
-		echo $this->CreateHtml() ;
-	}
-
-	function CreateHtml()
-	{
-		$HtmlValue = htmlspecialchars( $this->Value ) ;
-
-		$Html = '<div>' ;
-
-		if ( $this->IsCompatible() )
-		{
-			if ( isset( $_GET['fcksource'] ) && $_GET['fcksource'] == "true" )
-				$File = 'fckeditor.original.html' ;
-			else
-				$File = 'fckeditor.html' ;
-
-			$Link = "{$this->BasePath}editor/{$File}?InstanceName={$this->InstanceName}" ;
-
-			if ( $this->ToolbarSet != '' )
-				$Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
-
-			// Render the linked hidden field.
-			$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value=\"{$HtmlValue}\" style=\"display:none\" />" ;
-
-			// Render the configurations hidden field.
-			$Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfigFieldString() . "\" style=\"display:none\" />" ;
-
-			// Render the editor IFRAME.
-			$Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"0\" scrolling=\"no\"></iframe>" ;
-		}
-		else
-		{
-			if ( strpos( $this->Width, '%' ) === false )
-				$WidthCSS = $this->Width . 'px' ;
-			else
-				$WidthCSS = $this->Width ;
-
-			if ( strpos( $this->Height, '%' ) === false )
-				$HeightCSS = $this->Height . 'px' ;
-			else
-				$HeightCSS = $this->Height ;
-
-			$Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCSS}; height: {$HeightCSS}\">{$HtmlValue}</textarea>" ;
-		}
-
-		$Html .= '</div>' ;
-
-		return $Html ;
-	}
-
-	function IsCompatible()
-	{
-		global $HTTP_USER_AGENT ;
-
-		if ( isset( $HTTP_USER_AGENT ) )
-			$sAgent = $HTTP_USER_AGENT ;
-		else
-			$sAgent = $_SERVER['HTTP_USER_AGENT'] ;
-
-		if ( strpos($sAgent, 'MSIE') !== false && strpos($sAgent, 'mac') === false && strpos($sAgent, 'Opera') === false )
-		{
-			$iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
-			return ($iVersion >= 5.5) ;
-		}
-		else if ( strpos($sAgent, 'Gecko/') !== false )
-		{
-			$iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
-			return ($iVersion >= 20030210) ;
-		}
-		else
-			return false ;
-	}
-
-	function GetConfigFieldString()
-	{
-		$sParams = '' ;
-		$bFirst = true ;
-
-		foreach ( $this->Config as $sKey => $sValue )
-		{
-			if ( $bFirst == false )
-				$sParams .= '&amp;' ;
-			else
-				$bFirst = false ;
-
-			if ( $sValue === true )
-				$sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
-			else if ( $sValue === false )
-				$sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
-			else
-				$sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
-		}
-
-		return $sParams ;
-	}
-
-	function EncodeConfig( $valueToEncode )
-	{
-		$chars = array(
-			'&' => '%26',
-			'=' => '%3D',
-			'"' => '%22' ) ;
-
-		return strtr( $valueToEncode,  $chars ) ;
-	}
-}
-
-?>
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckpackager.xml
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckpackager.xml	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckpackager.xml	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,237 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!--
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the configuration file to be used with FCKpackager to generate the
- * compressed code files in the "js" folder.
- *
- * Please check http://www.fckeditor.net for more info.
--->
-<Package>
-	<Header><![CDATA[/*
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- * 
- * == BEGIN LICENSE ==
- * 
- * Licensed under the terms of any of the following licenses at your
- * choice:
- * 
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- * 
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- * 
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- * 
- * == END LICENSE ==
- * 
- * This file has been compressed for better performance. The original source
- * can be found at "editor/_source".
- */
-]]></Header>
-	<Constants removeDeclaration="false">
-		<Constant name="FCK_STATUS_NOTLOADED" value="0" />
-		<Constant name="FCK_STATUS_ACTIVE" value="1" />
-		<Constant name="FCK_STATUS_COMPLETE" value="2" />
-		<Constant name="FCK_TRISTATE_OFF" value="0" />
-		<Constant name="FCK_TRISTATE_ON" value="1" />
-		<Constant name="FCK_TRISTATE_DISABLED" value="-1" />
-		<Constant name="FCK_UNKNOWN" value="-9" />
-		<Constant name="FCK_TOOLBARITEM_ONLYICON" value="0" />
-		<Constant name="FCK_TOOLBARITEM_ONLYTEXT" value="1" />
-		<Constant name="FCK_TOOLBARITEM_ICONTEXT" value="2" />
-		<Constant name="FCK_EDITMODE_WYSIWYG" value="0" />
-		<Constant name="FCK_EDITMODE_SOURCE" value="1" />
-	</Constants>
-	<PackageFile path="editor/js/fckeditorcode_ie.js">
-		<File path="editor/_source/fckconstants.js" />
-		<File path="editor/_source/fckjscoreextensions.js" />
-		<File path="editor/_source/classes/fckiecleanup.js" />
-		<File path="editor/_source/internals/fckbrowserinfo.js" />
-		<File path="editor/_source/internals/fckurlparams.js" />
-		<File path="editor/_source/classes/fckevents.js" />
-		<File path="editor/_source/internals/fck.js" />
-		<File path="editor/_source/internals/fck_ie.js" />
-		<File path="editor/_source/internals/fckconfig.js" />
-		<File path="editor/_source/internals/fckdebug.js" />
-		<File path="editor/_source/internals/fckdomtools.js" />
-		<File path="editor/_source/internals/fcktools.js" />
-		<File path="editor/_source/internals/fcktools_ie.js" />
-		<File path="editor/_source/fckeditorapi.js" />
-		<File path="editor/_source/classes/fckimagepreloader.js" />
-
-		<File path="editor/_source/internals/fckregexlib.js" />
-		<File path="editor/_source/internals/fcklistslib.js" />
-		<File path="editor/_source/internals/fcklanguagemanager.js" />
-		<File path="editor/_source/internals/fckxhtmlentities.js" />
-		<File path="editor/_source/internals/fckxhtml.js" />
-		<File path="editor/_source/internals/fckxhtml_ie.js" />
-		<File path="editor/_source/internals/fckcodeformatter.js" />
-		<File path="editor/_source/internals/fckundo_ie.js" />
-		<File path="editor/_source/classes/fckeditingarea.js" />
-		<File path="editor/_source/classes/fckkeystrokehandler.js" />
-
-		<File path="editor/_source/internals/fcklisthandler.js" />
-		<File path="editor/_source/classes/fckelementpath.js" />
-		<File path="editor/_source/classes/fckdomrange.js" />
-		<File path="editor/_source/classes/fckdomrange_ie.js" />
-		<File path="editor/_source/classes/fckdocumentfragment_ie.js" />
-		<File path="editor/_source/classes/fckw3crange.js" />
-		<File path="editor/_source/classes/fckenterkey.js" />
-
-		<File path="editor/_source/internals/fckdocumentprocessor.js" />
-		<File path="editor/_source/internals/fckselection.js" />
-		<File path="editor/_source/internals/fckselection_ie.js" />
-
-		<File path="editor/_source/internals/fcktablehandler.js" />
-		<File path="editor/_source/internals/fcktablehandler_ie.js" />
-		<File path="editor/_source/classes/fckxml_ie.js" />
-		<File path="editor/_source/classes/fckstyledef.js" />
-		<File path="editor/_source/classes/fckstyledef_ie.js" />
-		<File path="editor/_source/classes/fckstylesloader.js" />
-
-		<File path="editor/_source/commandclasses/fcknamedcommand.js" />
-		<File path="editor/_source/commandclasses/fck_othercommands.js" />
-		<File path="editor/_source/commandclasses/fckspellcheckcommand_ie.js" />
-		<File path="editor/_source/commandclasses/fcktextcolorcommand.js" />
-		<File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />
-		<File path="editor/_source/commandclasses/fckpastewordcommand.js" />
-		<File path="editor/_source/commandclasses/fcktablecommand.js" />
-		<File path="editor/_source/commandclasses/fckstylecommand.js" />
-		<File path="editor/_source/commandclasses/fckfitwindow.js" />
-		<File path="editor/_source/internals/fckcommands.js" />
-
-		<File path="editor/_source/classes/fckpanel.js" />
-		<File path="editor/_source/classes/fckicon.js" />
-		<File path="editor/_source/classes/fcktoolbarbuttonui.js" />
-		<File path="editor/_source/classes/fcktoolbarbutton.js" />
-		<File path="editor/_source/classes/fckspecialcombo.js" />
-		<File path="editor/_source/classes/fcktoolbarspecialcombo.js" />
-		<File path="editor/_source/classes/fcktoolbarfontscombo.js" />
-		<File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />
-		<File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />
-		<File path="editor/_source/classes/fcktoolbarstylecombo.js" />
-		<File path="editor/_source/classes/fcktoolbarpanelbutton.js" />
-		<File path="editor/_source/internals/fcktoolbaritems.js" />
-		<File path="editor/_source/classes/fcktoolbar.js" />
-		<File path="editor/_source/classes/fcktoolbarbreak_ie.js" />
-		<File path="editor/_source/internals/fcktoolbarset.js" />
-		<File path="editor/_source/internals/fckdialog.js" />
-		<File path="editor/_source/internals/fckdialog_ie.js" />
-
-		<File path="editor/_source/classes/fckmenuitem.js" />
-		<File path="editor/_source/classes/fckmenublock.js" />
-		<File path="editor/_source/classes/fckmenublockpanel.js" />
-		<File path="editor/_source/classes/fckcontextmenu.js" />
-		<File path="editor/_source/internals/fck_contextmenu.js" />
-
-		<File path="editor/_source/classes/fckplugin.js" />
-		<File path="editor/_source/internals/fckplugins.js" />
-	</PackageFile>
-
-	<PackageFile path="editor/js/fckeditorcode_gecko.js">
-		<File path="editor/_source/fckconstants.js" />
-		<File path="editor/_source/fckjscoreextensions.js" />
-		<File path="editor/_source/internals/fckbrowserinfo.js" />
-		<File path="editor/_source/internals/fckurlparams.js" />
-		<File path="editor/_source/classes/fckevents.js" />
-		<File path="editor/_source/internals/fck.js" />
-		<File path="editor/_source/internals/fck_gecko.js" />
-		<File path="editor/_source/internals/fckconfig.js" />
-		<File path="editor/_source/internals/fckdebug.js" />
-		<File path="editor/_source/internals/fckdomtools.js" />
-		<File path="editor/_source/internals/fcktools.js" />
-		<File path="editor/_source/internals/fcktools_gecko.js" />
-		<File path="editor/_source/fckeditorapi.js" />
-		<File path="editor/_source/classes/fckimagepreloader.js" />
-
-		<File path="editor/_source/internals/fckregexlib.js" />
-		<File path="editor/_source/internals/fcklistslib.js" />
-		<File path="editor/_source/internals/fcklanguagemanager.js" />
-		<File path="editor/_source/internals/fckxhtmlentities.js" />
-		<File path="editor/_source/internals/fckxhtml.js" />
-		<File path="editor/_source/internals/fckxhtml_gecko.js" />
-		<File path="editor/_source/internals/fckcodeformatter.js" />
-		<File path="editor/_source/internals/fckundo_gecko.js" />
-		<File path="editor/_source/classes/fckeditingarea.js" />
-		<File path="editor/_source/classes/fckkeystrokehandler.js" />
-
-		<File path="editor/_source/internals/fcklisthandler.js" />
-		<File path="editor/_source/classes/fckelementpath.js" />
-		<File path="editor/_source/classes/fckdomrange.js" />
-		<File path="editor/_source/classes/fckdomrange_gecko.js" />
-		<File path="editor/_source/classes/fckdocumentfragment_gecko.js" />
-		<File path="editor/_source/classes/fckw3crange.js" />
-		<File path="editor/_source/classes/fckenterkey.js" />
-
-		<File path="editor/_source/internals/fckdocumentprocessor.js" />
-		<File path="editor/_source/internals/fckselection.js" />
-		<File path="editor/_source/internals/fckselection_gecko.js" />
-
-		<File path="editor/_source/internals/fcktablehandler.js" />
-		<File path="editor/_source/internals/fcktablehandler_gecko.js" />
-		<File path="editor/_source/classes/fckxml_gecko.js" />
-		<File path="editor/_source/classes/fckstyledef.js" />
-		<File path="editor/_source/classes/fckstyledef_gecko.js" />
-		<File path="editor/_source/classes/fckstylesloader.js" />
-
-		<File path="editor/_source/commandclasses/fcknamedcommand.js" />
-		<File path="editor/_source/commandclasses/fck_othercommands.js" />
-		<File path="editor/_source/commandclasses/fckspellcheckcommand_gecko.js" />
-		<File path="editor/_source/commandclasses/fcktextcolorcommand.js" />
-		<File path="editor/_source/commandclasses/fckpasteplaintextcommand.js" />
-		<File path="editor/_source/commandclasses/fckpastewordcommand.js" />
-		<File path="editor/_source/commandclasses/fcktablecommand.js" />
-		<File path="editor/_source/commandclasses/fckstylecommand.js" />
-		<File path="editor/_source/commandclasses/fckfitwindow.js" />
-		<File path="editor/_source/internals/fckcommands.js" />
-
-		<File path="editor/_source/classes/fckpanel.js" />
-		<File path="editor/_source/classes/fckicon.js" />
-		<File path="editor/_source/classes/fcktoolbarbuttonui.js" />
-		<File path="editor/_source/classes/fcktoolbarbutton.js" />
-		<File path="editor/_source/classes/fckspecialcombo.js" />
-		<File path="editor/_source/classes/fcktoolbarspecialcombo.js" />
-		<File path="editor/_source/classes/fcktoolbarfontscombo.js" />
-		<File path="editor/_source/classes/fcktoolbarfontsizecombo.js" />
-		<File path="editor/_source/classes/fcktoolbarfontformatcombo.js" />
-		<File path="editor/_source/classes/fcktoolbarstylecombo.js" />
-		<File path="editor/_source/classes/fcktoolbarpanelbutton.js" />
-		<File path="editor/_source/internals/fcktoolbaritems.js" />
-		<File path="editor/_source/classes/fcktoolbar.js" />
-		<File path="editor/_source/classes/fcktoolbarbreak_gecko.js" />
-		<File path="editor/_source/internals/fcktoolbarset.js" />
-		<File path="editor/_source/internals/fckdialog.js" />
-		<File path="editor/_source/internals/fckdialog_gecko.js" />
-
-		<File path="editor/_source/classes/fckmenuitem.js" />
-		<File path="editor/_source/classes/fckmenublock.js" />
-		<File path="editor/_source/classes/fckmenublockpanel.js" />
-		<File path="editor/_source/classes/fckcontextmenu.js" />
-		<File path="editor/_source/internals/fck_contextmenu.js" />
-
-		<File path="editor/_source/classes/fckplugin.js" />
-		<File path="editor/_source/internals/fckplugins.js" />
-	</PackageFile>
-
-</Package>
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckstyles.xml
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckstyles.xml	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fckstyles.xml	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!--
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the sample style definitions file. It makes the styles combo
- * completely customizable.
- *
- * See FCKConfig.StylesXmlPath in the configuration file.
--->
-<Styles>
-	<Style name="Image on Left" element="img">
-		<Attribute name="style" value="padding: 5px; margin-right: 5px" />
-		<Attribute name="border" value="2" />
-		<Attribute name="align" value="left" />
-	</Style>
-	<Style name="Image on Right" element="img">
-		<Attribute name="style" value="padding: 5px; margin-left: 5px" />
-		<Attribute name="border" value="2" />
-		<Attribute name="align" value="right" />
-	</Style>
-	<Style name="Custom Bold" element="span">
-		<Attribute name="style" value="font-weight: bold;" />
-	</Style>
-	<Style name="Custom Italic" element="em" />
-	<Style name="Title" element="span">
-		<Attribute name="class" value="Title" />
-	</Style>
-	<Style name="Code" element="span">
-		<Attribute name="class" value="Code" />
-	</Style>
-	<Style name="Title H3" element="h3" />
-	<Style name="Custom Ruler" element="hr">
-		<Attribute name="size" value="1" />
-		<Attribute name="color" value="#ff0000" />
-	</Style>
-</Styles>
\ No newline at end of file

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fcktemplates.xml
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fcktemplates.xml	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/fcktemplates.xml	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!--
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net
- * Copyright (C) 2003-2007 Frederico Caldeira Knabben
- *
- * == BEGIN LICENSE ==
- *
- * Licensed under the terms of any of the following licenses at your
- * choice:
- *
- *  - GNU General Public License Version 2 or later (the "GPL")
- *    http://www.gnu.org/licenses/gpl.html
- *
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
- *    http://www.gnu.org/licenses/lgpl.html
- *
- *  - Mozilla Public License Version 1.1 or later (the "MPL")
- *    http://www.mozilla.org/MPL/MPL-1.1.html
- *
- * == END LICENSE ==
- *
- * This is the sample templates definitions file. It makes the "templates"
- * command completely customizable.
- *
- * See FCKConfig.TemplatesXmlPath in the configuration file.
--->
-<Templates imagesBasePath="fck_template/images/">
-	<Template title="Image and Title" image="template1.gif">
-		<Description>One main image with a title and text that surround the image.</Description>
-		<Html>
-			<![CDATA[
-				<img style="MARGIN-RIGHT: 10px" height="100" alt="" width="100" align="left"/>
-				<h3>Type the title here</h3>
-				Type the text here
-			]]>
-		</Html>
-	</Template>
-	<Template title="Strange Template" image="template2.gif">
-		<Description>A template that defines two colums, each one with a title, and some text.</Description>
-		<Html>
-			<![CDATA[
-				<table cellspacing="0" cellpadding="0" width="100%" border="0">
-					<tbody>
-						<tr>
-							<td width="50%">
-							<h3>Title 1</h3>
-							</td>
-							<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
-							<td width="50%">
-							<h3>Title 2</h3>
-							</td>
-						</tr>
-						<tr>
-							<td>Text 1</td>
-							<td>&nbsp;</td>
-							<td>Text 2</td>
-						</tr>
-					</tbody>
-				</table>
-				More text goes here.
-			]]>
-		</Html>
-	</Template>
-	<Template title="Text and Table" image="template3.gif">
-		<Description>A title with some text and a table.</Description>
-		<Html>
-			<![CDATA[
-				<table align="left" width="80%" border="0" cellspacing="0" cellpadding="0"><tr><td>
-					<h3>Title goes here</h3>
-					<p>
-					<table style="FLOAT: right" cellspacing="0" cellpadding="0" width="150" border="1">
-						<tbody>
-							<tr>
-								<td align="center" colspan="3"><strong>Table title</strong></td>
-							</tr>
-							<tr>
-								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-							</tr>
-							<tr>
-								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-							</tr>
-							<tr>
-								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-							</tr>
-							<tr>
-								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-								<td>&nbsp;</td>
-							</tr>
-						</tbody>
-					</table>
-					Type the text here</p>
-				</td></tr></table>
-			]]>
-		</Html>
-	</Template>
-</Templates>

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/htaccess.txt
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/htaccess.txt	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/htaccess.txt	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,44 +0,0 @@
-#
-#  FCKeditor - The text editor for Internet - http://www.fckeditor.net
-#  Copyright (C) 2003-2007 Frederico Caldeira Knabben
-#
-#  == BEGIN LICENSE ==
-#
-#  Licensed under the terms of any of the following licenses at your
-#  choice:
-#
-#   - GNU General Public License Version 2 or later (the "GPL")
-#     http://www.gnu.org/licenses/gpl.html
-#
-#   - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-#     http://www.gnu.org/licenses/lgpl.html
-#
-#   - Mozilla Public License Version 1.1 or later (the "MPL")
-#     http://www.mozilla.org/MPL/MPL-1.1.html
-#
-#  == END LICENSE ==
-#
-# -----------------------------------------------------------------------------
-#
-# On some specific Linux installations you could face problems with Firefox.
-# It could give you errors when loading the editor saying that some illegal
-# characters were found (three strange chars in the beginning of the file).
-# This could happen if you map the .js or .css files to PHP, for example.
-#
-# Those characters are the Byte Order Mask (BOM) of the Unicode encoded files.
-# All FCKeditor files are Unicode encoded.
-#
-# Just rename this file to ".htaccess" and leave it in the editor directory.
-# There are no security issues on doing it. It just sets the ".js" and ".css"
-# files to their correct content types.
-#
-
-AddType application/x-javascript .js
-AddType text/css .css
-
-#
-# If PHP is mapped to handle XML files, you could have some issues. The
-# following will disable it.
-#
-
-AddType text/xml .xml

Deleted: zope.html/branches/fckeditorv26/src/zope/html/fckeditor/license.txt
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/fckeditor/license.txt	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/fckeditor/license.txt	2008-05-13 15:55:12 UTC (rev 86702)
@@ -1,1247 +0,0 @@
-FCKeditor - The text editor for Internet - http://www.fckeditor.net
-Copyright (C) 2003-2007 Frederico Caldeira Knabben
-
-Licensed under the terms of any of the following licenses at your
-choice:
-
- - GNU General Public License Version 2 or later (the "GPL")
-   http://www.gnu.org/licenses/gpl.html
-   (See Appendix A)
-
- - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-   http://www.gnu.org/licenses/lgpl.html
-   (See Appendix B)
-
- - Mozilla Public License Version 1.1 or later (the "MPL")
-   http://www.mozilla.org/MPL/MPL-1.1.html
-   (See Appendix C)
-
-You are not required to, but if you want to explicitly declare the
-license you have chosen to be bound to when using, reproducing,
-modifying and distributing this software, just include a text file
-titled "legal.txt" in your version of this software, indicating your
-license choice. In any case, your choice will not restrict any
-recipient of your version of this software to use, reproduce, modify
-and distribute this software under any of the above licenses.
-
-Appendix A: The GPL License
-===========================
-
-		    GNU GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-		    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-			    NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-
-Appendix B: The LGPL License
-============================
-
-		  GNU LESSER GENERAL PUBLIC LICENSE
-		       Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-		  GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-			    NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-		     END OF TERMS AND CONDITIONS
-
-
-Appendix C: The MPL License
-===========================
-
-                          MOZILLA PUBLIC LICENSE
-                                Version 1.1
-
-                              ---------------
-
-1. Definitions.
-
-     1.0.1. "Commercial Use" means distribution or otherwise making the
-     Covered Code available to a third party.
-
-     1.1. "Contributor" means each entity that creates or contributes to
-     the creation of Modifications.
-
-     1.2. "Contributor Version" means the combination of the Original
-     Code, prior Modifications used by a Contributor, and the Modifications
-     made by that particular Contributor.
-
-     1.3. "Covered Code" means the Original Code or Modifications or the
-     combination of the Original Code and Modifications, in each case
-     including portions thereof.
-
-     1.4. "Electronic Distribution Mechanism" means a mechanism generally
-     accepted in the software development community for the electronic
-     transfer of data.
-
-     1.5. "Executable" means Covered Code in any form other than Source
-     Code.
-
-     1.6. "Initial Developer" means the individual or entity identified
-     as the Initial Developer in the Source Code notice required by Exhibit
-     A.
-
-     1.7. "Larger Work" means a work which combines Covered Code or
-     portions thereof with code not governed by the terms of this License.
-
-     1.8. "License" means this document.
-
-     1.8.1. "Licensable" means having the right to grant, to the maximum
-     extent possible, whether at the time of the initial grant or
-     subsequently acquired, any and all of the rights conveyed herein.
-
-     1.9. "Modifications" means any addition to or deletion from the
-     substance or structure of either the Original Code or any previous
-     Modifications. When Covered Code is released as a series of files, a
-     Modification is:
-          A. Any addition to or deletion from the contents of a file
-          containing Original Code or previous Modifications.
-
-          B. Any new file that contains any part of the Original Code or
-          previous Modifications.
-
-     1.10. "Original Code" means Source Code of computer software code
-     which is described in the Source Code notice required by Exhibit A as
-     Original Code, and which, at the time of its release under this
-     License is not already Covered Code governed by this License.
-
-     1.10.1. "Patent Claims" means any patent claim(s), now owned or
-     hereafter acquired, including without limitation,  method, process,
-     and apparatus claims, in any patent Licensable by grantor.
-
-     1.11. "Source Code" means the preferred form of the Covered Code for
-     making modifications to it, including all modules it contains, plus
-     any associated interface definition files, scripts used to control
-     compilation and installation of an Executable, or source code
-     differential comparisons against either the Original Code or another
-     well known, available Covered Code of the Contributor's choice. The
-     Source Code can be in a compressed or archival form, provided the
-     appropriate decompression or de-archiving software is widely available
-     for no charge.
-
-     1.12. "You" (or "Your")  means an individual or a legal entity
-     exercising rights under, and complying with all of the terms of, this
-     License or a future version of this License issued under Section 6.1.
-     For legal entities, "You" includes any entity which controls, is
-     controlled by, or is under common control with You. For purposes of
-     this definition, "control" means (a) the power, direct or indirect,
-     to cause the direction or management of such entity, whether by
-     contract or otherwise, or (b) ownership of more than fifty percent
-     (50%) of the outstanding shares or beneficial ownership of such
-     entity.
-
-2. Source Code License.
-
-     2.1. The Initial Developer Grant.
-     The Initial Developer hereby grants You a world-wide, royalty-free,
-     non-exclusive license, subject to third party intellectual property
-     claims:
-          (a)  under intellectual property rights (other than patent or
-          trademark) Licensable by Initial Developer to use, reproduce,
-          modify, display, perform, sublicense and distribute the Original
-          Code (or portions thereof) with or without Modifications, and/or
-          as part of a Larger Work; and
-
-          (b) under Patents Claims infringed by the making, using or
-          selling of Original Code, to make, have made, use, practice,
-          sell, and offer for sale, and/or otherwise dispose of the
-          Original Code (or portions thereof).
-
-          (c) the licenses granted in this Section 2.1(a) and (b) are
-          effective on the date Initial Developer first distributes
-          Original Code under the terms of this License.
-
-          (d) Notwithstanding Section 2.1(b) above, no patent license is
-          granted: 1) for code that You delete from the Original Code; 2)
-          separate from the Original Code;  or 3) for infringements caused
-          by: i) the modification of the Original Code or ii) the
-          combination of the Original Code with other software or devices.
-
-     2.2. Contributor Grant.
-     Subject to third party intellectual property claims, each Contributor
-     hereby grants You a world-wide, royalty-free, non-exclusive license
-
-          (a)  under intellectual property rights (other than patent or
-          trademark) Licensable by Contributor, to use, reproduce, modify,
-          display, perform, sublicense and distribute the Modifications
-          created by such Contributor (or portions thereof) either on an
-          unmodified basis, with other Modifications, as Covered Code
-          and/or as part of a Larger Work; and
-
-          (b) under Patent Claims infringed by the making, using, or
-          selling of  Modifications made by that Contributor either alone
-          and/or in combination with its Contributor Version (or portions
-          of such combination), to make, use, sell, offer for sale, have
-          made, and/or otherwise dispose of: 1) Modifications made by that
-          Contributor (or portions thereof); and 2) the combination of
-          Modifications made by that Contributor with its Contributor
-          Version (or portions of such combination).
-
-          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
-          effective on the date Contributor first makes Commercial Use of
-          the Covered Code.
-
-          (d)    Notwithstanding Section 2.2(b) above, no patent license is
-          granted: 1) for any code that Contributor has deleted from the
-          Contributor Version; 2)  separate from the Contributor Version;
-          3)  for infringements caused by: i) third party modifications of
-          Contributor Version or ii)  the combination of Modifications made
-          by that Contributor with other software  (except as part of the
-          Contributor Version) or other devices; or 4) under Patent Claims
-          infringed by Covered Code in the absence of Modifications made by
-          that Contributor.
-
-3. Distribution Obligations.
-
-     3.1. Application of License.
-     The Modifications which You create or to which You contribute are
-     governed by the terms of this License, including without limitation
-     Section 2.2. The Source Code version of Covered Code may be
-     distributed only under the terms of this License or a future version
-     of this License released under Section 6.1, and You must include a
-     copy of this License with every copy of the Source Code You
-     distribute. You may not offer or impose any terms on any Source Code
-     version that alters or restricts the applicable version of this
-     License or the recipients' rights hereunder. However, You may include
-     an additional document offering the additional rights described in
-     Section 3.5.
-
-     3.2. Availability of Source Code.
-     Any Modification which You create or to which You contribute must be
-     made available in Source Code form under the terms of this License
-     either on the same media as an Executable version or via an accepted
-     Electronic Distribution Mechanism to anyone to whom you made an
-     Executable version available; and if made available via Electronic
-     Distribution Mechanism, must remain available for at least twelve (12)
-     months after the date it initially became available, or at least six
-     (6) months after a subsequent version of that particular Modification
-     has been made available to such recipients. You are responsible for
-     ensuring that the Source Code version remains available even if the
-     Electronic Distribution Mechanism is maintained by a third party.
-
-     3.3. Description of Modifications.
-     You must cause all Covered Code to which You contribute to contain a
-     file documenting the changes You made to create that Covered Code and
-     the date of any change. You must include a prominent statement that
-     the Modification is derived, directly or indirectly, from Original
-     Code provided by the Initial Developer and including the name of the
-     Initial Developer in (a) the Source Code, and (b) in any notice in an
-     Executable version or related documentation in which You describe the
-     origin or ownership of the Covered Code.
-
-     3.4. Intellectual Property Matters
-          (a) Third Party Claims.
-          If Contributor has knowledge that a license under a third party's
-          intellectual property rights is required to exercise the rights
-          granted by such Contributor under Sections 2.1 or 2.2,
-          Contributor must include a text file with the Source Code
-          distribution titled "LEGAL" which describes the claim and the
-          party making the claim in sufficient detail that a recipient will
-          know whom to contact. If Contributor obtains such knowledge after
-          the Modification is made available as described in Section 3.2,
-          Contributor shall promptly modify the LEGAL file in all copies
-          Contributor makes available thereafter and shall take other steps
-          (such as notifying appropriate mailing lists or newsgroups)
-          reasonably calculated to inform those who received the Covered
-          Code that new knowledge has been obtained.
-
-          (b) Contributor APIs.
-          If Contributor's Modifications include an application programming
-          interface and Contributor has knowledge of patent licenses which
-          are reasonably necessary to implement that API, Contributor must
-          also include this information in the LEGAL file.
-
-               (c)    Representations.
-          Contributor represents that, except as disclosed pursuant to
-          Section 3.4(a) above, Contributor believes that Contributor's
-          Modifications are Contributor's original creation(s) and/or
-          Contributor has sufficient rights to grant the rights conveyed by
-          this License.
-
-     3.5. Required Notices.
-     You must duplicate the notice in Exhibit A in each file of the Source
-     Code.  If it is not possible to put such notice in a particular Source
-     Code file due to its structure, then You must include such notice in a
-     location (such as a relevant directory) where a user would be likely
-     to look for such a notice.  If You created one or more Modification(s)
-     You may add your name as a Contributor to the notice described in
-     Exhibit A.  You must also duplicate this License in any documentation
-     for the Source Code where You describe recipients' rights or ownership
-     rights relating to Covered Code.  You may choose to offer, and to
-     charge a fee for, warranty, support, indemnity or liability
-     obligations to one or more recipients of Covered Code. However, You
-     may do so only on Your own behalf, and not on behalf of the Initial
-     Developer or any Contributor. You must make it absolutely clear than
-     any such warranty, support, indemnity or liability obligation is
-     offered by You alone, and You hereby agree to indemnify the Initial
-     Developer and every Contributor for any liability incurred by the
-     Initial Developer or such Contributor as a result of warranty,
-     support, indemnity or liability terms You offer.
-
-     3.6. Distribution of Executable Versions.
-     You may distribute Covered Code in Executable form only if the
-     requirements of Section 3.1-3.5 have been met for that Covered Code,
-     and if You include a notice stating that the Source Code version of
-     the Covered Code is available under the terms of this License,
-     including a description of how and where You have fulfilled the
-     obligations of Section 3.2. The notice must be conspicuously included
-     in any notice in an Executable version, related documentation or
-     collateral in which You describe recipients' rights relating to the
-     Covered Code. You may distribute the Executable version of Covered
-     Code or ownership rights under a license of Your choice, which may
-     contain terms different from this License, provided that You are in
-     compliance with the terms of this License and that the license for the
-     Executable version does not attempt to limit or alter the recipient's
-     rights in the Source Code version from the rights set forth in this
-     License. If You distribute the Executable version under a different
-     license You must make it absolutely clear that any terms which differ
-     from this License are offered by You alone, not by the Initial
-     Developer or any Contributor. You hereby agree to indemnify the
-     Initial Developer and every Contributor for any liability incurred by
-     the Initial Developer or such Contributor as a result of any such
-     terms You offer.
-
-     3.7. Larger Works.
-     You may create a Larger Work by combining Covered Code with other code
-     not governed by the terms of this License and distribute the Larger
-     Work as a single product. In such a case, You must make sure the
-     requirements of this License are fulfilled for the Covered Code.
-
-4. Inability to Comply Due to Statute or Regulation.
-
-     If it is impossible for You to comply with any of the terms of this
-     License with respect to some or all of the Covered Code due to
-     statute, judicial order, or regulation then You must: (a) comply with
-     the terms of this License to the maximum extent possible; and (b)
-     describe the limitations and the code they affect. Such description
-     must be included in the LEGAL file described in Section 3.4 and must
-     be included with all distributions of the Source Code. Except to the
-     extent prohibited by statute or regulation, such description must be
-     sufficiently detailed for a recipient of ordinary skill to be able to
-     understand it.
-
-5. Application of this License.
-
-     This License applies to code to which the Initial Developer has
-     attached the notice in Exhibit A and to related Covered Code.
-
-6. Versions of the License.
-
-     6.1. New Versions.
-     Netscape Communications Corporation ("Netscape") may publish revised
-     and/or new versions of the License from time to time. Each version
-     will be given a distinguishing version number.
-
-     6.2. Effect of New Versions.
-     Once Covered Code has been published under a particular version of the
-     License, You may always continue to use it under the terms of that
-     version. You may also choose to use such Covered Code under the terms
-     of any subsequent version of the License published by Netscape. No one
-     other than Netscape has the right to modify the terms applicable to
-     Covered Code created under this License.
-
-     6.3. Derivative Works.
-     If You create or use a modified version of this License (which you may
-     only do in order to apply it to code which is not already Covered Code
-     governed by this License), You must (a) rename Your license so that
-     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
-     "MPL", "NPL" or any confusingly similar phrase do not appear in your
-     license (except to note that your license differs from this License)
-     and (b) otherwise make it clear that Your version of the license
-     contains terms which differ from the Mozilla Public License and
-     Netscape Public License. (Filling in the name of the Initial
-     Developer, Original Code or Contributor in the notice described in
-     Exhibit A shall not of themselves be deemed to be modifications of
-     this License.)
-
-7. DISCLAIMER OF WARRANTY.
-
-     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
-     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
-     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
-     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
-     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
-     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
-     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
-     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
-     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
-
-8. TERMINATION.
-
-     8.1.  This License and the rights granted hereunder will terminate
-     automatically if You fail to comply with terms herein and fail to cure
-     such breach within 30 days of becoming aware of the breach. All
-     sublicenses to the Covered Code which are properly granted shall
-     survive any termination of this License. Provisions which, by their
-     nature, must remain in effect beyond the termination of this License
-     shall survive.
-
-     8.2.  If You initiate litigation by asserting a patent infringement
-     claim (excluding declatory judgment actions) against Initial Developer
-     or a Contributor (the Initial Developer or Contributor against whom
-     You file such action is referred to as "Participant")  alleging that:
-
-     (a)  such Participant's Contributor Version directly or indirectly
-     infringes any patent, then any and all rights granted by such
-     Participant to You under Sections 2.1 and/or 2.2 of this License
-     shall, upon 60 days notice from Participant terminate prospectively,
-     unless if within 60 days after receipt of notice You either: (i)
-     agree in writing to pay Participant a mutually agreeable reasonable
-     royalty for Your past and future use of Modifications made by such
-     Participant, or (ii) withdraw Your litigation claim with respect to
-     the Contributor Version against such Participant.  If within 60 days
-     of notice, a reasonable royalty and payment arrangement are not
-     mutually agreed upon in writing by the parties or the litigation claim
-     is not withdrawn, the rights granted by Participant to You under
-     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
-     the 60 day notice period specified above.
-
-     (b)  any software, hardware, or device, other than such Participant's
-     Contributor Version, directly or indirectly infringes any patent, then
-     any rights granted to You by such Participant under Sections 2.1(b)
-     and 2.2(b) are revoked effective as of the date You first made, used,
-     sold, distributed, or had made, Modifications made by that
-     Participant.
-
-     8.3.  If You assert a patent infringement claim against Participant
-     alleging that such Participant's Contributor Version directly or
-     indirectly infringes any patent where such claim is resolved (such as
-     by license or settlement) prior to the initiation of patent
-     infringement litigation, then the reasonable value of the licenses
-     granted by such Participant under Sections 2.1 or 2.2 shall be taken
-     into account in determining the amount or value of any payment or
-     license.
-
-     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
-     all end user license agreements (excluding distributors and resellers)
-     which have been validly granted by You or any distributor hereunder
-     prior to termination shall survive termination.
-
-9. LIMITATION OF LIABILITY.
-
-     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
-     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
-     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
-     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
-     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
-     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
-     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
-     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
-     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
-
-10. U.S. GOVERNMENT END USERS.
-
-     The Covered Code is a "commercial item," as that term is defined in
-     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
-     software" and "commercial computer software documentation," as such
-     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
-     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
-     all U.S. Government End Users acquire Covered Code with only those
-     rights set forth herein.
-
-11. MISCELLANEOUS.
-
-     This License represents the complete agreement concerning subject
-     matter hereof. If any provision of this License is held to be
-     unenforceable, such provision shall be reformed only to the extent
-     necessary to make it enforceable. This License shall be governed by
-     California law provisions (except to the extent applicable law, if
-     any, provides otherwise), excluding its conflict-of-law provisions.
-     With respect to disputes in which at least one party is a citizen of,
-     or an entity chartered or registered to do business in the United
-     States of America, any litigation relating to this License shall be
-     subject to the jurisdiction of the Federal Courts of the Northern
-     District of California, with venue lying in Santa Clara County,
-     California, with the losing party responsible for costs, including
-     without limitation, court costs and reasonable attorneys' fees and
-     expenses. The application of the United Nations Convention on
-     Contracts for the International Sale of Goods is expressly excluded.
-     Any law or regulation which provides that the language of a contract
-     shall be construed against the drafter shall not apply to this
-     License.
-
-12. RESPONSIBILITY FOR CLAIMS.
-
-     As between Initial Developer and the Contributors, each party is
-     responsible for claims and damages arising, directly or indirectly,
-     out of its utilization of rights under this License and You agree to
-     work with Initial Developer and Contributors to distribute such
-     responsibility on an equitable basis. Nothing herein is intended or
-     shall be deemed to constitute any admission of liability.
-
-13. MULTIPLE-LICENSED CODE.
-
-     Initial Developer may designate portions of the Covered Code as
-     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
-     Developer permits you to utilize portions of the Covered Code under
-     Your choice of the NPL or the alternative licenses, if any, specified
-     by the Initial Developer in the file described in Exhibit A.
-
-EXHIBIT A -Mozilla Public License.
-
-     ``The contents of this file are subject to the Mozilla Public License
-     Version 1.1 (the "License"); you may not use this file except in
-     compliance with the License. You may obtain a copy of the License at
-     http://www.mozilla.org/MPL/
-
-     Software distributed under the License is distributed on an "AS IS"
-     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-     License for the specific language governing rights and limitations
-     under the License.
-
-     The Original Code is ______________________________________.
-
-     The Initial Developer of the Original Code is ________________________.
-     Portions created by ______________________ are Copyright (C) ______
-     _______________________. All Rights Reserved.
-
-     Contributor(s): ______________________________________.
-
-     Alternatively, the contents of this file may be used under the terms
-     of the _____ license (the  "[___] License"), in which case the
-     provisions of [______] License are applicable instead of those
-     above.  If you wish to allow use of your version of this file only
-     under the terms of the [____] License and not to allow others to use
-     your version of this file under the MPL, indicate your decision by
-     deleting  the provisions above and replace  them with the notice and
-     other provisions required by the [___] License.  If you do not delete
-     the provisions above, a recipient may use your version of this file
-     under either the MPL or the [___] License."
-
-     [NOTE: The text of this Exhibit A may differ slightly from the text of
-     the notices in the Source Code files of the Original Code. You should
-     use the text of this Exhibit A rather than the text found in the
-     Original Code Source Code for Your Modifications.]
-

Modified: zope.html/branches/fckeditorv26/src/zope/html/widget.py
===================================================================
--- zope.html/branches/fckeditorv26/src/zope/html/widget.py	2008-05-13 15:49:24 UTC (rev 86701)
+++ zope.html/branches/fckeditorv26/src/zope/html/widget.py	2008-05-13 15:55:12 UTC (rev 86702)
@@ -25,6 +25,7 @@
 
     editorWidth = 600
     editorHeight = 400
+    fckVersion = 2.6
 
     configurationPath = "/@@/zope_fckconfig.js"
     toolbarConfiguration = "zope"
@@ -44,6 +45,7 @@
             "toolbars": self.toolbarConfiguration,
             "width": self.editorWidth,
             "height": self.editorHeight,
+            "fckversion": self.fckVersion,
             }
         textarea = super(FckeditorWidget, self).__call__()
         return textarea + (self.javascriptTemplate % d)
@@ -52,7 +54,7 @@
 <script type="text/javascript" language="JavaScript">
 var oFCKeditor_%(shortname)s = new FCKeditor(
         "%(name)s", %(width)s, %(height)s, "%(toolbars)s");
-    oFCKeditor_%(shortname)s.BasePath = "/@@/fckeditor/";
+    oFCKeditor_%(shortname)s.BasePath = "/@@/fckeditor/%(fckversion)s/fckeditor/";
     oFCKeditor_%(shortname)s.Config["CustomConfigurationsPath"] = "%(config)s";
     oFCKeditor_%(shortname)s.ReplaceTextarea();
 </script>



More information about the Checkins mailing list