Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-04-28 05:13:30

lhwparis
New member
Registered: 2007-04-27
Posts: 2

gzip compressor

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

#2 2007-05-03 19:20:06

ray
Xinha Administrator
From: Germany
Registered: 2005-03-23
Posts: 521
Website

Re: gzip compressor

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

#3 2007-05-04 02:26:46

lhwparis
New member
Registered: 2007-04-27
Posts: 2

Re: gzip compressor

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 wink

Offline

Board footer

Powered by FluxBB