SOURCES: drupal-mod-tinymce.conf - revert bad commit

glen glen at pld-linux.org
Mon Jul 17 13:50:10 CEST 2006


Author: glen                         Date: Mon Jul 17 11:50:10 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- revert bad commit

---- Files affected:
SOURCES:
   drupal-mod-tinymce.conf (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/drupal-mod-tinymce.conf
diff -u SOURCES/drupal-mod-tinymce.conf:1.4 SOURCES/drupal-mod-tinymce.conf:1.5
--- SOURCES/drupal-mod-tinymce.conf:1.4	Mon Jul 17 13:47:47 2006
+++ SOURCES/drupal-mod-tinymce.conf	Mon Jul 17 13:50:05 2006
@@ -1,5 +1,22 @@
 # $Id$
+# TinyMCE alias for TinyMCE Drupal module.
+#
+# If you're using top level domain, you should comment out the first configuration.
 
-<Directory /usr/share/mydelfi_cm/www>
-    Allow from all
-</Directory>
+# Drupal installed in /drupal.
+<IfModule mod_alias.c>
+    Alias /drupal/modules/tinymce/jscripts/tiny_mce /usr/share/tinymce
+    <Location /drupal/modules/tinymce/jscripts/tiny_mce>
+        allow from all
+    </Location>
+</IfModule>
+
+# Drupal installed in top level vhost.
+<IfModule mod_alias.c>
+    Alias /modules/tinymce/jscripts/tiny_mce /usr/share/tinymce
+    <Location /modules/tinymce/jscripts/tiny_mce>
+        allow from all
+    </Location>
+</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/drupal-mod-tinymce.conf?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list