[Checkins] SVN: zope.html/trunk/src/zope/html/ckeditor/3.6.2/ move .htaccess file too.

Satchidanand Haridas satchit at zope.com
Thu Jan 26 20:05:07 UTC 2012


Log message for revision 124189:
  move .htaccess file too.
  
  

Changed:
  D   zope.html/trunk/src/zope/html/ckeditor/3.6.2/.htaccess
  A   zope.html/trunk/src/zope/html/ckeditor/3.6.2/ckeditor/.htaccess

-=-
Deleted: zope.html/trunk/src/zope/html/ckeditor/3.6.2/.htaccess
===================================================================
--- zope.html/trunk/src/zope/html/ckeditor/3.6.2/.htaccess	2012-01-26 20:02:32 UTC (rev 124188)
+++ zope.html/trunk/src/zope/html/ckeditor/3.6.2/.htaccess	2012-01-26 20:05:07 UTC (rev 124189)
@@ -1,24 +0,0 @@
-#
-# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
-# For licensing, see LICENSE.html or http://ckeditor.com/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.
-#
-
-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

Copied: zope.html/trunk/src/zope/html/ckeditor/3.6.2/ckeditor/.htaccess (from rev 124184, zope.html/trunk/src/zope/html/ckeditor/3.6.2/.htaccess)
===================================================================
--- zope.html/trunk/src/zope/html/ckeditor/3.6.2/ckeditor/.htaccess	                        (rev 0)
+++ zope.html/trunk/src/zope/html/ckeditor/3.6.2/ckeditor/.htaccess	2012-01-26 20:05:07 UTC (rev 124189)
@@ -0,0 +1,24 @@
+#
+# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.html or http://ckeditor.com/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.
+#
+
+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



More information about the checkins mailing list