What files are missing? It should be complete (and is as far as I know).
In the zip, all files after lang are missing. Maybe its my computer that's the problem...
In this case I'm going to assume so.
gz file that seems corrupted. It decompresses into one big single file!
Yes, this is how it's meant to be. The gz file is a compressed tar file.
.tgz is an abbreviation for .tar.gz
This is how you can uncompress the .tgz file in one step using Unix shell:
tar xvzf moodle-1.0.8.1.tgz
and it will all be unpacked into a "moodle" subdirectory.
.tgz is an abbreviation for .tar.gz
This is how you can uncompress the .tgz file in one step using Unix shell:
tar xvzf moodle-1.0.8.1.tgz
and it will all be unpacked into a "moodle" subdirectory.
Greetings:
You might try winrar instead of winzip. It handles extentions like tar gz bz2 etc much better and it's free.
On a windows machine, if you do use winrar to decompress the moodle bundle you'll get a file with no extention, rename the file with the same name but with the extention .tar and then run winrar on that one and it will decompress fine.
Typically with winrar renaming is not necessary, this is something new to me (must be the gz instead of bz2), but it works.
George
Yes, WinRAR is good. Otherwise just use the zip download. 
On Mac OS X, Stuffit Expander handles the whole unpacking of tar and gz quite seamlessly and you should be left with a "moodle" folder.
On Mac OS X, Stuffit Expander handles the whole unpacking of tar and gz quite seamlessly and you should be left with a "moodle" folder.