[dokuwiki] Re: adding bz2 support?
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Fri, 25 Aug 2006 14:50:28 +0200
Terence J. Grant writes:
i implemented it like this:
$conf['compression'] = 'gz'; //compress old revisions: (0: off) ('gz':
gnuzip) ('bz2': bzip)
Right, but 0, 1, 2 is backward compatible with 0, 1; the current
method. Also, some options (like userewrite) are 0, 1, 2. I'll agree
that it's intuitive, but we have config plugin now so it would not be
so much of an issue.
I agree and will apply and update Marcel's patch accordingly.
Andi
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: adding bz2 support?
- From: Andreas Gohr
- References:
- [dokuwiki] adding bz2 support?
- From: Andreas Gohr
- [dokuwiki] Re: adding bz2 support?
- From: Terence J. Grant
- [dokuwiki] Re: adding bz2 support?
- From: Marcel Senf
- [dokuwiki] Re: adding bz2 support?
- From: Terence J. Grant
Other related posts:
- » [dokuwiki] adding bz2 support?
- » [dokuwiki] Re: adding bz2 support?
- » [dokuwiki] Re: adding bz2 support?
- » [dokuwiki] Re: adding bz2 support?
- » [dokuwiki] Re: adding bz2 support?
- » [dokuwiki] Re: adding bz2 support?
- » [dokuwiki] Re: adding bz2 support?
- » [dokuwiki] Re: adding bz2 support?
- » [dokuwiki] Re: adding bz2 support?
i implemented it like this:
$conf['compression'] = 'gz'; //compress old revisions: (0: off) ('gz': gnuzip) ('bz2': bzip)
Right, but 0, 1, 2 is backward compatible with 0, 1; the current method. Also, some options (like userewrite) are 0, 1, 2. I'll agree that it's intuitive, but we have config plugin now so it would not be so much of an issue.
I agree and will apply and update Marcel's patch accordingly.
- [dokuwiki] Re: adding bz2 support?
- From: Andreas Gohr
- [dokuwiki] adding bz2 support?
- From: Andreas Gohr
- [dokuwiki] Re: adding bz2 support?
- From: Terence J. Grant
- [dokuwiki] Re: adding bz2 support?
- From: Marcel Senf
- [dokuwiki] Re: adding bz2 support?
- From: Terence J. Grant