You are not logged in.
Pages: 1
hi all,
first of all this is a great WYSIWYG editor ! perfect work!
i wanna ask if there is a plugin that gzips the xinha content like the compression plugins for tinymce?
Offline
Something like this is not available at the moment (or even possible without some rather large changes to the way the required files are loaded by Xinha).
But this is a thing we should definitely implement, the effects are really marvellous.
If you are running Apache with mod_deflate loaded you can try to put a .htaccess file in you Xinha folder containing
<FilesMatch "\.(js|html?|php|css)$">
SetOutputFilter DEFLATE
</FilesMatch>
or otherwise if you don't have mod_deflate, but PHP as Apache module (not CGI)
AddHandler application/x-httpd-php .js
php_flag zlib.output_compression On
Offline
thanks i know about these methods but they are not very usable for me:(
i hope you decide to integrate such a feature in the near future.
ill have a look at the xinha code eventually i can help you a little bit with this feature
Offline
Pages: 1