From: nabeshin Date: Sat, 5 Jun 2010 13:51:48 +0000 (+0900) Subject: mirror .org X-Git-Url: http://git.osdn.jp/view?p=sevenzip%2F7-Zip.git;a=commitdiff_plain;h=004a6ff89c815a7388591a415c340eaf0b2ee6f9 mirror .org --- diff --git a/www.7-zip.org/7z.html b/www.7-zip.org/7z.html index a06a79f..f79fdf6 100644 --- a/www.7-zip.org/7z.html +++ b/www.7-zip.org/7z.html @@ -30,7 +30,7 @@ best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">

English
Bulgarian
-Chinese Simpl.
+Chinese Simpl.
Chinese Trad.
French
German
diff --git a/www.7-zip.org/download.html b/www.7-zip.org/download.html index fbe1fc3..c40ad6b 100644 --- a/www.7-zip.org/download.html +++ b/www.7-zip.org/download.html @@ -30,7 +30,7 @@ archiver, compression, software, compress, zip, unzip">

English
Bulgarian
-Chinese Simpl.
+Chinese Simpl.
Chinese Trad.
French
German
@@ -102,7 +102,7 @@ archiver, compression, software, compress, zip, unzip">

Download links redirect to a download page on SourceForge.net.

-

Download 7-Zip 9.12 beta (2010-03-24):

+

Download 7-Zip 9.14 beta (2010-06-04):

7-Zip files at Source Forge

diff --git a/www.7-zip.org/faq.html b/www.7-zip.org/faq.html index 457b8b5..458e0c7 100644 --- a/www.7-zip.org/faq.html +++ b/www.7-zip.org/faq.html @@ -29,7 +29,7 @@

English
Bulgarian
-Chinese Simpl.
+Chinese Simpl.
Chinese Trad.
French
German
@@ -63,16 +63,23 @@ register or pay for 7-Zip.

Right-click the icon of 7-Zip File Manager, and then click Run as administrator. Then you can change file associations and some other options.

+

What version of 7-Zip is more stable?

+

Now there are two main versions of 7-Zip:

+ +

Latest beta version fixes some bugs of previous versions. +So it can be more stable. But also latest beta version includes new +features (like new compression methods or some new code optimizations), +that were not tested enough. +

In general it's safe to use latest beta version.

+

Why do the add, delete and update operations not work for some existing archives?

The current version of 7-Zip can't execute some operations with .7z archives that have been created with the "solid" option switched on. You can disable solid mode with -ms=off switch in command line. Latest beta version of 7-Zip supports any operations with "solid" archives.

-

Why doesn't the command line version add files without extensions to an archive?

-

You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser, -and consequently treats *.* as any file that has an extension. -To process all files you must use the * wildcard instead or omit the wildcard altogether.

-

Why can't 7-Zip open some ZIP archives?

In 99% of these cases it means that the archive contains incorrect headers. Other ZIP programs can open some archives with incorrect headers, since these programs @@ -81,8 +88,46 @@ just ignore errors.

Instead try to find the program that was used to create the archive and inform the developers of that program that their software is not ZIP-compatible.

-

There are also some ZIP archives that were encoded with methods unsupported by 7-Zip. -Some of these unsupported methods: PPMd (WinZip), WAVPack (WinZip).

+

There are also some ZIP archives that were encoded with methods unsupported by 7-Zip, +for example, WAVPack (WinZip).

+ +

Why does drag-and-drop archive extraction from 7-Zip to Explorer use temp files?

+

7-Zip doesn't know folder path of drop target. +Only Windows Explorer knows exact drop target. +And Windows Explorer needs files (drag source) as decompressed files on disk. +So 7-Zip extracts files from archive to temp folder and then +7-Zip notifies Windows Explorer about paths of these temp files. +Then Windows Explorer copies these files to drop target folder.

+ +

To avoid temp file usage, you can use Extract command of 7-Zip or +drag-and-drop from 7-Zip to 7-Zip.

+ +

Why doesn't the command line version add files without extensions to an archive?

+

You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser, +and consequently treats *.* as any file that has an extension. +To process all files you must use the * wildcard instead or omit the wildcard altogether.

+ +

Why doesn't -r switch work as expected?

+

In most cases you don't need -r switch. +7-Zip can compress subfolders even without -r switch.

+

Example 1:

+
  7z.exe a c:\a.7z "C:\Program Files"
+

compresses "C:\Program Files" completely, including all subfolders.

+

Example 2:

+
  7z.exe a -r c:\a.7z "C:\Program Files"
+

searches and compresses "Program Files" in all subfolders of C:\ (for example, in "C:\WINDOWS").

+If you need to compress only files with some extension, you can use -r switch: +
  7z a -r c:\a.zip c:\dir\*.txt 
+

compresses all *.txt files from folder c:\dir\ and all it's subfolders.

+ +

How can I store full path of file in archive?

+

7-Zip stores only relative paths of files (without drive letter prefix). +You can change current folder to folder that is common for +all files that you want to compress and then you can use relative paths:

+
+  cd /D C:\dir1\
+  7z.exe a c:\a.7z file1.txt dir2\file2.txt
+

Why can't 7-Zip use big dictionary in 32-bit Windows?

32-bit Windows allocates only 2 GB of virtual space per one application. diff --git a/www.7-zip.org/history.txt b/www.7-zip.org/history.txt index cfb3c41..9c3306d 100644 --- a/www.7-zip.org/history.txt +++ b/www.7-zip.org/history.txt @@ -1,6 +1,20 @@ HISTORY of the 7-Zip -------------------- +9.14 beta 2010-06-04 +------------------------- +- WIM support was improved. + + +9.13 beta 2010-04-15 +------------------------- +- 7-Zip now stores NTFS file timestamps to ZIP archives. +- New additional "Open archive >" item in context menu allows to select + archive type for some files. +- Some bugs were fixed. +- New localization: Uyghur. + + 9.12 beta 2010-03-24 ------------------------- - ZIP / PPMd compression ratio was improved in Maximum and Ultra modes. diff --git a/www.7-zip.org/index.html b/www.7-zip.org/index.html index 7719825..d4a97dd 100644 --- a/www.7-zip.org/index.html +++ b/www.7-zip.org/index.html @@ -30,7 +30,7 @@

English
Bulgarian
-Chinese Simpl.
+Chinese Simpl.
Chinese Trad.
French
German
@@ -76,7 +76,7 @@ -

Download 7-Zip 9.12 beta (2010-03-24) for Windows:

+

Download 7-Zip 9.14 beta (2010-06-04) for Windows:

@@ -85,13 +85,13 @@ - + - + @@ -216,13 +216,13 @@ And 7-Zip compresses to zip format 2-10% better than most of other zip co
LinkSize
DownloadDownload .exe 32-bit 1 MB
DownloadDownload .msi x64 1 MB
- - + +
7-Zip 9.12 beta2010-03-24
7-Zip 9.14 beta2010-06-04
- Download from forum + WIM support was improved
- History of 7-zip changes + History of 7-zip changes
diff --git a/www.7-zip.org/links.html b/www.7-zip.org/links.html index 074beb0..8a37ce3 100644 --- a/www.7-zip.org/links.html +++ b/www.7-zip.org/links.html @@ -30,7 +30,7 @@

English
Bulgarian
-Chinese Simpl.
+Chinese Simpl.
Chinese Trad.
French
German
@@ -94,6 +94,7 @@ width="88" height="31" border="0" alt="7-Zip" />

  • J7Zip: Java decoder for 7z archives
  • LZMA In-Memory Compression with C#
  • 7-Zip SFX with enhanced features
  • +
  • 7-ZIP SFX Maker (*.exe from *.7z)
  • C# (.net) interface for 7-Zip archive DLLs
  • SevenZipSharp - C# interface to 7z.dll
  • 7-Zip-JBinding is a java wrapper for 7-Zip C++ library
  • @@ -119,6 +120,7 @@ width="88" height="31" border="0" alt="7-Zip" />

    Applications that work with .7z archives: