• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

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


Commit MetaInfo

修訂c58931de4e74afd60de23cf166f3b79ad1dd1d65 (tree)
時間2008-12-22 19:58:34
作者nabeshin <nabeshin@user...>
Commiternabeshin

Log Message

mirror .org (replace spaces)

Change Summary

差異

--- a/www.7-zip.org/7z.html
+++ b/www.7-zip.org/7z.html
@@ -1,114 +1,114 @@
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://7-zip.hit.bg/">Bulgarian</A><BR>
35-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36-<A href="http://www.spiroo.be/7zip/">French</A><BR>
37-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40-<A href="http://www.7-zip.si/">Slovenian</A><BR>
41-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42-</P>
43-
44-</TD>
45-<TD valign="top">
46-
47-<H1>7z Format</H1>
48-
49-<P><B>7z</B> is the new archive format, providing high compression ratio.</P>
50-
51-<P>The main features of <B>7z</B> format:</P>
52-<UL>
53- <LI>Open architecture
54- <LI>High compression ratio
55- <LI>Strong AES-256 encryption
56- <LI>Ability of using any compression, conversion or encryption method
57- <LI>Supporting files with sizes up to 16000000000 GB
58- <LI>Unicode file names
59- <LI>Solid compressing
60- <LI>Archive headers compressing
61-</UL>
62-
63-<P><B>7z</B> has open architecture, so it can support any new compression methods.
64-Now the following methods are integrated to <B>7z</B>:</P>
65-
66-<TABLE cellspacing ="2" cellpadding ="4">
67- <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>
68- <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>
69- <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>
70- <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
71- <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
72- <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>
73- <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>
74-</TABLE>
75-
76-<P><B>LZMA</B> is default and general compression method of <B>7z</B> format. The main features of <B>LZMA</B> method:</P>
77-<UL>
78- <LI>High compression ratio
79- <LI>Variable dictionary size (up to 4 GB)
80- <LI>Compressing speed: about 1 MB/s on 2 GHz CPU
81- <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU
82- <LI>Small memory requirements for decompressing (depend from dictionary size)
83- <LI>Small code size for decompressing: about 5 KB
84- <LI>Supporting multi-threading and P4's hyper-threading
85-</UL>
86-
87-<P><B>LZMA</B> compression algorithm is very suitable for embedded applications.
88-<B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also
89-available under a proprietary license for those who can not use the GNU LGPL in
90-their code. If you want to use <B>LZMA</B> code, you can ask consultations,
91-custom code programming and required developer licenses
92-from page for support:
93-<A href="support.html">Send message to LZMA developer</A>.
94-Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>
95-
96-<P>7-Zip also supports encryption with AES-256 algorithm.
97-This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip
98-uses derivation function based on SHA-256 hash algorithm.
99-A key derivation function produces a derived key from text password defined by user.
100-For increasing the cost of exhaustive search for passwords 7-Zip uses big number
101-of iterations to produce cipher key from text password.</P>
102-
103-<P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL.
104-You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>
105-
106-<p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>
107-
108-<p>Links:</p>
109-<ul>
110-<li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>
111-</ul>
112-
113-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
114-</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://7-zip.hit.bg/">Bulgarian</A><BR>
35+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36+<A href="http://www.spiroo.be/7zip/">French</A><BR>
37+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40+<A href="http://www.7-zip.si/">Slovenian</A><BR>
41+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42+</P>
43+
44+</TD>
45+<TD valign="top">
46+
47+<H1>7z Format</H1>
48+
49+<P><B>7z</B> is the new archive format, providing high compression ratio.</P>
50+
51+<P>The main features of <B>7z</B> format:</P>
52+<UL>
53+ <LI>Open architecture
54+ <LI>High compression ratio
55+ <LI>Strong AES-256 encryption
56+ <LI>Ability of using any compression, conversion or encryption method
57+ <LI>Supporting files with sizes up to 16000000000 GB
58+ <LI>Unicode file names
59+ <LI>Solid compressing
60+ <LI>Archive headers compressing
61+</UL>
62+
63+<P><B>7z</B> has open architecture, so it can support any new compression methods.
64+Now the following methods are integrated to <B>7z</B>:</P>
65+
66+<TABLE cellspacing ="2" cellpadding ="4">
67+ <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>
68+ <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>
69+ <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>
70+ <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
71+ <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
72+ <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>
73+ <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>
74+</TABLE>
75+
76+<P><B>LZMA</B> is default and general compression method of <B>7z</B> format. The main features of <B>LZMA</B> method:</P>
77+<UL>
78+ <LI>High compression ratio
79+ <LI>Variable dictionary size (up to 4 GB)
80+ <LI>Compressing speed: about 1 MB/s on 2 GHz CPU
81+ <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU
82+ <LI>Small memory requirements for decompressing (depend from dictionary size)
83+ <LI>Small code size for decompressing: about 5 KB
84+ <LI>Supporting multi-threading and P4's hyper-threading
85+</UL>
86+
87+<P><B>LZMA</B> compression algorithm is very suitable for embedded applications.
88+<B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also
89+available under a proprietary license for those who can not use the GNU LGPL in
90+their code. If you want to use <B>LZMA</B> code, you can ask consultations,
91+custom code programming and required developer licenses
92+from page for support:
93+<A href="support.html">Send message to LZMA developer</A>.
94+Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>
95+
96+<P>7-Zip also supports encryption with AES-256 algorithm.
97+This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip
98+uses derivation function based on SHA-256 hash algorithm.
99+A key derivation function produces a derived key from text password defined by user.
100+For increasing the cost of exhaustive search for passwords 7-Zip uses big number
101+of iterations to produce cipher key from text password.</P>
102+
103+<P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL.
104+You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>
105+
106+<p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>
107+
108+<p>Links:</p>
109+<ul>
110+<li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>
111+</ul>
112+
113+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
114+</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,133 +1,133 @@
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://7-zip.hit.bg/">Bulgarian</A><BR>
35-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36-<A href="http://www.spiroo.be/7zip/">French</A><BR>
37-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40-<A href="http://www.7-zip.si/">Slovenian</A><BR>
41-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42-</P>
43-
44-</TD>
45-<TD valign="top">
46-
47-<H1>Download</H1>
48-
49-<P><B>Download 7-Zip for Windows</B>:</P>
50-<TABLE cellspacing ="1" cellpadding ="6" border = "0">
51- <TR>
52- <TH class="Title" align="center" width=90>7-Zip 4.62<BR>2008-12-02</TH>
53- <TH class="Title" align="center" width=60>Type</TH>
54- <TH class="Title" align="center" width=80>Windows</TH>
55- <TH class="Title" align="center">Description</TH>
56- </TR>
57- <TR>
58- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
59- <TD class="Item" align="center">.exe</TD>
60- <TD class="Item" align="center" rowspan=2>32-bit</TD>
61- <TD class="Item" rowspan=4>7-Zip</TD>
62- </TR>
63- <TR>
64- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.msi">Download</A></TD>
65- <TD class="Item" align="center" rowspan=3>.msi</TD>
66- </TR>
67- <TR>
68- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
69- <TD class="Item" align="center">x64</TD>
70- </TR>
71- <TR>
72- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-ia64.msi">Download</A></TD>
73- <TD class="Item" align="center">IA-64</TD>
74- </TR>
75- <TR>
76- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7za462.zip">Download</A></TD>
77- <TD class="Item" align="center">.zip</TD>
78- <TD class="Item" align="center">32-bit</TD>
79- <TD class="Item">7-Zip Command Line Version</TD>
80- </TR>
81- <TR>
82- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.tar.bz2">Download</A></TD>
83- <TD class="Item" align="center">.tar.bz2</TD>
84- <TD class="Item" align="center">Any</TD>
85- <TD class="Item">7-Zip Source code</TD>
86- </TR>
87- <TR>
88- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462_extra.7z">Download</A></TD>
89- <TD class="Item" align="center">.7z</TD>
90- <TD class="Item" align="center">32-bit</TD>
91- <TD class="Item">7z Library, SFXs for installers, Plugin for FAR Manager</TD>
92- </TR>
93- <TR>
94- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
95- <TD class="Item" align="center">.tar.bz2</TD>
96- <TD class="Item" align="center">Any</TD>
97- <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
98- </TR>
99-</TABLE>
100-
101-<P>Download links redirect to a download page on SourceForge.net.</P>
102-
103-<P>Other versions can be found at the Source Forge site:</P>
104-
105-<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip at Source Forge</A></P>
106-
107-<P><B>Download p7zip for Posix/Linux (x86 binaries and source code)</B>:</P>
108-<P><A href="http://sourceforge.net/project/showfiles.php?group_id=111810">Download p7zip</A></P>
109-<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
110-
111-<P>p7zip is the command line version of 7-Zip for Unix/Linux, made by an independent developer.</P>
112-
113-<P><B>Some unofficial p7zip packages for Linux and other systems:</B></P>
114-<UL>
115-<LI><A href="http://packages.debian.org/unstable/utils/p7zip">p7zip for Debian</A></LI>
116-<LI><A href="http://timeoff.wsisiz.edu.pl/rpms.html">p7zip for Fedora Core</A></LI>
117-<LI><A href="http://packages.gentoo.org/packages/?category=app-arch;name=p7zip">p7zip for Gentoo</A></LI>
118-<LI><A href="http://www.sisyphus.ru/srpm/p7zip">p7zip for AltLinux.org</A></LI>
119-<LI><A href="http://www.freshports.org/archivers/p7zip/">p7zip for FreeBSD</A></LI>
120-<LI><A href="http://homepage.mac.com/krmathis/">p7zip for Mac OS X</A></LI>
121-<LI><A href="http://www.macupdate.com/info.php/id/19139">EZ 7z for Mac OS X</A></LI>
122-<LI><A href="http://sixtyfive.xmghosting.com/">7zX for Mac OS X</A></LI>
123-<LI><A href="http://www.bebits.com/app/4079">p7zip for BeOS</A></LI>
124-<LI><A href="http://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/7zip/">p7zip for DOS / DJGPP</A></LI>
125-</UL>
126-
127-<P><B>7-Zip for other systems:</B></P>
128-<UL>
129-<LI><A href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</A></LI>
130-</UL>
131-
132-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
133-</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://7-zip.hit.bg/">Bulgarian</A><BR>
35+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36+<A href="http://www.spiroo.be/7zip/">French</A><BR>
37+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40+<A href="http://www.7-zip.si/">Slovenian</A><BR>
41+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42+</P>
43+
44+</TD>
45+<TD valign="top">
46+
47+<H1>Download</H1>
48+
49+<P><B>Download 7-Zip for Windows</B>:</P>
50+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
51+ <TR>
52+ <TH class="Title" align="center" width=90>7-Zip 4.62<BR>2008-12-02</TH>
53+ <TH class="Title" align="center" width=60>Type</TH>
54+ <TH class="Title" align="center" width=80>Windows</TH>
55+ <TH class="Title" align="center">Description</TH>
56+ </TR>
57+ <TR>
58+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
59+ <TD class="Item" align="center">.exe</TD>
60+ <TD class="Item" align="center" rowspan=2>32-bit</TD>
61+ <TD class="Item" rowspan=4>7-Zip</TD>
62+ </TR>
63+ <TR>
64+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.msi">Download</A></TD>
65+ <TD class="Item" align="center" rowspan=3>.msi</TD>
66+ </TR>
67+ <TR>
68+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
69+ <TD class="Item" align="center">x64</TD>
70+ </TR>
71+ <TR>
72+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-ia64.msi">Download</A></TD>
73+ <TD class="Item" align="center">IA-64</TD>
74+ </TR>
75+ <TR>
76+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7za462.zip">Download</A></TD>
77+ <TD class="Item" align="center">.zip</TD>
78+ <TD class="Item" align="center">32-bit</TD>
79+ <TD class="Item">7-Zip Command Line Version</TD>
80+ </TR>
81+ <TR>
82+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.tar.bz2">Download</A></TD>
83+ <TD class="Item" align="center">.tar.bz2</TD>
84+ <TD class="Item" align="center">Any</TD>
85+ <TD class="Item">7-Zip Source code</TD>
86+ </TR>
87+ <TR>
88+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462_extra.7z">Download</A></TD>
89+ <TD class="Item" align="center">.7z</TD>
90+ <TD class="Item" align="center">32-bit</TD>
91+ <TD class="Item">7z Library, SFXs for installers, Plugin for FAR Manager</TD>
92+ </TR>
93+ <TR>
94+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
95+ <TD class="Item" align="center">.tar.bz2</TD>
96+ <TD class="Item" align="center">Any</TD>
97+ <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
98+ </TR>
99+</TABLE>
100+
101+<P>Download links redirect to a download page on SourceForge.net.</P>
102+
103+<P>Other versions can be found at the Source Forge site:</P>
104+
105+<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip at Source Forge</A></P>
106+
107+<P><B>Download p7zip for Posix/Linux (x86 binaries and source code)</B>:</P>
108+<P><A href="http://sourceforge.net/project/showfiles.php?group_id=111810">Download p7zip</A></P>
109+<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
110+
111+<P>p7zip is the command line version of 7-Zip for Unix/Linux, made by an independent developer.</P>
112+
113+<P><B>Some unofficial p7zip packages for Linux and other systems:</B></P>
114+<UL>
115+<LI><A href="http://packages.debian.org/unstable/utils/p7zip">p7zip for Debian</A></LI>
116+<LI><A href="http://timeoff.wsisiz.edu.pl/rpms.html">p7zip for Fedora Core</A></LI>
117+<LI><A href="http://packages.gentoo.org/packages/?category=app-arch;name=p7zip">p7zip for Gentoo</A></LI>
118+<LI><A href="http://www.sisyphus.ru/srpm/p7zip">p7zip for AltLinux.org</A></LI>
119+<LI><A href="http://www.freshports.org/archivers/p7zip/">p7zip for FreeBSD</A></LI>
120+<LI><A href="http://homepage.mac.com/krmathis/">p7zip for Mac OS X</A></LI>
121+<LI><A href="http://www.macupdate.com/info.php/id/19139">EZ 7z for Mac OS X</A></LI>
122+<LI><A href="http://sixtyfive.xmghosting.com/">7zX for Mac OS X</A></LI>
123+<LI><A href="http://www.bebits.com/app/4079">p7zip for BeOS</A></LI>
124+<LI><A href="http://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/7zip/">p7zip for DOS / DJGPP</A></LI>
125+</UL>
126+
127+<P><B>7-Zip for other systems:</B></P>
128+<UL>
129+<LI><A href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</A></LI>
130+</UL>
131+
132+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
133+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/faq.html
+++ b/www.7-zip.org/faq.html
@@ -1,151 +1,151 @@
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://7-zip.hit.bg/">Bulgarian</A><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>Frequently Asked Questions (FAQ)</H1>
47-
48-<UL>
49- <LI><A href="#user_faq">User FAQ</A></LI>
50- <LI><A href="#developer_faq">Developer FAQ</A></LI>
51-</UL>
52-
53-<H2><a name="user_faq"></a>User FAQ</H2>
54-
55-<H4>Can I use 7-Zip in a commercial organization?</H4>
56-<P>Yes, 7-Zip is free software. You can use it on any computer. You don't need to
57-register or pay for 7-Zip.</P>
58-
59-<H4>Why do the add, delete and update operations not work for some existing archives?</H4>
60-<P>The current version of 7-Zip can't execute some operations with .7z archives that have been
61-created with the "solid" option switched on. You can disable solid mode with -ms=off switch
62-in command line</P>
63-
64-<H4>What about ACE archive support?</H4>
65-<P>Support for ACE archives could be implemented in 7-Zip, if the source code
66-of that format was available, and the license allowed it. The Unace.dll
67-library from the authors of the ACE program is not
68-compatible with the plugin interface of 7-Zip (Unace.dll works with files, but
69-7-Zip only allows plugins to work with abstract streams). For this reason 7-Zip can't use
70-Unace.dll without a complex wrapper.</P>
71-
72-<H4>Why doesn't the command line version add files without extensions to an archive?</H4>
73-<P>You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser,
74-and consequently treats *.* as any file that has an extension.
75-To process all files you must use the * wildcard instead or omit the wildcard altogether.</P>
76-
77-<H4>Why can't 7-Zip open some ZIP archives?</H4>
78-<P>In 99% of these cases it means that the archive contains incorrect headers.
79-Other ZIP programs can open some archives with incorrect headers, since these programs
80-just ignore errors.</P>
81-<P>If you have such archive, please don't call the 7-Zip developers about it.
82-Instead try to find the program that was used to create the archive and inform the developers
83-of that program that their software is not ZIP-compatible.</P>
84-
85-<P>There are also some ZIP archives that were encoded with methods unsupported by 7-Zip.
86-Some of these unsupported methods: PPMd (WinZip), WAVPack (WinZip), pkAES (PkZip).</P>
87-
88-<H4>Why can't 7-Zip use big dictionary in 32-bit Windows?</H4>
89-<P>32-bit Windows allocates only 2 GB of virtual space per one application.
90-Also that block of 2 GB can be fragmented (for example, by some DLL file),
91-so 7-Zip can't allocate one big contiguous block of virtual space.
92-There are no such limitations in 64-bit Windows.
93-So you can use any dictionary in Windows x64, if you have required amount of physical RAM.</P>
94-
95-<H4>How can I install 7-Zip in silent mode?</H4>
96-
97-<P>Use the "/S" parameter to do a silent installation and the "/D=dir" parameter
98-to specify the "output directory". These options are case-sensitive.
99-7-Zip uses the NSIS installer by Nullsoft.</P>
100-
101-
102-<H2><a name="developer_faq"></a>Developer FAQ</H2>
103-
104-<H4>Why are there linking errors when I compile 7-Zip or LZMA SDK with Visual C++ 6.0?</H4>
105-
106-<P>To compile sources you will need Visual C++ 6.0 or a later version.
107-Some files also require a new Platform SDK from microsoft.com:</P>
108-<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm"><B>
109-http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm</B></A>
110-or
111-<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"><B>
112-http://www.microsoft.com/msdownload/platformsdk/sdkupdate/</B></A>
113-
114-<P>If you are using MSVC, specify the SDK directories at the top of the "Include files" and
115-"Library files" directory lists. These can be found under "Tools / Options / Directories".</P>
116-<P>The latest Platform SDK is not compatible with MSVC6. So you must use
117-Windows Server 2003 PSDK (February 2003) with MSVC6.</P>
118-
119-<H4>Can I use the EXE or DLL files from 7-Zip in a Commercial Application?</H4>
120-
121-<P>Yes, but you are required to specify in your documentation (1) that
122-you used parts of the 7-Zip program, (2) that 7-Zip is licensed under the GNU LGPL license and
123-(3) you must give a link to www.7-zip.org, where the source code can be found.</P>
124-
125-<H4>How can I add support for 7z archives to my application?</H4>
126-
127-<P>One way is to use the 7za.dll (available from sf.net for download). The 7za.dll
128-works via COM interfaces. It, however, doesn't use standard COM interfaces for
129-creating objects. You can find a small example in the source code. A full example is
130-7-Zip itself, since 7-Zip works via this dll also. There are other applications
131-that use 7za.dll such as WinRAR, PowerArchiver and others.</P>
132-
133-<P>The other way is to call the command line version: 7za.exe.</P>
134-
135-<H4>Can I use the source code of 7-Zip in a commercial application?</H4>
136-
137-<P>Since 7-Zip is licensed under the GNU LGPL you must follow the rules of that license.
138-In brief, it means that any LGPL'ed code must remain licensed under the LGPL. For
139-instance, you can change the code from 7-Zip or write a wrapper for some code
140-from 7-Zip and compile it into a DLL; but, the source code of that DLL (including
141-your modifications / additions / wrapper) must be licensed under the LGPL or GPL.
142-Any other code in your application can be licensed as you wish.
143-This scheme allows users and developers to change LGPL'ed code and recompile
144-that DLL. That is the idea of free software. Read more here:
145-<A href="http://www.gnu.org/">http://www.gnu.org/</A>.
146-
147-You can also read about the <A href="sdk.html">LZMA SDK</A>, which is available
148-under a more liberal license.</P>
149-
150-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
151-</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://7-zip.hit.bg/">Bulgarian</A><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>Frequently Asked Questions (FAQ)</H1>
47+
48+<UL>
49+ <LI><A href="#user_faq">User FAQ</A></LI>
50+ <LI><A href="#developer_faq">Developer FAQ</A></LI>
51+</UL>
52+
53+<H2><a name="user_faq"></a>User FAQ</H2>
54+
55+<H4>Can I use 7-Zip in a commercial organization?</H4>
56+<P>Yes, 7-Zip is free software. You can use it on any computer. You don't need to
57+register or pay for 7-Zip.</P>
58+
59+<H4>Why do the add, delete and update operations not work for some existing archives?</H4>
60+<P>The current version of 7-Zip can't execute some operations with .7z archives that have been
61+created with the "solid" option switched on. You can disable solid mode with -ms=off switch
62+in command line</P>
63+
64+<H4>What about ACE archive support?</H4>
65+<P>Support for ACE archives could be implemented in 7-Zip, if the source code
66+of that format was available, and the license allowed it. The Unace.dll
67+library from the authors of the ACE program is not
68+compatible with the plugin interface of 7-Zip (Unace.dll works with files, but
69+7-Zip only allows plugins to work with abstract streams). For this reason 7-Zip can't use
70+Unace.dll without a complex wrapper.</P>
71+
72+<H4>Why doesn't the command line version add files without extensions to an archive?</H4>
73+<P>You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser,
74+and consequently treats *.* as any file that has an extension.
75+To process all files you must use the * wildcard instead or omit the wildcard altogether.</P>
76+
77+<H4>Why can't 7-Zip open some ZIP archives?</H4>
78+<P>In 99% of these cases it means that the archive contains incorrect headers.
79+Other ZIP programs can open some archives with incorrect headers, since these programs
80+just ignore errors.</P>
81+<P>If you have such archive, please don't call the 7-Zip developers about it.
82+Instead try to find the program that was used to create the archive and inform the developers
83+of that program that their software is not ZIP-compatible.</P>
84+
85+<P>There are also some ZIP archives that were encoded with methods unsupported by 7-Zip.
86+Some of these unsupported methods: PPMd (WinZip), WAVPack (WinZip), pkAES (PkZip).</P>
87+
88+<H4>Why can't 7-Zip use big dictionary in 32-bit Windows?</H4>
89+<P>32-bit Windows allocates only 2 GB of virtual space per one application.
90+Also that block of 2 GB can be fragmented (for example, by some DLL file),
91+so 7-Zip can't allocate one big contiguous block of virtual space.
92+There are no such limitations in 64-bit Windows.
93+So you can use any dictionary in Windows x64, if you have required amount of physical RAM.</P>
94+
95+<H4>How can I install 7-Zip in silent mode?</H4>
96+
97+<P>Use the "/S" parameter to do a silent installation and the "/D=dir" parameter
98+to specify the "output directory". These options are case-sensitive.
99+7-Zip uses the NSIS installer by Nullsoft.</P>
100+
101+
102+<H2><a name="developer_faq"></a>Developer FAQ</H2>
103+
104+<H4>Why are there linking errors when I compile 7-Zip or LZMA SDK with Visual C++ 6.0?</H4>
105+
106+<P>To compile sources you will need Visual C++ 6.0 or a later version.
107+Some files also require a new Platform SDK from microsoft.com:</P>
108+<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm"><B>
109+http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm</B></A>
110+or
111+<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"><B>
112+http://www.microsoft.com/msdownload/platformsdk/sdkupdate/</B></A>
113+
114+<P>If you are using MSVC, specify the SDK directories at the top of the "Include files" and
115+"Library files" directory lists. These can be found under "Tools / Options / Directories".</P>
116+<P>The latest Platform SDK is not compatible with MSVC6. So you must use
117+Windows Server 2003 PSDK (February 2003) with MSVC6.</P>
118+
119+<H4>Can I use the EXE or DLL files from 7-Zip in a Commercial Application?</H4>
120+
121+<P>Yes, but you are required to specify in your documentation (1) that
122+you used parts of the 7-Zip program, (2) that 7-Zip is licensed under the GNU LGPL license and
123+(3) you must give a link to www.7-zip.org, where the source code can be found.</P>
124+
125+<H4>How can I add support for 7z archives to my application?</H4>
126+
127+<P>One way is to use the 7za.dll (available from sf.net for download). The 7za.dll
128+works via COM interfaces. It, however, doesn't use standard COM interfaces for
129+creating objects. You can find a small example in the source code. A full example is
130+7-Zip itself, since 7-Zip works via this dll also. There are other applications
131+that use 7za.dll such as WinRAR, PowerArchiver and others.</P>
132+
133+<P>The other way is to call the command line version: 7za.exe.</P>
134+
135+<H4>Can I use the source code of 7-Zip in a commercial application?</H4>
136+
137+<P>Since 7-Zip is licensed under the GNU LGPL you must follow the rules of that license.
138+In brief, it means that any LGPL'ed code must remain licensed under the LGPL. For
139+instance, you can change the code from 7-Zip or write a wrapper for some code
140+from 7-Zip and compile it into a DLL; but, the source code of that DLL (including
141+your modifications / additions / wrapper) must be licensed under the LGPL or GPL.
142+Any other code in your application can be licensed as you wish.
143+This scheme allows users and developers to change LGPL'ed code and recompile
144+that DLL. That is the idea of free software. Read more here:
145+<A href="http://www.gnu.org/">http://www.gnu.org/</A>.
146+
147+You can also read about the <A href="sdk.html">LZMA SDK</A>, which is available
148+under a more liberal license.</P>
149+
150+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
151+</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,255 +1,255 @@
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://7-zip.hit.bg/">Bulgarian</A><BR>
35-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36-<A href="http://www.spiroo.be/7zip/">French</A><BR>
37-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40-<A href="http://www.7-zip.si/">Slovenian</A><BR>
41-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42-</P>
43-
44-</TD>
45-<TD valign="top">
46-
47-<TABLE cellspacing ="4" cellpadding ="4"><TR>
48-
49-<TD>
50-
51-<H1>Welcome to the 7-Zip Home!</H1>
52-
53-<P><B>7-Zip</B> is a file archiver with a high compression ratio.</P>
54-
55-<P><B>Download 7-Zip 4.62 (2008-12-02) for Windows</B>:</P>
56-<TABLE cellspacing ="1" cellpadding ="6" border = "0">
57- <TR>
58- <TH class="Title" align="center" width=60>Link</TH>
59- <TH class="Title" align="center" width=60>Type</TH>
60- <TH class="Title" align="center" width=80>Windows</TH>
61- <TH class="Title" align="center" width=55>Size</TH>
62- </TR>
63- <TR>
64- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
65- <TD class="Item" align="center">.exe</TD>
66- <TD class="Item" align="center">32-bit</TD>
67- <TD class="Item" align="center">912 KB</TD>
68- </TR>
69- <TR>
70- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
71- <TD class="Item" align="center">.msi</TD>
72- <TD class="Item" align="center">x64</TD>
73- <TD class="Item" align="center">1186 KB</TD>
74- </TR>
75-</TABLE>
76-
77-<P>The download links above redirect you to download pages on SourceForge.net</P>
78-
79-<H2>License</H2>
80-
81-<P><B>7-Zip</B> is <B>open source</B> software. Most of the source code is under the <B>GNU LGPL</B> license.
82-The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check
83-license information here: <A href="license.txt">7-Zip license</A>.</P>
84-
85-<P>You can use 7-Zip on any computer, including a computer in a commercial organization.
86-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>
87-
88-<H2>The main features of 7-Zip</H2>
89-<UL>
90- <LI>High compression ratio in new <A href ="7z.html">7z format</A> with <B>LZMA</B> compression</LI>
91- <LI>Supported formats:
92- <UL>
93- <LI>Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR</LI>
94- <LI>Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z.</LI>
95- </UL>
96- </LI>
97- <LI>For ZIP and GZIP formats, <B>7-Zip</B> provides a compression ratio that
98- is 2-10 % better than the ratio provided by PKZip and WinZip</LI>
99- <LI>Strong AES-256 encryption in 7z and ZIP formats</LI>
100- <LI>Self-extracting capability for 7z format</LI>
101- <LI>Integration with Windows Shell</LI>
102- <LI>Powerful File Manager</LI>
103- <LI>Powerful command line version</LI>
104- <LI>Plugin for FAR Manager</LI>
105- <LI>Localizations for 74 languages</LI>
106-</UL>
107-
108-<IMG width="352" height="320" src="7zfm.png" alt="7-Zip" border="0">
109-
110-<P><B>7-Zip</B> works in Windows 98/ME/NT/2000/XP/Vista. There is a port of the
111-command line version to Linux/Unix.</P>
112-
113-
114-<P>On <A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A>
115-you can find a forum, bug reports, and feature request systems.</P>
116-
117-<H2>Compression ratio</H2>
118-
119-<P>We compared <B>7-Zip</B> with some of the leading archivers.</P>
120-
121-<P><B>FILE SETS:</B>
122-<A href="http://www.mozilla.org/products/firefox/">Mozilla Firefox</A> 1.0.7 for Windows
123-and
124-<A href="http://earth.google.com/">Google Earth</A> 3.0.0616 for Windows
125-after full installation.</P>
126-
127-<TABLE cellspacing ="2" cellpadding ="6">
128- <TR>
129- <TH class="Title" rowspan = 3>Archiver</TH>
130- <TH class="Title" align="center" colspan = 2>Mozilla Firefox</TH>
131- <TH class="Title" align="center" colspan = 2>Google Earth</TH>
132- </TR>
133- <TR>
134- <TH class="Title" align="center" colspan = 2>161 files<BR>15,684,168 bytes</TH>
135- <TH class="Title" align="center" colspan = 2>115 files<BR>23,530,652 bytes</TH>
136- </TR>
137- <TR>
138- <TH class="Title" align="center">Compressed size</TH>
139- <TH class="Title" align="center">Ratio</TH>
140- <TH class="Title" align="center">Compressed size</TH>
141- <TH class="Title" align="center">Ratio</TH>
142- </TR>
143- <TR>
144- <TD class="Item"><B>7-Zip 4.23 (7z format)</B></TD>
145- <TD class="Item" align="center"><B>4621135</B></TD>
146- <TD class="Item" align="center"><B>100%</B></TD>
147- <TD class="Item" align="center"><B>6109183</B></TD>
148- <TD class="Item" align="center"><B>100%</B></TD>
149- </TR>
150- <TR>
151- <TD class="Item">WinRAR 3.50</TD>
152- <TD class="Item" align="center">5021556</TD>
153- <TD class="Item" align="center">109%</TD>
154- <TD class="Item" align="center">6824892</TD>
155- <TD class="Item" align="center">112%</TD>
156- </TR>
157- <TR>
158- <TD class="Item">CABARC 5.1</TD>
159- <TD class="Item" align="center">5131393</TD>
160- <TD class="Item" align="center">111%</TD>
161- <TD class="Item" align="center">7434325</TD>
162- <TD class="Item" align="center">122%</TD>
163- </TR>
164- <TR>
165- <TD class="Item">WinZip 10.0 beta (maximum-PPMd)</TD>
166- <TD class="Item" align="center">5277118</TD>
167- <TD class="Item" align="center">114%</TD>
168- <TD class="Item" align="center">8200708</TD>
169- <TD class="Item" align="center">134%</TD>
170- </TR>
171- <TR>
172- <TD class="Item"><B>7-Zip 4.23 (zip format)</B></TD>
173- <TD class="Item" align="center"><B>6222627</B></TD>
174- <TD class="Item" align="center"><B>135%</B></TD>
175- <TD class="Item" align="center"><B>8909446</B></TD>
176- <TD class="Item" align="center"><B>146%</B></TD>
177- </TR>
178- <TR>
179- <TD class="Item">WinZip 10.0 beta (maximum-portable)</TD>
180- <TD class="Item" align="center">6448666</TD>
181- <TD class="Item" align="center">140%</TD>
182- <TD class="Item" align="center">9153898</TD>
183- <TD class="Item" align="center">150%</TD>
184- </TR>
185-</TABLE>
186-
187-<P>Compression ratio results are very dependent upon the data used for the tests.
188-Usually, <B>7-Zip</B> compresses to 7z format 30-70% better than to zip format.
189-And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip compatible programs.</P>
190-
191-</TD>
192-<TD vAlign=top align=right width=210>
193-
194-<TABLE class=News cellpadding=3 cellspacing=1 border=0>
195- <TR class=NewsHeader>
196- <TD class=NewsTitle style="background-color:#808040;">Subscribe to 7-Zip News</TD>
197- <TR class=News>
198- <TD class=NewsText>
199- To subscribe to notifications about new versions of 7-Zip,
200- send a blank email to:<BR>
201- <A href="mailto:7-Zip-subscribe@topica.com">7-Zip-subscribe@topica.com</A>
202- </TD>
203- </TR>
204-</TABLE>
205-<BR>
206-<BR>
207-
208-<TABLE class=News cellpadding=3 cellspacing=1 border=0>
209- <TR class=News>
210- <TD class=NewsText colSpan=2>
211- <P><A href="http://sourceforge.net/community/index.php/landing-pages/cca07/">
212- <IMG src="bestProjectTech.gif" alt="7-Zip CCA Awards" width="200" height="45"></A></P>
213- <P>7-Zip is a winner in the SourceForge.net Community Choice Awards 2007 in two categories:</P>
214- <UL>
215- <LI>Best Project</LI>
216- <LI>Best Technical Design</LI>
217- </UL>
218- </TD>
219- </TR>
220-</TABLE>
221-<BR>
222-
223-<TABLE class=News cellpadding=3 cellspacing=1 border=0>
224- <TR class=NewsHeader>
225- <TD class=NewsTitle>7-Zip 4.62</TD>
226- <TD class=NewsDate>2008-12-02</TD></TR>
227- <TR class=News>
228- <TD class=NewsText colSpan=2>
229- <LI>LZMA compression for .ZIP archives
230- <LI>Some bugs were fixed
231- <BR>
232- <A href="/history.txt">Read about all changes</A>
233- </TD>
234- </TR>
235-</TABLE>
236-<BR>
237-
238-<TABLE class=News cellpadding=3 cellspacing=1 border=0>
239- <TR class=NewsHeader>
240- <TD class=NewsTitle>LZMA SDK 4.62</TD>
241- <TD class=NewsDate>2008-12-02</TD></TR>
242- <TR class=News>
243- <TD class=NewsText colSpan=2>
244- <LI>LZMA SDK is placed in the public domain
245- </TD>
246- </TR>
247-</TABLE>
248-<BR>
249-
250-
251-</TD>
252-</TR></TABLE>
253-
254-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
255-</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://7-zip.hit.bg/">Bulgarian</A><BR>
35+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36+<A href="http://www.spiroo.be/7zip/">French</A><BR>
37+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40+<A href="http://www.7-zip.si/">Slovenian</A><BR>
41+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42+</P>
43+
44+</TD>
45+<TD valign="top">
46+
47+<TABLE cellspacing ="4" cellpadding ="4"><TR>
48+
49+<TD>
50+
51+<H1>Welcome to the 7-Zip Home!</H1>
52+
53+<P><B>7-Zip</B> is a file archiver with a high compression ratio.</P>
54+
55+<P><B>Download 7-Zip 4.62 (2008-12-02) for Windows</B>:</P>
56+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
57+ <TR>
58+ <TH class="Title" align="center" width=60>Link</TH>
59+ <TH class="Title" align="center" width=60>Type</TH>
60+ <TH class="Title" align="center" width=80>Windows</TH>
61+ <TH class="Title" align="center" width=55>Size</TH>
62+ </TR>
63+ <TR>
64+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
65+ <TD class="Item" align="center">.exe</TD>
66+ <TD class="Item" align="center">32-bit</TD>
67+ <TD class="Item" align="center">912 KB</TD>
68+ </TR>
69+ <TR>
70+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
71+ <TD class="Item" align="center">.msi</TD>
72+ <TD class="Item" align="center">x64</TD>
73+ <TD class="Item" align="center">1186 KB</TD>
74+ </TR>
75+</TABLE>
76+
77+<P>The download links above redirect you to download pages on SourceForge.net</P>
78+
79+<H2>License</H2>
80+
81+<P><B>7-Zip</B> is <B>open source</B> software. Most of the source code is under the <B>GNU LGPL</B> license.
82+The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check
83+license information here: <A href="license.txt">7-Zip license</A>.</P>
84+
85+<P>You can use 7-Zip on any computer, including a computer in a commercial organization.
86+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>
87+
88+<H2>The main features of 7-Zip</H2>
89+<UL>
90+ <LI>High compression ratio in new <A href ="7z.html">7z format</A> with <B>LZMA</B> compression</LI>
91+ <LI>Supported formats:
92+ <UL>
93+ <LI>Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR</LI>
94+ <LI>Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z.</LI>
95+ </UL>
96+ </LI>
97+ <LI>For ZIP and GZIP formats, <B>7-Zip</B> provides a compression ratio that
98+ is 2-10 % better than the ratio provided by PKZip and WinZip</LI>
99+ <LI>Strong AES-256 encryption in 7z and ZIP formats</LI>
100+ <LI>Self-extracting capability for 7z format</LI>
101+ <LI>Integration with Windows Shell</LI>
102+ <LI>Powerful File Manager</LI>
103+ <LI>Powerful command line version</LI>
104+ <LI>Plugin for FAR Manager</LI>
105+ <LI>Localizations for 74 languages</LI>
106+</UL>
107+
108+<IMG width="352" height="320" src="7zfm.png" alt="7-Zip" border="0">
109+
110+<P><B>7-Zip</B> works in Windows 98/ME/NT/2000/XP/Vista. There is a port of the
111+command line version to Linux/Unix.</P>
112+
113+
114+<P>On <A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A>
115+you can find a forum, bug reports, and feature request systems.</P>
116+
117+<H2>Compression ratio</H2>
118+
119+<P>We compared <B>7-Zip</B> with some of the leading archivers.</P>
120+
121+<P><B>FILE SETS:</B>
122+<A href="http://www.mozilla.org/products/firefox/">Mozilla Firefox</A> 1.0.7 for Windows
123+and
124+<A href="http://earth.google.com/">Google Earth</A> 3.0.0616 for Windows
125+after full installation.</P>
126+
127+<TABLE cellspacing ="2" cellpadding ="6">
128+ <TR>
129+ <TH class="Title" rowspan = 3>Archiver</TH>
130+ <TH class="Title" align="center" colspan = 2>Mozilla Firefox</TH>
131+ <TH class="Title" align="center" colspan = 2>Google Earth</TH>
132+ </TR>
133+ <TR>
134+ <TH class="Title" align="center" colspan = 2>161 files<BR>15,684,168 bytes</TH>
135+ <TH class="Title" align="center" colspan = 2>115 files<BR>23,530,652 bytes</TH>
136+ </TR>
137+ <TR>
138+ <TH class="Title" align="center">Compressed size</TH>
139+ <TH class="Title" align="center">Ratio</TH>
140+ <TH class="Title" align="center">Compressed size</TH>
141+ <TH class="Title" align="center">Ratio</TH>
142+ </TR>
143+ <TR>
144+ <TD class="Item"><B>7-Zip 4.23 (7z format)</B></TD>
145+ <TD class="Item" align="center"><B>4621135</B></TD>
146+ <TD class="Item" align="center"><B>100%</B></TD>
147+ <TD class="Item" align="center"><B>6109183</B></TD>
148+ <TD class="Item" align="center"><B>100%</B></TD>
149+ </TR>
150+ <TR>
151+ <TD class="Item">WinRAR 3.50</TD>
152+ <TD class="Item" align="center">5021556</TD>
153+ <TD class="Item" align="center">109%</TD>
154+ <TD class="Item" align="center">6824892</TD>
155+ <TD class="Item" align="center">112%</TD>
156+ </TR>
157+ <TR>
158+ <TD class="Item">CABARC 5.1</TD>
159+ <TD class="Item" align="center">5131393</TD>
160+ <TD class="Item" align="center">111%</TD>
161+ <TD class="Item" align="center">7434325</TD>
162+ <TD class="Item" align="center">122%</TD>
163+ </TR>
164+ <TR>
165+ <TD class="Item">WinZip 10.0 beta (maximum-PPMd)</TD>
166+ <TD class="Item" align="center">5277118</TD>
167+ <TD class="Item" align="center">114%</TD>
168+ <TD class="Item" align="center">8200708</TD>
169+ <TD class="Item" align="center">134%</TD>
170+ </TR>
171+ <TR>
172+ <TD class="Item"><B>7-Zip 4.23 (zip format)</B></TD>
173+ <TD class="Item" align="center"><B>6222627</B></TD>
174+ <TD class="Item" align="center"><B>135%</B></TD>
175+ <TD class="Item" align="center"><B>8909446</B></TD>
176+ <TD class="Item" align="center"><B>146%</B></TD>
177+ </TR>
178+ <TR>
179+ <TD class="Item">WinZip 10.0 beta (maximum-portable)</TD>
180+ <TD class="Item" align="center">6448666</TD>
181+ <TD class="Item" align="center">140%</TD>
182+ <TD class="Item" align="center">9153898</TD>
183+ <TD class="Item" align="center">150%</TD>
184+ </TR>
185+</TABLE>
186+
187+<P>Compression ratio results are very dependent upon the data used for the tests.
188+Usually, <B>7-Zip</B> compresses to 7z format 30-70% better than to zip format.
189+And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip compatible programs.</P>
190+
191+</TD>
192+<TD vAlign=top align=right width=210>
193+
194+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
195+ <TR class=NewsHeader>
196+ <TD class=NewsTitle style="background-color:#808040;">Subscribe to 7-Zip News</TD>
197+ <TR class=News>
198+ <TD class=NewsText>
199+ To subscribe to notifications about new versions of 7-Zip,
200+ send a blank email to:<BR>
201+ <A href="mailto:7-Zip-subscribe@topica.com">7-Zip-subscribe@topica.com</A>
202+ </TD>
203+ </TR>
204+</TABLE>
205+<BR>
206+<BR>
207+
208+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
209+ <TR class=News>
210+ <TD class=NewsText colSpan=2>
211+ <P><A href="http://sourceforge.net/community/index.php/landing-pages/cca07/">
212+ <IMG src="bestProjectTech.gif" alt="7-Zip CCA Awards" width="200" height="45"></A></P>
213+ <P>7-Zip is a winner in the SourceForge.net Community Choice Awards 2007 in two categories:</P>
214+ <UL>
215+ <LI>Best Project</LI>
216+ <LI>Best Technical Design</LI>
217+ </UL>
218+ </TD>
219+ </TR>
220+</TABLE>
221+<BR>
222+
223+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
224+ <TR class=NewsHeader>
225+ <TD class=NewsTitle>7-Zip 4.62</TD>
226+ <TD class=NewsDate>2008-12-02</TD></TR>
227+ <TR class=News>
228+ <TD class=NewsText colSpan=2>
229+ <LI>LZMA compression for .ZIP archives
230+ <LI>Some bugs were fixed
231+ <BR>
232+ <A href="/history.txt">Read about all changes</A>
233+ </TD>
234+ </TR>
235+</TABLE>
236+<BR>
237+
238+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
239+ <TR class=NewsHeader>
240+ <TD class=NewsTitle>LZMA SDK 4.62</TD>
241+ <TD class=NewsDate>2008-12-02</TD></TR>
242+ <TR class=News>
243+ <TD class=NewsText colSpan=2>
244+ <LI>LZMA SDK is placed in the public domain
245+ </TD>
246+ </TR>
247+</TABLE>
248+<BR>
249+
250+
251+</TD>
252+</TR></TABLE>
253+
254+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
255+</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-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
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,167 +1,167 @@
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://7-zip.hit.bg/">Bulgarian</A><BR>
35-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36-<A href="http://www.spiroo.be/7zip/">French</A><BR>
37-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40-<A href="http://www.7-zip.si/">Slovenian</A><BR>
41-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42-</P>
43-
44-</TD>
45-<TD valign="top">
46-
47-<H1>Links</H1>
48-
49-<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A></P>
50-
51-<P><A href="http://sourceforge.net/forum/?group_id=14481">7-Zip's Forums at Source Forge</A></P>
52-
53-<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
54-
55-<P>p7zip is a quick port of 7-Zip (command line version only)
56-for Unix, made by an independent developer.</P>
57-
58-<P>You can run the command line version of 7-Zip in DOS, using
59-<A href="http://www.japheth.de/HX.html">HX DOS Extender</A>.</P>
60-
61-<HR>
62-
63-<P><A href="logos.html">7-Zip Logos and Buttons</A></P>
64-
65-<P>If you have your own web site and want to support the 7-Zip project, you can
66-display the 7-Zip link button on your web pages. Use this HTML code:</P>
67-<PRE>
68-&lt;a href="http://www.7-zip.org/"&gt;
69-&lt;img src="http://www.7-zip.org/logos/7zlogo01.png"
70-width="88" height="31" border="0" alt="7-Zip" /&gt;&lt;/a&gt;
71-</PRE>
72-
73-<P>
74-<a href="http://www.7-zip.org/">
75-<img src="http://www.7-zip.org/logos/7zlogo01.png"
76-width="88" height="31" border="0" alt="7-Zip" /></a>
77-</P>
78-
79-<HR>
80-<p>Some 7-Zip related links:</p>
81-<ul>
82-<li><A href="http://en.wikipedia.org/wiki/7-Zip">7-Zip at Wikipedia</A></li>
83-<li><a href="http://sourceforge.net/projects/p7zip/">LZMA SDK for JAVA</a></li>
84-<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
85-<li><a href="http://www.pharmasoft.be/7z/">7-Zip (LZMA) Task for ANT</a></li>
86-<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
87-<li><a href="http://georgwittberger.gmxhome.de/7z/">Customized SFX modules (including German localizations)</a></li>
88-<li><a href="http://cc.borland.com/Author.aspx?ID=53425">Delphi interface to 7-zip dll</a></li>
89-<li><a href="http://www.rg-software.de/">TSevenZipVCL - Delphi VCL for 7zip format </a></li>
90-<li><a href="http://sourceforge.net/projects/cdisplayex">Delphi API for 7-Zip plugins (7z, ZIP, RAR ...)</a></li>
91-<li><a href="http://portableapps.com/apps/utilities/7-zip_portable">7-Zip Portable</a></li>
92-<li><a href="http://manageddreams.com/csai/ModReader.7z">Port of 7zip archive reader to C#</a></li>
93-<li><a href="http://sourceforge.net/project/showfiles.php?group_id=111810">J7Zip: Java decoder fo 7z archives</a></li>
94-<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>
95-<li><a href="http://www.7zsfx.info/">7-Zip SFX with enhanced features</a></li>
96-<li><a href="http://innerlimit.googlepages.com/sevenzipinterface">C# (.net) interface for 7-Zip archive DLLs</a></li>
97-<li><a href="http://code.google.com/p/keyonzip/.">KeyOnZip - 7-Zip based code + smart key management service KeyOnDemand</a></li>
98-</ul>
99-
100-
101-<HR>
102-<p>Applications that use 7-Zip (LZMA) compression:</p>
103-<ul>
104-<li><a href="http://nsis.sourceforge.net/">NSIS (Nullsoft Scriptable Install System)</a></li>
105-<li><a href="http://www.jrsoftware.org/isinfo.php">Inno Setup</a></li>
106-<li><a href="http://www.backupassist.com/">BackupAssist Backup Software</a></li>
107-<li><a href="http://www.advancedinstaller.com/">Advanced Installer</a></li>
108-<li><a href="http://bisqwit.iki.fi/source/cromfs.html">Cromfs: compressed read-only filesystem for Linux </a></li>
109-<li><a href="http://www.squashfs-lzma.org/">SquashFS: a native compressed read-only filesystem for Linux</a></li>
110-<li><a href="http://www.afflib.org/">AFFLIB : AFF is the Advanced Forensic Format</a></li>
111-<li><a href="http://upx.sourceforge.net/">UPX : the Ultimate Packer for eXecutables</a></li>
112-
113-</ul>
114-
115-<p>Applications that work with .7z archives:</p>
116-<ul>
117- <li><a href="http://www.rarlab.com/">WinRAR</a></li>
118- <li><a href="http://www.powerarchiver.com/">PowerArchiver</a></li>
119- <li><a href="http://www.ghisler.com/">Total Commander</a>
120- <ul>
121- <li><A href="http://www.totalcmd.net/plugring/7zip_plugin.html">7Zip Plugin from Adam Strzelecki</A></li>
122- <li><A href="http://wcx.sourceforge.net/">MutiArc Plugin with 7z supporting</A></li>
123- <li><A href="http://www.totalcmd.net/plugring/7z_plugin.html">7z Plugin from Alexander Cherenkov</A></li>
124- </ul>
125- </li>
126- <li><a href="http://www.farmanager.com/index.php?l=en">FAR Manager</a>
127- <ul>
128- <li><A href="download.html">7-Zip Plugin for FAR Manager</A></li>
129- </ul>
130- </li>
131- <li><a href="http://www.izarc.org/">IZArc</a></li>
132- <li><a href="http://www.altap.cz/salam_en/index.html">Altap Salamander</a></li>
133- <li><a href="http://www.tugzip.com/">TUGZip</a></li>
134- <li><a href="http://www.quickzip.org/">QuickZip</a></li>
135- <li><a href="http://www.zipgenius.it/">ZipGenius</a></li>
136- <li><a href="http://www.speedproject.de/enu/speedcommander/index.html">SpeedCommander</a></li>
137- <li><a href="http://www.frigate3.com/">Frigate</a></li>
138- <li><a href="http://www.efsoftware.com/cw/e.htm">EF Commander</a></li>
139- <li><a href="http://www.winmerge.org/">WinMerge</a></li>
140- <li><a href="http://fileroller.sourceforge.net/">File Roller</a> is an archive manager for the GNOME environment</li>
141- <li><a href="http://peazip.sourceforge.net/">PeaZip</a></li>
142- <li><a href="http://www.jzip.com/">jZip - 7-Zip based compressor</a></li>
143- <li><a href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</a></li>
144- <li><a href="http://www.nomad-net.info">Nomad.NET</a></li>
145-</ul>
146-
147-
148-<p>Articles and tutorials about 7-Zip:</p>
149-<ul>
150- <li><a href="http://www.donationcoder.com/Reviews/Archive/ArchiveTools/index.html">Best Archive Tool at DonationCoder.com</a></li>
151- <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>
152- <li><a href="http://www.worthinstalling.com/2006/03/7-zip-quality-opensource-compression.html">
153- 7-ZIP - Quality Opensource Compression at WorthInstalling.com</a></li>
154- <li><a href="http://www.techtorials.com/desktop_apps/7-zip/">Video Tutorial for 7-Zip at Techtorials.com</a></li>
155- <li><a href="http://showmedo.com/videos/series?name=hoRsFASoE">Video Tutorial for 7-Zip at ShowMeDo.com</a></li>
156- <li><a href="http://www.top-windows-tutorials.com/free-zip.html">Video Tutorial for 7-Zip at Top-Windows-Tutorials.com</a></li>
157- <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>
158-</ul>
159-
160-<HR>
161-
162-<P><A href="http://www.7-zip.org/igor.html">Home Page of the 7-Zip's developer</A></P>
163-
164-<P><A href="http://www.7-zip.org/books.html">Books about compression</A></P>
165-
166-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
167-</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://7-zip.hit.bg/">Bulgarian</A><BR>
35+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36+<A href="http://www.spiroo.be/7zip/">French</A><BR>
37+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40+<A href="http://www.7-zip.si/">Slovenian</A><BR>
41+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42+</P>
43+
44+</TD>
45+<TD valign="top">
46+
47+<H1>Links</H1>
48+
49+<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A></P>
50+
51+<P><A href="http://sourceforge.net/forum/?group_id=14481">7-Zip's Forums at Source Forge</A></P>
52+
53+<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
54+
55+<P>p7zip is a quick port of 7-Zip (command line version only)
56+for Unix, made by an independent developer.</P>
57+
58+<P>You can run the command line version of 7-Zip in DOS, using
59+<A href="http://www.japheth.de/HX.html">HX DOS Extender</A>.</P>
60+
61+<HR>
62+
63+<P><A href="logos.html">7-Zip Logos and Buttons</A></P>
64+
65+<P>If you have your own web site and want to support the 7-Zip project, you can
66+display the 7-Zip link button on your web pages. Use this HTML code:</P>
67+<PRE>
68+&lt;a href="http://www.7-zip.org/"&gt;
69+&lt;img src="http://www.7-zip.org/logos/7zlogo01.png"
70+width="88" height="31" border="0" alt="7-Zip" /&gt;&lt;/a&gt;
71+</PRE>
72+
73+<P>
74+<a href="http://www.7-zip.org/">
75+<img src="http://www.7-zip.org/logos/7zlogo01.png"
76+width="88" height="31" border="0" alt="7-Zip" /></a>
77+</P>
78+
79+<HR>
80+<p>Some 7-Zip related links:</p>
81+<ul>
82+<li><A href="http://en.wikipedia.org/wiki/7-Zip">7-Zip at Wikipedia</A></li>
83+<li><a href="http://sourceforge.net/projects/p7zip/">LZMA SDK for JAVA</a></li>
84+<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
85+<li><a href="http://www.pharmasoft.be/7z/">7-Zip (LZMA) Task for ANT</a></li>
86+<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
87+<li><a href="http://georgwittberger.gmxhome.de/7z/">Customized SFX modules (including German localizations)</a></li>
88+<li><a href="http://cc.borland.com/Author.aspx?ID=53425">Delphi interface to 7-zip dll</a></li>
89+<li><a href="http://www.rg-software.de/">TSevenZipVCL - Delphi VCL for 7zip format </a></li>
90+<li><a href="http://sourceforge.net/projects/cdisplayex">Delphi API for 7-Zip plugins (7z, ZIP, RAR ...)</a></li>
91+<li><a href="http://portableapps.com/apps/utilities/7-zip_portable">7-Zip Portable</a></li>
92+<li><a href="http://manageddreams.com/csai/ModReader.7z">Port of 7zip archive reader to C#</a></li>
93+<li><a href="http://sourceforge.net/project/showfiles.php?group_id=111810">J7Zip: Java decoder fo 7z archives</a></li>
94+<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>
95+<li><a href="http://www.7zsfx.info/">7-Zip SFX with enhanced features</a></li>
96+<li><a href="http://innerlimit.googlepages.com/sevenzipinterface">C# (.net) interface for 7-Zip archive DLLs</a></li>
97+<li><a href="http://code.google.com/p/keyonzip/.">KeyOnZip - 7-Zip based code + smart key management service KeyOnDemand</a></li>
98+</ul>
99+
100+
101+<HR>
102+<p>Applications that use 7-Zip (LZMA) compression:</p>
103+<ul>
104+<li><a href="http://nsis.sourceforge.net/">NSIS (Nullsoft Scriptable Install System)</a></li>
105+<li><a href="http://www.jrsoftware.org/isinfo.php">Inno Setup</a></li>
106+<li><a href="http://www.backupassist.com/">BackupAssist Backup Software</a></li>
107+<li><a href="http://www.advancedinstaller.com/">Advanced Installer</a></li>
108+<li><a href="http://bisqwit.iki.fi/source/cromfs.html">Cromfs: compressed read-only filesystem for Linux </a></li>
109+<li><a href="http://www.squashfs-lzma.org/">SquashFS: a native compressed read-only filesystem for Linux</a></li>
110+<li><a href="http://www.afflib.org/">AFFLIB : AFF is the Advanced Forensic Format</a></li>
111+<li><a href="http://upx.sourceforge.net/">UPX : the Ultimate Packer for eXecutables</a></li>
112+
113+</ul>
114+
115+<p>Applications that work with .7z archives:</p>
116+<ul>
117+ <li><a href="http://www.rarlab.com/">WinRAR</a></li>
118+ <li><a href="http://www.powerarchiver.com/">PowerArchiver</a></li>
119+ <li><a href="http://www.ghisler.com/">Total Commander</a>
120+ <ul>
121+ <li><A href="http://www.totalcmd.net/plugring/7zip_plugin.html">7Zip Plugin from Adam Strzelecki</A></li>
122+ <li><A href="http://wcx.sourceforge.net/">MutiArc Plugin with 7z supporting</A></li>
123+ <li><A href="http://www.totalcmd.net/plugring/7z_plugin.html">7z Plugin from Alexander Cherenkov</A></li>
124+ </ul>
125+ </li>
126+ <li><a href="http://www.farmanager.com/index.php?l=en">FAR Manager</a>
127+ <ul>
128+ <li><A href="download.html">7-Zip Plugin for FAR Manager</A></li>
129+ </ul>
130+ </li>
131+ <li><a href="http://www.izarc.org/">IZArc</a></li>
132+ <li><a href="http://www.altap.cz/salam_en/index.html">Altap Salamander</a></li>
133+ <li><a href="http://www.tugzip.com/">TUGZip</a></li>
134+ <li><a href="http://www.quickzip.org/">QuickZip</a></li>
135+ <li><a href="http://www.zipgenius.it/">ZipGenius</a></li>
136+ <li><a href="http://www.speedproject.de/enu/speedcommander/index.html">SpeedCommander</a></li>
137+ <li><a href="http://www.frigate3.com/">Frigate</a></li>
138+ <li><a href="http://www.efsoftware.com/cw/e.htm">EF Commander</a></li>
139+ <li><a href="http://www.winmerge.org/">WinMerge</a></li>
140+ <li><a href="http://fileroller.sourceforge.net/">File Roller</a> is an archive manager for the GNOME environment</li>
141+ <li><a href="http://peazip.sourceforge.net/">PeaZip</a></li>
142+ <li><a href="http://www.jzip.com/">jZip - 7-Zip based compressor</a></li>
143+ <li><a href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</a></li>
144+ <li><a href="http://www.nomad-net.info">Nomad.NET</a></li>
145+</ul>
146+
147+
148+<p>Articles and tutorials about 7-Zip:</p>
149+<ul>
150+ <li><a href="http://www.donationcoder.com/Reviews/Archive/ArchiveTools/index.html">Best Archive Tool at DonationCoder.com</a></li>
151+ <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>
152+ <li><a href="http://www.worthinstalling.com/2006/03/7-zip-quality-opensource-compression.html">
153+ 7-ZIP - Quality Opensource Compression at WorthInstalling.com</a></li>
154+ <li><a href="http://www.techtorials.com/desktop_apps/7-zip/">Video Tutorial for 7-Zip at Techtorials.com</a></li>
155+ <li><a href="http://showmedo.com/videos/series?name=hoRsFASoE">Video Tutorial for 7-Zip at ShowMeDo.com</a></li>
156+ <li><a href="http://www.top-windows-tutorials.com/free-zip.html">Video Tutorial for 7-Zip at Top-Windows-Tutorials.com</a></li>
157+ <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>
158+</ul>
159+
160+<HR>
161+
162+<P><A href="http://www.7-zip.org/igor.html">Home Page of the 7-Zip's developer</A></P>
163+
164+<P><A href="http://www.7-zip.org/books.html">Books about compression</A></P>
165+
166+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
167+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/logos.html
+++ b/www.7-zip.org/logos.html
@@ -1,207 +1,207 @@
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://7-zip.hit.bg/">Bulgarian</A><BR>
35-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36-<A href="http://www.spiroo.be/7zip/">French</A><BR>
37-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40-<A href="http://www.7-zip.si/">Slovenian</A><BR>
41-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42-</P>
43-
44-</TD>
45-<TD valign="top">
46-<H1>7-Zip Logos</H1>
47-
48-<P>This page contains some 7-Zip logos created by our users.
49-If you have some logo, you can <A href="support.html">send email message</A> about it.</P>
50-
51-<TABLE cellspacing ="8" cellpadding ="8">
52-
53-<TR><TD>Robert Martinez</TD>
54- <TD><IMG width="435" height="259" src="logos/7z_rm01.jpg" alt="7-Zip Logo" border="0"></TD>
55-</TR>
56-<TR><TD>Alexey Maximov</TD>
57- <TD><IMG width="88" height="31" src="logos/7z_am.gif" alt="7-Zip Logo" border="0"></TD>
58-</TR>
59-
60-<TR><TD>Adam Iredale</TD>
61- <TD><IMG width="120" height="31" src="logos/7z_ai.gif" alt="7-Zip Logo" border="0"></TD>
62-</TR>
63-
64-<TR><TD>David Wilcox</TD>
65- <TD><IMG width="88" height="32" src="logos/7z_dw.gif" alt="7-Zip Logo" border="0"></TD>
66-</TR>
67-
68-<TR><TD>Profman</TD>
69- <TD><IMG width="90" height="35" src="logos/7z_pr.gif" alt="7-Zip Logo" border="0"></TD>
70-</TR>
71-
72-<TR><TD>Jan T. Sott</TD>
73- <TD><IMG width="80" height="15" src="logos/7z_jt.png" alt="7-Zip Logo" border="0"></TD>
74-</TR>
75-
76-<TR><TD>Alejandro Ruiz Romero</TD>
77- <TD><IMG width="76" height="41" src="logos/7z_ar.png" alt="7-Zip Logo" border="0"></TD>
78-</TR>
79-
80-<TR><TD>M@DM@X</TD>
81- <TD>
82- <IMG width="100" height="38" src="logos/7z_md03.png" alt="7-Zip Logo" border="0">&nbsp&nbsp
83- <IMG width="70" height="27" src="logos/7z_md04.png" alt="7-Zip Logo" border="0">
84- </TD>
85-</TR>
86-
87-<TR><TD>Bram Veenboer</TD>
88- <TD><IMG width="350" height="20" src="logos/7z_bv.jpg" alt="7-Zip Logo" border="0"></TD>
89-</TR>
90-
91-<TR><TD>A.SIMEK(COOLDOG)</TD>
92- <TD><IMG width="320" height="240" src="logos/7z_as03.png" alt="7-Zip Logo" border="0"></TD>
93-</TR>
94-
95-<TR><TD>Jurgen Haug</TD>
96- <TD><IMG width="230" height="290" src="logos/7z_jh.png" alt="7-Zip Logo" border="0"></TD>
97-</TR>
98-
99-<TR><TD>F. Javier Mendez</TD>
100- <TD><IMG width="560" height="420" src="logos/7z_jm.jpg" alt="7-Zip Logo" border="0"></TD>
101-</TR>
102-
103-<TR><TD>Rubin Zwagerman</TD>
104- <TD><IMG width="225" height="129" src="logos/7z_rs.jpg" alt="7-Zip Logo" border="0"></TD>
105-</TR>
106-
107-
108-<TR><TD>Jason Sawtelle</TD>
109- <TD><IMG width="417" height="208" src="logos/7z_js.png" alt="7-Zip Logo" border="0"></TD>
110-</TR>
111-
112-<TR><TD>ScuTT</TD>
113- <TD><IMG width="315" height="200" src="logos/7z_ns.jpg" alt="7-Zip Logo" border="0"></TD>
114-</TR>
115-
116-<TR><TD>f1ghter84</TD>
117- <TD><IMG width="468" height="60" src="logos/7z_f1_en.gif" alt="7-Zip Logo" border="0"><BR><BR>
118- <IMG width="468" height="60" src="logos/7z_f1_de.gif" alt="7-Zip Logo" border="0"></TD>
119-</TR>
120-
121-<TR><TD>DEVEDJIAN Denis</TD>
122- <TD><IMG width="120" height="100" src="logos/7z_dd01.png" alt="7-Zip Logo" border="0"></TD>
123-</TR>
124-
125-<TR><TD>Mourad Mokrane<BR>(Lumen Design Studio)</TD>
126- <TD><IMG width="442" height="178" src="logos/7z_mm.png" alt="7-Zip Logo" border="0"></TD>
127-</TR>
128-
129-<TR><TD>Lyrion</TD>
130- <TD><IMG width="624" height="187" src="logos/7z_ly.png" alt="7-Zip Logo" border="0"></TD>
131-</TR>
132-
133-<TR><TD>Rob Wadley</TD>
134- <TD><IMG width="128" height="128" src="logos/7z_rw01.png" alt="7-Zip Logo" border="0"></TD>
135-</TR>
136-
137-<TR><TD>Slayer<BR>www.bnsdesign.spb.ru</TD>
138- <TD><IMG width="400" height="300" src="logos/7z_sl.gif" alt="7-Zip Logo" border="0"></TD>
139-</TR>
140-
141-<TR><TD>Thomas Horton</TD>
142- <TD><IMG width="356" height="136" src="logos/7z_th.jpg" alt="7-Zip Logo" border="0"></TD>
143-</TR>
144-
145-<TR><TD>Sparanoid</TD>
146- <TD><IMG width="401" height="167" src="logos/7z_ju.png" alt="7-Zip Logo" border="0"></TD>
147-</TR>
148-
149-<TR><TD>Pierre-Luc Auclair<BR>
150- www.heliosmulti.com/plaplo/<BR>
151- CreativeCommons<BR>Attribution-NonCommercial-<BR>NoDerivs License</TD>
152- <TD><IMG width="235" height="437" src="logos/7z_pa01.png" alt="7-Zip Logo" border="0"></TD>
153-</TR>
154-
155-
156-<TR><TD>bleddyn daives<BR></TD>
157- <TD><A href="logos/7z_bd_icons.7z">
158- <IMG width="154" height="168" src="logos/7z_bd.png" alt="7-Zip Logo" border="0"></A></TD>
159-</TR>
160-
161-<TR><TD>Stefan Graubner<BR>
162- <TD><IMG width="400" height="388" src="logos/7z_sg01.png" alt="7-Zip Logo" border="0"></TD>
163-</TR>
164-
165-<TR><TD>David Aztlan Navarro Prado<BR>
166- <TD><A href="logos/7z_da01.jpg">
167- <IMG width="510" height="383" src="logos/7z_da02.jpg" alt="7-Zip Logo" border="0"></A></TD>
168-
169-<TR><TD>Bill Marriott<BR>
170- <TD><A href="logos/7z_bm.zip">
171- <IMG width="300" height="180" src="logos/7z_bm01.png" alt="7-Zip Logo" border="0"></A></TD>
172-</TR>
173-
174-<TR><TD>Gabriel Resende</TD>
175- <TD><IMG width="450" height="450" src="logos/7z_gr01.jpg" alt="7-Zip Logo" border="0"></TD>
176-</TR>
177-
178-<TR><TD>M@DM@X</TD>
179- <TD>
180- <IMG width="800" height="453" src="logos/7z_md01.png" alt="7-Zip Logo" border="0"><BR><BR>
181- <IMG width="709" height="270" src="logos/7z_md02.png" alt="7-Zip Logo" border="0">
182- </TD>
183-</TR>
184-
185-<TR><TD>Siquel</TD>
186- <TD>
187- <A href="logos/7z_si.7z"><IMG width="400" height="242" src="logos/7z_si05.jpg" alt="7-Zip Logo" border="0"></A>
188- </TD>
189-</TR>
190-
191-<TR><TD>Petri Lagren</TD>
192- <TD>
193- <IMG width="436" height="290" src="logos/7z_pl02.png" alt="7-Zip Logo" border="0">
194- </TD>
195-</TR>
196-
197-<TR><TD>Vectorland.ru</TD>
198- <TD>
199- <A href="http://www.vectorland.ru/7zip.html">
200- <IMG width="512" height="878" src="logos/7z_ds.gif" alt="7-Zip Logo" border="0"></A>
201- </TD>
202-</TR>
203-
204-</TABLE>
205-
206-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
207-</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://7-zip.hit.bg/">Bulgarian</A><BR>
35+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36+<A href="http://www.spiroo.be/7zip/">French</A><BR>
37+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40+<A href="http://www.7-zip.si/">Slovenian</A><BR>
41+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42+</P>
43+
44+</TD>
45+<TD valign="top">
46+<H1>7-Zip Logos</H1>
47+
48+<P>This page contains some 7-Zip logos created by our users.
49+If you have some logo, you can <A href="support.html">send email message</A> about it.</P>
50+
51+<TABLE cellspacing ="8" cellpadding ="8">
52+
53+<TR><TD>Robert Martinez</TD>
54+ <TD><IMG width="435" height="259" src="logos/7z_rm01.jpg" alt="7-Zip Logo" border="0"></TD>
55+</TR>
56+<TR><TD>Alexey Maximov</TD>
57+ <TD><IMG width="88" height="31" src="logos/7z_am.gif" alt="7-Zip Logo" border="0"></TD>
58+</TR>
59+
60+<TR><TD>Adam Iredale</TD>
61+ <TD><IMG width="120" height="31" src="logos/7z_ai.gif" alt="7-Zip Logo" border="0"></TD>
62+</TR>
63+
64+<TR><TD>David Wilcox</TD>
65+ <TD><IMG width="88" height="32" src="logos/7z_dw.gif" alt="7-Zip Logo" border="0"></TD>
66+</TR>
67+
68+<TR><TD>Profman</TD>
69+ <TD><IMG width="90" height="35" src="logos/7z_pr.gif" alt="7-Zip Logo" border="0"></TD>
70+</TR>
71+
72+<TR><TD>Jan T. Sott</TD>
73+ <TD><IMG width="80" height="15" src="logos/7z_jt.png" alt="7-Zip Logo" border="0"></TD>
74+</TR>
75+
76+<TR><TD>Alejandro Ruiz Romero</TD>
77+ <TD><IMG width="76" height="41" src="logos/7z_ar.png" alt="7-Zip Logo" border="0"></TD>
78+</TR>
79+
80+<TR><TD>M@DM@X</TD>
81+ <TD>
82+ <IMG width="100" height="38" src="logos/7z_md03.png" alt="7-Zip Logo" border="0">&nbsp&nbsp
83+ <IMG width="70" height="27" src="logos/7z_md04.png" alt="7-Zip Logo" border="0">
84+ </TD>
85+</TR>
86+
87+<TR><TD>Bram Veenboer</TD>
88+ <TD><IMG width="350" height="20" src="logos/7z_bv.jpg" alt="7-Zip Logo" border="0"></TD>
89+</TR>
90+
91+<TR><TD>A.SIMEK(COOLDOG)</TD>
92+ <TD><IMG width="320" height="240" src="logos/7z_as03.png" alt="7-Zip Logo" border="0"></TD>
93+</TR>
94+
95+<TR><TD>Jurgen Haug</TD>
96+ <TD><IMG width="230" height="290" src="logos/7z_jh.png" alt="7-Zip Logo" border="0"></TD>
97+</TR>
98+
99+<TR><TD>F. Javier Mendez</TD>
100+ <TD><IMG width="560" height="420" src="logos/7z_jm.jpg" alt="7-Zip Logo" border="0"></TD>
101+</TR>
102+
103+<TR><TD>Rubin Zwagerman</TD>
104+ <TD><IMG width="225" height="129" src="logos/7z_rs.jpg" alt="7-Zip Logo" border="0"></TD>
105+</TR>
106+
107+
108+<TR><TD>Jason Sawtelle</TD>
109+ <TD><IMG width="417" height="208" src="logos/7z_js.png" alt="7-Zip Logo" border="0"></TD>
110+</TR>
111+
112+<TR><TD>ScuTT</TD>
113+ <TD><IMG width="315" height="200" src="logos/7z_ns.jpg" alt="7-Zip Logo" border="0"></TD>
114+</TR>
115+
116+<TR><TD>f1ghter84</TD>
117+ <TD><IMG width="468" height="60" src="logos/7z_f1_en.gif" alt="7-Zip Logo" border="0"><BR><BR>
118+ <IMG width="468" height="60" src="logos/7z_f1_de.gif" alt="7-Zip Logo" border="0"></TD>
119+</TR>
120+
121+<TR><TD>DEVEDJIAN Denis</TD>
122+ <TD><IMG width="120" height="100" src="logos/7z_dd01.png" alt="7-Zip Logo" border="0"></TD>
123+</TR>
124+
125+<TR><TD>Mourad Mokrane<BR>(Lumen Design Studio)</TD>
126+ <TD><IMG width="442" height="178" src="logos/7z_mm.png" alt="7-Zip Logo" border="0"></TD>
127+</TR>
128+
129+<TR><TD>Lyrion</TD>
130+ <TD><IMG width="624" height="187" src="logos/7z_ly.png" alt="7-Zip Logo" border="0"></TD>
131+</TR>
132+
133+<TR><TD>Rob Wadley</TD>
134+ <TD><IMG width="128" height="128" src="logos/7z_rw01.png" alt="7-Zip Logo" border="0"></TD>
135+</TR>
136+
137+<TR><TD>Slayer<BR>www.bnsdesign.spb.ru</TD>
138+ <TD><IMG width="400" height="300" src="logos/7z_sl.gif" alt="7-Zip Logo" border="0"></TD>
139+</TR>
140+
141+<TR><TD>Thomas Horton</TD>
142+ <TD><IMG width="356" height="136" src="logos/7z_th.jpg" alt="7-Zip Logo" border="0"></TD>
143+</TR>
144+
145+<TR><TD>Sparanoid</TD>
146+ <TD><IMG width="401" height="167" src="logos/7z_ju.png" alt="7-Zip Logo" border="0"></TD>
147+</TR>
148+
149+<TR><TD>Pierre-Luc Auclair<BR>
150+ www.heliosmulti.com/plaplo/<BR>
151+ CreativeCommons<BR>Attribution-NonCommercial-<BR>NoDerivs License</TD>
152+ <TD><IMG width="235" height="437" src="logos/7z_pa01.png" alt="7-Zip Logo" border="0"></TD>
153+</TR>
154+
155+
156+<TR><TD>bleddyn daives<BR></TD>
157+ <TD><A href="logos/7z_bd_icons.7z">
158+ <IMG width="154" height="168" src="logos/7z_bd.png" alt="7-Zip Logo" border="0"></A></TD>
159+</TR>
160+
161+<TR><TD>Stefan Graubner<BR>
162+ <TD><IMG width="400" height="388" src="logos/7z_sg01.png" alt="7-Zip Logo" border="0"></TD>
163+</TR>
164+
165+<TR><TD>David Aztlan Navarro Prado<BR>
166+ <TD><A href="logos/7z_da01.jpg">
167+ <IMG width="510" height="383" src="logos/7z_da02.jpg" alt="7-Zip Logo" border="0"></A></TD>
168+
169+<TR><TD>Bill Marriott<BR>
170+ <TD><A href="logos/7z_bm.zip">
171+ <IMG width="300" height="180" src="logos/7z_bm01.png" alt="7-Zip Logo" border="0"></A></TD>
172+</TR>
173+
174+<TR><TD>Gabriel Resende</TD>
175+ <TD><IMG width="450" height="450" src="logos/7z_gr01.jpg" alt="7-Zip Logo" border="0"></TD>
176+</TR>
177+
178+<TR><TD>M@DM@X</TD>
179+ <TD>
180+ <IMG width="800" height="453" src="logos/7z_md01.png" alt="7-Zip Logo" border="0"><BR><BR>
181+ <IMG width="709" height="270" src="logos/7z_md02.png" alt="7-Zip Logo" border="0">
182+ </TD>
183+</TR>
184+
185+<TR><TD>Siquel</TD>
186+ <TD>
187+ <A href="logos/7z_si.7z"><IMG width="400" height="242" src="logos/7z_si05.jpg" alt="7-Zip Logo" border="0"></A>
188+ </TD>
189+</TR>
190+
191+<TR><TD>Petri Lagren</TD>
192+ <TD>
193+ <IMG width="436" height="290" src="logos/7z_pl02.png" alt="7-Zip Logo" border="0">
194+ </TD>
195+</TR>
196+
197+<TR><TD>Vectorland.ru</TD>
198+ <TD>
199+ <A href="http://www.vectorland.ru/7zip.html">
200+ <IMG width="512" height="878" src="logos/7z_ds.gif" alt="7-Zip Logo" border="0"></A>
201+ </TD>
202+</TR>
203+
204+</TABLE>
205+
206+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
207+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/register.html
+++ b/www.7-zip.org/register.html
@@ -1,73 +1,73 @@
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://7-zip.hit.bg/">Bulgarian</A><BR>
35-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36-<A href="http://www.spiroo.be/7zip/">French</A><BR>
37-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40-<A href="http://www.7-zip.si/">Slovenian</A><BR>
41-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42-</P>
43-
44-</TD>
45-<TD valign="top">
46-
47-<H1>Donate to 7-Zip</H1>
48-
49-<P>7-Zip is free software. You can make a donation to support development of 7-Zip and LZMA SDK.</P>
50-
51-<P>If you would like to donate more than base
52-donation amount, just change the Quantity field. You can make a donation using your Credit Card,
53-PayPal, Wire Transfer or Check.</P>
54-
55-<TABLE cellspacing ="1" cellpadding ="6" border = "0">
56- <TR>
57- <TH class="Title">Link</TH>
58- <TH class="Title" align="center">Donation Amount</TH>
59- </TR>
60- <TR>
61- <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[104808]=1">Donate to 7-Zip</A></TD>
62- <TD class="Item" align="center">$50 / &euro;40</TD>
63- </TR>
64- <TR>
65- <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[300271633]=1">Donate to LZMA SDK</A></TD>
66- <TD class="Item" align="center">$100 / &euro;100</TD>
67- </TR>
68-</TABLE>
69-
70-<P>Thank you very much in advance!</P>
71-
72-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
73-</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://7-zip.hit.bg/">Bulgarian</A><BR>
35+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36+<A href="http://www.spiroo.be/7zip/">French</A><BR>
37+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40+<A href="http://www.7-zip.si/">Slovenian</A><BR>
41+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42+</P>
43+
44+</TD>
45+<TD valign="top">
46+
47+<H1>Donate to 7-Zip</H1>
48+
49+<P>7-Zip is free software. You can make a donation to support development of 7-Zip and LZMA SDK.</P>
50+
51+<P>If you would like to donate more than base
52+donation amount, just change the Quantity field. You can make a donation using your Credit Card,
53+PayPal, Wire Transfer or Check.</P>
54+
55+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
56+ <TR>
57+ <TH class="Title">Link</TH>
58+ <TH class="Title" align="center">Donation Amount</TH>
59+ </TR>
60+ <TR>
61+ <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[104808]=1">Donate to 7-Zip</A></TD>
62+ <TD class="Item" align="center">$50 / &euro;40</TD>
63+ </TR>
64+ <TR>
65+ <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[300271633]=1">Donate to LZMA SDK</A></TD>
66+ <TD class="Item" align="center">$100 / &euro;100</TD>
67+ </TR>
68+</TABLE>
69+
70+<P>Thank you very much in advance!</P>
71+
72+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
73+</TD></TR></TABLE></BODY></HTML>
--- a/www.7-zip.org/sdk.html
+++ b/www.7-zip.org/sdk.html
@@ -1,135 +1,135 @@
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://7-zip.hit.bg/">Bulgarian</A><BR>
35-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36-<A href="http://www.spiroo.be/7zip/">French</A><BR>
37-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40-<A href="http://www.7-zip.si/">Slovenian</A><BR>
41-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42-</P>
43-
44-</TD>
45-<TD valign="top">
46-
47-<H1>LZMA SDK (Software Development Kit)</H1>
48-
49-<P>The <B>LZMA SDK</B> provides the documentation, samples, header files, libraries,
50-and tools you need to develop applications that use <B>LZMA</B> compression.</P>
51-
52-
53-<TABLE cellspacing ="1" cellpadding ="6" border = "0">
54- <TR>
55- <TH class="Title" align="center" width=80>Link</TH>
56- <TH class="Title" align="center" width=60>Size</TH>
57- <TH class="Title" align="center" width=90>Date</TH>
58- <TH class="Title" align="center" width=60>Version</TH>
59- <TH class="Title" align="center">Description</TH>
60- </TR>
61- <TR>
62- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
63- <TD class="Item" align="center">282 KB</TD>
64- <TD class="Item" align="center">2008-12-02</TD>
65- <TD class="Item" align="center">4.62</TD>
66- <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
67- </TR>
68- <TR>
69- <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma457.tar.bz2">Download</A></TD>
70- <TD class="Item" align="center">292 KB</TD>
71- <TD class="Item" align="center">2007-12-12</TD>
72- <TD class="Item" align="center">4.57</TD>
73- </TR>
74-</TABLE>
75-
76-<P><B>What's new:</B>
77-<UL>
78- <LI><B>4.62:</B> Some fixes. LZMA SDK is placed in the public domain.</LI>
79- <LI><B>4.58:</B> Speed optimizations. New ANSI-C code for LZMA compression.</LI>
80- <LI><B>4.57:</B> Speed optimizations. Some fixes.</LI>
81- <LI><B>4.49:</B> .7z ANSI-C decoder was improved. C++ code for .7z archive handling was
82- included.</LI>
83-</UL>
84-
85-
86-<P><B>LZMA</B> is the default and general compression method of <A href ="7z.html"><B>7z format</B></A>
87-in the <B>7-Zip</B> program. <B>LZMA</B> provides a high compression ratio and
88-very fast decompression, so it is very suitable for embedded applications.
89-For example, it can be used for ROM (firmware) compressing.</P>
90-
91-<P><B>LZMA SDK</B> includes:</P>
92-<UL>
93- <LI><B>C++</B> source code of <B>LZMA</B> Encoder and Decoder</LI>
94- <LI><B>ANSI-C</B> compatible source code for <B>LZMA</B> decompression with example</LI>
95- <LI><B>C#</B> source code for <B>LZMA</B> compression and decompression</LI>
96- <LI><B>Java</B> source code for <B>LZMA</B> compression and decompression</LI>
97- <LI>Compiled file->file <B>LZMA</B> compression/decompression program for the Windows operating system</LI>
98-</UL>
99-
100-<P><B>ANSI-C LZMA</B> decompression code is ported from the original C++ sources to C.
101-Also, it has been simplified and optimized for code size. But it is fully compatible
102-with <B>LZMA</B> from <B>7-Zip</B>.</P>
103-
104-<P><B>LZMA</B> features:</P>
105-<UL>
106- <LI>Compression speed: 2 MB/s on 2 GHz dual-core CPU.
107- <LI>Decompression speed:
108- <UL>
109- <LI>20-30 MB/s on 2 GHz Intel Core2 or AMD Athlon 64.
110- <LI>1-2 MB/s on 200 MHz ARM, MIPS, PowerPC or other simple RISC CPU.
111- </UL>
112- <LI>Small memory requirements for decompression: 8-32 KB + DictionarySize
113- <LI>Small code size for decompression: 2-8 KB (depending on speed optimizations)
114-</UL>
115-
116-<P>The <B>LZMA</B> decoder uses only CPU integer instructions and can be
117-implemented for any modern 32-bit CPU (or, on a 16-bit CPU with some conditions).</P>
118-
119-<H2>License</H2>
120-
121-<P><B>LZMA SDK 4.62</B> is placed in the <B>public domain.</B></P>
122-
123-<H2>LZMA Links</H2>
124-<ul>
125-<li><A href="http://en.wikipedia.org/wiki/LZMA">LZMA at Wikipedia</A></li>
126-<li><A href="http://sourceforge.net/projects/p7zip/">Port of LZMA SDK for JAVA from independent developer</A></li>
127-<li><A href="http://www.birtles.org.uk/programming/">Port of LZMA SDK to Pascal (Delphi, Kylix and Freepascal)</A></li>
128-<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
129-<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
130-<li><a href="http://contrapunctus.net/league/haques/lzmajio/">LZMA Streams in Java</a></li>
131-
132-</ul>
133-
134-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
135-</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://7-zip.hit.bg/">Bulgarian</A><BR>
35+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
36+<A href="http://www.spiroo.be/7zip/">French</A><BR>
37+<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>
38+<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>
39+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
40+<A href="http://www.7-zip.si/">Slovenian</A><BR>
41+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
42+</P>
43+
44+</TD>
45+<TD valign="top">
46+
47+<H1>LZMA SDK (Software Development Kit)</H1>
48+
49+<P>The <B>LZMA SDK</B> provides the documentation, samples, header files, libraries,
50+and tools you need to develop applications that use <B>LZMA</B> compression.</P>
51+
52+
53+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
54+ <TR>
55+ <TH class="Title" align="center" width=80>Link</TH>
56+ <TH class="Title" align="center" width=60>Size</TH>
57+ <TH class="Title" align="center" width=90>Date</TH>
58+ <TH class="Title" align="center" width=60>Version</TH>
59+ <TH class="Title" align="center">Description</TH>
60+ </TR>
61+ <TR>
62+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
63+ <TD class="Item" align="center">282 KB</TD>
64+ <TD class="Item" align="center">2008-12-02</TD>
65+ <TD class="Item" align="center">4.62</TD>
66+ <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
67+ </TR>
68+ <TR>
69+ <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma457.tar.bz2">Download</A></TD>
70+ <TD class="Item" align="center">292 KB</TD>
71+ <TD class="Item" align="center">2007-12-12</TD>
72+ <TD class="Item" align="center">4.57</TD>
73+ </TR>
74+</TABLE>
75+
76+<P><B>What's new:</B>
77+<UL>
78+ <LI><B>4.62:</B> Some fixes. LZMA SDK is placed in the public domain.</LI>
79+ <LI><B>4.58:</B> Speed optimizations. New ANSI-C code for LZMA compression.</LI>
80+ <LI><B>4.57:</B> Speed optimizations. Some fixes.</LI>
81+ <LI><B>4.49:</B> .7z ANSI-C decoder was improved. C++ code for .7z archive handling was
82+ included.</LI>
83+</UL>
84+
85+
86+<P><B>LZMA</B> is the default and general compression method of <A href ="7z.html"><B>7z format</B></A>
87+in the <B>7-Zip</B> program. <B>LZMA</B> provides a high compression ratio and
88+very fast decompression, so it is very suitable for embedded applications.
89+For example, it can be used for ROM (firmware) compressing.</P>
90+
91+<P><B>LZMA SDK</B> includes:</P>
92+<UL>
93+ <LI><B>C++</B> source code of <B>LZMA</B> Encoder and Decoder</LI>
94+ <LI><B>ANSI-C</B> compatible source code for <B>LZMA</B> decompression with example</LI>
95+ <LI><B>C#</B> source code for <B>LZMA</B> compression and decompression</LI>
96+ <LI><B>Java</B> source code for <B>LZMA</B> compression and decompression</LI>
97+ <LI>Compiled file->file <B>LZMA</B> compression/decompression program for the Windows operating system</LI>
98+</UL>
99+
100+<P><B>ANSI-C LZMA</B> decompression code is ported from the original C++ sources to C.
101+Also, it has been simplified and optimized for code size. But it is fully compatible
102+with <B>LZMA</B> from <B>7-Zip</B>.</P>
103+
104+<P><B>LZMA</B> features:</P>
105+<UL>
106+ <LI>Compression speed: 2 MB/s on 2 GHz dual-core CPU.
107+ <LI>Decompression speed:
108+ <UL>
109+ <LI>20-30 MB/s on 2 GHz Intel Core2 or AMD Athlon 64.
110+ <LI>1-2 MB/s on 200 MHz ARM, MIPS, PowerPC or other simple RISC CPU.
111+ </UL>
112+ <LI>Small memory requirements for decompression: 8-32 KB + DictionarySize
113+ <LI>Small code size for decompression: 2-8 KB (depending on speed optimizations)
114+</UL>
115+
116+<P>The <B>LZMA</B> decoder uses only CPU integer instructions and can be
117+implemented for any modern 32-bit CPU (or, on a 16-bit CPU with some conditions).</P>
118+
119+<H2>License</H2>
120+
121+<P><B>LZMA SDK 4.62</B> is placed in the <B>public domain.</B></P>
122+
123+<H2>LZMA Links</H2>
124+<ul>
125+<li><A href="http://en.wikipedia.org/wiki/LZMA">LZMA at Wikipedia</A></li>
126+<li><A href="http://sourceforge.net/projects/p7zip/">Port of LZMA SDK for JAVA from independent developer</A></li>
127+<li><A href="http://www.birtles.org.uk/programming/">Port of LZMA SDK to Pascal (Delphi, Kylix and Freepascal)</A></li>
128+<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
129+<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
130+<li><a href="http://contrapunctus.net/league/haques/lzmajio/">LZMA Streams in Java</a></li>
131+
132+</ul>
133+
134+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
135+</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,59 +1,59 @@
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://7-zip.hit.bg/">Bulgarian</A><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>Technical Support for 7-Zip</H1>
46-
47-<P>Before requesting customer support for 7-Zip, please check that you use
48-latest version of 7-Zip. Check out the 7-Zip help system also.</P>
49-
50-<P>Please use 7-Zip forums for all common questions; you can get answers on the
51-forums from 7-Zip developers and from other 7-Zip users. Please write only in English.</P>
52-
53-<P><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">7-Zip's Forum at Source Forge</A></P>
54-
55-<P>If your question is about 7-Zip, please provide the information about 7-Zip version and
56-Windows version.</P>
57-
58-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
59-</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://7-zip.hit.bg/">Bulgarian</A><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>Technical Support for 7-Zip</H1>
46+
47+<P>Before requesting customer support for 7-Zip, please check that you use
48+latest version of 7-Zip. Check out the 7-Zip help system also.</P>
49+
50+<P>Please use 7-Zip forums for all common questions; you can get answers on the
51+forums from 7-Zip developers and from other 7-Zip users. Please write only in English.</P>
52+
53+<P><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">7-Zip's Forum at Source Forge</A></P>
54+
55+<P>If your question is about 7-Zip, please provide the information about 7-Zip version and
56+Windows version.</P>
57+
58+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
59+</TD></TR></TABLE></BODY></HTML>