From e0827a2ce318b3ffb3b7d93fc01788988263fe5b Mon Sep 17 00:00:00 2001 From: Andreas Tasch Date: Sat, 23 Jul 2016 15:00:31 +0200 Subject: [PATCH] Update readme. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fce9ef..e7be2dc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # The Unzipper The Unzipper extracts .zip and .rar archives or .gz files on webservers. It detects .zip/.rar/.gz archives and let you choose which one to extract (if there are multiple archives available). +As of version 0.1.0 it also supports creating archives. It's handy if you do not have shell access. E.g. if you want to upload a lot of files (php framework or image collection) as archive - because it is much faster than uploading each file by itself. @@ -13,10 +14,15 @@ PHP 5.3 and newer ## Usage * Download unzipper.php and place it in the same directory as your .zip archive. * In Browser type URL to unzipper.php + +### Archive unzipper * Choose .zip, .rar archive or .gz file you want to extract -* Optionally select an extraction path, defaults to current directory +* (Optional) select an extraction path, defaults to current directory * Click "Unzip Archive" +### Archive zipper +* (Optional) Set path to zip, defaults to current directory +* Click "Zip Archive" ## Version Beta version state, use at you own risk.