Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 2858795

Browse files
Update README.md
1 parent 5f63874 commit 2858795

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# The Unzipper
1+
# Zippy
22

3-
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.
3+
Tool zum entpacken von Archiven, nützlich wenn kein Shell-Zugang zum Webspace vorhanden ist.
54

6-
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.
5+
-> Neu in Version 0.1.0: Pfade des Webspace Packen
6+
-> Neu in Version 0.1.4: Upload von .rar, .zip und .gz-Archiven
77

88

99
## Vorraussetzungen
@@ -16,13 +16,13 @@ PHP 5.3 oder höher
1616
* Im Browser die URL des Unzippers aufrufen.
1717

1818
### Archive unzipper
19-
* Choose .zip, .rar archive or .gz file you want to extract
20-
* (Optional) select an extraction path, defaults to current directory
21-
* Click "Unzip Archive"
19+
* Zu entpackendes Archiv auswählen
20+
* (Optional) Pfad zum entpacken auswählen, default ist das Startverzeichnis von Zippy
21+
* Entpacken anklicken
2222

2323
### Archive zipper
24-
* (Optional) Set path to zip, defaults to current directory
25-
* Click "Zip Archive"
24+
* (Optional) Pfad zum Speichern festlegen
25+
* Packen klicken
2626

2727
### Archiv Uploader
2828
* Upload von .rar, .zip und .gz-Archiven in den Ordner Upload

0 commit comments

Comments
 (0)