Skip to content

Commit e0827a2

Browse files
committed
Update readme.
1 parent bda2fc3 commit e0827a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The Unzipper
22

33
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).
4+
As of version 0.1.0 it also supports creating archives.
45

56
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.
67

@@ -13,10 +14,15 @@ PHP 5.3 and newer
1314
## Usage
1415
* Download unzipper.php and place it in the same directory as your .zip archive.
1516
* In Browser type URL to unzipper.php
17+
18+
### Archive unzipper
1619
* Choose .zip, .rar archive or .gz file you want to extract
17-
* Optionally select an extraction path, defaults to current directory
20+
* (Optional) select an extraction path, defaults to current directory
1821
* Click "Unzip Archive"
1922

23+
### Archive zipper
24+
* (Optional) Set path to zip, defaults to current directory
25+
* Click "Zip Archive"
2026

2127
## Version
2228
Beta version state, use at you own risk.

0 commit comments

Comments
 (0)