Differences between revisions 9 and 10
Revision 9 as of 2005-10-16 18:14:50
Size: 1084
Editor: ReimarBauer
Comment:
Revision 10 as of 2006-04-25 07:25:57
Size: 1094
Editor: ReimarBauer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This is just for me to test and describe the zip file extension, will be removed soon.
This is just for me to test and describe how to write proper descriptions with imnages
Line 18: Line 17:
 * example.zip was created by {{{zip example.zip *.jpg}}}  * example.zip was created calling {{{zip example.zip *.jpg}}}
Line 20: Line 19:
 * example_to_large_file.zip was created by {{{  * example_to_large_file.zip was created calling {{{
Line 22: Line 21:
zip example_to_large_file.zip large_dummy_file.txt }}} it should not be unzipped because it eceeds the single file size limit zip example_to_large_file.zip large_dummy_file.txt }}} it should not be unzipped because it exceeds the single file size limit

This is just for me to test and describe how to write proper descriptions with imnages

hints for me for documenting this and others

  1. if you like to compare results logged in and off choose modern as theme
  2. use a browser where you know how to set the default language to english, e.g. mozilla-firefox

zip file example to describe zip feature. This is a small file. It holds up to nine files from different sizes. I have choosen the extension jpg because this is a known extension for users. All data in the file are several replications of the word ZipTest. it is only test data to write the unzip description and not for image view.

AttachList

  • example.zip was created calling zip example.zip *.jpg

  • example_drop_included_zip_files.zip includes the ex-1.jpg file as zip file and the ex-2.jpg
  • example_to_large_file.zip was created calling

    dd if=/dev/zero bs=1k count=10000 > large_dummy_file.txt
    zip example_to_large_file.zip large_dummy_file.txt 
    it should not be unzipped because it exceeds the single file size limit

MoinMoin: ReimarBauer/DescriptionTestPage (last edited 2007-10-29 19:08:31 by localhost)