You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at createHtmlBundle() I think the HTML export file itself is not cached, and the content is always just one file, so it should be possible to offer gzip(1)-compressed in addition to PKZIP-archived HTML. python3-gzip exists and even defaults to a suitable compression level (which, for gzip (in contrast to some others), is the highest).
This would help Unix users as it’s easier to decompress there (and, in fact, the browser can often do that… I know even MSIE 5 did that when it was not supposed to). I’d leave the PKZIP export in though for the “average desktop OS user”.
The text was updated successfully, but these errors were encountered:
If it’s not too much effort…
Looking at
createHtmlBundle()
I think the HTML export file itself is not cached, and the content is always just one file, so it should be possible to offergzip(1)
-compressed in addition to PKZIP-archived HTML.python3-gzip
exists and even defaults to a suitable compression level (which, for gzip (in contrast to some others), is the highest).This would help Unix users as it’s easier to decompress there (and, in fact, the browser can often do that… I know even MSIE 5 did that when it was not supposed to). I’d leave the PKZIP export in though for the “average desktop OS user”.
The text was updated successfully, but these errors were encountered: