R: [weps-devel] WEPS Zip archive creation
Status: Beta
Brought to you by:
aleix
|
From: Nicola <ni...@li...> - 2003-05-08 13:21:03
|
DO IT! Easy and very useful update :) Nick -----Messaggio originale----- Da: wep...@li... [mailto:wep...@li...] Per conto di Aleix Conchillo Flaque Inviato: gioved=EC 8 maggio 2003 15.13 A: wep...@li... Oggetto: Re: [weps-devel] WEPS Zip archive creation "Nicola" <ni...@li...> writes: > I was trying to patch inc/packfiles.php to make it work with linux=20 > "zip" command instead of tar, but I'm finding difficulties, >=20 > anyone can help? >=20 > Aleix is there a chance to make it? :-) >=20 zip -q - files_to_compress | cat this will output the compression to the standard output, so it can be retrieved by passthru() like it is done now with tar. if you want, i can add it and upload a 0.2.8 version. i would add a <select> <option>tarball file</option> <option>zip file</option> </select> and then a download button (like now). what do you think? aleix ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ weps-devel mailing list wep...@li... https://lists.sourceforge.net/lists/listinfo/weps-devel |