• R/O
  • HTTP
  • SSH
  • HTTPS

7-Zip: 提交

7-Zipの日本語リソースを管理


Commit MetaInfo

修订版011ab431b42dc419ad587bac34a81fb3c2496dac (tree)
时间2008-12-10 18:57:15
作者nabeshin <nabeshin@user...>
Commiternabeshin

Log Message

Merge branch 'master' of nabeshin@git.sourceforge.jp:/gitroot/sevenzip/7-Zip

更改概述

差异

--- a/www.7-zip.org/7z.html
+++ b/www.7-zip.org/7z.html
@@ -1,111 +1,113 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>7z Format</TITLE>
6-<META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip,
7-best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">
8-</HEAD>
9-<BODY>
10-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11-<TD class="MenuColumn" valign="top">
12-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14-<TR><TD><HR></TD></TR></TABLE>
15-<TABLE cellpadding="2" cellspacing="0" border="0">
16-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17-<TR><TD><SPAN class="MenuCurrent">7z Format</SPAN></TD></TR>
18-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
19-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24-</TABLE>
25-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26-<TR><TD><HR></TD></TR>
27-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30-<TR><TD><HR></TD></TR>
31-</TABLE>
32-<P>
33-<B>English</B><BR>
34-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35-<A href="http://www.spiroo.be/7zip/">French</A><BR>
36-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37-<A href="http://www.7-zip.si">Slovenian</A><BR>
38-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39-</P>
40-
41-</TD>
42-<TD valign="top">
43-
44-<H1>7z Format</H1>
45-
46-<P><B>7z</B> is the new archive format, providing high compression ratio.</P>
47-
48-<P>The main features of <B>7z</B> format:</P>
49-<UL>
50- <LI>Open architecture
51- <LI>High compression ratio
52- <LI>Strong AES-256 encryption
53- <LI>Ability of using any compression, conversion or encryption method
54- <LI>Supporting files with sizes up to 16000000000 GB
55- <LI>Unicode file names
56- <LI>Solid compressing
57- <LI>Archive headers compressing
58-</UL>
59-
60-<P><B>7z</B> has open architecture, so it can support any new compression methods.
61-Now the following methods are integrated to <B>7z</B>:</P>
62-
63-<TABLE cellspacing ="2" cellpadding ="4">
64- <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>
65- <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>
66- <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>
67- <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
68- <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
69- <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>
70- <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>
71-</TABLE>
72-
73-<P><B>LZMA</B> is default and general compression method of <B>7z</B> format. The main features of <B>LZMA</B> method:</P>
74-<UL>
75- <LI>High compression ratio
76- <LI>Variable dictionary size (up to 4 GB)
77- <LI>Compressing speed: about 1 MB/s on 2 GHz CPU
78- <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU
79- <LI>Small memory requirements for decompressing (depend from dictionary size)
80- <LI>Small code size for decompressing: about 5 KB
81- <LI>Supporting multi-threading and P4's hyper-threading
82-</UL>
83-
84-<P><B>LZMA</B> compression algorithm is very suitable for embedded applications.
85-<B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also
86-available under a proprietary license for those who can not use the GNU LGPL in
87-their code. If you want to use <B>LZMA</B> code, you can ask consultations,
88-custom code programming and required developer licenses
89-from page for support:
90-<A href="support.html">Send message to LZMA developer</A>.
91-Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>
92-
93-<P>7-Zip also supports encryption with AES-256 algorithm.
94-This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip
95-uses derivation function based on SHA-256 hash algorithm.
96-A key derivation function produces a derived key from text password defined by user.
97-For increasing the cost of exhaustive search for passwords 7-Zip uses big number
98-of iterations to produce cipher key from text password.</P>
99-
100-<P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL.
101-You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>
102-
103-<p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>
104-
105-<p>Links:</p>
106-<ul>
107-<li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>
108-</ul>
109-
110-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
111-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>7z Format</TITLE>
6+<META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip,
7+best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">
8+</HEAD>
9+<BODY>
10+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11+<TD class="MenuColumn" valign="top">
12+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14+<TR><TD><HR></TD></TR></TABLE>
15+<TABLE cellpadding="2" cellspacing="0" border="0">
16+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17+<TR><TD><SPAN class="MenuCurrent">7z Format</SPAN></TD></TR>
18+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
19+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24+</TABLE>
25+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26+<TR><TD><HR></TD></TR>
27+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30+<TR><TD><HR></TD></TR>
31+</TABLE>
32+<P>
33+<B>English</B><BR>
34+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35+<A href="http://www.spiroo.be/7zip/">French</A><BR>
36+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
37+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
38+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
39+<A href="http://www.7-zip.si/">Slovenian</A><BR>
40+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
41+</P>
42+
43+</TD>
44+<TD valign="top">
45+
46+<H1>7z Format</H1>
47+
48+<P><B>7z</B> is the new archive format, providing high compression ratio.</P>
49+
50+<P>The main features of <B>7z</B> format:</P>
51+<UL>
52+ <LI>Open architecture
53+ <LI>High compression ratio
54+ <LI>Strong AES-256 encryption
55+ <LI>Ability of using any compression, conversion or encryption method
56+ <LI>Supporting files with sizes up to 16000000000 GB
57+ <LI>Unicode file names
58+ <LI>Solid compressing
59+ <LI>Archive headers compressing
60+</UL>
61+
62+<P><B>7z</B> has open architecture, so it can support any new compression methods.
63+Now the following methods are integrated to <B>7z</B>:</P>
64+
65+<TABLE cellspacing ="2" cellpadding ="4">
66+ <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>
67+ <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>
68+ <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>
69+ <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
70+ <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
71+ <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>
72+ <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>
73+</TABLE>
74+
75+<P><B>LZMA</B> is default and general compression method of <B>7z</B> format. The main features of <B>LZMA</B> method:</P>
76+<UL>
77+ <LI>High compression ratio
78+ <LI>Variable dictionary size (up to 4 GB)
79+ <LI>Compressing speed: about 1 MB/s on 2 GHz CPU
80+ <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU
81+ <LI>Small memory requirements for decompressing (depend from dictionary size)
82+ <LI>Small code size for decompressing: about 5 KB
83+ <LI>Supporting multi-threading and P4's hyper-threading
84+</UL>
85+
86+<P><B>LZMA</B> compression algorithm is very suitable for embedded applications.
87+<B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also
88+available under a proprietary license for those who can not use the GNU LGPL in
89+their code. If you want to use <B>LZMA</B> code, you can ask consultations,
90+custom code programming and required developer licenses
91+from page for support:
92+<A href="support.html">Send message to LZMA developer</A>.
93+Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>
94+
95+<P>7-Zip also supports encryption with AES-256 algorithm.
96+This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip
97+uses derivation function based on SHA-256 hash algorithm.
98+A key derivation function produces a derived key from text password defined by user.
99+For increasing the cost of exhaustive search for passwords 7-Zip uses big number
100+of iterations to produce cipher key from text password.</P>
101+
102+<P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL.
103+You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>
104+
105+<p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>
106+
107+<p>Links:</p>
108+<ul>
109+<li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>
110+</ul>
111+
112+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
113+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/books.html
+++ b/www.7-zip.org/books.html
@@ -1,9 +1,9 @@
1-<HTML>
2-<HEAD><TITLE></TITLE>
3-<META http-equiv="Refresh" content="10; url=../">
4-</HEAD>
5-<BODY>
6-<P>This page is not supported currently.</P>
7-<P>You will be redirected to English page in 10 seconds.</P>
8-</BODY>
9-</HTML>
1+<HTML>
2+<HEAD><TITLE></TITLE>
3+<META http-equiv="Refresh" content="10; url=../">
4+</HEAD>
5+<BODY>
6+<P>This page is not supported currently.</P>
7+<P>You will be redirected to English page in 10 seconds.</P>
8+</BODY>
9+</HTML>
--- a/www.7-zip.org/download.html
+++ b/www.7-zip.org/download.html
@@ -1,130 +1,132 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>Download</TITLE>
6-<META name="keywords" content="download, sources, free, gnu, lgpl, 7-zip,
7-archiver, compression, software, compress, zip, unzip">
8-</HEAD>
9-<BODY>
10-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11-<TD class="MenuColumn" valign="top">
12-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14-<TR><TD><HR></TD></TR></TABLE>
15-<TABLE cellpadding="2" cellspacing="0" border="0">
16-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
19-<TR><TD><SPAN class="MenuCurrent">Download</SPAN></TD></TR>
20-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24-</TABLE>
25-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26-<TR><TD><HR></TD></TR>
27-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30-<TR><TD><HR></TD></TR>
31-</TABLE>
32-<P>
33-<B>English</B><BR>
34-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35-<A href="http://www.spiroo.be/7zip/">French</A><BR>
36-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37-<A href="http://www.7-zip.si">Slovenian</A><BR>
38-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39-</P>
40-
41-</TD>
42-<TD valign="top">
43-
44-<H1>Download</H1>
45-
46-<P><B>Download 7-Zip for Windows</B>:</P>
47-<TABLE cellspacing ="1" cellpadding ="6" border = "0">
48- <TR>
49- <TH class="Title" align="center" width=90>7-Zip 4.62<BR>2008-12-02</TH>
50- <TH class="Title" align="center" width=60>Type</TH>
51- <TH class="Title" align="center" width=80>Windows</TH>
52- <TH class="Title" align="center">Description</TH>
53- </TR>
54- <TR>
55- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
56- <TD class="Item" align="center">.exe</TD>
57- <TD class="Item" align="center" rowspan=2>32-bit</TD>
58- <TD class="Item" rowspan=4>7-Zip</TD>
59- </TR>
60- <TR>
61- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.msi">Download</A></TD>
62- <TD class="Item" align="center" rowspan=3>.msi</TD>
63- </TR>
64- <TR>
65- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
66- <TD class="Item" align="center">x64</TD>
67- </TR>
68- <TR>
69- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-ia64.msi">Download</A></TD>
70- <TD class="Item" align="center">IA-64</TD>
71- </TR>
72- <TR>
73- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7za462.zip">Download</A></TD>
74- <TD class="Item" align="center">.zip</TD>
75- <TD class="Item" align="center">32-bit</TD>
76- <TD class="Item">7-Zip Command Line Version</TD>
77- </TR>
78- <TR>
79- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.tar.bz2">Download</A></TD>
80- <TD class="Item" align="center">.tar.bz2</TD>
81- <TD class="Item" align="center">Any</TD>
82- <TD class="Item">7-Zip Source code</TD>
83- </TR>
84- <TR>
85- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462_extra.7z">Download</A></TD>
86- <TD class="Item" align="center">.7z</TD>
87- <TD class="Item" align="center">32-bit</TD>
88- <TD class="Item">7z Library, SFXs for installers, Plugin for FAR Manager</TD>
89- </TR>
90- <TR>
91- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
92- <TD class="Item" align="center">.tar.bz2</TD>
93- <TD class="Item" align="center">Any</TD>
94- <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
95- </TR>
96-</TABLE>
97-
98-<P>Download links redirect to a download page on SourceForge.net.</P>
99-
100-<P>Other versions can be found at the Source Forge site:</P>
101-
102-<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip at Source Forge</A></P>
103-
104-<P><B>Download p7zip for Posix/Linux (x86 binaries and source code)</B>:</P>
105-<P><A href="http://sourceforge.net/project/showfiles.php?group_id=111810">Download p7zip</A></P>
106-<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
107-
108-<P>p7zip is the command line version of 7-Zip for Unix/Linux, made by an independent developer.</P>
109-
110-<P><B>Some unofficial p7zip packages for Linux and other systems:</B></P>
111-<UL>
112-<LI><A href="http://packages.debian.org/unstable/utils/p7zip">p7zip for Debian</A></LI>
113-<LI><A href="http://timeoff.wsisiz.edu.pl/rpms.html">p7zip for Fedora Core</A></LI>
114-<LI><A href="http://packages.gentoo.org/packages/?category=app-arch;name=p7zip">p7zip for Gentoo</A></LI>
115-<LI><A href="http://www.sisyphus.ru/srpm/p7zip">p7zip for AltLinux.org</A></LI>
116-<LI><A href="http://www.freshports.org/archivers/p7zip/">p7zip for FreeBSD</A></LI>
117-<LI><A href="http://homepage.mac.com/krmathis/">p7zip for Mac OS X</A></LI>
118-<LI><A href="http://www.macupdate.com/info.php/id/19139">EZ 7z for Mac OS X</A></LI>
119-<LI><A href="http://sixtyfive.xmghosting.com/">7zX for Mac OS X</A></LI>
120-<LI><A href="http://www.bebits.com/app/4079">p7zip for BeOS</A></LI>
121-<LI><A href="http://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/7zip/">p7zip for DOS / DJGPP</A></LI>
122-</UL>
123-
124-<P><B>7-Zip for other systems:</B></P>
125-<UL>
126-<LI><A href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</A></LI>
127-</UL>
128-
129-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
130-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>Download</TITLE>
6+<META name="keywords" content="download, sources, free, gnu, lgpl, 7-zip,
7+archiver, compression, software, compress, zip, unzip">
8+</HEAD>
9+<BODY>
10+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11+<TD class="MenuColumn" valign="top">
12+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14+<TR><TD><HR></TD></TR></TABLE>
15+<TABLE cellpadding="2" cellspacing="0" border="0">
16+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
19+<TR><TD><SPAN class="MenuCurrent">Download</SPAN></TD></TR>
20+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24+</TABLE>
25+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26+<TR><TD><HR></TD></TR>
27+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30+<TR><TD><HR></TD></TR>
31+</TABLE>
32+<P>
33+<B>English</B><BR>
34+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35+<A href="http://www.spiroo.be/7zip/">French</A><BR>
36+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
37+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
38+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
39+<A href="http://www.7-zip.si/">Slovenian</A><BR>
40+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
41+</P>
42+
43+</TD>
44+<TD valign="top">
45+
46+<H1>Download</H1>
47+
48+<P><B>Download 7-Zip for Windows</B>:</P>
49+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
50+ <TR>
51+ <TH class="Title" align="center" width=90>7-Zip 4.62<BR>2008-12-02</TH>
52+ <TH class="Title" align="center" width=60>Type</TH>
53+ <TH class="Title" align="center" width=80>Windows</TH>
54+ <TH class="Title" align="center">Description</TH>
55+ </TR>
56+ <TR>
57+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
58+ <TD class="Item" align="center">.exe</TD>
59+ <TD class="Item" align="center" rowspan=2>32-bit</TD>
60+ <TD class="Item" rowspan=4>7-Zip</TD>
61+ </TR>
62+ <TR>
63+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.msi">Download</A></TD>
64+ <TD class="Item" align="center" rowspan=3>.msi</TD>
65+ </TR>
66+ <TR>
67+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
68+ <TD class="Item" align="center">x64</TD>
69+ </TR>
70+ <TR>
71+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-ia64.msi">Download</A></TD>
72+ <TD class="Item" align="center">IA-64</TD>
73+ </TR>
74+ <TR>
75+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7za462.zip">Download</A></TD>
76+ <TD class="Item" align="center">.zip</TD>
77+ <TD class="Item" align="center">32-bit</TD>
78+ <TD class="Item">7-Zip Command Line Version</TD>
79+ </TR>
80+ <TR>
81+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.tar.bz2">Download</A></TD>
82+ <TD class="Item" align="center">.tar.bz2</TD>
83+ <TD class="Item" align="center">Any</TD>
84+ <TD class="Item">7-Zip Source code</TD>
85+ </TR>
86+ <TR>
87+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462_extra.7z">Download</A></TD>
88+ <TD class="Item" align="center">.7z</TD>
89+ <TD class="Item" align="center">32-bit</TD>
90+ <TD class="Item">7z Library, SFXs for installers, Plugin for FAR Manager</TD>
91+ </TR>
92+ <TR>
93+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
94+ <TD class="Item" align="center">.tar.bz2</TD>
95+ <TD class="Item" align="center">Any</TD>
96+ <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
97+ </TR>
98+</TABLE>
99+
100+<P>Download links redirect to a download page on SourceForge.net.</P>
101+
102+<P>Other versions can be found at the Source Forge site:</P>
103+
104+<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip at Source Forge</A></P>
105+
106+<P><B>Download p7zip for Posix/Linux (x86 binaries and source code)</B>:</P>
107+<P><A href="http://sourceforge.net/project/showfiles.php?group_id=111810">Download p7zip</A></P>
108+<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
109+
110+<P>p7zip is the command line version of 7-Zip for Unix/Linux, made by an independent developer.</P>
111+
112+<P><B>Some unofficial p7zip packages for Linux and other systems:</B></P>
113+<UL>
114+<LI><A href="http://packages.debian.org/unstable/utils/p7zip">p7zip for Debian</A></LI>
115+<LI><A href="http://timeoff.wsisiz.edu.pl/rpms.html">p7zip for Fedora Core</A></LI>
116+<LI><A href="http://packages.gentoo.org/packages/?category=app-arch;name=p7zip">p7zip for Gentoo</A></LI>
117+<LI><A href="http://www.sisyphus.ru/srpm/p7zip">p7zip for AltLinux.org</A></LI>
118+<LI><A href="http://www.freshports.org/archivers/p7zip/">p7zip for FreeBSD</A></LI>
119+<LI><A href="http://homepage.mac.com/krmathis/">p7zip for Mac OS X</A></LI>
120+<LI><A href="http://www.macupdate.com/info.php/id/19139">EZ 7z for Mac OS X</A></LI>
121+<LI><A href="http://sixtyfive.xmghosting.com/">7zX for Mac OS X</A></LI>
122+<LI><A href="http://www.bebits.com/app/4079">p7zip for BeOS</A></LI>
123+<LI><A href="http://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/7zip/">p7zip for DOS / DJGPP</A></LI>
124+</UL>
125+
126+<P><B>7-Zip for other systems:</B></P>
127+<UL>
128+<LI><A href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</A></LI>
129+</UL>
130+
131+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
132+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/faq.html
+++ b/www.7-zip.org/faq.html
@@ -1,138 +1,150 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>Frequently Asked Questions (FAQ)</TITLE>
6-<META name="keywords" content="7z, lzma, 7-zip, faq">
7-</HEAD>
8-<BODY>
9-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
10-<TD class="MenuColumn" valign="top">
11-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
12-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
13-<TR><TD><HR></TD></TR></TABLE>
14-<TABLE cellpadding="2" cellspacing="0" border="0">
15-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
16-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
17-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
18-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
19-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
20-<TR><TD><SPAN class="MenuCurrent">FAQ</SPAN></TD></TR>
21-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
22-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
23-</TABLE>
24-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
25-<TR><TD><HR></TD></TR>
26-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
27-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
28-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
29-<TR><TD><HR></TD></TR>
30-</TABLE>
31-<P>
32-<B>English</B><BR>
33-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
34-<A href="http://www.spiroo.be/7zip/">French</A><BR>
35-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
36-<A href="http://www.7-zip.si">Slovenian</A><BR>
37-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
38-</P>
39-
40-</TD>
41-<TD valign="top">
42-
43-<H1>Frequently Asked Questions (FAQ)</H1>
44-
45-<UL>
46- <LI><A href="#user_faq">User FAQ</A></LI>
47- <LI><A href="#developer_faq">Developer FAQ</A></LI>
48-</UL>
49-
50-<H2><a name="user_faq"></a>User FAQ</H2>
51-
52-<H4>Can I use 7-Zip in a commercial organization?</H4>
53-<P>Yes, 7-Zip is free software. You can use it on any computer. You don't need to
54-register or pay for 7-Zip.</P>
55-
56-<H4>Why do the add, delete and update operations not work for some existing archives?</H4>
57-<P>The current version of 7-Zip can't execute some operations with .7z archives that have been
58-created with the "solid" option switched on. You can disable solid mode with -ms=off switch
59-in command line</P>
60-
61-<H4>What about ACE archive support?</H4>
62-<P>Support for ACE archives could be implemented in 7-Zip, if the source code
63-of that format was available, and the license allowed it. The Unace.dll
64-library from the authors of the ACE program is not
65-compatible with the plugin interface of 7-Zip (Unace.dll works with files, but
66-7-Zip only allows plugins to work with abstract streams). For this reason 7-Zip can't use
67-Unace.dll without a complex wrapper.</P>
68-
69-<H4>Why doesn't the command line version add files without extensions to an archive?</H4>
70-<P>You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser,
71-and consequently treats *.* as any file that has an extension.
72-To process all files you must use the * wildcard instead or omit the wildcard altogether.</P>
73-
74-<H4>Why can't 7-Zip open some ZIP archives?</H4>
75-<P>In 99% of these cases it means that the archive contains incorrect headers.
76-Other ZIP programs can open some archives with incorrect headers, since these programs
77-just ignore errors.</P>
78-<P>If you have such archive, please don't call the 7-Zip developers about it.
79-Instead try to find the program that was used to create the archive and inform the developers
80-of that program that their software is not ZIP-compatible.</P>
81-
82-<H4>How can I install 7-Zip in silent mode?</H4>
83-
84-<P>Use the "/S" parameter to do a silent installation and the "/D=dir" parameter
85-to specify the "output directory". These options are case-sensitive.
86-7-Zip uses the NSIS installer by Nullsoft.</P>
87-
88-
89-<H2><a name="developer_faq"></a>Developer FAQ</H2>
90-
91-<H4>Why are there linking errors when I compile 7-Zip or LZMA SDK with Visual C++ 6.0?</H4>
92-
93-<P>To compile sources you will need Visual C++ 6.0 or a later version.
94-Some files also require a new Platform SDK from microsoft.com:</P>
95-<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm"><B>
96-http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm</B></A>
97-or
98-<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"><B>
99-http://www.microsoft.com/msdownload/platformsdk/sdkupdate/</B></A>
100-
101-<P>If you are using MSVC, specify the SDK directories at the top of the "Include files" and
102-"Library files" directory lists. These can be found under "Tools / Options / Directories".</P>
103-<P>The latest Platform SDK is not compatible with MSVC6. So you must use
104-Windows Server 2003 PSDK (February 2003) with MSVC6.</P>
105-
106-<H4>Can I use the EXE or DLL files from 7-Zip in a Commercial Application?</H4>
107-
108-<P>Yes, but you are required to specify in your documentation (1) that
109-you used parts of the 7-Zip program, (2) that 7-Zip is licensed under the GNU LGPL license and
110-(3) you must give a link to www.7-zip.org, where the source code can be found.</P>
111-
112-<H4>How can I add support for 7z archives to my application?</H4>
113-
114-<P>One way is to use the 7za.dll (available from sf.net for download). The 7za.dll
115-works via COM interfaces. It, however, doesn't use standard COM interfaces for
116-creating objects. You can find a small example in the source code. A full example is
117-7-Zip itself, since 7-Zip works via this dll also. There are other applications
118-that use 7za.dll such as WinRAR, PowerArchiver and others.</P>
119-
120-<P>The other way is to call the command line version: 7za.exe.</P>
121-
122-<H4>Can I use the source code of 7-Zip in a commercial application?</H4>
123-
124-<P>Since 7-Zip is licensed under the GNU LGPL you must follow the rules of that license.
125-In brief, it means that any LGPL'ed code must remain licensed under the LGPL. For
126-instance, you can change the code from 7-Zip or write a wrapper for some code
127-from 7-Zip and compile it into a DLL; but, the source code of that DLL (including
128-your modifications / additions / wrapper) must be licensed under the LGPL or GPL.
129-Any other code in your application can be licensed as you wish.
130-This scheme allows users and developers to change LGPL'ed code and recompile
131-that DLL. That is the idea of free software. Read more here:
132-<A href="http://www.gnu.org/">http://www.gnu.org/</A>.
133-
134-You can also read about the <A href="sdk.html">LZMA SDK</A>, which is available
135-under a more liberal license.</P>
136-
137-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
138-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>Frequently Asked Questions (FAQ)</TITLE>
6+<META name="keywords" content="7z, lzma, 7-zip, faq">
7+</HEAD>
8+<BODY>
9+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
10+<TD class="MenuColumn" valign="top">
11+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
12+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
13+<TR><TD><HR></TD></TR></TABLE>
14+<TABLE cellpadding="2" cellspacing="0" border="0">
15+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
16+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
17+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
18+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
19+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
20+<TR><TD><SPAN class="MenuCurrent">FAQ</SPAN></TD></TR>
21+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
22+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
23+</TABLE>
24+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
25+<TR><TD><HR></TD></TR>
26+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
27+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
28+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
29+<TR><TD><HR></TD></TR>
30+</TABLE>
31+<P>
32+<B>English</B><BR>
33+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
34+<A href="http://www.spiroo.be/7zip/">French</A><BR>
35+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
36+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
37+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
38+<A href="http://www.7-zip.si/">Slovenian</A><BR>
39+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
40+</P>
41+
42+</TD>
43+<TD valign="top">
44+
45+<H1>Frequently Asked Questions (FAQ)</H1>
46+
47+<UL>
48+ <LI><A href="#user_faq">User FAQ</A></LI>
49+ <LI><A href="#developer_faq">Developer FAQ</A></LI>
50+</UL>
51+
52+<H2><a name="user_faq"></a>User FAQ</H2>
53+
54+<H4>Can I use 7-Zip in a commercial organization?</H4>
55+<P>Yes, 7-Zip is free software. You can use it on any computer. You don't need to
56+register or pay for 7-Zip.</P>
57+
58+<H4>Why do the add, delete and update operations not work for some existing archives?</H4>
59+<P>The current version of 7-Zip can't execute some operations with .7z archives that have been
60+created with the "solid" option switched on. You can disable solid mode with -ms=off switch
61+in command line</P>
62+
63+<H4>What about ACE archive support?</H4>
64+<P>Support for ACE archives could be implemented in 7-Zip, if the source code
65+of that format was available, and the license allowed it. The Unace.dll
66+library from the authors of the ACE program is not
67+compatible with the plugin interface of 7-Zip (Unace.dll works with files, but
68+7-Zip only allows plugins to work with abstract streams). For this reason 7-Zip can't use
69+Unace.dll without a complex wrapper.</P>
70+
71+<H4>Why doesn't the command line version add files without extensions to an archive?</H4>
72+<P>You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser,
73+and consequently treats *.* as any file that has an extension.
74+To process all files you must use the * wildcard instead or omit the wildcard altogether.</P>
75+
76+<H4>Why can't 7-Zip open some ZIP archives?</H4>
77+<P>In 99% of these cases it means that the archive contains incorrect headers.
78+Other ZIP programs can open some archives with incorrect headers, since these programs
79+just ignore errors.</P>
80+<P>If you have such archive, please don't call the 7-Zip developers about it.
81+Instead try to find the program that was used to create the archive and inform the developers
82+of that program that their software is not ZIP-compatible.</P>
83+
84+<P>There are also some ZIP archives that were encoded with methods unsupported by 7-Zip.
85+Some of these unsupported methods: PPMd (WinZip), WAVPack (WinZip), pkAES (PkZip).</P>
86+
87+<H4>Why can't 7-Zip use big dictionary in 32-bit Windows?</H4>
88+<P>32-bit Windows allocates only 2 GB of virtual space per one application.
89+Also that block of 2 GB can be fragmented (for example, by some DLL file),
90+so 7-Zip can't allocate one big contiguous block of virtual space.
91+There are no such limitations in 64-bit Windows.
92+So you can use any dictionary in Windows x64, if you have required amount of physical RAM.</P>
93+
94+<H4>How can I install 7-Zip in silent mode?</H4>
95+
96+<P>Use the "/S" parameter to do a silent installation and the "/D=dir" parameter
97+to specify the "output directory". These options are case-sensitive.
98+7-Zip uses the NSIS installer by Nullsoft.</P>
99+
100+
101+<H2><a name="developer_faq"></a>Developer FAQ</H2>
102+
103+<H4>Why are there linking errors when I compile 7-Zip or LZMA SDK with Visual C++ 6.0?</H4>
104+
105+<P>To compile sources you will need Visual C++ 6.0 or a later version.
106+Some files also require a new Platform SDK from microsoft.com:</P>
107+<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm"><B>
108+http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm</B></A>
109+or
110+<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"><B>
111+http://www.microsoft.com/msdownload/platformsdk/sdkupdate/</B></A>
112+
113+<P>If you are using MSVC, specify the SDK directories at the top of the "Include files" and
114+"Library files" directory lists. These can be found under "Tools / Options / Directories".</P>
115+<P>The latest Platform SDK is not compatible with MSVC6. So you must use
116+Windows Server 2003 PSDK (February 2003) with MSVC6.</P>
117+
118+<H4>Can I use the EXE or DLL files from 7-Zip in a Commercial Application?</H4>
119+
120+<P>Yes, but you are required to specify in your documentation (1) that
121+you used parts of the 7-Zip program, (2) that 7-Zip is licensed under the GNU LGPL license and
122+(3) you must give a link to www.7-zip.org, where the source code can be found.</P>
123+
124+<H4>How can I add support for 7z archives to my application?</H4>
125+
126+<P>One way is to use the 7za.dll (available from sf.net for download). The 7za.dll
127+works via COM interfaces. It, however, doesn't use standard COM interfaces for
128+creating objects. You can find a small example in the source code. A full example is
129+7-Zip itself, since 7-Zip works via this dll also. There are other applications
130+that use 7za.dll such as WinRAR, PowerArchiver and others.</P>
131+
132+<P>The other way is to call the command line version: 7za.exe.</P>
133+
134+<H4>Can I use the source code of 7-Zip in a commercial application?</H4>
135+
136+<P>Since 7-Zip is licensed under the GNU LGPL you must follow the rules of that license.
137+In brief, it means that any LGPL'ed code must remain licensed under the LGPL. For
138+instance, you can change the code from 7-Zip or write a wrapper for some code
139+from 7-Zip and compile it into a DLL; but, the source code of that DLL (including
140+your modifications / additions / wrapper) must be licensed under the LGPL or GPL.
141+Any other code in your application can be licensed as you wish.
142+This scheme allows users and developers to change LGPL'ed code and recompile
143+that DLL. That is the idea of free software. Read more here:
144+<A href="http://www.gnu.org/">http://www.gnu.org/</A>.
145+
146+You can also read about the <A href="sdk.html">LZMA SDK</A>, which is available
147+under a more liberal license.</P>
148+
149+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
150+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/history.txt
+++ b/www.7-zip.org/history.txt
@@ -1,894 +1,894 @@
1-HISTORY of the 7-Zip
2---------------------
3-
4-4.62 2008-12-02
5--------------------------
6-- Some bugs were fixed.
7-
8-
9-4.61 beta 2008-11-23
10--------------------------
11-- 7-Zip now supports LZMA compression for .ZIP archives.
12-- Some bugs were fixed.
13-- New localization: Sinhala.
14-
15-
16-4.60 beta 2008-08-19
17--------------------------
18-- Some bugs were fixed.
19-
20-
21-4.59 beta 2008-08-13
22--------------------------
23-- 7-Zip now can unpack UDF, XAR and DMG/HFS archives.
24-- 7-Zip File Manager now keeps encryption when you edit encrypted file inside archive.
25-- 7-Zip File Manager now allows to change current folder from the address bar drop-down list.
26-- It's allowed to use -t switch for "list" and "extract" commands.
27-- Some bugs were fixed.
28-- New localizations: Icelandic, Kurdish Sorani.
29-
30-
31-4.58 beta 2008-05-05
32--------------------------
33-- Some speed optimizations.
34-- 7-Zip now can unpack .lzma archives.
35-- Unicode (UTF-8) support for filenames in .ZIP archives. Now there are 3 modes:
36- 1) Default mode: 7-Zip uses UTF-8, if the local code page doesn't contain required symbols.
37- 2) -mcu switch: 7-Zip uses UTF-8, if there are non-ASCII symbols.
38- 3) -mcl switch: 7-Zip uses local code page.
39-- Now it's possible to store file creation time in 7z and ZIP archives (-mtc switch).
40-- 7-Zip now can unpack multivolume RAR archives created with
41- "old style volume names" scheme and names *.001, *.002, ...
42-- Now it's possible to use -mSW- and -mSW+ switches instead of -mSW=off and -mSW=on
43-- Some bugs were fixed.
44-- New localizations: Punjabi (Indian), Pashto.
45-
46-
47-4.57 2007-12-06
48--------------------------
49-- The BUG in command line version was fixed: -up3 switch
50- could work incorrectly.
51-
52-
53-4.56 beta 2007-10-24
54--------------------------
55-- Some bugs were fixed.
56-
57-
58-4.55 beta 2007-09-05
59--------------------------
60-- Some bugs were fixed.
61-
62-
63-4.54 beta 2007-09-04
64--------------------------
65-- Decompression speed was increased.
66-
67-
68-4.53 beta 2007-08-27
69--------------------------
70-- "Test" and "Info" buttons now work for open archives.
71-- The bug in 7-Zip 4.48 - 4.52 beta was fixed:
72- 7-Zip could create .ZIP archives with broken files.
73-- Some bugs were fixed.
74-
75-
76-4.52 beta 2007-08-03
77--------------------------
78-- 7-Zip now can unpack Compound files (msi, doc, ...).
79-- Some bugs were fixed.
80-
81-
82-4.51 beta 2007-07-25
83--------------------------
84-- Bug was fixed: 7-Zip 4.50 beta could not open some .7z archives.
85-
86-
87-4.50 beta 2007-07-24
88--------------------------
89-- New switch for command line version:
90- -ssc[-] enables/disables case-sensitive mode for file names.
91-- Speed optimizations for AES encryption.
92-- Some bugs were fixed.
93-
94-
95-4.49 beta 2007-07-11
96--------------------------
97-- 7-Zip now can unpack WIM archives.
98-- 7-Zip now replaces incorrect characters in filenames during extracting.
99-
100-
101-4.48 beta 2007-06-26
102--------------------------
103-- Encryption strength for .7z format was increased.
104- Now it uses random initialization vectors.
105-- Some bugs were fixed.
106-
107-
108-4.47 beta 2007-05-27
109--------------------------
110-- Bugs of 7-Zip 4.46 beta were fixed: BZip2 could work incorrectly.
111-
112-
113-4.46 beta 2007-05-25
114--------------------------
115-- New fast compression mode for Deflate method in Zip and GZip.
116-- New "Compress shared files" option in GUI and -ssw switch.
117-- Some bugs were fixed.
118-- New localization: Norwegian Nynorsk.
119-
120-
121-4.45 beta 2007-04-17
122--------------------------
123-- Now it's possible to specify the size of solid block and the number
124- of CPU threads in "Add to archive" dialog box.
125-- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.
126-- Speed optimizations.
127-- Benchmark was improved (new "b" command in command line version).
128-- The number of DLL files was reduced.
129-- Now it's possible to associate 7-zip with combined types like .tbz2
130-- switch -mhcf=off is not supported now.
131-- If -t{Type} switch is not specified, 7-Zip now uses extension of archive to
132- detect the type of archive.
133-- Some bugs were fixed.
134-- New localization: Welsh.
135-
136-
137-4.44 beta 2007-01-20
138--------------------------
139-- Speed optimizations for LZMA, Deflate, BZip2 and unRAR.
140-- 7-Zip now supports file pathnames longer than 260 characters.
141-- Some bugs were fixed.
142-- New localizations: Bangla, Bashkir, Nepali.
143-
144-
145-4.43 beta 2006-09-15
146--------------------------
147-- 7-Zip now can use multi-threading mode for compressing to .ZIP archives.
148-- ZIP format supporting was improved.
149-- 7-Zip now supports WinZip-compatible AES-256 encryption for .ZIP archives.
150-- New context menu items for .ZIP archives creating.
151-- 7-Zip now uses order list (list of extensions) for files sorting for compressing
152- to .7z archives. It can slightly increase compression ratio in some cases.
153-- 7-Zip now restores modification time of folders during .7z archives extracting.
154-- Some bugs were fixed.
155-- New localizations: Armenian, Marathi.
156-
157-
158-
159-4.42 2006-05-14
160--------------------------
161-- Compressing speed and Memory requirements were increased.
162- Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB,
163- Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.
164-- BZip2 compressing / decompressing now can work in multi-threading mode
165-- Multi-threading mode now is default for multi-processor systems
166-- 64-bit version now supports 1 GB dictionary
167-- 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4
168-- Compression ratio in Zip/GZip/Deflate in Ultra mode was increased
169-- 7-Zip now can unpack ISO archives and some installers created by NSIS
170-- Optional "Flat View" mode in 7-Zip File Manager
171-- 7-Zip File Manager now can calculate CRC checksums for files
172-- -x switch with relative paths now affects files specified with absolute paths
173-- New switch for 7za.exe (console version): -slt.
174- "l" (list) command with -slt shows technical information for archive.
175-- New switch: -scs{WIN|DOS|UTF-8} specifies charset for list files.
176- Default charset for list files is UTF-8 now.
177-- Some bugs were fixed
178-- New localizations: Albanian, Kurdish
179-
180-
181-4.32 2005-12-09
182--------------------------
183-- Bug was fixed: 7-Zip 4.31 didn't work in Windows 95
184-
185-
186-4.31 2005-12-04
187--------------------------
188-- Small changes
189-- New localization: Basque
190-
191-
192-4.30 beta 2005-11-18
193--------------------------
194-- Files 7zFMn.exe, 7zGn.exe, 7-zipn, 7za.exe, 7zC.sfx were removed from 7-zip package
195-- 7-Zip now uses uncompressed SFX: 7z.sfx
196-- Sfx modules 7z.sfx and 7zCon.sfx now use msvcrt.dll
197-- Speed optimizations in LZMA maximum/ultra compressing.
198-- LZMA now supports word size up to 273
199-- 7-Zip now reduces dictionary size for LZMA, if you compress files
200- smaller than specified dictionary size.
201-- 7-Zip now can use large memory pages:
202- GUI: 7-Zip File Manager / Options / Settings / Use large memory pages.
203- Command line version: -slp switch.
204- This feature allows to increase speed of compressing.
205- But 7-Zip can make some pause at starting of compressing for allocating large pages.
206- Also Task Manager doesn't show real memory usage of program, if 7-Zip uses large pages.
207- This feature works only on Windows 2003 / XP x64 / Vista.
208- Also you must have administrator's rights for your system.
209- Recommended size of RAM: 1 GB or more.
210- To install this feature you must run 7-Zip File Manager at least once,
211- close it and reboot system.
212-- Some bugs were fixed
213-
214-
215-4.29 beta 2005-09-28
216--------------------------
217-- Bug was fixed: 7-Zip 4.28 beta worked incorrectly in Windows 95/98/Me
218-
219-
220-4.28 beta 2005-09-27
221--------------------------
222-- Bug was fixed: 7-Zip 4.27 beta created incorrect multivolume archives.
223-- "Duplicate filename" collision problem between names with ligatures was fixed.
224-
225-
226-4.27 beta 2005-09-21
227--------------------------
228-- 7-Zip can unpack CHM/HXS (MS HTML HELP) archives
229-- 7-Zip can unpack multivolume CAB archives
230-- Now 7-Zip deletes files to the Recycle Bin by default.
231- Shift+Delete deletes files permanently.
232-- Some bugs were fixed
233-- New localization: Tatarish
234-
235-
236-4.26 beta 2005-08-05
237--------------------------
238-- LZH format support (extracting only)
239-- Some bugs were fixed
240-- New localization: Ido
241-
242-
243-4.25 beta 2005-07-31
244--------------------------
245-- 7-Zip now doesn't interrupt the compressing when it can not
246- find specified file as in version 4.24 beta. It just shows warning.
247-- 7-Zip now supports standard selection mode in the file list
248-- Some bugs were fixed
249-
250-
251-4.24 beta 2005-07-06
252--------------------------
253-- 7-Zip now supports right-click Drag and Drop in Explorer
254-- Command line version now supports short file names (like FILENA~1.TXT)
255-- If there are no wildcard names and there is no -r switch in command line,
256- 7-Zip now checks that specified files exist on disk before compressing.
257-- Some bugs were fixed
258-
259-
260-4.23 2005-06-29
261--------------------------
262-- Drag and Drop support
263-- 7-Zip File Manager now can copy files from one archive to another
264-- Some bugs were fixed
265-- New localizations: Extremaduran, Malay
266-
267-
268-4.20 2005-05-30
269--------------------------
270-- No changes
271-
272-
273-4.19 beta 2005-05-21
274--------------------------
275-- BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and
276- Ultra. In Normal mode it compresses almost as original BZip2 compressor.
277- Compression ratio in Maximum and Ultra modes is 1-3% better for some files,
278- but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times
279- slower than Normal mode.
280-- Console version now prints all messages to stdout by default,
281- and if -so switch is specified, 7-Zip prints messages to stderr.
282-- Some bugs were fixed
283-- New localizations: Azeri, Georgian
284-
285-
286-4.18 beta 2005-04-19
287--------------------------
288-- Bug in v4.17 beta was fixed: 7-Zip File Manager could crash
289- after some operations with archives
290-
291-
292-4.17 beta 2005-04-18
293--------------------------
294-- To increase protection from viruses, 7-Zip now does not open
295- files with more than 4 continuous spaces in the name.
296- And 7-Zip changes such long spaces in name to " ... " in the file list.
297-- Code size optimization
298-- Some files were moved from main package to extra package:
299- - Plugin for FAR Manager
300- - SFX modules for installers (7zS.sfx and 7zSD.sfx)
301-- New localizations: Asturian, Indonesian
302-
303-
304-4.16 beta 2005-03-29
305--------------------------
306-- Speed optimization (5%) for 7z / LZMA
307-- 7za.exe now supports .Z archives
308-- -r- switch in command line now is default for all commands
309-- Some bugs were fixed
310-- New localization: Uzbek
311-
312-
313-4.15 beta 2005-01-25
314--------------------------
315-- Z format supporting (extracting only)
316-- 7-Zip now can extract ZIP archives compressed with "Shrink" method
317-- 7-Zip now doesn't interrupt the compressing when it can not open file.
318- 7-Zip just skips that file and shows warning.
319-- Some bugs were fixed
320-- New localization: Frisian
321-
322-
323-4.14 beta 2005-01-11
324--------------------------
325-- 7-Zip installer was created with NSIS.
326- Now it installs 7-Zip for all users (under Windows 2000/XP).
327-- Now 7-Zip can create multivolume archives
328- (switch -v for command line)
329-- Some bugs were fixed
330-- New localizations: Breton, Farsi
331-
332-
333-4.13 beta 2004-12-14
334--------------------------
335-- Switch "--" stops switches parsing
336-- Some bugs were fixed
337-
338-
339-4.12 beta 2004-11-18
340--------------------------
341-- Bug in v4.11 beta was fixed:
342- 7-Zip created incorrect ZIP archives if file size was
343- from 3.75 GB to 4 GB.
344-
345-
346-4.11 beta 2004-11-16
347--------------------------
348-- 7-Zip now shows file names during compressing/decompressing
349-- 7-Zip now supports Zip64 extension of ZIP format. So now it's
350- possible to compress files bigger than 4 GB to ZIP archives.
351-- Some bugs were fixed
352-- New localization: Galician
353-
354-
355-4.10 beta 2004-10-21
356--------------------------
357-- Bugs in v4.0* were fixed:
358- - Some commands in command line with "-r" switch worked incorrectly,
359- so 7-zip could skip some files during compressing
360- - Some other bugs were fixed
361-- Small internal changes
362-
363-
364-4.09 beta 2004-10-05
365--------------------------
366-- Bugs in v4.0* were fixed:
367- - Renaming inside archives didn't work or worked incorrectly
368- - GUI SFX didn't show extracting dialog at start
369-- Small fixes in 7-Zip GUI (7zG.exe)
370-
371-
372-4.08 beta 2004-10-04
373--------------------------
374-- Bug in installer for v4.07 was fixed: when rebooting
375- is required, it rebooted without asking user
376-- Small fixes in 7-Zip GUI (7zG.exe)
377-
378-
379-4.07 beta 2004-10-03
380--------------------------
381-- Big amount of code was changed in this beta version.
382- So don't use it for important data compressing.
383- And test archive after compressing.
384-
385-- Unified command line interface to GUI and console versions
386-- 7-Zip now can extract or test several archives in one command
387-- 7-Zip now doesn't interrupt the compressing when file is locked by
388- other application. 7-Zip just skips that file and shows warning.
389- Note: previous versions of 7-Zip had bug, so they can not unpack
390- non-solid and some solid 7z archives with such skipped files.
391-- Command line interface was changed:
392- - now it's possible to use absolute pathnames
393- - syntax simplification:
394- was: 7z a a Folder1\* Folder2\* -r
395- now: 7z a a Folder1 Folder2
396- - now it's possible to use complex wildcard commands, like *\*111*\*
397-- More smart detection of archive type for files with unusual
398- file name extensions
399-- Supporting for RAR archives with encrypted headers
400-- CPIO format supporting was improved
401-- For GZip and BZip2 formats you can:
402- - Compress from stdin (-si switch)
403- - Compress to stdout (-so switch)
404- - Extract to stdout (-so switch)
405-- 7-Zip File Manager:
406- - Split and Combine commands
407- - new list view options: Full row select, Show grid lines
408-- Internal reconstruction
409-- Some bugs were fixed
410-- New localizations: Friulian, Macedonian, Mongolian, Tamil, Thai
411-
412-
413-3.13 2003-12-11
414--------------------------
415-- Some small bugs were fixed
416-
417-
418-3.12 2003-12-10
419--------------------------
420-- Now you can select compression method, dictionary size
421- and word size in "Add to archive" dialog box. Also it
422- shows memory usage.
423-- 7-Zip File Manager now contains toolbars.
424-- New "Benchmark" command in 7-Zip File Manager.
425- It measures compressing and decompressing speeds and
426- shows rating values.
427-- Some bugs were fixed.
428-
429-
430-3.11 2003-10-06
431--------------------------
432-- 7-zip now use limitations for solid block size
433- for increasing the speed of random file decompressing:
434- - in Store mode: 0 B
435- - in Fast mode: 16 MB
436- - in Normal mode: 256 MB
437- - in Maximum mode: 1 GB
438- - in Ultra mode: 4 GB
439-- 7z.exe, 7za.exe and SFX modules now support Unicode
440- file names under Windows NT/2000/XP/2003.
441- 7zn.exe and 7zan.exe were removed from package.
442-- Some bugs were fixed
443-- New localization: Afrikaans
444-
445-
446-3.10 2003-09-27
447--------------------------
448-- Drag-and-Drop from external application
449-- GUI version (7zG.exe) can compress files with absolute paths
450-- Compression dialog doesn't suggest bzip2 and gzip2 types when
451- there are more than one selected file
452-- Optional auto renaming for existing files during extraction
453- in command line version (-aot switch).
454-- Some bugs were fixed
455-
456-
457-3.09.02 2003-09-20
458--------------------------
459-- Optional limitation for solid block size for increasing
460- the speed of random file decompressing (-ms switch)
461-
462-
463-3.09.01 beta 2003-09-06
464--------------------------
465-- Automatic compression filter for executable files:
466- dll, exe, ocx, sfx, sys, (-mf switch)
467-- Compression levels in 7z now are:
468- - Fast: 32 KB dictionary, BCJ filter
469- - Normal: 2 MB dictionary, BCJ filter
470- - Maximum: 8 MB dictionary, BCJ filter, max settings
471- - Ultra: 32 MB dictionary, BCJ2 filter, max settings
472-- Updating solid 7z archives now is supported, if it doesn't
473- require repacking solid blocks
474-- -mhcf switch for 7z format now is default
475-- Some bugs were fixed
476-
477-
478-3.08.04 beta 2003-08-24
479--------------------------
480-- Favorites menu in 7-Zip File Manager
481-- Some bugs were fixed
482-
483-
484-3.08.03 beta 2003-08-21
485--------------------------
486-- Automatic adding of extension to archive name in Compress Dialog
487-- Some bugs in previous 3.08.* versions were fixed:
488- - Storing columns width inside archives in File Manager
489- - Opening archive inside archive
490- - Quotes in list files in console version
491-
492-
493-3.08.02 beta 2003-08-20
494--------------------------
495-- Some bugs were fixed
496-
497-
498-3.08 beta 2003-08-19
499--------------------------
500-- Compress dialog:
501- - Supporting fast compressing mode (-mx=1 switch)
502- - Multi-threading option for Multi-Processor systems
503- or Pentium 4 with Hyper-Threading
504- - Encrypt file names option
505-- New context menu items:
506- - Extract here
507- - Extract to <Folder>
508- - Compress and email
509-- Internal reconstruction, registry using was reduced
510-- New localization: Esperanto
511-
512-
513-2.30 Beta 32 2003-05-15
514--------------------------
515-- New features in compressing / decompressing window.
516-- "Show password" option.
517-- Some other small changes.
518-- New localization: Valencian.
519-
520-
521-2.30 Beta 31 2003-04-29
522--------------------------
523-- Some bugs were fixed.
524-
525-
526-2.30 Beta 30 2003-04-19
527--------------------------
528-- 7-Zip File Manager:
529- - Showing .. item.
530- - 1/2 Panels mode switching (F9).
531-- Supporting Bzip2 compression in ZIP archives.
532-- Some bugs were fixed.
533-- Some optimization recompiling for reducing code size.
534-
535-
536-2.30 Beta 29 2003-04-07
537--------------------------
538-- 7-Zip File Manager:
539- - "7-Zip" and "System" submenus in "Files" menu.
540- - Path history and "Browse" button in "Copy" dialog.
541-- RAR supporting was improved.
542-- Some bugs were fixed.
543-- Small changes in LZMA code.
544-- New localizations: Hebrew, Vietnamese.
545-
546-
547-2.30 Beta 28 2003-02-16
548--------------------------
549-- Some bugs were fixed:
550- - Updating 7z archives that are larger than 4 GB.
551- - Using anti-items in 7z format.
552- - Compressing empty files with password to zip format.
553-- In max mode 7z now uses 8 MB dictionary instead of 4 MB.
554-- 7-Zip File Manager:
555- - Supporting file comments: Ctrl-Z.
556- - New key alias for folder bookmarks: [Shift]+Alt+Number.
557-
558-
559-2.30 Beta 27 2003-01-24
560--------------------------
561-- Two BUGs in two previous beta versions (Beta 25 and Beta 26)
562- were fixed:
563- 1. Incorrect compressing to non-solid 7z archive
564- when files have some very big sizes:
565- 4 GB, 8 GB, 12 GB, 16 GB, ...
566- 2. Incorrect percent showing in 7z compressing
567- when files are bigger than 4 GB.
568-- Supporting multivolume RAR and SPLIT archives.
569-- Supporting DEB archives.
570-- Supporting old version of CPIO format.
571-- Some bugs were fixed.
572-- New localizations: Korean, Swedish.
573-
574-
575-2.30 Beta 26 2003-01-12
576--------------------------
577-- Supporting Deflate64 method in Zip archives.
578-- Supporting Rar 1.50 archives.
579-- Some bugs were fixed.
580-
581-
582-2.30 Beta 25 2003-01-02
583--------------------------
584-- Encryption feature for 7z format (AES-256).
585-- New optional archive header compressing mode (-mhcf).
586-- Archive headers now always are compressed with LZMA method.
587-- Updating non-solid 7z archives without -ms=off now is allowed.
588-- Folder creating and item renaming inside archive now is supported.
589-- Supporting encrypted Rar3 archives.
590-- Supporting Unicode names in Rar3 archives.
591-- Some bugs were fixed.
592-- New localizations: Lithuanian, Voro.
593-
594-
595-2.30 Beta 24 2002-11-01
596--------------------------
597-- Some internal reconstructions.
598-- -m switch syntax was slightly changed.
599-- Some bugs were fixed.
600-- New localizations: Catalan, Norwegian, Romanian.
601-
602-
603-2.30 Beta 23 2002-09-07
604--------------------------
605-- Encryption feature for zip format.
606-- Percent indicating for some operations.
607-- Some bugs were fixed.
608-
609-
610-2.30 Beta 22 2002-08-31
611--------------------------
612-- New program: 7-Zip File Manager.
613-- Command line version now doesn't allow absolute paths
614- for compressing files.
615-- New localizations: Belarusian, Greek.
616-- Bug in FAR plugin was fixed:
617- Incorrect updating when archive has no explicit
618- directory items for file items.
619-- Some bugs were fixed.
620-
621-
622-2.30 Beta 21 2002-07-08
623--------------------------
624-- RAM requirements for LZMA (7z) compression were reduced.
625-- Small bug in FAR plugin was fixed.
626-
627-
628-2.30 Beta 20 2002-07-01
629--------------------------
630-- RAM requirements for LZMA (7z) decompression were reduced.
631-- New localization: Turkish.
632-- Some bugs were fixed.
633-
634-
635-2.30 Beta 19 2002-04-11
636--------------------------
637-- Supporting RAR 3.0 archives.
638-- New localizations: Danish, Ukrainian.
639-
640-
641-2.30 Beta 18 2002-03-25
642--------------------------
643-- Compressing speed in 7z format was slightly increased.
644-- New localizations: Estonian, Finnish.
645-- Some bugs were fixed.
646-
647-
648-2.30 Beta 17 2002-03-03
649--------------------------
650-- Supporting ARJ archives.
651-- New localization: Chinese Simplified.
652-
653-
654-2.30 Beta 16 2002-02-24
655--------------------------
656-- Supporting RPM and CPIO archives.
657-- New fast compression mode for LZMA: -m0a=0.
658-- New match finders for LZMA: bt4b, hc3, hc4.
659-- Some bugs were fixed.
660-
661-
662-2.30 Beta 15 2002-02-17
663--------------------------
664-- Compression ratio in 7z was slightly improved.
665-- New localization: Dutch.
666-
667-
668-2.30 Beta 14 2002-02-10
669--------------------------
670-- Speed optimization for multiprocessor computers (-mmt switch).
671-- New localizations: Czech, Japanese, Polish.
672-- Some bugs were fixed.
673-
674-
675-2.30 Beta 13 2002-01-31
676--------------------------
677-- New SFX module for installers.
678-- New match finder for LZMA: bt3.
679-- New localizations: Portuguese, Portuguese Brazil, Serbo-Croatian.
680-- Some bugs were fixed.
681-
682-
683-2.30 Beta 12 2002-01-16
684--------------------------
685-- Bug was fixed: memory leak in Beta 11.
686-- New localization: Hungarian.
687-
688-
689-2.30 Beta 11 2002-01-15
690--------------------------
691-- Archive testing feature for GUI version.
692-- Now 7-Zip can use more than 256 MB of RAM in all Windows versions.
693-- New localizations: Bulgarian, Chinese Traditional, Latvian, Slovak.
694-- Some bugs were fixed.
695-
696-
697-2.30 Beta 10 2002-01-11
698--------------------------
699-- Bugs were fixed:
700- - Updating 7z archives in Beta 8 and 9 didn't work.
701- - Unicode version in Beta 9 didn't work in Windows NT4.
702- - Some other bugs were fixed.
703-- New localizations: Arabic, French, Italian, Slovenian, Spanish.
704-
705-
706-2.30 Beta 9 2002-01-08
707--------------------------
708-- Program localization: English, German, Russian.
709-- Additional optimized versions of programs
710- for Windows NT4/2000/XP.
711-- Two new match finders for LZMA: pat3h and pat4h.
712-- Some bugs were fixed.
713-
714-
715-2.30 Beta 8 2001-12-21
716--------------------------
717-- 7-Zip now supports some zip archives that were not
718- supported by previous versions.
719-- 7-Zip now supports new state (-uw switch) for cases
720- when 7-Zip can not detect whether file is newer or the same.
721-- Supporting anti-items in 7z format for incremental
722- update (-u with action #3).
723-- Some bugs were fixed.
724-
725-
726-2.30 Beta 7 2001-11-04
727--------------------------
728-- BCJ2: new converter for x86 code.
729-- Supporting tar archives with very long file names
730- (GNU extension to 'tar' format).
731-- Supporting multistream coders in 7z (-mb switch).
732-- More compressing parameters for zip and gzip
733- in console version (-m switch).
734-- Solid compressing option in Windows version.
735-- Compressing parameters option in Windows version.
736-- Auto renaming existing files feature for
737- extracting files.
738-- Overwrite mode switch for extracting (-ao).
739-- Some bugs were fixed.
740-
741-
742-2.30 Beta 6 2001-10-13
743--------------------------
744-- Supporting 7z format in MultiArc plugin for FAR Manager.
745-- Some bugs were fixed.
746-
747-
748-2.30 Beta 5 2001-10-02
749--------------------------
750-- Creating SFX archives from explorer.
751-- 7zWin.sfx: Windows version of SFX module.
752-- Auto adding .exe extension to SFX archive name.
753-- 7za.exe now supports 7z, bzip2, gzip, tar, zip.
754-- Some bugs were fixed.
755-
756-
757-2.30 Beta 4 2001-09-15
758--------------------------
759-- Self extract capability for 7z format.
760-- 7z archive format is default for 7z.exe and 7za.exe.
761-- 7z in default mode now uses bt234 match finder
762- and solid compression.
763-- 7z in maximum mode (-mx) now uses 4MB dictionary.
764-
765-
766-2.30 Beta 3 2001-09-10
767--------------------------
768-- Bug was fixed: decompressing .7z solid archives
769- containing empty files.
770-- new 7za.exe: standalone command line version
771- (only for 7z format).
772-- Speed of compressing to Deflate format (zip, gzip)
773- was slightly increased.
774-
775-
776-2.30 Beta 2 2001-08-30
777--------------------------
778-- Supporting the new 7z format with high compression ratio.
779-- -bd (Disable percentage indicator) switch in
780- console version.
781-- Bug in console version was fixed:
782- previous versions incorrectly execute compression
783- commands with non-recursive wildcards in combination
784- with subfolders.
785-- Some other bugs were fixed.
786-
787-
788-2.30 Beta 1 2001-05-07
789--------------------------
790-- Speed of reading of archive contents was increased.
791-- Bug was fixed: incorrect showing file names with
792- national charsets in some zip archives.
793-- Now it is possible to compress files larger than 4GB
794- to GZip archives.
795-
796-
797-2.24 2001-03-21
798--------------------------
799-- Bugs in GZip and Cab decoders were fixed.
800-
801-
802-2.23 2001-03-04
803--------------------------
804-- Opening archive items in Explorer.
805-- Context menu for archive items in Explorer.
806-- Automatic adding extension to archive name in console version.
807-- Some bugs were fixed.
808-
809-
810-2.22 2001-01-21
811--------------------------
812-- Supporting Zip archives containing more than 65535 files.
813-- Speed of Plugin for Explorer was increased.
814-- Searching start position of archive now is limited by
815- first 1MB part of file.
816-- Some bugs were fixed.
817-- Packet now doesn't contain 7zip.exe, far7zip.reg and
818- far7zip2.reg files. There is new far7z.reg file.
819-
820-
821-2.21 2000-12-21
822--------------------------
823-- FAR Plugin was improved:
824-
825- - Showing process box during opening archives.
826- - Viewing properties of file by Ctrl-A.
827- - Alt-F6 in archive now immediately extracts selected files
828- to current directory.
829-
830-- Some bugs were fixed:
831-
832- - Entering to archive's subfolders in Explorer by clicking
833- items in main window didn't work under Windows ME/2000.
834- - Decompressing solid Rar archives sometimes gave error.
835- - Console version 7z.exe during list operation incorrectly
836- showed file names with national (non-english) charsets.
837- - FAR Plugin didn't execute some operations.
838- - Showing percents during extracting ZIP archives sometimes
839- was incorrect.
840-
841-
842-2.20 2000-11-20
843--------------------------
844-- Supporting BZip2 and Cab.
845-- New program architecture with external
846- compression and cryptographic modules.
847-- Decryption support (Rar and Zip).
848-- New console client.
849-- Some bugs were fixed.
850-
851-
852-2.11 2000-06-15
853--------------------------
854-- Bugs were fixed:
855-
856- - FAR Plugin incorrectly processed
857- names of subdirectories that use national
858- (non-english) charsets.
859- - gzip plugin could not compress empty files.
860-
861-
862-2.10 2000-05-16
863--------------------------
864-- First level 7-Zip Plugin for FAR Manager.
865-- GUI version with integration to Windows Shell.
866-- Compression and decompressing GZip and TAR formats.
867-- Decompression RAR.
868-- Install & Uninstall support.
869-- Some bugs were fixed.
870-
871-
872-2.01 1999-09-19
873--------------------------
874-- Small bug was fixed.
875-- Compression ratio was improved for some files.
876-
877-
878-2.00 1999-07-18
879--------------------------
880-- Release.
881-- Big bug was fixed: previous versions incorrectly worked
882- during compressing with files that were referred by
883- direct(without wildcards) paths, containing subdirs parts.
884-- Compression and decompression speed were improved.
885-- -mx switch (maXimize compression) was added.
886-- Small bugs were fixed.
887-
888-
889-2.00 Beta 1 1999-01-02
890--------------------------
891-- Original beta version.
892-
893-
894-End of document
1+HISTORY of the 7-Zip
2+--------------------
3+
4+4.62 2008-12-02
5+-------------------------
6+- Some bugs were fixed.
7+
8+
9+4.61 beta 2008-11-23
10+-------------------------
11+- 7-Zip now supports LZMA compression for .ZIP archives.
12+- Some bugs were fixed.
13+- New localization: Sinhala.
14+
15+
16+4.60 beta 2008-08-19
17+-------------------------
18+- Some bugs were fixed.
19+
20+
21+4.59 beta 2008-08-13
22+-------------------------
23+- 7-Zip now can unpack UDF, XAR and DMG/HFS archives.
24+- 7-Zip File Manager now keeps encryption when you edit encrypted file inside archive.
25+- 7-Zip File Manager now allows to change current folder from the address bar drop-down list.
26+- It's allowed to use -t switch for "list" and "extract" commands.
27+- Some bugs were fixed.
28+- New localizations: Icelandic, Kurdish Sorani.
29+
30+
31+4.58 beta 2008-05-05
32+-------------------------
33+- Some speed optimizations.
34+- 7-Zip now can unpack .lzma archives.
35+- Unicode (UTF-8) support for filenames in .ZIP archives. Now there are 3 modes:
36+ 1) Default mode: 7-Zip uses UTF-8, if the local code page doesn't contain required symbols.
37+ 2) -mcu switch: 7-Zip uses UTF-8, if there are non-ASCII symbols.
38+ 3) -mcl switch: 7-Zip uses local code page.
39+- Now it's possible to store file creation time in 7z and ZIP archives (-mtc switch).
40+- 7-Zip now can unpack multivolume RAR archives created with
41+ "old style volume names" scheme and names *.001, *.002, ...
42+- Now it's possible to use -mSW- and -mSW+ switches instead of -mSW=off and -mSW=on
43+- Some bugs were fixed.
44+- New localizations: Punjabi (Indian), Pashto.
45+
46+
47+4.57 2007-12-06
48+-------------------------
49+- The BUG in command line version was fixed: -up3 switch
50+ could work incorrectly.
51+
52+
53+4.56 beta 2007-10-24
54+-------------------------
55+- Some bugs were fixed.
56+
57+
58+4.55 beta 2007-09-05
59+-------------------------
60+- Some bugs were fixed.
61+
62+
63+4.54 beta 2007-09-04
64+-------------------------
65+- Decompression speed was increased.
66+
67+
68+4.53 beta 2007-08-27
69+-------------------------
70+- "Test" and "Info" buttons now work for open archives.
71+- The bug in 7-Zip 4.48 - 4.52 beta was fixed:
72+ 7-Zip could create .ZIP archives with broken files.
73+- Some bugs were fixed.
74+
75+
76+4.52 beta 2007-08-03
77+-------------------------
78+- 7-Zip now can unpack Compound files (msi, doc, ...).
79+- Some bugs were fixed.
80+
81+
82+4.51 beta 2007-07-25
83+-------------------------
84+- Bug was fixed: 7-Zip 4.50 beta could not open some .7z archives.
85+
86+
87+4.50 beta 2007-07-24
88+-------------------------
89+- New switch for command line version:
90+ -ssc[-] enables/disables case-sensitive mode for file names.
91+- Speed optimizations for AES encryption.
92+- Some bugs were fixed.
93+
94+
95+4.49 beta 2007-07-11
96+-------------------------
97+- 7-Zip now can unpack WIM archives.
98+- 7-Zip now replaces incorrect characters in filenames during extracting.
99+
100+
101+4.48 beta 2007-06-26
102+-------------------------
103+- Encryption strength for .7z format was increased.
104+ Now it uses random initialization vectors.
105+- Some bugs were fixed.
106+
107+
108+4.47 beta 2007-05-27
109+-------------------------
110+- Bugs of 7-Zip 4.46 beta were fixed: BZip2 could work incorrectly.
111+
112+
113+4.46 beta 2007-05-25
114+-------------------------
115+- New fast compression mode for Deflate method in Zip and GZip.
116+- New "Compress shared files" option in GUI and -ssw switch.
117+- Some bugs were fixed.
118+- New localization: Norwegian Nynorsk.
119+
120+
121+4.45 beta 2007-04-17
122+-------------------------
123+- Now it's possible to specify the size of solid block and the number
124+ of CPU threads in "Add to archive" dialog box.
125+- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.
126+- Speed optimizations.
127+- Benchmark was improved (new "b" command in command line version).
128+- The number of DLL files was reduced.
129+- Now it's possible to associate 7-zip with combined types like .tbz2
130+- switch -mhcf=off is not supported now.
131+- If -t{Type} switch is not specified, 7-Zip now uses extension of archive to
132+ detect the type of archive.
133+- Some bugs were fixed.
134+- New localization: Welsh.
135+
136+
137+4.44 beta 2007-01-20
138+-------------------------
139+- Speed optimizations for LZMA, Deflate, BZip2 and unRAR.
140+- 7-Zip now supports file pathnames longer than 260 characters.
141+- Some bugs were fixed.
142+- New localizations: Bangla, Bashkir, Nepali.
143+
144+
145+4.43 beta 2006-09-15
146+-------------------------
147+- 7-Zip now can use multi-threading mode for compressing to .ZIP archives.
148+- ZIP format supporting was improved.
149+- 7-Zip now supports WinZip-compatible AES-256 encryption for .ZIP archives.
150+- New context menu items for .ZIP archives creating.
151+- 7-Zip now uses order list (list of extensions) for files sorting for compressing
152+ to .7z archives. It can slightly increase compression ratio in some cases.
153+- 7-Zip now restores modification time of folders during .7z archives extracting.
154+- Some bugs were fixed.
155+- New localizations: Armenian, Marathi.
156+
157+
158+
159+4.42 2006-05-14
160+-------------------------
161+- Compressing speed and Memory requirements were increased.
162+ Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB,
163+ Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.
164+- BZip2 compressing / decompressing now can work in multi-threading mode
165+- Multi-threading mode now is default for multi-processor systems
166+- 64-bit version now supports 1 GB dictionary
167+- 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4
168+- Compression ratio in Zip/GZip/Deflate in Ultra mode was increased
169+- 7-Zip now can unpack ISO archives and some installers created by NSIS
170+- Optional "Flat View" mode in 7-Zip File Manager
171+- 7-Zip File Manager now can calculate CRC checksums for files
172+- -x switch with relative paths now affects files specified with absolute paths
173+- New switch for 7za.exe (console version): -slt.
174+ "l" (list) command with -slt shows technical information for archive.
175+- New switch: -scs{WIN|DOS|UTF-8} specifies charset for list files.
176+ Default charset for list files is UTF-8 now.
177+- Some bugs were fixed
178+- New localizations: Albanian, Kurdish
179+
180+
181+4.32 2005-12-09
182+-------------------------
183+- Bug was fixed: 7-Zip 4.31 didn't work in Windows 95
184+
185+
186+4.31 2005-12-04
187+-------------------------
188+- Small changes
189+- New localization: Basque
190+
191+
192+4.30 beta 2005-11-18
193+-------------------------
194+- Files 7zFMn.exe, 7zGn.exe, 7-zipn, 7za.exe, 7zC.sfx were removed from 7-zip package
195+- 7-Zip now uses uncompressed SFX: 7z.sfx
196+- Sfx modules 7z.sfx and 7zCon.sfx now use msvcrt.dll
197+- Speed optimizations in LZMA maximum/ultra compressing.
198+- LZMA now supports word size up to 273
199+- 7-Zip now reduces dictionary size for LZMA, if you compress files
200+ smaller than specified dictionary size.
201+- 7-Zip now can use large memory pages:
202+ GUI: 7-Zip File Manager / Options / Settings / Use large memory pages.
203+ Command line version: -slp switch.
204+ This feature allows to increase speed of compressing.
205+ But 7-Zip can make some pause at starting of compressing for allocating large pages.
206+ Also Task Manager doesn't show real memory usage of program, if 7-Zip uses large pages.
207+ This feature works only on Windows 2003 / XP x64 / Vista.
208+ Also you must have administrator's rights for your system.
209+ Recommended size of RAM: 1 GB or more.
210+ To install this feature you must run 7-Zip File Manager at least once,
211+ close it and reboot system.
212+- Some bugs were fixed
213+
214+
215+4.29 beta 2005-09-28
216+-------------------------
217+- Bug was fixed: 7-Zip 4.28 beta worked incorrectly in Windows 95/98/Me
218+
219+
220+4.28 beta 2005-09-27
221+-------------------------
222+- Bug was fixed: 7-Zip 4.27 beta created incorrect multivolume archives.
223+- "Duplicate filename" collision problem between names with ligatures was fixed.
224+
225+
226+4.27 beta 2005-09-21
227+-------------------------
228+- 7-Zip can unpack CHM/HXS (MS HTML HELP) archives
229+- 7-Zip can unpack multivolume CAB archives
230+- Now 7-Zip deletes files to the Recycle Bin by default.
231+ Shift+Delete deletes files permanently.
232+- Some bugs were fixed
233+- New localization: Tatarish
234+
235+
236+4.26 beta 2005-08-05
237+-------------------------
238+- LZH format support (extracting only)
239+- Some bugs were fixed
240+- New localization: Ido
241+
242+
243+4.25 beta 2005-07-31
244+-------------------------
245+- 7-Zip now doesn't interrupt the compressing when it can not
246+ find specified file as in version 4.24 beta. It just shows warning.
247+- 7-Zip now supports standard selection mode in the file list
248+- Some bugs were fixed
249+
250+
251+4.24 beta 2005-07-06
252+-------------------------
253+- 7-Zip now supports right-click Drag and Drop in Explorer
254+- Command line version now supports short file names (like FILENA~1.TXT)
255+- If there are no wildcard names and there is no -r switch in command line,
256+ 7-Zip now checks that specified files exist on disk before compressing.
257+- Some bugs were fixed
258+
259+
260+4.23 2005-06-29
261+-------------------------
262+- Drag and Drop support
263+- 7-Zip File Manager now can copy files from one archive to another
264+- Some bugs were fixed
265+- New localizations: Extremaduran, Malay
266+
267+
268+4.20 2005-05-30
269+-------------------------
270+- No changes
271+
272+
273+4.19 beta 2005-05-21
274+-------------------------
275+- BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and
276+ Ultra. In Normal mode it compresses almost as original BZip2 compressor.
277+ Compression ratio in Maximum and Ultra modes is 1-3% better for some files,
278+ but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times
279+ slower than Normal mode.
280+- Console version now prints all messages to stdout by default,
281+ and if -so switch is specified, 7-Zip prints messages to stderr.
282+- Some bugs were fixed
283+- New localizations: Azeri, Georgian
284+
285+
286+4.18 beta 2005-04-19
287+-------------------------
288+- Bug in v4.17 beta was fixed: 7-Zip File Manager could crash
289+ after some operations with archives
290+
291+
292+4.17 beta 2005-04-18
293+-------------------------
294+- To increase protection from viruses, 7-Zip now does not open
295+ files with more than 4 continuous spaces in the name.
296+ And 7-Zip changes such long spaces in name to " ... " in the file list.
297+- Code size optimization
298+- Some files were moved from main package to extra package:
299+ - Plugin for FAR Manager
300+ - SFX modules for installers (7zS.sfx and 7zSD.sfx)
301+- New localizations: Asturian, Indonesian
302+
303+
304+4.16 beta 2005-03-29
305+-------------------------
306+- Speed optimization (5%) for 7z / LZMA
307+- 7za.exe now supports .Z archives
308+- -r- switch in command line now is default for all commands
309+- Some bugs were fixed
310+- New localization: Uzbek
311+
312+
313+4.15 beta 2005-01-25
314+-------------------------
315+- Z format supporting (extracting only)
316+- 7-Zip now can extract ZIP archives compressed with "Shrink" method
317+- 7-Zip now doesn't interrupt the compressing when it can not open file.
318+ 7-Zip just skips that file and shows warning.
319+- Some bugs were fixed
320+- New localization: Frisian
321+
322+
323+4.14 beta 2005-01-11
324+-------------------------
325+- 7-Zip installer was created with NSIS.
326+ Now it installs 7-Zip for all users (under Windows 2000/XP).
327+- Now 7-Zip can create multivolume archives
328+ (switch -v for command line)
329+- Some bugs were fixed
330+- New localizations: Breton, Farsi
331+
332+
333+4.13 beta 2004-12-14
334+-------------------------
335+- Switch "--" stops switches parsing
336+- Some bugs were fixed
337+
338+
339+4.12 beta 2004-11-18
340+-------------------------
341+- Bug in v4.11 beta was fixed:
342+ 7-Zip created incorrect ZIP archives if file size was
343+ from 3.75 GB to 4 GB.
344+
345+
346+4.11 beta 2004-11-16
347+-------------------------
348+- 7-Zip now shows file names during compressing/decompressing
349+- 7-Zip now supports Zip64 extension of ZIP format. So now it's
350+ possible to compress files bigger than 4 GB to ZIP archives.
351+- Some bugs were fixed
352+- New localization: Galician
353+
354+
355+4.10 beta 2004-10-21
356+-------------------------
357+- Bugs in v4.0* were fixed:
358+ - Some commands in command line with "-r" switch worked incorrectly,
359+ so 7-zip could skip some files during compressing
360+ - Some other bugs were fixed
361+- Small internal changes
362+
363+
364+4.09 beta 2004-10-05
365+-------------------------
366+- Bugs in v4.0* were fixed:
367+ - Renaming inside archives didn't work or worked incorrectly
368+ - GUI SFX didn't show extracting dialog at start
369+- Small fixes in 7-Zip GUI (7zG.exe)
370+
371+
372+4.08 beta 2004-10-04
373+-------------------------
374+- Bug in installer for v4.07 was fixed: when rebooting
375+ is required, it rebooted without asking user
376+- Small fixes in 7-Zip GUI (7zG.exe)
377+
378+
379+4.07 beta 2004-10-03
380+-------------------------
381+- Big amount of code was changed in this beta version.
382+ So don't use it for important data compressing.
383+ And test archive after compressing.
384+
385+- Unified command line interface to GUI and console versions
386+- 7-Zip now can extract or test several archives in one command
387+- 7-Zip now doesn't interrupt the compressing when file is locked by
388+ other application. 7-Zip just skips that file and shows warning.
389+ Note: previous versions of 7-Zip had bug, so they can not unpack
390+ non-solid and some solid 7z archives with such skipped files.
391+- Command line interface was changed:
392+ - now it's possible to use absolute pathnames
393+ - syntax simplification:
394+ was: 7z a a Folder1\* Folder2\* -r
395+ now: 7z a a Folder1 Folder2
396+ - now it's possible to use complex wildcard commands, like *\*111*\*
397+- More smart detection of archive type for files with unusual
398+ file name extensions
399+- Supporting for RAR archives with encrypted headers
400+- CPIO format supporting was improved
401+- For GZip and BZip2 formats you can:
402+ - Compress from stdin (-si switch)
403+ - Compress to stdout (-so switch)
404+ - Extract to stdout (-so switch)
405+- 7-Zip File Manager:
406+ - Split and Combine commands
407+ - new list view options: Full row select, Show grid lines
408+- Internal reconstruction
409+- Some bugs were fixed
410+- New localizations: Friulian, Macedonian, Mongolian, Tamil, Thai
411+
412+
413+3.13 2003-12-11
414+-------------------------
415+- Some small bugs were fixed
416+
417+
418+3.12 2003-12-10
419+-------------------------
420+- Now you can select compression method, dictionary size
421+ and word size in "Add to archive" dialog box. Also it
422+ shows memory usage.
423+- 7-Zip File Manager now contains toolbars.
424+- New "Benchmark" command in 7-Zip File Manager.
425+ It measures compressing and decompressing speeds and
426+ shows rating values.
427+- Some bugs were fixed.
428+
429+
430+3.11 2003-10-06
431+-------------------------
432+- 7-zip now use limitations for solid block size
433+ for increasing the speed of random file decompressing:
434+ - in Store mode: 0 B
435+ - in Fast mode: 16 MB
436+ - in Normal mode: 256 MB
437+ - in Maximum mode: 1 GB
438+ - in Ultra mode: 4 GB
439+- 7z.exe, 7za.exe and SFX modules now support Unicode
440+ file names under Windows NT/2000/XP/2003.
441+ 7zn.exe and 7zan.exe were removed from package.
442+- Some bugs were fixed
443+- New localization: Afrikaans
444+
445+
446+3.10 2003-09-27
447+-------------------------
448+- Drag-and-Drop from external application
449+- GUI version (7zG.exe) can compress files with absolute paths
450+- Compression dialog doesn't suggest bzip2 and gzip2 types when
451+ there are more than one selected file
452+- Optional auto renaming for existing files during extraction
453+ in command line version (-aot switch).
454+- Some bugs were fixed
455+
456+
457+3.09.02 2003-09-20
458+-------------------------
459+- Optional limitation for solid block size for increasing
460+ the speed of random file decompressing (-ms switch)
461+
462+
463+3.09.01 beta 2003-09-06
464+-------------------------
465+- Automatic compression filter for executable files:
466+ dll, exe, ocx, sfx, sys, (-mf switch)
467+- Compression levels in 7z now are:
468+ - Fast: 32 KB dictionary, BCJ filter
469+ - Normal: 2 MB dictionary, BCJ filter
470+ - Maximum: 8 MB dictionary, BCJ filter, max settings
471+ - Ultra: 32 MB dictionary, BCJ2 filter, max settings
472+- Updating solid 7z archives now is supported, if it doesn't
473+ require repacking solid blocks
474+- -mhcf switch for 7z format now is default
475+- Some bugs were fixed
476+
477+
478+3.08.04 beta 2003-08-24
479+-------------------------
480+- Favorites menu in 7-Zip File Manager
481+- Some bugs were fixed
482+
483+
484+3.08.03 beta 2003-08-21
485+-------------------------
486+- Automatic adding of extension to archive name in Compress Dialog
487+- Some bugs in previous 3.08.* versions were fixed:
488+ - Storing columns width inside archives in File Manager
489+ - Opening archive inside archive
490+ - Quotes in list files in console version
491+
492+
493+3.08.02 beta 2003-08-20
494+-------------------------
495+- Some bugs were fixed
496+
497+
498+3.08 beta 2003-08-19
499+-------------------------
500+- Compress dialog:
501+ - Supporting fast compressing mode (-mx=1 switch)
502+ - Multi-threading option for Multi-Processor systems
503+ or Pentium 4 with Hyper-Threading
504+ - Encrypt file names option
505+- New context menu items:
506+ - Extract here
507+ - Extract to <Folder>
508+ - Compress and email
509+- Internal reconstruction, registry using was reduced
510+- New localization: Esperanto
511+
512+
513+2.30 Beta 32 2003-05-15
514+-------------------------
515+- New features in compressing / decompressing window.
516+- "Show password" option.
517+- Some other small changes.
518+- New localization: Valencian.
519+
520+
521+2.30 Beta 31 2003-04-29
522+-------------------------
523+- Some bugs were fixed.
524+
525+
526+2.30 Beta 30 2003-04-19
527+-------------------------
528+- 7-Zip File Manager:
529+ - Showing .. item.
530+ - 1/2 Panels mode switching (F9).
531+- Supporting Bzip2 compression in ZIP archives.
532+- Some bugs were fixed.
533+- Some optimization recompiling for reducing code size.
534+
535+
536+2.30 Beta 29 2003-04-07
537+-------------------------
538+- 7-Zip File Manager:
539+ - "7-Zip" and "System" submenus in "Files" menu.
540+ - Path history and "Browse" button in "Copy" dialog.
541+- RAR supporting was improved.
542+- Some bugs were fixed.
543+- Small changes in LZMA code.
544+- New localizations: Hebrew, Vietnamese.
545+
546+
547+2.30 Beta 28 2003-02-16
548+-------------------------
549+- Some bugs were fixed:
550+ - Updating 7z archives that are larger than 4 GB.
551+ - Using anti-items in 7z format.
552+ - Compressing empty files with password to zip format.
553+- In max mode 7z now uses 8 MB dictionary instead of 4 MB.
554+- 7-Zip File Manager:
555+ - Supporting file comments: Ctrl-Z.
556+ - New key alias for folder bookmarks: [Shift]+Alt+Number.
557+
558+
559+2.30 Beta 27 2003-01-24
560+-------------------------
561+- Two BUGs in two previous beta versions (Beta 25 and Beta 26)
562+ were fixed:
563+ 1. Incorrect compressing to non-solid 7z archive
564+ when files have some very big sizes:
565+ 4 GB, 8 GB, 12 GB, 16 GB, ...
566+ 2. Incorrect percent showing in 7z compressing
567+ when files are bigger than 4 GB.
568+- Supporting multivolume RAR and SPLIT archives.
569+- Supporting DEB archives.
570+- Supporting old version of CPIO format.
571+- Some bugs were fixed.
572+- New localizations: Korean, Swedish.
573+
574+
575+2.30 Beta 26 2003-01-12
576+-------------------------
577+- Supporting Deflate64 method in Zip archives.
578+- Supporting Rar 1.50 archives.
579+- Some bugs were fixed.
580+
581+
582+2.30 Beta 25 2003-01-02
583+-------------------------
584+- Encryption feature for 7z format (AES-256).
585+- New optional archive header compressing mode (-mhcf).
586+- Archive headers now always are compressed with LZMA method.
587+- Updating non-solid 7z archives without -ms=off now is allowed.
588+- Folder creating and item renaming inside archive now is supported.
589+- Supporting encrypted Rar3 archives.
590+- Supporting Unicode names in Rar3 archives.
591+- Some bugs were fixed.
592+- New localizations: Lithuanian, Voro.
593+
594+
595+2.30 Beta 24 2002-11-01
596+-------------------------
597+- Some internal reconstructions.
598+- -m switch syntax was slightly changed.
599+- Some bugs were fixed.
600+- New localizations: Catalan, Norwegian, Romanian.
601+
602+
603+2.30 Beta 23 2002-09-07
604+-------------------------
605+- Encryption feature for zip format.
606+- Percent indicating for some operations.
607+- Some bugs were fixed.
608+
609+
610+2.30 Beta 22 2002-08-31
611+-------------------------
612+- New program: 7-Zip File Manager.
613+- Command line version now doesn't allow absolute paths
614+ for compressing files.
615+- New localizations: Belarusian, Greek.
616+- Bug in FAR plugin was fixed:
617+ Incorrect updating when archive has no explicit
618+ directory items for file items.
619+- Some bugs were fixed.
620+
621+
622+2.30 Beta 21 2002-07-08
623+-------------------------
624+- RAM requirements for LZMA (7z) compression were reduced.
625+- Small bug in FAR plugin was fixed.
626+
627+
628+2.30 Beta 20 2002-07-01
629+-------------------------
630+- RAM requirements for LZMA (7z) decompression were reduced.
631+- New localization: Turkish.
632+- Some bugs were fixed.
633+
634+
635+2.30 Beta 19 2002-04-11
636+-------------------------
637+- Supporting RAR 3.0 archives.
638+- New localizations: Danish, Ukrainian.
639+
640+
641+2.30 Beta 18 2002-03-25
642+-------------------------
643+- Compressing speed in 7z format was slightly increased.
644+- New localizations: Estonian, Finnish.
645+- Some bugs were fixed.
646+
647+
648+2.30 Beta 17 2002-03-03
649+-------------------------
650+- Supporting ARJ archives.
651+- New localization: Chinese Simplified.
652+
653+
654+2.30 Beta 16 2002-02-24
655+-------------------------
656+- Supporting RPM and CPIO archives.
657+- New fast compression mode for LZMA: -m0a=0.
658+- New match finders for LZMA: bt4b, hc3, hc4.
659+- Some bugs were fixed.
660+
661+
662+2.30 Beta 15 2002-02-17
663+-------------------------
664+- Compression ratio in 7z was slightly improved.
665+- New localization: Dutch.
666+
667+
668+2.30 Beta 14 2002-02-10
669+-------------------------
670+- Speed optimization for multiprocessor computers (-mmt switch).
671+- New localizations: Czech, Japanese, Polish.
672+- Some bugs were fixed.
673+
674+
675+2.30 Beta 13 2002-01-31
676+-------------------------
677+- New SFX module for installers.
678+- New match finder for LZMA: bt3.
679+- New localizations: Portuguese, Portuguese Brazil, Serbo-Croatian.
680+- Some bugs were fixed.
681+
682+
683+2.30 Beta 12 2002-01-16
684+-------------------------
685+- Bug was fixed: memory leak in Beta 11.
686+- New localization: Hungarian.
687+
688+
689+2.30 Beta 11 2002-01-15
690+-------------------------
691+- Archive testing feature for GUI version.
692+- Now 7-Zip can use more than 256 MB of RAM in all Windows versions.
693+- New localizations: Bulgarian, Chinese Traditional, Latvian, Slovak.
694+- Some bugs were fixed.
695+
696+
697+2.30 Beta 10 2002-01-11
698+-------------------------
699+- Bugs were fixed:
700+ - Updating 7z archives in Beta 8 and 9 didn't work.
701+ - Unicode version in Beta 9 didn't work in Windows NT4.
702+ - Some other bugs were fixed.
703+- New localizations: Arabic, French, Italian, Slovenian, Spanish.
704+
705+
706+2.30 Beta 9 2002-01-08
707+-------------------------
708+- Program localization: English, German, Russian.
709+- Additional optimized versions of programs
710+ for Windows NT4/2000/XP.
711+- Two new match finders for LZMA: pat3h and pat4h.
712+- Some bugs were fixed.
713+
714+
715+2.30 Beta 8 2001-12-21
716+-------------------------
717+- 7-Zip now supports some zip archives that were not
718+ supported by previous versions.
719+- 7-Zip now supports new state (-uw switch) for cases
720+ when 7-Zip can not detect whether file is newer or the same.
721+- Supporting anti-items in 7z format for incremental
722+ update (-u with action #3).
723+- Some bugs were fixed.
724+
725+
726+2.30 Beta 7 2001-11-04
727+-------------------------
728+- BCJ2: new converter for x86 code.
729+- Supporting tar archives with very long file names
730+ (GNU extension to 'tar' format).
731+- Supporting multistream coders in 7z (-mb switch).
732+- More compressing parameters for zip and gzip
733+ in console version (-m switch).
734+- Solid compressing option in Windows version.
735+- Compressing parameters option in Windows version.
736+- Auto renaming existing files feature for
737+ extracting files.
738+- Overwrite mode switch for extracting (-ao).
739+- Some bugs were fixed.
740+
741+
742+2.30 Beta 6 2001-10-13
743+-------------------------
744+- Supporting 7z format in MultiArc plugin for FAR Manager.
745+- Some bugs were fixed.
746+
747+
748+2.30 Beta 5 2001-10-02
749+-------------------------
750+- Creating SFX archives from explorer.
751+- 7zWin.sfx: Windows version of SFX module.
752+- Auto adding .exe extension to SFX archive name.
753+- 7za.exe now supports 7z, bzip2, gzip, tar, zip.
754+- Some bugs were fixed.
755+
756+
757+2.30 Beta 4 2001-09-15
758+-------------------------
759+- Self extract capability for 7z format.
760+- 7z archive format is default for 7z.exe and 7za.exe.
761+- 7z in default mode now uses bt234 match finder
762+ and solid compression.
763+- 7z in maximum mode (-mx) now uses 4MB dictionary.
764+
765+
766+2.30 Beta 3 2001-09-10
767+-------------------------
768+- Bug was fixed: decompressing .7z solid archives
769+ containing empty files.
770+- new 7za.exe: standalone command line version
771+ (only for 7z format).
772+- Speed of compressing to Deflate format (zip, gzip)
773+ was slightly increased.
774+
775+
776+2.30 Beta 2 2001-08-30
777+-------------------------
778+- Supporting the new 7z format with high compression ratio.
779+- -bd (Disable percentage indicator) switch in
780+ console version.
781+- Bug in console version was fixed:
782+ previous versions incorrectly execute compression
783+ commands with non-recursive wildcards in combination
784+ with subfolders.
785+- Some other bugs were fixed.
786+
787+
788+2.30 Beta 1 2001-05-07
789+-------------------------
790+- Speed of reading of archive contents was increased.
791+- Bug was fixed: incorrect showing file names with
792+ national charsets in some zip archives.
793+- Now it is possible to compress files larger than 4GB
794+ to GZip archives.
795+
796+
797+2.24 2001-03-21
798+-------------------------
799+- Bugs in GZip and Cab decoders were fixed.
800+
801+
802+2.23 2001-03-04
803+-------------------------
804+- Opening archive items in Explorer.
805+- Context menu for archive items in Explorer.
806+- Automatic adding extension to archive name in console version.
807+- Some bugs were fixed.
808+
809+
810+2.22 2001-01-21
811+-------------------------
812+- Supporting Zip archives containing more than 65535 files.
813+- Speed of Plugin for Explorer was increased.
814+- Searching start position of archive now is limited by
815+ first 1MB part of file.
816+- Some bugs were fixed.
817+- Packet now doesn't contain 7zip.exe, far7zip.reg and
818+ far7zip2.reg files. There is new far7z.reg file.
819+
820+
821+2.21 2000-12-21
822+-------------------------
823+- FAR Plugin was improved:
824+
825+ - Showing process box during opening archives.
826+ - Viewing properties of file by Ctrl-A.
827+ - Alt-F6 in archive now immediately extracts selected files
828+ to current directory.
829+
830+- Some bugs were fixed:
831+
832+ - Entering to archive's subfolders in Explorer by clicking
833+ items in main window didn't work under Windows ME/2000.
834+ - Decompressing solid Rar archives sometimes gave error.
835+ - Console version 7z.exe during list operation incorrectly
836+ showed file names with national (non-english) charsets.
837+ - FAR Plugin didn't execute some operations.
838+ - Showing percents during extracting ZIP archives sometimes
839+ was incorrect.
840+
841+
842+2.20 2000-11-20
843+-------------------------
844+- Supporting BZip2 and Cab.
845+- New program architecture with external
846+ compression and cryptographic modules.
847+- Decryption support (Rar and Zip).
848+- New console client.
849+- Some bugs were fixed.
850+
851+
852+2.11 2000-06-15
853+-------------------------
854+- Bugs were fixed:
855+
856+ - FAR Plugin incorrectly processed
857+ names of subdirectories that use national
858+ (non-english) charsets.
859+ - gzip plugin could not compress empty files.
860+
861+
862+2.10 2000-05-16
863+-------------------------
864+- First level 7-Zip Plugin for FAR Manager.
865+- GUI version with integration to Windows Shell.
866+- Compression and decompressing GZip and TAR formats.
867+- Decompression RAR.
868+- Install & Uninstall support.
869+- Some bugs were fixed.
870+
871+
872+2.01 1999-09-19
873+-------------------------
874+- Small bug was fixed.
875+- Compression ratio was improved for some files.
876+
877+
878+2.00 1999-07-18
879+-------------------------
880+- Release.
881+- Big bug was fixed: previous versions incorrectly worked
882+ during compressing with files that were referred by
883+ direct(without wildcards) paths, containing subdirs parts.
884+- Compression and decompression speed were improved.
885+- -mx switch (maXimize compression) was added.
886+- Small bugs were fixed.
887+
888+
889+2.00 Beta 1 1999-01-02
890+-------------------------
891+- Original beta version.
892+
893+
894+End of document
--- a/www.7-zip.org/igor.html
+++ b/www.7-zip.org/igor.html
@@ -1,9 +1,9 @@
1-<HTML>
2-<HEAD><TITLE></TITLE>
3-<META http-equiv="Refresh" content="10; url=../">
4-</HEAD>
5-<BODY>
6-<P>This page is not supported currently.</P>
7-<P>You will be redirected to English page in 10 seconds.</P>
8-</BODY>
9-</HTML>
1+<HTML>
2+<HEAD><TITLE></TITLE>
3+<META http-equiv="Refresh" content="10; url=../">
4+</HEAD>
5+<BODY>
6+<P>This page is not supported currently.</P>
7+<P>You will be redirected to English page in 10 seconds.</P>
8+</BODY>
9+</HTML>
--- a/www.7-zip.org/index.html
+++ b/www.7-zip.org/index.html
@@ -1,252 +1,254 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>7-Zip</TITLE>
6-<META name="keywords" content=", archiver, compression, zip, best, compress,
7- high, ratio, free, gnu, lgpl, unzip, far, win32, 7zip, long, file, names">
8-</HEAD>
9-<BODY>
10-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11-<TD class="MenuColumn" valign="top">
12-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14-<TR><TD><HR></TD></TR></TABLE>
15-<TABLE cellpadding="2" cellspacing="0" border="0">
16-<TR><TD><SPAN class="MenuCurrent">Home</SPAN></TD></TR>
17-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
19-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24-</TABLE>
25-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26-<TR><TD><HR></TD></TR>
27-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30-<TR><TD><HR></TD></TR>
31-</TABLE>
32-<P>
33-<B>English</B><BR>
34-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35-<A href="http://www.spiroo.be/7zip/">French</A><BR>
36-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37-<A href="http://www.7-zip.si">Slovenian</A><BR>
38-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39-</P>
40-
41-</TD>
42-<TD valign="top">
43-
44-<TABLE cellspacing ="4" cellpadding ="4"><TR>
45-
46-<TD>
47-
48-<H1>Welcome to the 7-Zip Home!</H1>
49-
50-<P><B>7-Zip</B> is a file archiver with a high compression ratio.</P>
51-
52-<P><B>Download 7-Zip 4.62 (2008-12-02) for Windows</B>:</P>
53-<TABLE cellspacing ="1" cellpadding ="6" border = "0">
54- <TR>
55- <TH class="Title" align="center" width=60>Link</TH>
56- <TH class="Title" align="center" width=60>Type</TH>
57- <TH class="Title" align="center" width=80>Windows</TH>
58- <TH class="Title" align="center" width=55>Size</TH>
59- </TR>
60- <TR>
61- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
62- <TD class="Item" align="center">.exe</TD>
63- <TD class="Item" align="center">32-bit</TD>
64- <TD class="Item" align="center">911 KB</TD>
65- </TR>
66- <TR>
67- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
68- <TD class="Item" align="center">.msi</TD>
69- <TD class="Item" align="center">x64</TD>
70- <TD class="Item" align="center">1186 KB</TD>
71- </TR>
72-</TABLE>
73-
74-<P>The download links above redirect you to download pages on SourceForge.net</P>
75-
76-<H2>License</H2>
77-
78-<P><B>7-Zip</B> is <B>open source</B> software. Most of the source code is under the <B>GNU LGPL</B> license.
79-The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check
80-license information here: <A href="license.txt">7-Zip license</A>.</P>
81-
82-<P>You can use 7-Zip on any computer, including a computer in a commercial organization.
83-You don't need to register or pay for 7-Zip. But you can <A href="register.html">make a donation</A> to support further development of 7-Zip.</P>
84-
85-<H2>The main features of 7-Zip</H2>
86-<UL>
87- <LI>High compression ratio in new <A href ="7z.html">7z format</A> with <B>LZMA</B> compression</LI>
88- <LI>Supported formats:
89- <UL>
90- <LI>Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR</LI>
91- <LI>Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, MSI, WIM, Z, CPIO, RPM, DEB and NSIS</LI>
92- </UL>
93- </LI>
94- <LI>For ZIP and GZIP formats, <B>7-Zip</B> provides a compression ratio that
95- is 2-10 % better than the ratio provided by PKZip and WinZip</LI>
96- <LI>Strong AES-256 encryption in 7z and ZIP formats</LI>
97- <LI>Self-extracting capability for 7z format</LI>
98- <LI>Integration with Windows Shell</LI>
99- <LI>Powerful File Manager</LI>
100- <LI>Powerful command line version</LI>
101- <LI>Plugin for FAR Manager</LI>
102- <LI>Localizations for 69 languages</LI>
103-</UL>
104-
105-<IMG width="352" height="320" src="7zfm.png" alt="7-Zip" border="0">
106-
107-<P><B>7-Zip</B> works in Windows 98/ME/NT/2000/XP/Vista. There is a port of the
108-command line version to Linux/Unix.</P>
109-
110-
111-<P>On <A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A>
112-you can find a forum, bug reports, and feature request systems.</P>
113-
114-<H2>Compression ratio</H2>
115-
116-<P>We compared <B>7-Zip</B> with some of the leading archivers.</P>
117-
118-<P><B>FILE SETS:</B>
119-<A href="http://www.mozilla.org/products/firefox/">Mozilla Firefox</A> 1.0.7 for Windows
120-and
121-<A href="http://earth.google.com/">Google Earth</A> 3.0.0616 for Windows
122-after full installation.</P>
123-
124-<TABLE cellspacing ="2" cellpadding ="6">
125- <TR>
126- <TH class="Title" rowspan = 3>Archiver</TH>
127- <TH class="Title" align="center" colspan = 2>Mozilla Firefox</TH>
128- <TH class="Title" align="center" colspan = 2>Google Earth</TH>
129- </TR>
130- <TR>
131- <TH class="Title" align="center" colspan = 2>161 files<BR>15,684,168 bytes</TH>
132- <TH class="Title" align="center" colspan = 2>115 files<BR>23,530,652 bytes</TH>
133- </TR>
134- <TR>
135- <TH class="Title" align="center">Compressed size</TH>
136- <TH class="Title" align="center">Ratio</TH>
137- <TH class="Title" align="center">Compressed size</TH>
138- <TH class="Title" align="center">Ratio</TH>
139- </TR>
140- <TR>
141- <TD class="Item"><B>7-Zip 4.23 (7z format)</B></TD>
142- <TD class="Item" align="center"><B>4621135</B></TD>
143- <TD class="Item" align="center"><B>100%</B></TD>
144- <TD class="Item" align="center"><B>6109183</B></TD>
145- <TD class="Item" align="center"><B>100%</B></TD>
146- </TR>
147- <TR>
148- <TD class="Item">WinRAR 3.50</TD>
149- <TD class="Item" align="center">5021556</TD>
150- <TD class="Item" align="center">109%</TD>
151- <TD class="Item" align="center">6824892</TD>
152- <TD class="Item" align="center">112%</TD>
153- </TR>
154- <TR>
155- <TD class="Item">CABARC 5.1</TD>
156- <TD class="Item" align="center">5131393</TD>
157- <TD class="Item" align="center">111%</TD>
158- <TD class="Item" align="center">7434325</TD>
159- <TD class="Item" align="center">122%</TD>
160- </TR>
161- <TR>
162- <TD class="Item">WinZip 10.0 beta (maximum-PPMd)</TD>
163- <TD class="Item" align="center">5277118</TD>
164- <TD class="Item" align="center">114%</TD>
165- <TD class="Item" align="center">8200708</TD>
166- <TD class="Item" align="center">134%</TD>
167- </TR>
168- <TR>
169- <TD class="Item"><B>7-Zip 4.23 (zip format)</B></TD>
170- <TD class="Item" align="center"><B>6222627</B></TD>
171- <TD class="Item" align="center"><B>135%</B></TD>
172- <TD class="Item" align="center"><B>8909446</B></TD>
173- <TD class="Item" align="center"><B>146%</B></TD>
174- </TR>
175- <TR>
176- <TD class="Item">WinZip 10.0 beta (maximum-portable)</TD>
177- <TD class="Item" align="center">6448666</TD>
178- <TD class="Item" align="center">140%</TD>
179- <TD class="Item" align="center">9153898</TD>
180- <TD class="Item" align="center">150%</TD>
181- </TR>
182-</TABLE>
183-
184-<P>Compression ratio results are very dependent upon the data used for the tests.
185-Usually, <B>7-Zip</B> compresses to 7z format 30-70% better than to zip format.
186-And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip compatible programs.</P>
187-
188-</TD>
189-<TD vAlign=top align=right width=210>
190-
191-<TABLE class=News cellpadding=3 cellspacing=1 border=0>
192- <TR class=NewsHeader>
193- <TD class=NewsTitle style="background-color:#808040;">Subscribe to 7-Zip News</TD>
194- <TR class=News>
195- <TD class=NewsText>
196- To subscribe to notifications about new versions of 7-Zip,
197- send a blank email to:<BR>
198- <A href="mailto:7-Zip-subscribe@topica.com">7-Zip-subscribe@topica.com</A>
199- </TD>
200- </TR>
201-</TABLE>
202-<BR>
203-<BR>
204-
205-<TABLE class=News cellpadding=3 cellspacing=1 border=0>
206- <TR class=News>
207- <TD class=NewsText colSpan=2>
208- <P><A href="http://sourceforge.net/community/index.php/landing-pages/cca07/">
209- <IMG src="bestProjectTech.gif" alt="7-Zip CCA Awards" width="200" height="45"></A></P>
210- <P>7-Zip is a winner in the SourceForge.net Community Choice Awards 2007 in two categories:</P>
211- <UL>
212- <LI>Best Project</LI>
213- <LI>Best Technical Design</LI>
214- </UL>
215- </TD>
216- </TR>
217-</TABLE>
218-<BR>
219-
220-<TABLE class=News cellpadding=3 cellspacing=1 border=0>
221- <TR class=NewsHeader>
222- <TD class=NewsTitle>7-Zip 4.62</TD>
223- <TD class=NewsDate>2008-12-02</TD></TR>
224- <TR class=News>
225- <TD class=NewsText colSpan=2>
226- <LI>LZMA compression for .ZIP archives
227- <LI>Some bugs were fixed
228- <BR>
229- <A href="/history.txt">Read about all changes</A>
230- </TD>
231- </TR>
232-</TABLE>
233-<BR>
234-
235-<TABLE class=News cellpadding=3 cellspacing=1 border=0>
236- <TR class=NewsHeader>
237- <TD class=NewsTitle>LZMA SDK 4.62</TD>
238- <TD class=NewsDate>2008-12-02</TD></TR>
239- <TR class=News>
240- <TD class=NewsText colSpan=2>
241- <LI>LZMA SDK is placed in the public domain
242- </TD>
243- </TR>
244-</TABLE>
245-<BR>
246-
247-
248-</TD>
249-</TR></TABLE>
250-
251-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
252-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>7-Zip</TITLE>
6+<META name="keywords" content=", archiver, compression, zip, best, compress,
7+ high, ratio, free, gnu, lgpl, unzip, far, win32, 7zip, long, file, names">
8+</HEAD>
9+<BODY>
10+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11+<TD class="MenuColumn" valign="top">
12+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14+<TR><TD><HR></TD></TR></TABLE>
15+<TABLE cellpadding="2" cellspacing="0" border="0">
16+<TR><TD><SPAN class="MenuCurrent">Home</SPAN></TD></TR>
17+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
19+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24+</TABLE>
25+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26+<TR><TD><HR></TD></TR>
27+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30+<TR><TD><HR></TD></TR>
31+</TABLE>
32+<P>
33+<B>English</B><BR>
34+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35+<A href="http://www.spiroo.be/7zip/">French</A><BR>
36+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
37+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
38+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
39+<A href="http://www.7-zip.si/">Slovenian</A><BR>
40+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
41+</P>
42+
43+</TD>
44+<TD valign="top">
45+
46+<TABLE cellspacing ="4" cellpadding ="4"><TR>
47+
48+<TD>
49+
50+<H1>Welcome to the 7-Zip Home!</H1>
51+
52+<P><B>7-Zip</B> is a file archiver with a high compression ratio.</P>
53+
54+<P><B>Download 7-Zip 4.62 (2008-12-02) for Windows</B>:</P>
55+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
56+ <TR>
57+ <TH class="Title" align="center" width=60>Link</TH>
58+ <TH class="Title" align="center" width=60>Type</TH>
59+ <TH class="Title" align="center" width=80>Windows</TH>
60+ <TH class="Title" align="center" width=55>Size</TH>
61+ </TR>
62+ <TR>
63+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
64+ <TD class="Item" align="center">.exe</TD>
65+ <TD class="Item" align="center">32-bit</TD>
66+ <TD class="Item" align="center">912 KB</TD>
67+ </TR>
68+ <TR>
69+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
70+ <TD class="Item" align="center">.msi</TD>
71+ <TD class="Item" align="center">x64</TD>
72+ <TD class="Item" align="center">1186 KB</TD>
73+ </TR>
74+</TABLE>
75+
76+<P>The download links above redirect you to download pages on SourceForge.net</P>
77+
78+<H2>License</H2>
79+
80+<P><B>7-Zip</B> is <B>open source</B> software. Most of the source code is under the <B>GNU LGPL</B> license.
81+The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check
82+license information here: <A href="license.txt">7-Zip license</A>.</P>
83+
84+<P>You can use 7-Zip on any computer, including a computer in a commercial organization.
85+You don't need to register or pay for 7-Zip. But you can <A href="register.html">make a donation</A> to support further development of 7-Zip.</P>
86+
87+<H2>The main features of 7-Zip</H2>
88+<UL>
89+ <LI>High compression ratio in new <A href ="7z.html">7z format</A> with <B>LZMA</B> compression</LI>
90+ <LI>Supported formats:
91+ <UL>
92+ <LI>Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR</LI>
93+ <LI>Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z.</LI>
94+ </UL>
95+ </LI>
96+ <LI>For ZIP and GZIP formats, <B>7-Zip</B> provides a compression ratio that
97+ is 2-10 % better than the ratio provided by PKZip and WinZip</LI>
98+ <LI>Strong AES-256 encryption in 7z and ZIP formats</LI>
99+ <LI>Self-extracting capability for 7z format</LI>
100+ <LI>Integration with Windows Shell</LI>
101+ <LI>Powerful File Manager</LI>
102+ <LI>Powerful command line version</LI>
103+ <LI>Plugin for FAR Manager</LI>
104+ <LI>Localizations for 74 languages</LI>
105+</UL>
106+
107+<IMG width="352" height="320" src="7zfm.png" alt="7-Zip" border="0">
108+
109+<P><B>7-Zip</B> works in Windows 98/ME/NT/2000/XP/Vista. There is a port of the
110+command line version to Linux/Unix.</P>
111+
112+
113+<P>On <A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A>
114+you can find a forum, bug reports, and feature request systems.</P>
115+
116+<H2>Compression ratio</H2>
117+
118+<P>We compared <B>7-Zip</B> with some of the leading archivers.</P>
119+
120+<P><B>FILE SETS:</B>
121+<A href="http://www.mozilla.org/products/firefox/">Mozilla Firefox</A> 1.0.7 for Windows
122+and
123+<A href="http://earth.google.com/">Google Earth</A> 3.0.0616 for Windows
124+after full installation.</P>
125+
126+<TABLE cellspacing ="2" cellpadding ="6">
127+ <TR>
128+ <TH class="Title" rowspan = 3>Archiver</TH>
129+ <TH class="Title" align="center" colspan = 2>Mozilla Firefox</TH>
130+ <TH class="Title" align="center" colspan = 2>Google Earth</TH>
131+ </TR>
132+ <TR>
133+ <TH class="Title" align="center" colspan = 2>161 files<BR>15,684,168 bytes</TH>
134+ <TH class="Title" align="center" colspan = 2>115 files<BR>23,530,652 bytes</TH>
135+ </TR>
136+ <TR>
137+ <TH class="Title" align="center">Compressed size</TH>
138+ <TH class="Title" align="center">Ratio</TH>
139+ <TH class="Title" align="center">Compressed size</TH>
140+ <TH class="Title" align="center">Ratio</TH>
141+ </TR>
142+ <TR>
143+ <TD class="Item"><B>7-Zip 4.23 (7z format)</B></TD>
144+ <TD class="Item" align="center"><B>4621135</B></TD>
145+ <TD class="Item" align="center"><B>100%</B></TD>
146+ <TD class="Item" align="center"><B>6109183</B></TD>
147+ <TD class="Item" align="center"><B>100%</B></TD>
148+ </TR>
149+ <TR>
150+ <TD class="Item">WinRAR 3.50</TD>
151+ <TD class="Item" align="center">5021556</TD>
152+ <TD class="Item" align="center">109%</TD>
153+ <TD class="Item" align="center">6824892</TD>
154+ <TD class="Item" align="center">112%</TD>
155+ </TR>
156+ <TR>
157+ <TD class="Item">CABARC 5.1</TD>
158+ <TD class="Item" align="center">5131393</TD>
159+ <TD class="Item" align="center">111%</TD>
160+ <TD class="Item" align="center">7434325</TD>
161+ <TD class="Item" align="center">122%</TD>
162+ </TR>
163+ <TR>
164+ <TD class="Item">WinZip 10.0 beta (maximum-PPMd)</TD>
165+ <TD class="Item" align="center">5277118</TD>
166+ <TD class="Item" align="center">114%</TD>
167+ <TD class="Item" align="center">8200708</TD>
168+ <TD class="Item" align="center">134%</TD>
169+ </TR>
170+ <TR>
171+ <TD class="Item"><B>7-Zip 4.23 (zip format)</B></TD>
172+ <TD class="Item" align="center"><B>6222627</B></TD>
173+ <TD class="Item" align="center"><B>135%</B></TD>
174+ <TD class="Item" align="center"><B>8909446</B></TD>
175+ <TD class="Item" align="center"><B>146%</B></TD>
176+ </TR>
177+ <TR>
178+ <TD class="Item">WinZip 10.0 beta (maximum-portable)</TD>
179+ <TD class="Item" align="center">6448666</TD>
180+ <TD class="Item" align="center">140%</TD>
181+ <TD class="Item" align="center">9153898</TD>
182+ <TD class="Item" align="center">150%</TD>
183+ </TR>
184+</TABLE>
185+
186+<P>Compression ratio results are very dependent upon the data used for the tests.
187+Usually, <B>7-Zip</B> compresses to 7z format 30-70% better than to zip format.
188+And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip compatible programs.</P>
189+
190+</TD>
191+<TD vAlign=top align=right width=210>
192+
193+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
194+ <TR class=NewsHeader>
195+ <TD class=NewsTitle style="background-color:#808040;">Subscribe to 7-Zip News</TD>
196+ <TR class=News>
197+ <TD class=NewsText>
198+ To subscribe to notifications about new versions of 7-Zip,
199+ send a blank email to:<BR>
200+ <A href="mailto:7-Zip-subscribe@topica.com">7-Zip-subscribe@topica.com</A>
201+ </TD>
202+ </TR>
203+</TABLE>
204+<BR>
205+<BR>
206+
207+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
208+ <TR class=News>
209+ <TD class=NewsText colSpan=2>
210+ <P><A href="http://sourceforge.net/community/index.php/landing-pages/cca07/">
211+ <IMG src="bestProjectTech.gif" alt="7-Zip CCA Awards" width="200" height="45"></A></P>
212+ <P>7-Zip is a winner in the SourceForge.net Community Choice Awards 2007 in two categories:</P>
213+ <UL>
214+ <LI>Best Project</LI>
215+ <LI>Best Technical Design</LI>
216+ </UL>
217+ </TD>
218+ </TR>
219+</TABLE>
220+<BR>
221+
222+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
223+ <TR class=NewsHeader>
224+ <TD class=NewsTitle>7-Zip 4.62</TD>
225+ <TD class=NewsDate>2008-12-02</TD></TR>
226+ <TR class=News>
227+ <TD class=NewsText colSpan=2>
228+ <LI>LZMA compression for .ZIP archives
229+ <LI>Some bugs were fixed
230+ <BR>
231+ <A href="/history.txt">Read about all changes</A>
232+ </TD>
233+ </TR>
234+</TABLE>
235+<BR>
236+
237+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
238+ <TR class=NewsHeader>
239+ <TD class=NewsTitle>LZMA SDK 4.62</TD>
240+ <TD class=NewsDate>2008-12-02</TD></TR>
241+ <TR class=News>
242+ <TD class=NewsText colSpan=2>
243+ <LI>LZMA SDK is placed in the public domain
244+ </TD>
245+ </TR>
246+</TABLE>
247+<BR>
248+
249+
250+</TD>
251+</TR></TABLE>
252+
253+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
254+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/license.txt
+++ b/www.7-zip.org/license.txt
@@ -1,57 +1,57 @@
1- 7-Zip
2- ~~~~~
3- License for use and distribution
4- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5-
6- 7-Zip Copyright (C) 1999-2007 Igor Pavlov.
7-
8- Licenses for files are:
9-
10- 1) 7z.dll: GNU LGPL + unRAR restriction
11- 2) All other files: GNU LGPL
12-
13- The GNU LGPL + unRAR restriction means that you must follow both
14- GNU LGPL rules and unRAR restriction rules.
15-
16-
17- Note:
18- You can use 7-Zip on any computer, including a computer in a commercial
19- organization. You don't need to register or pay for 7-Zip.
20-
21-
22- GNU LGPL information
23- --------------------
24-
25- This library is free software; you can redistribute it and/or
26- modify it under the terms of the GNU Lesser General Public
27- License as published by the Free Software Foundation; either
28- version 2.1 of the License, or (at your option) any later version.
29-
30- This library is distributed in the hope that it will be useful,
31- but WITHOUT ANY WARRANTY; without even the implied warranty of
32- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33- Lesser General Public License for more details.
34-
35- You should have received a copy of the GNU Lesser General Public
36- License along with this library; if not, write to the Free Software
37- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38-
39-
40- unRAR restriction
41- -----------------
42-
43- The decompression engine for RAR archives was developed using source
44- code of unRAR program.
45- All copyrights to original unRAR code are owned by Alexander Roshal.
46-
47- The license for original unRAR code has the following restriction:
48-
49- The unRAR sources cannot be used to re-create the RAR compression algorithm,
50- which is proprietary. Distribution of modified unRAR sources in separate form
51- or as a part of other software is permitted, provided that it is clearly
52- stated in the documentation and source comments that the code may
53- not be used to develop a RAR (WinRAR) compatible archiver.
54-
55-
56- --
57- Igor Pavlov
1+ 7-Zip
2+ ~~~~~
3+ License for use and distribution
4+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5+
6+ 7-Zip Copyright (C) 1999-2008 Igor Pavlov.
7+
8+ Licenses for files are:
9+
10+ 1) 7z.dll: GNU LGPL + unRAR restriction
11+ 2) All other files: GNU LGPL
12+
13+ The GNU LGPL + unRAR restriction means that you must follow both
14+ GNU LGPL rules and unRAR restriction rules.
15+
16+
17+ Note:
18+ You can use 7-Zip on any computer, including a computer in a commercial
19+ organization. You don't need to register or pay for 7-Zip.
20+
21+
22+ GNU LGPL information
23+ --------------------
24+
25+ This library is free software; you can redistribute it and/or
26+ modify it under the terms of the GNU Lesser General Public
27+ License as published by the Free Software Foundation; either
28+ version 2.1 of the License, or (at your option) any later version.
29+
30+ This library is distributed in the hope that it will be useful,
31+ but WITHOUT ANY WARRANTY; without even the implied warranty of
32+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33+ Lesser General Public License for more details.
34+
35+ You should have received a copy of the GNU Lesser General Public
36+ License along with this library; if not, write to the Free Software
37+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38+
39+
40+ unRAR restriction
41+ -----------------
42+
43+ The decompression engine for RAR archives was developed using source
44+ code of unRAR program.
45+ All copyrights to original unRAR code are owned by Alexander Roshal.
46+
47+ The license for original unRAR code has the following restriction:
48+
49+ The unRAR sources cannot be used to re-create the RAR compression algorithm,
50+ which is proprietary. Distribution of modified unRAR sources in separate form
51+ or as a part of other software is permitted, provided that it is clearly
52+ stated in the documentation and source comments that the code may
53+ not be used to develop a RAR (WinRAR) compatible archiver.
54+
55+
56+ --
57+ Igor Pavlov
--- a/www.7-zip.org/links.html
+++ b/www.7-zip.org/links.html
@@ -1,163 +1,166 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>Links</TITLE>
6-<META name="keywords" content="links, 7-zip">
7-</HEAD>
8-<BODY>
9-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
10-<TD class="MenuColumn" valign="top">
11-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
12-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
13-<TR><TD><HR></TD></TR></TABLE>
14-<TABLE cellpadding="2" cellspacing="0" border="0">
15-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
16-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
17-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
18-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
19-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
20-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
21-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
22-<TR><TD><SPAN class="MenuCurrent">Links</SPAN></TD></TR>
23-<TR><TD>&nbsp&nbsp<A href="logos.html" class="MenuLink">Logos</A></TD></TR>
24-</TABLE>
25-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26-<TR><TD><HR></TD></TR>
27-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30-<TR><TD><HR></TD></TR>
31-</TABLE>
32-<P>
33-<B>English</B><BR>
34-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35-<A href="http://www.spiroo.be/7zip/">French</A><BR>
36-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37-<A href="http://www.7-zip.si">Slovenian</A><BR>
38-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39-</P>
40-
41-</TD>
42-<TD valign="top">
43-
44-<H1>Links</H1>
45-
46-<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A></P>
47-
48-<P><A href="http://sourceforge.net/forum/?group_id=14481">7-Zip's Forums at Source Forge</A></P>
49-
50-<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
51-
52-<P>p7zip is a quick port of 7-Zip (command line version only)
53-for Unix, made by an independent developer.</P>
54-
55-<P>You can run the command line version of 7-Zip in DOS, using
56-<A href="http://www.japheth.de/HX.html">HX DOS Extender</A>.</P>
57-
58-<HR>
59-
60-<P><A href="logos.html">7-Zip Logos and Buttons</A></P>
61-
62-<P>If you have your own web site and want to support the 7-Zip project, you can
63-display the 7-Zip link button on your web pages. Use this HTML code:</P>
64-<PRE>
65-&lt;a href="http://www.7-zip.org/"&gt;
66-&lt;img src="http://www.7-zip.org/logos/7zlogo01.png"
67-width="88" height="31" border="0" alt="7-Zip" /&gt;&lt;/a&gt;
68-</PRE>
69-
70-<P>
71-<a href="http://www.7-zip.org/">
72-<img src="http://www.7-zip.org/logos/7zlogo01.png"
73-width="88" height="31" border="0" alt="7-Zip" /></a>
74-</P>
75-
76-<HR>
77-<p>Some 7-Zip related links:</p>
78-<ul>
79-<li><A href="http://en.wikipedia.org/wiki/7-Zip">7-Zip at Wikipedia</A></li>
80-<li><a href="http://sourceforge.net/projects/p7zip/">LZMA SDK for JAVA</a></li>
81-<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
82-<li><a href="http://www.pharmasoft.be/7z/">7-Zip (LZMA) Task for ANT</a></li>
83-<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
84-<li><a href="http://georgwittberger.gmxhome.de/7z/">Customized SFX modules (including German localizations)</a></li>
85-<li><a href="http://cc.borland.com/Author.aspx?ID=53425">Delphi interface to 7-zip dll</a></li>
86-<li><a href="http://www.rg-software.de/">TSevenZipVCL - Delphi VCL for 7zip format </a></li>
87-<li><a href="http://sourceforge.net/projects/cdisplayex">Delphi API for 7-Zip plugins (7z, ZIP, RAR ...)</a></li>
88-<li><a href="http://portableapps.com/apps/utilities/7-zip_portable">7-Zip Portable</a></li>
89-<li><a href="http://manageddreams.com/csai/ModReader.7z">Port of 7zip archive reader to C#</a></li>
90-<li><a href="http://sourceforge.net/project/showfiles.php?group_id=111810">J7Zip: Java decoder fo 7z archives</a></li>
91-<li><a href="http://www.eggheadcafe.com/tutorials/aspnet/064b41e4-60bc-4d35-9136-368603bcc27a/7zip-lzma-inmemory-com.aspx">LZMA In-Memory Compression with C#</a></li>
92-<li><a href="http://www.7zsfx.info/">7-Zip SFX with enhanced features</a></li>
93-<li><a href="http://innerlimit.googlepages.com/sevenzipinterface">C# (.net) interface for 7-Zip archive DLLs</a></li>
94-</ul>
95-
96-
97-<HR>
98-<p>Applications that use 7-Zip (LZMA) compression:</p>
99-<ul>
100-<li><a href="http://nsis.sourceforge.net/">NSIS (Nullsoft Scriptable Install System)</a></li>
101-<li><a href="http://www.jrsoftware.org/isinfo.php">Inno Setup</a></li>
102-<li><a href="http://www.backupassist.com/">BackupAssist Backup Software</a></li>
103-<li><a href="http://www.advancedinstaller.com/">Advanced Installer</a></li>
104-<li><a href="http://bisqwit.iki.fi/source/cromfs.html">Cromfs: compressed read-only filesystem for Linux </a></li>
105-<li><a href="http://www.squashfs-lzma.org/">SquashFS: a native compressed read-only filesystem for Linux</a></li>
106-<li><a href="http://www.afflib.org/">AFFLIB : AFF is the Advanced Forensic Format</a></li>
107-<li><a href="http://upx.sourceforge.net/">UPX : the Ultimate Packer for eXecutables</a></li>
108-
109-</ul>
110-
111-<p>Applications that work with .7z archives:</p>
112-<ul>
113- <li><a href="http://www.rarlab.com/">WinRAR</a></li>
114- <li><a href="http://www.powerarchiver.com/">PowerArchiver</a></li>
115- <li><a href="http://www.ghisler.com/">Total Commander</a>
116- <ul>
117- <li><A href="http://www.totalcmd.net/plugring/7zip_plugin.html">7Zip Plugin from Adam Strzelecki</A></li>
118- <li><A href="http://wcx.sourceforge.net/">MutiArc Plugin with 7z supporting</A></li>
119- <li><A href="http://www.totalcmd.net/plugring/7z_plugin.html">7z Plugin from Alexander Cherenkov</A></li>
120- </ul>
121- </li>
122- <li><a href="http://www.farmanager.com/index.php?l=en">FAR Manager</a>
123- <ul>
124- <li><A href="download.html">7-Zip Plugin for FAR Manager</A></li>
125- </ul>
126- </li>
127- <li><a href="http://www.izarc.org/">IZArc</a></li>
128- <li><a href="http://www.altap.cz/salam_en/index.html">Altap Salamander</a></li>
129- <li><a href="http://www.tugzip.com/">TUGZip</a></li>
130- <li><a href="http://www.quickzip.org/">QuickZip</a></li>
131- <li><a href="http://www.zipgenius.it/">ZipGenius</a></li>
132- <li><a href="http://www.speedproject.de/enu/speedcommander/index.html">SpeedCommander</a></li>
133- <li><a href="http://www.frigate3.com/">Frigate</a></li>
134- <li><a href="http://www.efsoftware.com/cw/e.htm">EF Commander</a></li>
135- <li><a href="http://www.winmerge.org/">WinMerge</a></li>
136- <li><a href="http://fileroller.sourceforge.net/">File Roller</a> is an archive manager for the GNOME environment</li>
137- <li><a href="http://peazip.sourceforge.net/">PeaZip</a></li>
138- <li><a href="http://www.jzip.com/">jZip - 7-Zip based compressor</a></li>
139- <li><a href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</a></li>
140- <li><a href="http://www.nomad-net.info">Nomad.NET</a></li>
141-</ul>
142-
143-
144-<p>Articles and tutorials about 7-Zip:</p>
145-<ul>
146- <li><a href="http://www.donationcoder.com/Reviews/Archive/ArchiveTools/index.html">Best Archive Tool at DonationCoder.com</a></li>
147- <li><a href="http://www.kikizas.net/en/apps.7z.html">7z versus rar: strong general-purpose compression in Windows at kikizas.net</a></li>
148- <li><a href="http://www.worthinstalling.com/2006/03/7-zip-quality-opensource-compression.html">
149- 7-ZIP - Quality Opensource Compression at WorthInstalling.com</a></li>
150- <li><a href="http://www.techtorials.com/desktop_apps/7-zip/">Video Tutorial for 7-Zip at Techtorials.com</a></li>
151- <li><a href="http://showmedo.com/videos/series?name=hoRsFASoE">Video Tutorial for 7-Zip at ShowMeDo.com</a></li>
152- <li><a href="http://www.top-windows-tutorials.com/free-zip.html">Video Tutorial for 7-Zip at Top-Windows-Tutorials.com</a></li>
153- <li><a href="http://people.sabanciuniv.edu/ertekg/sebil/7_zip_tutorial/7_zip_tutorial.htm">Video Tutorial for 7-Zip from Gurdal Ertek</a></li>
154-</ul>
155-
156-<HR>
157-
158-<P><A href="http://www.7-zip.org/igor.html">Home Page of the 7-Zip's developer</A></P>
159-
160-<P><A href="http://www.7-zip.org/books.html">Books about compression</A></P>
161-
162-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
163-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>Links</TITLE>
6+<META name="keywords" content="links, 7-zip">
7+</HEAD>
8+<BODY>
9+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
10+<TD class="MenuColumn" valign="top">
11+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
12+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
13+<TR><TD><HR></TD></TR></TABLE>
14+<TABLE cellpadding="2" cellspacing="0" border="0">
15+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
16+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
17+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
18+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
19+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
20+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
21+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
22+<TR><TD><SPAN class="MenuCurrent">Links</SPAN></TD></TR>
23+<TR><TD>&nbsp&nbsp<A href="logos.html" class="MenuLink">Logos</A></TD></TR>
24+</TABLE>
25+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26+<TR><TD><HR></TD></TR>
27+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30+<TR><TD><HR></TD></TR>
31+</TABLE>
32+<P>
33+<B>English</B><BR>
34+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35+<A href="http://www.spiroo.be/7zip/">French</A><BR>
36+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
37+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
38+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
39+<A href="http://www.7-zip.si/">Slovenian</A><BR>
40+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
41+</P>
42+
43+</TD>
44+<TD valign="top">
45+
46+<H1>Links</H1>
47+
48+<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A></P>
49+
50+<P><A href="http://sourceforge.net/forum/?group_id=14481">7-Zip's Forums at Source Forge</A></P>
51+
52+<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
53+
54+<P>p7zip is a quick port of 7-Zip (command line version only)
55+for Unix, made by an independent developer.</P>
56+
57+<P>You can run the command line version of 7-Zip in DOS, using
58+<A href="http://www.japheth.de/HX.html">HX DOS Extender</A>.</P>
59+
60+<HR>
61+
62+<P><A href="logos.html">7-Zip Logos and Buttons</A></P>
63+
64+<P>If you have your own web site and want to support the 7-Zip project, you can
65+display the 7-Zip link button on your web pages. Use this HTML code:</P>
66+<PRE>
67+&lt;a href="http://www.7-zip.org/"&gt;
68+&lt;img src="http://www.7-zip.org/logos/7zlogo01.png"
69+width="88" height="31" border="0" alt="7-Zip" /&gt;&lt;/a&gt;
70+</PRE>
71+
72+<P>
73+<a href="http://www.7-zip.org/">
74+<img src="http://www.7-zip.org/logos/7zlogo01.png"
75+width="88" height="31" border="0" alt="7-Zip" /></a>
76+</P>
77+
78+<HR>
79+<p>Some 7-Zip related links:</p>
80+<ul>
81+<li><A href="http://en.wikipedia.org/wiki/7-Zip">7-Zip at Wikipedia</A></li>
82+<li><a href="http://sourceforge.net/projects/p7zip/">LZMA SDK for JAVA</a></li>
83+<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
84+<li><a href="http://www.pharmasoft.be/7z/">7-Zip (LZMA) Task for ANT</a></li>
85+<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
86+<li><a href="http://georgwittberger.gmxhome.de/7z/">Customized SFX modules (including German localizations)</a></li>
87+<li><a href="http://cc.borland.com/Author.aspx?ID=53425">Delphi interface to 7-zip dll</a></li>
88+<li><a href="http://www.rg-software.de/">TSevenZipVCL - Delphi VCL for 7zip format </a></li>
89+<li><a href="http://sourceforge.net/projects/cdisplayex">Delphi API for 7-Zip plugins (7z, ZIP, RAR ...)</a></li>
90+<li><a href="http://portableapps.com/apps/utilities/7-zip_portable">7-Zip Portable</a></li>
91+<li><a href="http://manageddreams.com/csai/ModReader.7z">Port of 7zip archive reader to C#</a></li>
92+<li><a href="http://sourceforge.net/project/showfiles.php?group_id=111810">J7Zip: Java decoder fo 7z archives</a></li>
93+<li><a href="http://www.eggheadcafe.com/tutorials/aspnet/064b41e4-60bc-4d35-9136-368603bcc27a/7zip-lzma-inmemory-com.aspx">LZMA In-Memory Compression with C#</a></li>
94+<li><a href="http://www.7zsfx.info/">7-Zip SFX with enhanced features</a></li>
95+<li><a href="http://innerlimit.googlepages.com/sevenzipinterface">C# (.net) interface for 7-Zip archive DLLs</a></li>
96+<li><a href="http://code.google.com/p/keyonzip/.">KeyOnZip - 7-Zip based code + smart key management service KeyOnDemand</a></li>
97+</ul>
98+
99+
100+<HR>
101+<p>Applications that use 7-Zip (LZMA) compression:</p>
102+<ul>
103+<li><a href="http://nsis.sourceforge.net/">NSIS (Nullsoft Scriptable Install System)</a></li>
104+<li><a href="http://www.jrsoftware.org/isinfo.php">Inno Setup</a></li>
105+<li><a href="http://www.backupassist.com/">BackupAssist Backup Software</a></li>
106+<li><a href="http://www.advancedinstaller.com/">Advanced Installer</a></li>
107+<li><a href="http://bisqwit.iki.fi/source/cromfs.html">Cromfs: compressed read-only filesystem for Linux </a></li>
108+<li><a href="http://www.squashfs-lzma.org/">SquashFS: a native compressed read-only filesystem for Linux</a></li>
109+<li><a href="http://www.afflib.org/">AFFLIB : AFF is the Advanced Forensic Format</a></li>
110+<li><a href="http://upx.sourceforge.net/">UPX : the Ultimate Packer for eXecutables</a></li>
111+
112+</ul>
113+
114+<p>Applications that work with .7z archives:</p>
115+<ul>
116+ <li><a href="http://www.rarlab.com/">WinRAR</a></li>
117+ <li><a href="http://www.powerarchiver.com/">PowerArchiver</a></li>
118+ <li><a href="http://www.ghisler.com/">Total Commander</a>
119+ <ul>
120+ <li><A href="http://www.totalcmd.net/plugring/7zip_plugin.html">7Zip Plugin from Adam Strzelecki</A></li>
121+ <li><A href="http://wcx.sourceforge.net/">MutiArc Plugin with 7z supporting</A></li>
122+ <li><A href="http://www.totalcmd.net/plugring/7z_plugin.html">7z Plugin from Alexander Cherenkov</A></li>
123+ </ul>
124+ </li>
125+ <li><a href="http://www.farmanager.com/index.php?l=en">FAR Manager</a>
126+ <ul>
127+ <li><A href="download.html">7-Zip Plugin for FAR Manager</A></li>
128+ </ul>
129+ </li>
130+ <li><a href="http://www.izarc.org/">IZArc</a></li>
131+ <li><a href="http://www.altap.cz/salam_en/index.html">Altap Salamander</a></li>
132+ <li><a href="http://www.tugzip.com/">TUGZip</a></li>
133+ <li><a href="http://www.quickzip.org/">QuickZip</a></li>
134+ <li><a href="http://www.zipgenius.it/">ZipGenius</a></li>
135+ <li><a href="http://www.speedproject.de/enu/speedcommander/index.html">SpeedCommander</a></li>
136+ <li><a href="http://www.frigate3.com/">Frigate</a></li>
137+ <li><a href="http://www.efsoftware.com/cw/e.htm">EF Commander</a></li>
138+ <li><a href="http://www.winmerge.org/">WinMerge</a></li>
139+ <li><a href="http://fileroller.sourceforge.net/">File Roller</a> is an archive manager for the GNOME environment</li>
140+ <li><a href="http://peazip.sourceforge.net/">PeaZip</a></li>
141+ <li><a href="http://www.jzip.com/">jZip - 7-Zip based compressor</a></li>
142+ <li><a href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</a></li>
143+ <li><a href="http://www.nomad-net.info">Nomad.NET</a></li>
144+</ul>
145+
146+
147+<p>Articles and tutorials about 7-Zip:</p>
148+<ul>
149+ <li><a href="http://www.donationcoder.com/Reviews/Archive/ArchiveTools/index.html">Best Archive Tool at DonationCoder.com</a></li>
150+ <li><a href="http://www.kikizas.net/en/apps.7z.html">7z versus rar: strong general-purpose compression in Windows at kikizas.net</a></li>
151+ <li><a href="http://www.worthinstalling.com/2006/03/7-zip-quality-opensource-compression.html">
152+ 7-ZIP - Quality Opensource Compression at WorthInstalling.com</a></li>
153+ <li><a href="http://www.techtorials.com/desktop_apps/7-zip/">Video Tutorial for 7-Zip at Techtorials.com</a></li>
154+ <li><a href="http://showmedo.com/videos/series?name=hoRsFASoE">Video Tutorial for 7-Zip at ShowMeDo.com</a></li>
155+ <li><a href="http://www.top-windows-tutorials.com/free-zip.html">Video Tutorial for 7-Zip at Top-Windows-Tutorials.com</a></li>
156+ <li><a href="http://people.sabanciuniv.edu/ertekg/sebil/7_zip_tutorial/7_zip_tutorial.htm">Video Tutorial for 7-Zip from Gurdal Ertek</a></li>
157+</ul>
158+
159+<HR>
160+
161+<P><A href="http://www.7-zip.org/igor.html">Home Page of the 7-Zip's developer</A></P>
162+
163+<P><A href="http://www.7-zip.org/books.html">Books about compression</A></P>
164+
165+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
166+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/logos.html
+++ b/www.7-zip.org/logos.html
@@ -1,204 +1,206 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>7-Zip Logos</TITLE>
6-<META name="keywords" content="7-zip, logo">
7-</HEAD>
8-<BODY>
9-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
10-<TD class="MenuColumn" valign="top">
11-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
12-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
13-<TR><TD><HR></TD></TR></TABLE>
14-<TABLE cellpadding="2" cellspacing="0" border="0">
15-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
16-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
17-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
18-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
19-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
20-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
21-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
22-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
23-<TR><TD>&nbsp&nbsp<SPAN class="MenuCurrent">Logos</SPAN></TD></TR>
24-</TABLE>
25-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26-<TR><TD><HR></TD></TR>
27-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30-<TR><TD><HR></TD></TR>
31-</TABLE>
32-<P>
33-<B>English</B><BR>
34-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35-<A href="http://www.spiroo.be/7zip/">French</A><BR>
36-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37-<A href="http://www.7-zip.si">Slovenian</A><BR>
38-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39-</P>
40-
41-</TD>
42-<TD valign="top">
43-<H1>7-Zip Logos</H1>
44-
45-<P>This page contains some 7-Zip logos created by our users.
46-If you have some logo, you can <A href="support.html">send email message</A> about it.</P>
47-
48-<TABLE cellspacing ="8" cellpadding ="8">
49-
50-<TR><TD>Robert Martinez</TD>
51- <TD><IMG width="435" height="259" src="logos/7z_rm01.jpg" alt="7-Zip Logo" border="0"></TD>
52-</TR>
53-<TR><TD>Alexey Maximov</TD>
54- <TD><IMG width="88" height="31" src="logos/7z_am.gif" alt="7-Zip Logo" border="0"></TD>
55-</TR>
56-
57-<TR><TD>Adam Iredale</TD>
58- <TD><IMG width="120" height="31" src="logos/7z_ai.gif" alt="7-Zip Logo" border="0"></TD>
59-</TR>
60-
61-<TR><TD>David Wilcox</TD>
62- <TD><IMG width="88" height="32" src="logos/7z_dw.gif" alt="7-Zip Logo" border="0"></TD>
63-</TR>
64-
65-<TR><TD>Profman</TD>
66- <TD><IMG width="90" height="35" src="logos/7z_pr.gif" alt="7-Zip Logo" border="0"></TD>
67-</TR>
68-
69-<TR><TD>Jan T. Sott</TD>
70- <TD><IMG width="80" height="15" src="logos/7z_jt.png" alt="7-Zip Logo" border="0"></TD>
71-</TR>
72-
73-<TR><TD>Alejandro Ruiz Romero</TD>
74- <TD><IMG width="76" height="41" src="logos/7z_ar.png" alt="7-Zip Logo" border="0"></TD>
75-</TR>
76-
77-<TR><TD>M@DM@X</TD>
78- <TD>
79- <IMG width="100" height="38" src="logos/7z_md03.png" alt="7-Zip Logo" border="0">&nbsp&nbsp
80- <IMG width="70" height="27" src="logos/7z_md04.png" alt="7-Zip Logo" border="0">
81- </TD>
82-</TR>
83-
84-<TR><TD>Bram Veenboer</TD>
85- <TD><IMG width="350" height="20" src="logos/7z_bv.jpg" alt="7-Zip Logo" border="0"></TD>
86-</TR>
87-
88-<TR><TD>A.SIMEK(COOLDOG)</TD>
89- <TD><IMG width="320" height="240" src="logos/7z_as03.png" alt="7-Zip Logo" border="0"></TD>
90-</TR>
91-
92-<TR><TD>Jurgen Haug</TD>
93- <TD><IMG width="230" height="290" src="logos/7z_jh.png" alt="7-Zip Logo" border="0"></TD>
94-</TR>
95-
96-<TR><TD>F. Javier Mendez</TD>
97- <TD><IMG width="560" height="420" src="logos/7z_jm.jpg" alt="7-Zip Logo" border="0"></TD>
98-</TR>
99-
100-<TR><TD>Rubin Zwagerman</TD>
101- <TD><IMG width="225" height="129" src="logos/7z_rs.jpg" alt="7-Zip Logo" border="0"></TD>
102-</TR>
103-
104-
105-<TR><TD>Jason Sawtelle</TD>
106- <TD><IMG width="417" height="208" src="logos/7z_js.png" alt="7-Zip Logo" border="0"></TD>
107-</TR>
108-
109-<TR><TD>ScuTT</TD>
110- <TD><IMG width="315" height="200" src="logos/7z_ns.jpg" alt="7-Zip Logo" border="0"></TD>
111-</TR>
112-
113-<TR><TD>f1ghter84</TD>
114- <TD><IMG width="468" height="60" src="logos/7z_f1_en.gif" alt="7-Zip Logo" border="0"><BR><BR>
115- <IMG width="468" height="60" src="logos/7z_f1_de.gif" alt="7-Zip Logo" border="0"></TD>
116-</TR>
117-
118-<TR><TD>DEVEDJIAN Denis</TD>
119- <TD><IMG width="120" height="100" src="logos/7z_dd01.png" alt="7-Zip Logo" border="0"></TD>
120-</TR>
121-
122-<TR><TD>Mourad Mokrane<BR>(Lumen Design Studio)</TD>
123- <TD><IMG width="442" height="178" src="logos/7z_mm.png" alt="7-Zip Logo" border="0"></TD>
124-</TR>
125-
126-<TR><TD>Lyrion</TD>
127- <TD><IMG width="624" height="187" src="logos/7z_ly.png" alt="7-Zip Logo" border="0"></TD>
128-</TR>
129-
130-<TR><TD>Rob Wadley</TD>
131- <TD><IMG width="128" height="128" src="logos/7z_rw01.png" alt="7-Zip Logo" border="0"></TD>
132-</TR>
133-
134-<TR><TD>Slayer<BR>www.bnsdesign.spb.ru</TD>
135- <TD><IMG width="400" height="300" src="logos/7z_sl.gif" alt="7-Zip Logo" border="0"></TD>
136-</TR>
137-
138-<TR><TD>Thomas Horton</TD>
139- <TD><IMG width="356" height="136" src="logos/7z_th.jpg" alt="7-Zip Logo" border="0"></TD>
140-</TR>
141-
142-<TR><TD>Sparanoid</TD>
143- <TD><IMG width="401" height="167" src="logos/7z_ju.png" alt="7-Zip Logo" border="0"></TD>
144-</TR>
145-
146-<TR><TD>Pierre-Luc Auclair<BR>
147- www.heliosmulti.com/plaplo/<BR>
148- CreativeCommons<BR>Attribution-NonCommercial-<BR>NoDerivs License</TD>
149- <TD><IMG width="235" height="437" src="logos/7z_pa01.png" alt="7-Zip Logo" border="0"></TD>
150-</TR>
151-
152-
153-<TR><TD>bleddyn daives<BR></TD>
154- <TD><A href="logos/7z_bd_icons.7z">
155- <IMG width="154" height="168" src="logos/7z_bd.png" alt="7-Zip Logo" border="0"></A></TD>
156-</TR>
157-
158-<TR><TD>Stefan Graubner<BR>
159- <TD><IMG width="400" height="388" src="logos/7z_sg01.png" alt="7-Zip Logo" border="0"></TD>
160-</TR>
161-
162-<TR><TD>David Aztlan Navarro Prado<BR>
163- <TD><A href="logos/7z_da01.jpg">
164- <IMG width="510" height="383" src="logos/7z_da02.jpg" alt="7-Zip Logo" border="0"></A></TD>
165-
166-<TR><TD>Bill Marriott<BR>
167- <TD><A href="logos/7z_bm.zip">
168- <IMG width="300" height="180" src="logos/7z_bm01.png" alt="7-Zip Logo" border="0"></A></TD>
169-</TR>
170-
171-<TR><TD>Gabriel Resende</TD>
172- <TD><IMG width="450" height="450" src="logos/7z_gr01.jpg" alt="7-Zip Logo" border="0"></TD>
173-</TR>
174-
175-<TR><TD>M@DM@X</TD>
176- <TD>
177- <IMG width="800" height="453" src="logos/7z_md01.png" alt="7-Zip Logo" border="0"><BR><BR>
178- <IMG width="709" height="270" src="logos/7z_md02.png" alt="7-Zip Logo" border="0">
179- </TD>
180-</TR>
181-
182-<TR><TD>Siquel</TD>
183- <TD>
184- <A href="logos/7z_si.7z"><IMG width="400" height="242" src="logos/7z_si05.jpg" alt="7-Zip Logo" border="0"></A>
185- </TD>
186-</TR>
187-
188-<TR><TD>Petri Lagren</TD>
189- <TD>
190- <IMG width="436" height="290" src="logos/7z_pl02.png" alt="7-Zip Logo" border="0">
191- </TD>
192-</TR>
193-
194-<TR><TD>Vectorland.ru</TD>
195- <TD>
196- <A href="http://www.vectorland.ru/7zip.html">
197- <IMG width="512" height="878" src="logos/7z_ds.gif" alt="7-Zip Logo" border="0"></A>
198- </TD>
199-</TR>
200-
201-</TABLE>
202-
203-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
204-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>7-Zip Logos</TITLE>
6+<META name="keywords" content="7-zip, logo">
7+</HEAD>
8+<BODY>
9+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
10+<TD class="MenuColumn" valign="top">
11+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
12+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
13+<TR><TD><HR></TD></TR></TABLE>
14+<TABLE cellpadding="2" cellspacing="0" border="0">
15+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
16+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
17+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
18+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
19+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
20+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
21+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
22+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
23+<TR><TD>&nbsp&nbsp<SPAN class="MenuCurrent">Logos</SPAN></TD></TR>
24+</TABLE>
25+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26+<TR><TD><HR></TD></TR>
27+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30+<TR><TD><HR></TD></TR>
31+</TABLE>
32+<P>
33+<B>English</B><BR>
34+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35+<A href="http://www.spiroo.be/7zip/">French</A><BR>
36+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
37+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
38+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
39+<A href="http://www.7-zip.si/">Slovenian</A><BR>
40+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
41+</P>
42+
43+</TD>
44+<TD valign="top">
45+<H1>7-Zip Logos</H1>
46+
47+<P>This page contains some 7-Zip logos created by our users.
48+If you have some logo, you can <A href="support.html">send email message</A> about it.</P>
49+
50+<TABLE cellspacing ="8" cellpadding ="8">
51+
52+<TR><TD>Robert Martinez</TD>
53+ <TD><IMG width="435" height="259" src="logos/7z_rm01.jpg" alt="7-Zip Logo" border="0"></TD>
54+</TR>
55+<TR><TD>Alexey Maximov</TD>
56+ <TD><IMG width="88" height="31" src="logos/7z_am.gif" alt="7-Zip Logo" border="0"></TD>
57+</TR>
58+
59+<TR><TD>Adam Iredale</TD>
60+ <TD><IMG width="120" height="31" src="logos/7z_ai.gif" alt="7-Zip Logo" border="0"></TD>
61+</TR>
62+
63+<TR><TD>David Wilcox</TD>
64+ <TD><IMG width="88" height="32" src="logos/7z_dw.gif" alt="7-Zip Logo" border="0"></TD>
65+</TR>
66+
67+<TR><TD>Profman</TD>
68+ <TD><IMG width="90" height="35" src="logos/7z_pr.gif" alt="7-Zip Logo" border="0"></TD>
69+</TR>
70+
71+<TR><TD>Jan T. Sott</TD>
72+ <TD><IMG width="80" height="15" src="logos/7z_jt.png" alt="7-Zip Logo" border="0"></TD>
73+</TR>
74+
75+<TR><TD>Alejandro Ruiz Romero</TD>
76+ <TD><IMG width="76" height="41" src="logos/7z_ar.png" alt="7-Zip Logo" border="0"></TD>
77+</TR>
78+
79+<TR><TD>M@DM@X</TD>
80+ <TD>
81+ <IMG width="100" height="38" src="logos/7z_md03.png" alt="7-Zip Logo" border="0">&nbsp&nbsp
82+ <IMG width="70" height="27" src="logos/7z_md04.png" alt="7-Zip Logo" border="0">
83+ </TD>
84+</TR>
85+
86+<TR><TD>Bram Veenboer</TD>
87+ <TD><IMG width="350" height="20" src="logos/7z_bv.jpg" alt="7-Zip Logo" border="0"></TD>
88+</TR>
89+
90+<TR><TD>A.SIMEK(COOLDOG)</TD>
91+ <TD><IMG width="320" height="240" src="logos/7z_as03.png" alt="7-Zip Logo" border="0"></TD>
92+</TR>
93+
94+<TR><TD>Jurgen Haug</TD>
95+ <TD><IMG width="230" height="290" src="logos/7z_jh.png" alt="7-Zip Logo" border="0"></TD>
96+</TR>
97+
98+<TR><TD>F. Javier Mendez</TD>
99+ <TD><IMG width="560" height="420" src="logos/7z_jm.jpg" alt="7-Zip Logo" border="0"></TD>
100+</TR>
101+
102+<TR><TD>Rubin Zwagerman</TD>
103+ <TD><IMG width="225" height="129" src="logos/7z_rs.jpg" alt="7-Zip Logo" border="0"></TD>
104+</TR>
105+
106+
107+<TR><TD>Jason Sawtelle</TD>
108+ <TD><IMG width="417" height="208" src="logos/7z_js.png" alt="7-Zip Logo" border="0"></TD>
109+</TR>
110+
111+<TR><TD>ScuTT</TD>
112+ <TD><IMG width="315" height="200" src="logos/7z_ns.jpg" alt="7-Zip Logo" border="0"></TD>
113+</TR>
114+
115+<TR><TD>f1ghter84</TD>
116+ <TD><IMG width="468" height="60" src="logos/7z_f1_en.gif" alt="7-Zip Logo" border="0"><BR><BR>
117+ <IMG width="468" height="60" src="logos/7z_f1_de.gif" alt="7-Zip Logo" border="0"></TD>
118+</TR>
119+
120+<TR><TD>DEVEDJIAN Denis</TD>
121+ <TD><IMG width="120" height="100" src="logos/7z_dd01.png" alt="7-Zip Logo" border="0"></TD>
122+</TR>
123+
124+<TR><TD>Mourad Mokrane<BR>(Lumen Design Studio)</TD>
125+ <TD><IMG width="442" height="178" src="logos/7z_mm.png" alt="7-Zip Logo" border="0"></TD>
126+</TR>
127+
128+<TR><TD>Lyrion</TD>
129+ <TD><IMG width="624" height="187" src="logos/7z_ly.png" alt="7-Zip Logo" border="0"></TD>
130+</TR>
131+
132+<TR><TD>Rob Wadley</TD>
133+ <TD><IMG width="128" height="128" src="logos/7z_rw01.png" alt="7-Zip Logo" border="0"></TD>
134+</TR>
135+
136+<TR><TD>Slayer<BR>www.bnsdesign.spb.ru</TD>
137+ <TD><IMG width="400" height="300" src="logos/7z_sl.gif" alt="7-Zip Logo" border="0"></TD>
138+</TR>
139+
140+<TR><TD>Thomas Horton</TD>
141+ <TD><IMG width="356" height="136" src="logos/7z_th.jpg" alt="7-Zip Logo" border="0"></TD>
142+</TR>
143+
144+<TR><TD>Sparanoid</TD>
145+ <TD><IMG width="401" height="167" src="logos/7z_ju.png" alt="7-Zip Logo" border="0"></TD>
146+</TR>
147+
148+<TR><TD>Pierre-Luc Auclair<BR>
149+ www.heliosmulti.com/plaplo/<BR>
150+ CreativeCommons<BR>Attribution-NonCommercial-<BR>NoDerivs License</TD>
151+ <TD><IMG width="235" height="437" src="logos/7z_pa01.png" alt="7-Zip Logo" border="0"></TD>
152+</TR>
153+
154+
155+<TR><TD>bleddyn daives<BR></TD>
156+ <TD><A href="logos/7z_bd_icons.7z">
157+ <IMG width="154" height="168" src="logos/7z_bd.png" alt="7-Zip Logo" border="0"></A></TD>
158+</TR>
159+
160+<TR><TD>Stefan Graubner<BR>
161+ <TD><IMG width="400" height="388" src="logos/7z_sg01.png" alt="7-Zip Logo" border="0"></TD>
162+</TR>
163+
164+<TR><TD>David Aztlan Navarro Prado<BR>
165+ <TD><A href="logos/7z_da01.jpg">
166+ <IMG width="510" height="383" src="logos/7z_da02.jpg" alt="7-Zip Logo" border="0"></A></TD>
167+
168+<TR><TD>Bill Marriott<BR>
169+ <TD><A href="logos/7z_bm.zip">
170+ <IMG width="300" height="180" src="logos/7z_bm01.png" alt="7-Zip Logo" border="0"></A></TD>
171+</TR>
172+
173+<TR><TD>Gabriel Resende</TD>
174+ <TD><IMG width="450" height="450" src="logos/7z_gr01.jpg" alt="7-Zip Logo" border="0"></TD>
175+</TR>
176+
177+<TR><TD>M@DM@X</TD>
178+ <TD>
179+ <IMG width="800" height="453" src="logos/7z_md01.png" alt="7-Zip Logo" border="0"><BR><BR>
180+ <IMG width="709" height="270" src="logos/7z_md02.png" alt="7-Zip Logo" border="0">
181+ </TD>
182+</TR>
183+
184+<TR><TD>Siquel</TD>
185+ <TD>
186+ <A href="logos/7z_si.7z"><IMG width="400" height="242" src="logos/7z_si05.jpg" alt="7-Zip Logo" border="0"></A>
187+ </TD>
188+</TR>
189+
190+<TR><TD>Petri Lagren</TD>
191+ <TD>
192+ <IMG width="436" height="290" src="logos/7z_pl02.png" alt="7-Zip Logo" border="0">
193+ </TD>
194+</TR>
195+
196+<TR><TD>Vectorland.ru</TD>
197+ <TD>
198+ <A href="http://www.vectorland.ru/7zip.html">
199+ <IMG width="512" height="878" src="logos/7z_ds.gif" alt="7-Zip Logo" border="0"></A>
200+ </TD>
201+</TR>
202+
203+</TABLE>
204+
205+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
206+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/register.html
+++ b/www.7-zip.org/register.html
@@ -1,70 +1,72 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>Donate to 7-Zip</TITLE>
6-<META name="keywords" content="register, donate, 7-zip, free, registration,
7-compression, software">
8-</HEAD>
9-<BODY>
10-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11-<TD class="MenuColumn" valign="top">
12-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14-<TR><TD><HR></TD></TR></TABLE>
15-<TABLE cellpadding="2" cellspacing="0" border="0">
16-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
19-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20-<TR><TD><SPAN class="MenuCurrent">Donate</SPAN></TD></TR>
21-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24-</TABLE>
25-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26-<TR><TD><HR></TD></TR>
27-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30-<TR><TD><HR></TD></TR>
31-</TABLE>
32-<P>
33-<B>English</B><BR>
34-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35-<A href="http://www.spiroo.be/7zip/">French</A><BR>
36-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37-<A href="http://www.7-zip.si">Slovenian</A><BR>
38-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39-</P>
40-
41-</TD>
42-<TD valign="top">
43-
44-<H1>Donate to 7-Zip</H1>
45-
46-<P>7-Zip is free software. You can make a donation to support development of 7-Zip and LZMA SDK.</P>
47-
48-<P>If you would like to donate more than base
49-donation amount, just change the Quantity field. You can make a donation using your Credit Card,
50-PayPal, Wire Transfer or Check.</P>
51-
52-<TABLE cellspacing ="1" cellpadding ="6" border = "0">
53- <TR>
54- <TH class="Title">Link</TH>
55- <TH class="Title" align="center">Donation Amount</TH>
56- </TR>
57- <TR>
58- <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[104808]=1">Donate to 7-Zip</A></TD>
59- <TD class="Item" align="center">$50 / &euro;40</TD>
60- </TR>
61- <TR>
62- <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[300271633]=1">Donate to LZMA SDK</A></TD>
63- <TD class="Item" align="center">$100 / &euro;100</TD>
64- </TR>
65-</TABLE>
66-
67-<P>Thank you very much in advance!</P>
68-
69-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
70-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>Donate to 7-Zip</TITLE>
6+<META name="keywords" content="register, donate, 7-zip, free, registration,
7+compression, software">
8+</HEAD>
9+<BODY>
10+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11+<TD class="MenuColumn" valign="top">
12+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14+<TR><TD><HR></TD></TR></TABLE>
15+<TABLE cellpadding="2" cellspacing="0" border="0">
16+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
19+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20+<TR><TD><SPAN class="MenuCurrent">Donate</SPAN></TD></TR>
21+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24+</TABLE>
25+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26+<TR><TD><HR></TD></TR>
27+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30+<TR><TD><HR></TD></TR>
31+</TABLE>
32+<P>
33+<B>English</B><BR>
34+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35+<A href="http://www.spiroo.be/7zip/">French</A><BR>
36+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
37+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
38+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
39+<A href="http://www.7-zip.si/">Slovenian</A><BR>
40+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
41+</P>
42+
43+</TD>
44+<TD valign="top">
45+
46+<H1>Donate to 7-Zip</H1>
47+
48+<P>7-Zip is free software. You can make a donation to support development of 7-Zip and LZMA SDK.</P>
49+
50+<P>If you would like to donate more than base
51+donation amount, just change the Quantity field. You can make a donation using your Credit Card,
52+PayPal, Wire Transfer or Check.</P>
53+
54+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
55+ <TR>
56+ <TH class="Title">Link</TH>
57+ <TH class="Title" align="center">Donation Amount</TH>
58+ </TR>
59+ <TR>
60+ <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[104808]=1">Donate to 7-Zip</A></TD>
61+ <TD class="Item" align="center">$50 / &euro;40</TD>
62+ </TR>
63+ <TR>
64+ <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[300271633]=1">Donate to LZMA SDK</A></TD>
65+ <TD class="Item" align="center">$100 / &euro;100</TD>
66+ </TR>
67+</TABLE>
68+
69+<P>Thank you very much in advance!</P>
70+
71+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
72+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/sdk.html
+++ b/www.7-zip.org/sdk.html
@@ -1,132 +1,134 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>LZMA SDK (Software Development Kit)</TITLE>
6-<META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip,
7-best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">
8-</HEAD>
9-<BODY>
10-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11-<TD class="MenuColumn" valign="top">
12-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14-<TR><TD><HR></TD></TR></TABLE>
15-<TABLE cellpadding="2" cellspacing="0" border="0">
16-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18-<TR><TD><SPAN class="MenuCurrent">LZMA SDK</SPAN></TD></TR>
19-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24-</TABLE>
25-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26-<TR><TD><HR></TD></TR>
27-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30-<TR><TD><HR></TD></TR>
31-</TABLE>
32-<P>
33-<B>English</B><BR>
34-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35-<A href="http://www.spiroo.be/7zip/">French</A><BR>
36-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37-<A href="http://www.7-zip.si">Slovenian</A><BR>
38-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39-</P>
40-
41-</TD>
42-<TD valign="top">
43-
44-<H1>LZMA SDK (Software Development Kit)</H1>
45-
46-<P>The <B>LZMA SDK</B> provides the documentation, samples, header files, libraries,
47-and tools you need to develop applications that use <B>LZMA</B> compression.</P>
48-
49-
50-<TABLE cellspacing ="1" cellpadding ="6" border = "0">
51- <TR>
52- <TH class="Title" align="center" width=80>Link</TH>
53- <TH class="Title" align="center" width=60>Size</TH>
54- <TH class="Title" align="center" width=90>Date</TH>
55- <TH class="Title" align="center" width=60>Version</TH>
56- <TH class="Title" align="center">Description</TH>
57- </TR>
58- <TR>
59- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
60- <TD class="Item" align="center">282 KB</TD>
61- <TD class="Item" align="center">2008-12-02</TD>
62- <TD class="Item" align="center">4.62</TD>
63- <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
64- </TR>
65- <TR>
66- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma457.tar.bz2">Download</A></TD>
67- <TD class="Item" align="center">292 KB</TD>
68- <TD class="Item" align="center">2007-12-12</TD>
69- <TD class="Item" align="center">4.57</TD>
70- </TR>
71-</TABLE>
72-
73-<P><B>What's new:</B>
74-<UL>
75- <LI><B>4.62:</B> Some fixes. LZMA SDK is placed in the public domain.</LI>
76- <LI><B>4.58:</B> Speed optimizations. New ANSI-C code for LZMA compression.</LI>
77- <LI><B>4.57:</B> Speed optimizations. Some fixes.</LI>
78- <LI><B>4.49:</B> .7z ANSI-C decoder was improved. C++ code for .7z archive handling was
79- included.</LI>
80-</UL>
81-
82-
83-<P><B>LZMA</B> is the default and general compression method of <A href ="7z.html"><B>7z format</B></A>
84-in the <B>7-Zip</B> program. <B>LZMA</B> provides a high compression ratio and
85-very fast decompression, so it is very suitable for embedded applications.
86-For example, it can be used for ROM (firmware) compressing.</P>
87-
88-<P><B>LZMA SDK</B> includes:</P>
89-<UL>
90- <LI><B>C++</B> source code of <B>LZMA</B> Encoder and Decoder</LI>
91- <LI><B>ANSI-C</B> compatible source code for <B>LZMA</B> decompression with example</LI>
92- <LI><B>C#</B> source code for <B>LZMA</B> compression and decompression</LI>
93- <LI><B>Java</B> source code for <B>LZMA</B> compression and decompression</LI>
94- <LI>Compiled file->file <B>LZMA</B> compression/decompression program for the Windows operating system</LI>
95-</UL>
96-
97-<P><B>ANSI-C LZMA</B> decompression code is ported from the original C++ sources to C.
98-Also, it has been simplified and optimized for code size. But it is fully compatible
99-with <B>LZMA</B> from <B>7-Zip</B>.</P>
100-
101-<P><B>LZMA</B> features:</P>
102-<UL>
103- <LI>Compression speed: 2 MB/s on 2 GHz dual-core CPU.
104- <LI>Decompression speed:
105- <UL>
106- <LI>20-30 MB/s on 2 GHz Intel Core2 or AMD Athlon 64.
107- <LI>1-2 MB/s on 200 MHz ARM, MIPS, PowerPC or other simple RISC CPU.
108- </UL>
109- <LI>Small memory requirements for decompression: 8-32 KB + DictionarySize
110- <LI>Small code size for decompression: 2-8 KB (depending on speed optimizations)
111-</UL>
112-
113-<P>The <B>LZMA</B> decoder uses only CPU integer instructions and can be
114-implemented for any modern 32-bit CPU (or, on a 16-bit CPU with some conditions).</P>
115-
116-<H2>License</H2>
117-
118-<P><B>LZMA SDK 4.62</B> is placed in the <B>public domain.</B></P>
119-
120-<H2>LZMA Links</H2>
121-<ul>
122-<li><A href="http://en.wikipedia.org/wiki/LZMA">LZMA at Wikipedia</A></li>
123-<li><A href="http://sourceforge.net/projects/p7zip/">Port of LZMA SDK for JAVA from independent developer</A></li>
124-<li><A href="http://www.birtles.org.uk/programming/">Port of LZMA SDK to Pascal (Delphi, Kylix and Freepascal)</A></li>
125-<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
126-<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
127-<li><a href="http://contrapunctus.net/league/haques/lzmajio/">LZMA Streams in Java</a></li>
128-
129-</ul>
130-
131-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
132-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>LZMA SDK (Software Development Kit)</TITLE>
6+<META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip,
7+best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">
8+</HEAD>
9+<BODY>
10+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
11+<TD class="MenuColumn" valign="top">
12+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
13+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
14+<TR><TD><HR></TD></TR></TABLE>
15+<TABLE cellpadding="2" cellspacing="0" border="0">
16+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
17+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
18+<TR><TD><SPAN class="MenuCurrent">LZMA SDK</SPAN></TD></TR>
19+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
20+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
21+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
22+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
23+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
24+</TABLE>
25+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
26+<TR><TD><HR></TD></TR>
27+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
28+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
29+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
30+<TR><TD><HR></TD></TR>
31+</TABLE>
32+<P>
33+<B>English</B><BR>
34+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
35+<A href="http://www.spiroo.be/7zip/">French</A><BR>
36+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
37+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
38+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
39+<A href="http://www.7-zip.si/">Slovenian</A><BR>
40+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
41+</P>
42+
43+</TD>
44+<TD valign="top">
45+
46+<H1>LZMA SDK (Software Development Kit)</H1>
47+
48+<P>The <B>LZMA SDK</B> provides the documentation, samples, header files, libraries,
49+and tools you need to develop applications that use <B>LZMA</B> compression.</P>
50+
51+
52+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
53+ <TR>
54+ <TH class="Title" align="center" width=80>Link</TH>
55+ <TH class="Title" align="center" width=60>Size</TH>
56+ <TH class="Title" align="center" width=90>Date</TH>
57+ <TH class="Title" align="center" width=60>Version</TH>
58+ <TH class="Title" align="center">Description</TH>
59+ </TR>
60+ <TR>
61+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
62+ <TD class="Item" align="center">282 KB</TD>
63+ <TD class="Item" align="center">2008-12-02</TD>
64+ <TD class="Item" align="center">4.62</TD>
65+ <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
66+ </TR>
67+ <TR>
68+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma457.tar.bz2">Download</A></TD>
69+ <TD class="Item" align="center">292 KB</TD>
70+ <TD class="Item" align="center">2007-12-12</TD>
71+ <TD class="Item" align="center">4.57</TD>
72+ </TR>
73+</TABLE>
74+
75+<P><B>What's new:</B>
76+<UL>
77+ <LI><B>4.62:</B> Some fixes. LZMA SDK is placed in the public domain.</LI>
78+ <LI><B>4.58:</B> Speed optimizations. New ANSI-C code for LZMA compression.</LI>
79+ <LI><B>4.57:</B> Speed optimizations. Some fixes.</LI>
80+ <LI><B>4.49:</B> .7z ANSI-C decoder was improved. C++ code for .7z archive handling was
81+ included.</LI>
82+</UL>
83+
84+
85+<P><B>LZMA</B> is the default and general compression method of <A href ="7z.html"><B>7z format</B></A>
86+in the <B>7-Zip</B> program. <B>LZMA</B> provides a high compression ratio and
87+very fast decompression, so it is very suitable for embedded applications.
88+For example, it can be used for ROM (firmware) compressing.</P>
89+
90+<P><B>LZMA SDK</B> includes:</P>
91+<UL>
92+ <LI><B>C++</B> source code of <B>LZMA</B> Encoder and Decoder</LI>
93+ <LI><B>ANSI-C</B> compatible source code for <B>LZMA</B> decompression with example</LI>
94+ <LI><B>C#</B> source code for <B>LZMA</B> compression and decompression</LI>
95+ <LI><B>Java</B> source code for <B>LZMA</B> compression and decompression</LI>
96+ <LI>Compiled file->file <B>LZMA</B> compression/decompression program for the Windows operating system</LI>
97+</UL>
98+
99+<P><B>ANSI-C LZMA</B> decompression code is ported from the original C++ sources to C.
100+Also, it has been simplified and optimized for code size. But it is fully compatible
101+with <B>LZMA</B> from <B>7-Zip</B>.</P>
102+
103+<P><B>LZMA</B> features:</P>
104+<UL>
105+ <LI>Compression speed: 2 MB/s on 2 GHz dual-core CPU.
106+ <LI>Decompression speed:
107+ <UL>
108+ <LI>20-30 MB/s on 2 GHz Intel Core2 or AMD Athlon 64.
109+ <LI>1-2 MB/s on 200 MHz ARM, MIPS, PowerPC or other simple RISC CPU.
110+ </UL>
111+ <LI>Small memory requirements for decompression: 8-32 KB + DictionarySize
112+ <LI>Small code size for decompression: 2-8 KB (depending on speed optimizations)
113+</UL>
114+
115+<P>The <B>LZMA</B> decoder uses only CPU integer instructions and can be
116+implemented for any modern 32-bit CPU (or, on a 16-bit CPU with some conditions).</P>
117+
118+<H2>License</H2>
119+
120+<P><B>LZMA SDK 4.62</B> is placed in the <B>public domain.</B></P>
121+
122+<H2>LZMA Links</H2>
123+<ul>
124+<li><A href="http://en.wikipedia.org/wiki/LZMA">LZMA at Wikipedia</A></li>
125+<li><A href="http://sourceforge.net/projects/p7zip/">Port of LZMA SDK for JAVA from independent developer</A></li>
126+<li><A href="http://www.birtles.org.uk/programming/">Port of LZMA SDK to Pascal (Delphi, Kylix and Freepascal)</A></li>
127+<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
128+<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
129+<li><a href="http://contrapunctus.net/league/haques/lzmajio/">LZMA Streams in Java</a></li>
130+
131+</ul>
132+
133+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
134+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/style.css
+++ b/www.7-zip.org/style.css
@@ -1,25 +1,25 @@
1-BODY { color: black; background-color: white; font-family: Verdana, Arial, Helvetica; font-size: 80% }
2-TH { font-size: 80% }
3-TD { font-size: 80% }
4-H1 { text-align: center; font-size: 140% }
5-H2 { text-align: center; font-size: 120% }
6-H4 { font-size: 100% }
7-
8-TABLE.News { background-color: silver; width:220px}
9-TR.NewsHeader { background-color: #8080E0 }
10-TR.News { background-color: #FFF8F8 }
11-TD.NewsTitle { color: white; font-weight: bold; width:55%}
12-TD.NewsDate { color: white; font-weight: bold; text-align: right}
13-TD.NewsText { font-size: 70%}
14-
15-A.MenuLink { text-align: left; font-weight: bold; color: blue; text-decoration: none }
16-A.MenuLink:hover { color: green }
17-.MenuCurrent { text-align: left; font-weight: bold }
18-
19-TD.MenuColumn { background-color: #E0E0E0; width: 120px}
20-
21-TD.Layout { background-color: white}
22-TH.Title { background-color: #A0E0A0}
23-TD.Item { background-color: #E8E8E8}
24-TD.SubItem { background-color: #FFFFFF}
25-TD.ExternalProgram { background-color: #E8D0E8}
1+BODY { color: black; background-color: white; font-family: Verdana, Arial, Helvetica; font-size: 80% }
2+TH { font-size: 80% }
3+TD { font-size: 80% }
4+H1 { text-align: center; font-size: 140% }
5+H2 { text-align: center; font-size: 120% }
6+H4 { font-size: 100% }
7+
8+TABLE.News { background-color: silver; width:220px}
9+TR.NewsHeader { background-color: #8080E0 }
10+TR.News { background-color: #FFF8F8 }
11+TD.NewsTitle { color: white; font-weight: bold; width:55%}
12+TD.NewsDate { color: white; font-weight: bold; text-align: right}
13+TD.NewsText { font-size: 70%}
14+
15+A.MenuLink { text-align: left; font-weight: bold; color: blue; text-decoration: none }
16+A.MenuLink:hover { color: green }
17+.MenuCurrent { text-align: left; font-weight: bold }
18+
19+TD.MenuColumn { background-color: #E0E0E0; width: 120px}
20+
21+TD.Layout { background-color: white}
22+TH.Title { background-color: #A0E0A0}
23+TD.Item { background-color: #E8E8E8}
24+TD.SubItem { background-color: #FFFFFF}
25+TD.ExternalProgram { background-color: #E8D0E8}
--- a/www.7-zip.org/support.html
+++ b/www.7-zip.org/support.html
@@ -1,56 +1,58 @@
1-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2-<HTML><HEAD>
3-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4-<LINK href="/style.css" rel="stylesheet" type="text/css">
5-<TITLE>Technical Support for 7-Zip</TITLE>
6-</HEAD>
7-<BODY>
8-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
9-<TD class="MenuColumn" valign="top">
10-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
11-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
12-<TR><TD><HR></TD></TR></TABLE>
13-<TABLE cellpadding="2" cellspacing="0" border="0">
14-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
15-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
16-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
17-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
18-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
19-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
20-<TR><TD><SPAN class="MenuCurrent">Support</SPAN></TD></TR>
21-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
22-</TABLE>
23-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
24-<TR><TD><HR></TD></TR>
25-<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
26-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
27-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
28-<TR><TD><HR></TD></TR>
29-</TABLE>
30-<P>
31-<B>English</B><BR>
32-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
33-<A href="http://www.spiroo.be/7zip/">French</A><BR>
34-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
35-<A href="http://www.7-zip.si">Slovenian</A><BR>
36-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
37-</P>
38-
39-</TD>
40-<TD valign="top">
41-
42-<H1>Technical Support for 7-Zip</H1>
43-
44-<P>Before requesting customer support for 7-Zip, please check that you use
45-latest version of 7-Zip. Check out the 7-Zip help system also.</P>
46-
47-<P>Please use 7-Zip forums for all common questions; you can get answers on the
48-forums from 7-Zip developers and from other 7-Zip users. Please write only in English.</P>
49-
50-<P><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">7-Zip's Forum at Source Forge</A></P>
51-
52-<P>If your question is about 7-Zip, please provide the information about 7-Zip version and
53-Windows version.</P>
54-
55-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
56-</TD></TR></TABLE></BODY></HTML>
1+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+<HTML><HEAD>
3+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
4+<LINK href="/style.css" rel="stylesheet" type="text/css">
5+<TITLE>Technical Support for 7-Zip</TITLE>
6+</HEAD>
7+<BODY>
8+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
9+<TD class="MenuColumn" valign="top">
10+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
11+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
12+<TR><TD><HR></TD></TR></TABLE>
13+<TABLE cellpadding="2" cellspacing="0" border="0">
14+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
15+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
16+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
17+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
18+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
19+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
20+<TR><TD><SPAN class="MenuCurrent">Support</SPAN></TD></TR>
21+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
22+</TABLE>
23+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
24+<TR><TD><HR></TD></TR>
25+<TR><TD><A href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481" width=88 height=31 border=0 alt="SourceForge Logo"></A></TD></TR>
26+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
27+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
28+<TR><TD><HR></TD></TR>
29+</TABLE>
30+<P>
31+<B>English</B><BR>
32+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
33+<A href="http://www.spiroo.be/7zip/">French</A><BR>
34+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
35+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
36+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
37+<A href="http://www.7-zip.si/">Slovenian</A><BR>
38+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
39+</P>
40+
41+</TD>
42+<TD valign="top">
43+
44+<H1>Technical Support for 7-Zip</H1>
45+
46+<P>Before requesting customer support for 7-Zip, please check that you use
47+latest version of 7-Zip. Check out the 7-Zip help system also.</P>
48+
49+<P>Please use 7-Zip forums for all common questions; you can get answers on the
50+forums from 7-Zip developers and from other 7-Zip users. Please write only in English.</P>
51+
52+<P><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">7-Zip's Forum at Source Forge</A></P>
53+
54+<P>If your question is about 7-Zip, please provide the information about 7-Zip version and
55+Windows version.</P>
56+
57+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
58+</TD></TR></TABLE></BODY></HTML>
Show on old repository browser