OSDN Git Service

Revert "mirror .org"
authornabeshin <nabeshin@sourceforge.jp>
Wed, 10 Dec 2008 07:59:01 +0000 (16:59 +0900)
committernabeshin <nabeshin@sourceforge.jp>
Wed, 10 Dec 2008 07:59:01 +0000 (16:59 +0900)
This reverts commit 5498dac9171754d0d33f2fa2100b36646e7a05f9.

14 files changed:
www.7-zip.org/7z.html
www.7-zip.org/books.html
www.7-zip.org/download.html
www.7-zip.org/faq.html
www.7-zip.org/history.txt
www.7-zip.org/igor.html
www.7-zip.org/index.html
www.7-zip.org/license.txt
www.7-zip.org/links.html
www.7-zip.org/logos.html
www.7-zip.org/register.html
www.7-zip.org/sdk.html
www.7-zip.org/style.css
www.7-zip.org/support.html

index e98bcd4..407c92b 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>7z Format</TITLE>\r
-<META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip, \r
-best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
-<TR><TD><SPAN class="MenuCurrent">7z Format</SPAN></TD></TR>\r
-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>\r
-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-\r
-<H1>7z Format</H1>\r
-\r
-<P><B>7z</B> is the new archive format, providing high compression ratio.</P>\r
-\r
-<P>The main features of <B>7z</B> format:</P>\r
-<UL>\r
-  <LI>Open architecture\r
-  <LI>High compression ratio\r
-  <LI>Strong AES-256 encryption\r
-  <LI>Ability of using any compression, conversion or encryption method\r
-  <LI>Supporting files with sizes up to 16000000000 GB\r
-  <LI>Unicode file names\r
-  <LI>Solid compressing\r
-  <LI>Archive headers compressing\r
-</UL>\r
-\r
-<P><B>7z</B> has open architecture, so it can support any new compression methods.\r
-Now the following methods are integrated to <B>7z</B>:</P>\r
-\r
-<TABLE cellspacing ="2" cellpadding ="4">\r
-  <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>\r
-  <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>\r
-  <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>\r
-  <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>\r
-  <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>\r
-  <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>\r
-  <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>\r
-</TABLE>\r
-\r
-<P><B>LZMA</B> is default and general compression method of <B>7z</B> format. The main features of <B>LZMA</B> method:</P>\r
-<UL>\r
-  <LI>High compression ratio\r
-  <LI>Variable dictionary size (up to 4 GB)\r
-  <LI>Compressing speed: about 1 MB/s on 2 GHz CPU\r
-  <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU\r
-  <LI>Small memory requirements for decompressing (depend from dictionary size)\r
-  <LI>Small code size for decompressing: about 5 KB\r
-  <LI>Supporting multi-threading and P4's hyper-threading\r
-</UL>\r
-\r
-<P><B>LZMA</B> compression algorithm is very suitable for embedded applications.\r
-<B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also \r
-available under a proprietary license for those who can not use the GNU LGPL in \r
-their code. If you want to use <B>LZMA</B> code, you can ask consultations, \r
-custom code programming and required developer licenses \r
-from page for support:\r
-<A href="support.html">Send message to LZMA developer</A>.\r
-Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>\r
-\r
-<P>7-Zip also supports encryption with AES-256 algorithm. \r
-This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip \r
-uses derivation function based on SHA-256 hash algorithm.\r
-A key derivation function produces a derived key from text password defined by user.\r
-For increasing the cost of exhaustive search for passwords 7-Zip uses big number \r
-of iterations to produce cipher key from text password.</P>\r
-\r
-<P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL. \r
-You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>\r
-\r
-<p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>\r
-\r
-<p>Links:</p>\r
-<ul>\r
-<li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>\r
-</ul>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>7z Format</TITLE>
+<META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip, 
+best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
+<TR><TD><SPAN class="MenuCurrent">7z Format</SPAN></TD></TR>
+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+
+<H1>7z Format</H1>
+
+<P><B>7z</B> is the new archive format, providing high compression ratio.</P>
+
+<P>The main features of <B>7z</B> format:</P>
+<UL>
+  <LI>Open architecture
+  <LI>High compression ratio
+  <LI>Strong AES-256 encryption
+  <LI>Ability of using any compression, conversion or encryption method
+  <LI>Supporting files with sizes up to 16000000000 GB
+  <LI>Unicode file names
+  <LI>Solid compressing
+  <LI>Archive headers compressing
+</UL>
+
+<P><B>7z</B> has open architecture, so it can support any new compression methods.
+Now the following methods are integrated to <B>7z</B>:</P>
+
+<TABLE cellspacing ="2" cellpadding ="4">
+  <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>
+  <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>
+  <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>
+  <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
+  <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>
+  <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>
+  <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>
+</TABLE>
+
+<P><B>LZMA</B> is default and general compression method of <B>7z</B> format. The main features of <B>LZMA</B> method:</P>
+<UL>
+  <LI>High compression ratio
+  <LI>Variable dictionary size (up to 4 GB)
+  <LI>Compressing speed: about 1 MB/s on 2 GHz CPU
+  <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU
+  <LI>Small memory requirements for decompressing (depend from dictionary size)
+  <LI>Small code size for decompressing: about 5 KB
+  <LI>Supporting multi-threading and P4's hyper-threading
+</UL>
+
+<P><B>LZMA</B> compression algorithm is very suitable for embedded applications.
+<B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also 
+available under a proprietary license for those who can not use the GNU LGPL in 
+their code. If you want to use <B>LZMA</B> code, you can ask consultations, 
+custom code programming and required developer licenses 
+from page for support:
+<A href="support.html">Send message to LZMA developer</A>.
+Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>
+
+<P>7-Zip also supports encryption with AES-256 algorithm. 
+This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip 
+uses derivation function based on SHA-256 hash algorithm.
+A key derivation function produces a derived key from text password defined by user.
+For increasing the cost of exhaustive search for passwords 7-Zip uses big number 
+of iterations to produce cipher key from text password.</P>
+
+<P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL. 
+You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>
+
+<p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>
+
+<p>Links:</p>
+<ul>
+<li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>
+</ul>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>
index 5214446..cced8a4 100644 (file)
@@ -1,9 +1,9 @@
-<HTML>\r
-<HEAD><TITLE></TITLE>\r
-<META http-equiv="Refresh" content="10; url=../">\r
-</HEAD>\r
-<BODY>\r
-<P>This page is not supported currently.</P>\r
-<P>You will be redirected to English page in 10 seconds.</P>\r
-</BODY>\r
-</HTML>\r
+<HTML>
+<HEAD><TITLE></TITLE>
+<META http-equiv="Refresh" content="10; url=../">
+</HEAD>
+<BODY>
+<P>This page is not supported currently.</P>
+<P>You will be redirected to English page in 10 seconds.</P>
+</BODY>
+</HTML>
index 7d20e4f..58e9aaf 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>Download</TITLE>\r
-<META name="keywords" content="download, sources, free, gnu, lgpl, 7-zip, \r
-archiver, compression, software, compress, zip, unzip">\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
-<TR><TD><SPAN class="MenuCurrent">Download</SPAN></TD></TR>\r
-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>\r
-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-\r
-<H1>Download</H1>\r
-\r
-<P><B>Download 7-Zip for Windows</B>:</P>  \r
-<TABLE cellspacing ="1" cellpadding ="6" border = "0">\r
-  <TR>\r
-    <TH class="Title" align="center" width=90>7-Zip 4.62<BR>2008-12-02</TH>\r
-    <TH class="Title" align="center" width=60>Type</TH>\r
-    <TH class="Title" align="center" width=80>Windows</TH>\r
-    <TH class="Title" align="center">Description</TH>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>\r
-    <TD class="Item" align="center">.exe</TD>\r
-    <TD class="Item" align="center" rowspan=2>32-bit</TD>\r
-    <TD class="Item" rowspan=4>7-Zip</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.msi">Download</A></TD>\r
-    <TD class="Item" align="center" rowspan=3>.msi</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>\r
-    <TD class="Item" align="center">x64</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-ia64.msi">Download</A></TD>\r
-    <TD class="Item" align="center">IA-64</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7za462.zip">Download</A></TD>\r
-    <TD class="Item" align="center">.zip</TD>\r
-    <TD class="Item" align="center">32-bit</TD>\r
-    <TD class="Item">7-Zip Command Line Version</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.tar.bz2">Download</A></TD>\r
-    <TD class="Item" align="center">.tar.bz2</TD>\r
-    <TD class="Item" align="center">Any</TD>\r
-    <TD class="Item">7-Zip Source code</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462_extra.7z">Download</A></TD>\r
-    <TD class="Item" align="center">.7z</TD>\r
-    <TD class="Item" align="center">32-bit</TD>\r
-    <TD class="Item">7z Library, SFXs for installers, Plugin for FAR Manager</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>\r
-    <TD class="Item" align="center">.tar.bz2</TD>\r
-    <TD class="Item" align="center">Any</TD>\r
-    <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>\r
-  </TR>\r
-</TABLE>\r
-\r
-<P>Download links redirect to a download page on SourceForge.net.</P>\r
-\r
-<P>Other versions can be found at the Source Forge site:</P>\r
-\r
-<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip at Source Forge</A></P>\r
-\r
-<P><B>Download p7zip for Posix/Linux (x86 binaries and source code)</B>:</P>\r
-<P><A href="http://sourceforge.net/project/showfiles.php?group_id=111810">Download p7zip</A></P>\r
-<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>\r
-\r
-<P>p7zip is the command line version of 7-Zip for Unix/Linux, made by an independent developer.</P>\r
-\r
-<P><B>Some unofficial p7zip packages for Linux and other systems:</B></P>\r
-<UL>\r
-<LI><A href="http://packages.debian.org/unstable/utils/p7zip">p7zip for Debian</A></LI>\r
-<LI><A href="http://timeoff.wsisiz.edu.pl/rpms.html">p7zip for Fedora Core</A></LI>\r
-<LI><A href="http://packages.gentoo.org/packages/?category=app-arch;name=p7zip">p7zip for Gentoo</A></LI>\r
-<LI><A href="http://www.sisyphus.ru/srpm/p7zip">p7zip for AltLinux.org</A></LI>\r
-<LI><A href="http://www.freshports.org/archivers/p7zip/">p7zip for FreeBSD</A></LI>\r
-<LI><A href="http://homepage.mac.com/krmathis/">p7zip for Mac OS X</A></LI>\r
-<LI><A href="http://www.macupdate.com/info.php/id/19139">EZ 7z for Mac OS X</A></LI>\r
-<LI><A href="http://sixtyfive.xmghosting.com/">7zX for Mac OS X</A></LI>\r
-<LI><A href="http://www.bebits.com/app/4079">p7zip for BeOS</A></LI>\r
-<LI><A href="http://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/7zip/">p7zip for DOS / DJGPP</A></LI>\r
-</UL>\r
-\r
-<P><B>7-Zip for other systems:</B></P>\r
-<UL>\r
-<LI><A href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</A></LI>\r
-</UL>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>Download</TITLE>
+<META name="keywords" content="download, sources, free, gnu, lgpl, 7-zip, 
+archiver, compression, software, compress, zip, unzip">
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
+<TR><TD><SPAN class="MenuCurrent">Download</SPAN></TD></TR>
+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+
+<H1>Download</H1>
+
+<P><B>Download 7-Zip for Windows</B>:</P>  
+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
+  <TR>
+    <TH class="Title" align="center" width=90>7-Zip 4.62<BR>2008-12-02</TH>
+    <TH class="Title" align="center" width=60>Type</TH>
+    <TH class="Title" align="center" width=80>Windows</TH>
+    <TH class="Title" align="center">Description</TH>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
+    <TD class="Item" align="center">.exe</TD>
+    <TD class="Item" align="center" rowspan=2>32-bit</TD>
+    <TD class="Item" rowspan=4>7-Zip</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.msi">Download</A></TD>
+    <TD class="Item" align="center" rowspan=3>.msi</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
+    <TD class="Item" align="center">x64</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-ia64.msi">Download</A></TD>
+    <TD class="Item" align="center">IA-64</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7za462.zip">Download</A></TD>
+    <TD class="Item" align="center">.zip</TD>
+    <TD class="Item" align="center">32-bit</TD>
+    <TD class="Item">7-Zip Command Line Version</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.tar.bz2">Download</A></TD>
+    <TD class="Item" align="center">.tar.bz2</TD>
+    <TD class="Item" align="center">Any</TD>
+    <TD class="Item">7-Zip Source code</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462_extra.7z">Download</A></TD>
+    <TD class="Item" align="center">.7z</TD>
+    <TD class="Item" align="center">32-bit</TD>
+    <TD class="Item">7z Library, SFXs for installers, Plugin for FAR Manager</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
+    <TD class="Item" align="center">.tar.bz2</TD>
+    <TD class="Item" align="center">Any</TD>
+    <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
+  </TR>
+</TABLE>
+
+<P>Download links redirect to a download page on SourceForge.net.</P>
+
+<P>Other versions can be found at the Source Forge site:</P>
+
+<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip at Source Forge</A></P>
+
+<P><B>Download p7zip for Posix/Linux (x86 binaries and source code)</B>:</P>
+<P><A href="http://sourceforge.net/project/showfiles.php?group_id=111810">Download p7zip</A></P>
+<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
+
+<P>p7zip is the command line version of 7-Zip for Unix/Linux, made by an independent developer.</P>
+
+<P><B>Some unofficial p7zip packages for Linux and other systems:</B></P>
+<UL>
+<LI><A href="http://packages.debian.org/unstable/utils/p7zip">p7zip for Debian</A></LI>
+<LI><A href="http://timeoff.wsisiz.edu.pl/rpms.html">p7zip for Fedora Core</A></LI>
+<LI><A href="http://packages.gentoo.org/packages/?category=app-arch;name=p7zip">p7zip for Gentoo</A></LI>
+<LI><A href="http://www.sisyphus.ru/srpm/p7zip">p7zip for AltLinux.org</A></LI>
+<LI><A href="http://www.freshports.org/archivers/p7zip/">p7zip for FreeBSD</A></LI>
+<LI><A href="http://homepage.mac.com/krmathis/">p7zip for Mac OS X</A></LI>
+<LI><A href="http://www.macupdate.com/info.php/id/19139">EZ 7z for Mac OS X</A></LI>
+<LI><A href="http://sixtyfive.xmghosting.com/">7zX for Mac OS X</A></LI>
+<LI><A href="http://www.bebits.com/app/4079">p7zip for BeOS</A></LI>
+<LI><A href="http://ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/7zip/">p7zip for DOS / DJGPP</A></LI>
+</UL>
+
+<P><B>7-Zip for other systems:</B></P>
+<UL>
+<LI><A href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</A></LI>
+</UL>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>
index b173937..b5a9009 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>Frequently Asked Questions (FAQ)</TITLE>\r
-<META name="keywords" content="7z, lzma, 7-zip, faq">\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>\r
-<TR><TD><SPAN class="MenuCurrent">FAQ</SPAN></TD></TR>\r
-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-\r
-<H1>Frequently Asked Questions (FAQ)</H1>\r
-\r
-<UL>\r
-  <LI><A href="#user_faq">User FAQ</A></LI>\r
-  <LI><A href="#developer_faq">Developer FAQ</A></LI>\r
-</UL>\r
-\r
-<H2><a name="user_faq"></a>User FAQ</H2>\r
-\r
-<H4>Can I use 7-Zip in a commercial organization?</H4>\r
-<P>Yes, 7-Zip is free software. You can use it on any computer. You don't need to \r
-register or pay for 7-Zip.</P>\r
-\r
-<H4>Why do the add, delete and update operations not work for some existing archives?</H4>\r
-<P>The current version of 7-Zip can't execute some operations with .7z archives that have been \r
-created with the "solid" option switched on. You can disable solid mode with -ms=off switch \r
-in command line</P>\r
-\r
-<H4>What about ACE archive support?</H4>\r
-<P>Support for ACE archives could be implemented in 7-Zip, if the source code \r
-of that format was available, and the license allowed it. The Unace.dll \r
-library from the authors of the ACE program is not \r
-compatible with the plugin interface of 7-Zip (Unace.dll works with files, but \r
-7-Zip only allows plugins to work with abstract streams). For this reason 7-Zip can't use \r
-Unace.dll without a complex wrapper.</P>\r
-\r
-<H4>Why doesn't the command line version add files without extensions to an archive?</H4>\r
-<P>You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser, \r
-and consequently treats *.* as any file that has an extension. \r
-To process all files you must use the * wildcard instead or omit the wildcard altogether.</P>\r
-\r
-<H4>Why can't 7-Zip open some ZIP archives?</H4>\r
-<P>In 99% of these cases it means that the archive contains incorrect headers.\r
-Other ZIP programs can open some archives with incorrect headers, since these programs \r
-just ignore errors.</P>\r
-<P>If you have such archive, please don't call the 7-Zip developers about it.\r
-Instead try to find the program that was used to create the archive and inform the developers \r
-of that program that their software is not ZIP-compatible.</P>\r
-\r
-<H4>How can I install 7-Zip in silent mode?</H4>\r
-\r
-<P>Use the "/S" parameter to do a silent installation and the "/D=dir" parameter \r
-to specify the "output directory". These options are case-sensitive. \r
-7-Zip uses the NSIS installer by Nullsoft.</P>\r
-\r
-\r
-<H2><a name="developer_faq"></a>Developer FAQ</H2>\r
-\r
-<H4>Why are there linking errors when I compile 7-Zip or LZMA SDK with Visual C++ 6.0?</H4>\r
-\r
-<P>To compile sources you will need Visual C++ 6.0 or a later version. \r
-Some files also require a new Platform SDK from microsoft.com:</P>\r
-<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm"><B>\r
-http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm</B></A>\r
-or\r
-<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"><B>\r
-http://www.microsoft.com/msdownload/platformsdk/sdkupdate/</B></A>\r
-\r
-<P>If you are using MSVC, specify the SDK directories at the top of the "Include files" and \r
-"Library files" directory lists. These can be found under "Tools / Options / Directories".</P>\r
-<P>The latest Platform SDK is not compatible with MSVC6. So you must use\r
-Windows Server 2003 PSDK (February 2003) with MSVC6.</P>\r
-\r
-<H4>Can I use the EXE or DLL files from 7-Zip in a Commercial Application?</H4>\r
-\r
-<P>Yes, but you are required to specify in your documentation (1) that  \r
-you used parts of the 7-Zip program, (2) that 7-Zip is licensed under the GNU LGPL license and \r
-(3) you must give a link to www.7-zip.org, where the source code can be found.</P>\r
-\r
-<H4>How can I add support for 7z archives to my application?</H4>\r
-\r
-<P>One way is to use the 7za.dll (available from sf.net for download). The 7za.dll \r
-works via COM interfaces. It, however, doesn't use standard COM interfaces for \r
-creating objects. You can find a small example in the source code. A full example is \r
-7-Zip itself, since 7-Zip works via this dll also. There are other applications \r
-that use 7za.dll such as WinRAR, PowerArchiver and others.</P>\r
-\r
-<P>The other way is to call the command line version: 7za.exe.</P>\r
-\r
-<H4>Can I use the source code of 7-Zip in a commercial application?</H4>\r
-\r
-<P>Since 7-Zip is licensed under the GNU LGPL you must follow the rules of that license. \r
-In brief, it means that any LGPL'ed code must remain licensed under the LGPL. For \r
-instance, you can change the code from 7-Zip or write a wrapper for some code\r
-from 7-Zip and compile it into a DLL; but, the source code of that DLL (including \r
-your modifications / additions / wrapper) must be licensed under the LGPL or GPL.\r
-Any other code in your application can be licensed as you wish.\r
-This scheme allows users and developers to change LGPL'ed code and recompile\r
-that DLL. That is the idea of free software. Read more here: \r
-<A href="http://www.gnu.org/">http://www.gnu.org/</A>.\r
-\r
-You can also read about the <A href="sdk.html">LZMA SDK</A>, which is available \r
-under a more liberal license.</P>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>Frequently Asked Questions (FAQ)</TITLE>
+<META name="keywords" content="7z, lzma, 7-zip, faq">
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
+<TR><TD><SPAN class="MenuCurrent">FAQ</SPAN></TD></TR>
+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+
+<H1>Frequently Asked Questions (FAQ)</H1>
+
+<UL>
+  <LI><A href="#user_faq">User FAQ</A></LI>
+  <LI><A href="#developer_faq">Developer FAQ</A></LI>
+</UL>
+
+<H2><a name="user_faq"></a>User FAQ</H2>
+
+<H4>Can I use 7-Zip in a commercial organization?</H4>
+<P>Yes, 7-Zip is free software. You can use it on any computer. You don't need to 
+register or pay for 7-Zip.</P>
+
+<H4>Why do the add, delete and update operations not work for some existing archives?</H4>
+<P>The current version of 7-Zip can't execute some operations with .7z archives that have been 
+created with the "solid" option switched on. You can disable solid mode with -ms=off switch 
+in command line</P>
+
+<H4>What about ACE archive support?</H4>
+<P>Support for ACE archives could be implemented in 7-Zip, if the source code 
+of that format was available, and the license allowed it. The Unace.dll 
+library from the authors of the ACE program is not 
+compatible with the plugin interface of 7-Zip (Unace.dll works with files, but 
+7-Zip only allows plugins to work with abstract streams). For this reason 7-Zip can't use 
+Unace.dll without a complex wrapper.</P>
+
+<H4>Why doesn't the command line version add files without extensions to an archive?</H4>
+<P>You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser, 
+and consequently treats *.* as any file that has an extension. 
+To process all files you must use the * wildcard instead or omit the wildcard altogether.</P>
+
+<H4>Why can't 7-Zip open some ZIP archives?</H4>
+<P>In 99% of these cases it means that the archive contains incorrect headers.
+Other ZIP programs can open some archives with incorrect headers, since these programs 
+just ignore errors.</P>
+<P>If you have such archive, please don't call the 7-Zip developers about it.
+Instead try to find the program that was used to create the archive and inform the developers 
+of that program that their software is not ZIP-compatible.</P>
+
+<H4>How can I install 7-Zip in silent mode?</H4>
+
+<P>Use the "/S" parameter to do a silent installation and the "/D=dir" parameter 
+to specify the "output directory". These options are case-sensitive. 
+7-Zip uses the NSIS installer by Nullsoft.</P>
+
+
+<H2><a name="developer_faq"></a>Developer FAQ</H2>
+
+<H4>Why are there linking errors when I compile 7-Zip or LZMA SDK with Visual C++ 6.0?</H4>
+
+<P>To compile sources you will need Visual C++ 6.0 or a later version. 
+Some files also require a new Platform SDK from microsoft.com:</P>
+<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm"><B>
+http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm</B></A>
+or
+<A href="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"><B>
+http://www.microsoft.com/msdownload/platformsdk/sdkupdate/</B></A>
+
+<P>If you are using MSVC, specify the SDK directories at the top of the "Include files" and 
+"Library files" directory lists. These can be found under "Tools / Options / Directories".</P>
+<P>The latest Platform SDK is not compatible with MSVC6. So you must use
+Windows Server 2003 PSDK (February 2003) with MSVC6.</P>
+
+<H4>Can I use the EXE or DLL files from 7-Zip in a Commercial Application?</H4>
+
+<P>Yes, but you are required to specify in your documentation (1) that  
+you used parts of the 7-Zip program, (2) that 7-Zip is licensed under the GNU LGPL license and 
+(3) you must give a link to www.7-zip.org, where the source code can be found.</P>
+
+<H4>How can I add support for 7z archives to my application?</H4>
+
+<P>One way is to use the 7za.dll (available from sf.net for download). The 7za.dll 
+works via COM interfaces. It, however, doesn't use standard COM interfaces for 
+creating objects. You can find a small example in the source code. A full example is 
+7-Zip itself, since 7-Zip works via this dll also. There are other applications 
+that use 7za.dll such as WinRAR, PowerArchiver and others.</P>
+
+<P>The other way is to call the command line version: 7za.exe.</P>
+
+<H4>Can I use the source code of 7-Zip in a commercial application?</H4>
+
+<P>Since 7-Zip is licensed under the GNU LGPL you must follow the rules of that license. 
+In brief, it means that any LGPL'ed code must remain licensed under the LGPL. For 
+instance, you can change the code from 7-Zip or write a wrapper for some code
+from 7-Zip and compile it into a DLL; but, the source code of that DLL (including 
+your modifications / additions / wrapper) must be licensed under the LGPL or GPL.
+Any other code in your application can be licensed as you wish.
+This scheme allows users and developers to change LGPL'ed code and recompile
+that DLL. That is the idea of free software. Read more here: 
+<A href="http://www.gnu.org/">http://www.gnu.org/</A>.
+
+You can also read about the <A href="sdk.html">LZMA SDK</A>, which is available 
+under a more liberal license.</P>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>
index b340a98..003f89d 100644 (file)
-HISTORY of the 7-Zip\r
---------------------\r
-\r
-4.62           2008-12-02\r
--------------------------\r
-- Some bugs were fixed.\r
-\r
-\r
-4.61 beta      2008-11-23\r
--------------------------\r
-- 7-Zip now supports LZMA compression for .ZIP archives.\r
-- Some bugs were fixed.\r
-- New localization: Sinhala.\r
-\r
-\r
-4.60 beta      2008-08-19\r
--------------------------\r
-- Some bugs were fixed.\r
-\r
-\r
-4.59 beta      2008-08-13\r
--------------------------\r
-- 7-Zip now can unpack UDF, XAR and DMG/HFS archives.\r
-- 7-Zip File Manager now keeps encryption when you edit encrypted file inside archive.\r
-- 7-Zip File Manager now allows to change current folder from the address bar drop-down list.\r
-- It's allowed to use -t switch for "list" and "extract" commands.\r
-- Some bugs were fixed.\r
-- New localizations: Icelandic, Kurdish Sorani.\r
-\r
-\r
-4.58 beta      2008-05-05\r
--------------------------\r
-- Some speed optimizations.\r
-- 7-Zip now can unpack .lzma archives.\r
-- Unicode (UTF-8) support for filenames in .ZIP archives. Now there are 3 modes:\r
-    1) Default mode: 7-Zip uses UTF-8, if the local code page doesn't contain required symbols.\r
-    2) -mcu switch:  7-Zip uses UTF-8, if there are non-ASCII symbols.\r
-    3) -mcl switch:  7-Zip uses local code page.\r
-- Now it's possible to store file creation time in 7z and ZIP archives (-mtc switch).\r
-- 7-Zip now can unpack multivolume RAR archives created with \r
-  "old style volume names" scheme and names *.001, *.002, ...\r
-- Now it's possible to use -mSW- and -mSW+ switches instead of -mSW=off and -mSW=on  \r
-- Some bugs were fixed.\r
-- New localizations: Punjabi (Indian), Pashto.\r
-\r
-\r
-4.57           2007-12-06\r
--------------------------\r
-- The BUG in command line version was fixed: -up3 switch \r
-  could work incorrectly.\r
-\r
-\r
-4.56 beta      2007-10-24\r
--------------------------\r
-- Some bugs were fixed.\r
-\r
-\r
-4.55 beta      2007-09-05\r
--------------------------\r
-- Some bugs were fixed.\r
-\r
-\r
-4.54 beta      2007-09-04\r
--------------------------\r
-- Decompression speed was increased.\r
-\r
-\r
-4.53 beta      2007-08-27\r
--------------------------\r
-- "Test" and "Info" buttons now work for open archives.\r
-- The bug in 7-Zip 4.48 - 4.52 beta was fixed:\r
-    7-Zip could create .ZIP archives with broken files.\r
-- Some bugs were fixed.\r
-\r
-\r
-4.52 beta      2007-08-03\r
--------------------------\r
-- 7-Zip now can unpack Compound files (msi, doc, ...).\r
-- Some bugs were fixed.\r
-\r
-\r
-4.51 beta      2007-07-25\r
--------------------------\r
-- Bug was fixed: 7-Zip 4.50 beta could not open some .7z archives.\r
-\r
-\r
-4.50 beta      2007-07-24\r
--------------------------\r
-- New switch for command line version:\r
-    -ssc[-] enables/disables case-sensitive mode for file names.\r
-- Speed optimizations for AES encryption.\r
-- Some bugs were fixed.\r
-\r
-\r
-4.49 beta      2007-07-11\r
--------------------------\r
-- 7-Zip now can unpack WIM archives.\r
-- 7-Zip now replaces incorrect characters in filenames during extracting.\r
-\r
-\r
-4.48 beta      2007-06-26\r
--------------------------\r
-- Encryption strength for .7z format was increased. \r
-  Now it uses random initialization vectors.\r
-- Some bugs were fixed.\r
-\r
-\r
-4.47 beta      2007-05-27\r
--------------------------\r
-- Bugs of 7-Zip 4.46 beta were fixed: BZip2 could work incorrectly.\r
-\r
-\r
-4.46 beta      2007-05-25\r
--------------------------\r
-- New fast compression mode for Deflate method in Zip and GZip.\r
-- New "Compress shared files" option in GUI and -ssw switch.\r
-- Some bugs were fixed.\r
-- New localization: Norwegian Nynorsk.\r
-\r
-\r
-4.45 beta      2007-04-17\r
--------------------------\r
-- Now it's possible to specify the size of solid block and the number \r
-  of CPU threads in "Add to archive" dialog box. \r
-- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.\r
-- Speed optimizations.\r
-- Benchmark was improved (new "b" command in command line version).\r
-- The number of DLL files was reduced.\r
-- Now it's possible to associate 7-zip with combined types like .tbz2\r
-- switch -mhcf=off is not supported now.\r
-- If -t{Type} switch is not specified, 7-Zip now uses extension of archive to \r
-  detect the type of archive.\r
-- Some bugs were fixed.\r
-- New localization: Welsh.\r
-\r
-\r
-4.44 beta      2007-01-20\r
--------------------------\r
-- Speed optimizations for LZMA, Deflate, BZip2 and unRAR.\r
-- 7-Zip now supports file pathnames longer than 260 characters.\r
-- Some bugs were fixed.\r
-- New localizations: Bangla, Bashkir, Nepali.\r
-\r
-\r
-4.43 beta      2006-09-15\r
--------------------------\r
-- 7-Zip now can use multi-threading mode for compressing to .ZIP archives.\r
-- ZIP format supporting was improved.\r
-- 7-Zip now supports WinZip-compatible AES-256 encryption for .ZIP archives.\r
-- New context menu items for .ZIP archives creating.\r
-- 7-Zip now uses order list (list of extensions) for files sorting for compressing \r
-  to .7z archives. It can slightly increase compression ratio in some cases.\r
-- 7-Zip now restores modification time of folders during .7z archives extracting.\r
-- Some bugs were fixed.\r
-- New localizations: Armenian, Marathi.\r
-\r
-\r
-\r
-4.42           2006-05-14\r
--------------------------\r
-- Compressing speed and Memory requirements were increased.\r
-  Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB, \r
-  Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.\r
-- BZip2 compressing / decompressing now can work in multi-threading mode\r
-- Multi-threading mode now is default for multi-processor systems\r
-- 64-bit version now supports 1 GB dictionary\r
-- 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4\r
-- Compression ratio in Zip/GZip/Deflate in Ultra mode was increased\r
-- 7-Zip now can unpack ISO archives and some installers created by NSIS\r
-- Optional "Flat View" mode in 7-Zip File Manager\r
-- 7-Zip File Manager now can calculate CRC checksums for files\r
-- -x switch with relative paths now affects files specified with absolute paths\r
-- New switch for 7za.exe (console version): -slt.\r
-  "l" (list) command with -slt shows technical information for archive.\r
-- New switch: -scs{WIN|DOS|UTF-8} specifies charset for list files.\r
-  Default charset for list files is UTF-8 now.\r
-- Some bugs were fixed\r
-- New localizations: Albanian, Kurdish\r
-\r
-\r
-4.32           2005-12-09\r
--------------------------\r
-- Bug was fixed: 7-Zip 4.31 didn't work in Windows 95\r
-\r
-\r
-4.31           2005-12-04\r
--------------------------\r
-- Small changes\r
-- New localization: Basque\r
-\r
-\r
-4.30 beta      2005-11-18\r
--------------------------\r
-- Files 7zFMn.exe, 7zGn.exe, 7-zipn, 7za.exe, 7zC.sfx were removed from 7-zip package\r
-- 7-Zip now uses uncompressed SFX: 7z.sfx\r
-- Sfx modules 7z.sfx and 7zCon.sfx now use msvcrt.dll\r
-- Speed optimizations in LZMA maximum/ultra compressing.\r
-- LZMA now supports word size up to 273\r
-- 7-Zip now reduces dictionary size for LZMA, if you compress files \r
-  smaller than specified dictionary size.\r
-- 7-Zip now can use large memory pages:\r
-    GUI: 7-Zip File Manager / Options / Settings / Use large memory pages.\r
-    Command line version: -slp switch.\r
-  This feature allows to increase speed of compressing.\r
-  But 7-Zip can make some pause at starting of compressing for allocating large pages.\r
-  Also Task Manager doesn't show real memory usage of program, if 7-Zip uses large pages.\r
-  This feature works only on Windows 2003 / XP x64 / Vista. \r
-  Also you must have administrator's rights for your system.\r
-  Recommended size of RAM: 1 GB or more.\r
-  To install this feature you must run 7-Zip File Manager at least once, \r
-  close it and reboot system.\r
-- Some bugs were fixed\r
-  \r
-\r
-4.29 beta      2005-09-28\r
--------------------------\r
-- Bug was fixed: 7-Zip 4.28 beta worked incorrectly in Windows 95/98/Me\r
-\r
-\r
-4.28 beta      2005-09-27\r
--------------------------\r
-- Bug was fixed: 7-Zip 4.27 beta created incorrect multivolume archives.\r
-- "Duplicate filename" collision problem between names with ligatures was fixed.\r
-\r
-\r
-4.27 beta      2005-09-21\r
--------------------------\r
-- 7-Zip can unpack CHM/HXS (MS HTML HELP) archives\r
-- 7-Zip can unpack multivolume CAB archives\r
-- Now 7-Zip deletes files to the Recycle Bin by default.\r
-  Shift+Delete deletes files permanently.\r
-- Some bugs were fixed\r
-- New localization: Tatarish\r
-\r
-\r
-4.26 beta      2005-08-05\r
--------------------------\r
-- LZH format support (extracting only)\r
-- Some bugs were fixed\r
-- New localization: Ido\r
-\r
-\r
-4.25 beta      2005-07-31\r
--------------------------\r
-- 7-Zip now doesn't interrupt the compressing when it can not \r
-  find specified file as in version 4.24 beta. It just shows warning.\r
-- 7-Zip now supports standard selection mode in the file list\r
-- Some bugs were fixed\r
-\r
-\r
-4.24 beta      2005-07-06\r
--------------------------\r
-- 7-Zip now supports right-click Drag and Drop in Explorer\r
-- Command line version now supports short file names (like FILENA~1.TXT)\r
-- If there are no wildcard names and there is no -r switch in command line, \r
-  7-Zip now checks that specified files exist on disk before compressing.\r
-- Some bugs were fixed\r
-\r
-\r
-4.23           2005-06-29\r
--------------------------\r
-- Drag and Drop support\r
-- 7-Zip File Manager now can copy files from one archive to another\r
-- Some bugs were fixed\r
-- New localizations: Extremaduran, Malay\r
-\r
-\r
-4.20           2005-05-30\r
--------------------------\r
-- No changes \r
-\r
-\r
-4.19 beta      2005-05-21\r
--------------------------\r
-- BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and \r
-  Ultra. In Normal mode it compresses almost as original BZip2 compressor. \r
-  Compression ratio in Maximum and Ultra modes is 1-3% better for some files, \r
-  but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times \r
-  slower than Normal mode.\r
-- Console version now prints all messages to stdout by default,\r
-  and if -so switch is specified, 7-Zip prints messages to stderr.\r
-- Some bugs were fixed\r
-- New localizations: Azeri, Georgian\r
-\r
-\r
-4.18 beta      2005-04-19\r
--------------------------\r
-- Bug in v4.17 beta was fixed: 7-Zip File Manager could crash \r
-  after some operations with archives\r
-\r
-  \r
-4.17 beta      2005-04-18\r
--------------------------\r
-- To increase protection from viruses, 7-Zip now does not open \r
-  files with more than 4 continuous spaces in the name. \r
-  And 7-Zip changes such long spaces in name to " ... " in the file list.\r
-- Code size optimization\r
-- Some files were moved from main package to extra package:\r
-    - Plugin for FAR Manager\r
-    - SFX modules for installers (7zS.sfx and 7zSD.sfx)\r
-- New localizations: Asturian, Indonesian\r
-\r
-\r
-4.16 beta      2005-03-29\r
--------------------------\r
-- Speed optimization (5%) for 7z / LZMA \r
-- 7za.exe now supports .Z archives\r
-- -r- switch in command line now is default for all commands \r
-- Some bugs were fixed\r
-- New localization: Uzbek\r
-\r
-\r
-4.15 beta      2005-01-25\r
--------------------------\r
-- Z format supporting (extracting only)\r
-- 7-Zip now can extract ZIP archives compressed with "Shrink" method\r
-- 7-Zip now doesn't interrupt the compressing when it can not open file.\r
-  7-Zip just skips that file and shows warning.\r
-- Some bugs were fixed\r
-- New localization: Frisian\r
-\r
-\r
-4.14 beta      2005-01-11\r
--------------------------\r
-- 7-Zip installer was created with NSIS.\r
-  Now it installs 7-Zip for all users (under Windows 2000/XP).\r
-- Now 7-Zip can create multivolume archives\r
-  (switch -v for command line)\r
-- Some bugs were fixed\r
-- New localizations: Breton, Farsi\r
-\r
-\r
-4.13 beta      2004-12-14\r
--------------------------\r
-- Switch "--" stops switches parsing\r
-- Some bugs were fixed\r
-\r
-\r
-4.12 beta      2004-11-18\r
--------------------------\r
-- Bug in v4.11 beta was fixed:\r
-    7-Zip created incorrect ZIP archives if file size was \r
-    from 3.75 GB to 4 GB.\r
-\r
-\r
-4.11 beta      2004-11-16\r
--------------------------\r
-- 7-Zip now shows file names during compressing/decompressing\r
-- 7-Zip now supports Zip64 extension of ZIP format. So now it's \r
-  possible to compress files bigger than 4 GB to ZIP archives.\r
-- Some bugs were fixed\r
-- New localization: Galician\r
-\r
-\r
-4.10 beta      2004-10-21\r
--------------------------\r
-- Bugs in v4.0* were fixed:\r
-  - Some commands in command line with "-r" switch worked incorrectly,\r
-    so 7-zip could skip some files during compressing\r
-  - Some other bugs were fixed\r
-- Small internal changes\r
-\r
-  \r
-4.09 beta      2004-10-05\r
--------------------------\r
-- Bugs in v4.0* were fixed:\r
-  - Renaming inside archives didn't work or worked incorrectly\r
-  - GUI SFX didn't show extracting dialog at start\r
-- Small fixes in 7-Zip GUI (7zG.exe)\r
-\r
-\r
-4.08 beta      2004-10-04\r
--------------------------\r
-- Bug in installer for v4.07 was fixed: when rebooting \r
-  is required, it rebooted without asking user\r
-- Small fixes in 7-Zip GUI (7zG.exe)\r
-\r
-\r
-4.07 beta      2004-10-03\r
--------------------------\r
-- Big amount of code was changed in this beta version.\r
-  So don't use it for important data compressing. \r
-  And test archive after compressing.\r
-\r
-- Unified command line interface to GUI and console versions\r
-- 7-Zip now can extract or test several archives in one command  \r
-- 7-Zip now doesn't interrupt the compressing when file is locked by \r
-  other application. 7-Zip just skips that file and shows warning.\r
-  Note: previous versions of 7-Zip had bug, so they can not unpack \r
-  non-solid and some solid 7z archives with such skipped files.\r
-- Command line interface was changed:\r
-    - now it's possible to use absolute pathnames\r
-    - syntax simplification:\r
-        was: 7z a a Folder1\* Folder2\* -r\r
-        now: 7z a a Folder1 Folder2\r
-    - now it's possible to use complex wildcard commands, like *\*111*\*\r
-- More smart detection of archive type for files with unusual\r
-  file name extensions\r
-- Supporting for RAR archives with encrypted headers\r
-- CPIO format supporting was improved\r
-- For GZip and BZip2 formats you can:\r
-    - Compress from stdin (-si switch)\r
-    - Compress to stdout (-so switch)\r
-    - Extract to stdout (-so switch)\r
-- 7-Zip File Manager:\r
-  - Split and Combine commands\r
-  - new list view options: Full row select, Show grid lines\r
-- Internal reconstruction\r
-- Some bugs were fixed\r
-- New localizations: Friulian, Macedonian, Mongolian, Tamil, Thai\r
-\r
-\r
-3.13           2003-12-11\r
--------------------------\r
-- Some small bugs were fixed\r
-\r
-\r
-3.12           2003-12-10\r
--------------------------\r
-- Now you can select compression method, dictionary size\r
-  and word size in "Add to archive" dialog box. Also it \r
-  shows memory usage.\r
-- 7-Zip File Manager now contains toolbars.\r
-- New "Benchmark" command in 7-Zip File Manager.\r
-  It measures compressing and decompressing speeds and \r
-  shows rating values.\r
-- Some bugs were fixed.\r
-\r
-\r
-3.11           2003-10-06\r
--------------------------\r
-- 7-zip now use limitations for solid block size\r
-  for increasing the speed of random file decompressing:\r
-    - in Store mode:     0  B\r
-    - in Fast mode:     16 MB\r
-    - in Normal mode:  256 MB\r
-    - in Maximum mode:   1 GB \r
-    - in Ultra mode:     4 GB \r
-- 7z.exe, 7za.exe and SFX modules now support Unicode \r
-  file names under Windows NT/2000/XP/2003.\r
-  7zn.exe and 7zan.exe were removed from package. \r
-- Some bugs were fixed\r
-- New localization: Afrikaans\r
-\r
-  \r
-3.10           2003-09-27\r
--------------------------\r
-- Drag-and-Drop from external application\r
-- GUI version (7zG.exe) can compress files with absolute paths\r
-- Compression dialog doesn't suggest bzip2 and gzip2 types when \r
-  there are more than one selected file\r
-- Optional auto renaming for existing files during extraction \r
-  in command line version (-aot switch).\r
-- Some bugs were fixed\r
-\r
-\r
-3.09.02        2003-09-20\r
--------------------------\r
-- Optional limitation for solid block size for increasing \r
-  the speed of random file decompressing (-ms switch)\r
-\r
-\r
-3.09.01 beta   2003-09-06\r
--------------------------\r
-- Automatic compression filter for executable files:\r
-  dll, exe, ocx, sfx, sys, (-mf switch)\r
-- Compression levels in 7z now are:\r
-    - Fast:    32 KB dictionary, BCJ filter\r
-    - Normal:   2 MB dictionary, BCJ filter\r
-    - Maximum:  8 MB dictionary, BCJ filter, max settings\r
-    - Ultra:   32 MB dictionary, BCJ2 filter, max settings\r
-- Updating solid 7z archives now is supported, if it doesn't \r
-  require repacking solid blocks\r
-- -mhcf switch for 7z format now is default\r
-- Some bugs were fixed\r
-\r
-\r
-3.08.04 beta   2003-08-24\r
--------------------------\r
-- Favorites menu in 7-Zip File Manager\r
-- Some bugs were fixed\r
-\r
-\r
-3.08.03 beta   2003-08-21\r
--------------------------\r
-- Automatic adding of extension to archive name in Compress Dialog\r
-- Some bugs in previous 3.08.* versions were fixed:\r
-    - Storing columns width inside archives in File Manager\r
-    - Opening archive inside archive\r
-    - Quotes in list files in console version\r
-\r
-\r
-3.08.02 beta   2003-08-20\r
--------------------------\r
-- Some bugs were fixed\r
-\r
-\r
-3.08 beta      2003-08-19\r
--------------------------\r
-- Compress dialog:\r
-   - Supporting fast compressing mode (-mx=1 switch)\r
-   - Multi-threading option for Multi-Processor systems \r
-     or Pentium 4 with Hyper-Threading\r
-   - Encrypt file names option\r
-- New context menu items:\r
-   - Extract here\r
-   - Extract to <Folder>\r
-   - Compress and email\r
-- Internal reconstruction, registry using was reduced\r
-- New localization: Esperanto\r
-\r
-\r
-2.30 Beta 32   2003-05-15\r
--------------------------\r
-- New features in compressing / decompressing window.\r
-- "Show password" option.\r
-- Some other small changes.\r
-- New localization: Valencian.\r
-\r
-\r
-2.30 Beta 31   2003-04-29\r
--------------------------\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 30   2003-04-19\r
--------------------------\r
-- 7-Zip File Manager:\r
-   - Showing .. item.\r
-   - 1/2 Panels mode switching (F9).\r
-- Supporting Bzip2 compression in ZIP archives.\r
-- Some bugs were fixed.\r
-- Some optimization recompiling for reducing code size.\r
-\r
-\r
-2.30 Beta 29   2003-04-07\r
--------------------------\r
-- 7-Zip File Manager:\r
-   - "7-Zip" and "System" submenus in "Files" menu.\r
-   - Path history and "Browse" button in "Copy" dialog.\r
-- RAR supporting was improved.\r
-- Some bugs were fixed.\r
-- Small changes in LZMA code.\r
-- New localizations: Hebrew, Vietnamese.\r
-\r
-\r
-2.30 Beta 28   2003-02-16\r
--------------------------\r
-- Some bugs were fixed:\r
-   - Updating 7z archives that are larger than 4 GB.\r
-   - Using anti-items in 7z format.\r
-   - Compressing empty files with password to zip format.\r
-- In max mode 7z now uses 8 MB dictionary instead of 4 MB.\r
-- 7-Zip File Manager:\r
-   - Supporting file comments: Ctrl-Z.\r
-   - New key alias for folder bookmarks: [Shift]+Alt+Number.\r
-\r
-\r
-2.30 Beta 27   2003-01-24\r
--------------------------\r
-- Two BUGs in two previous beta versions (Beta 25 and Beta 26) \r
-  were fixed:\r
-    1. Incorrect compressing to non-solid 7z archive\r
-       when files have some very big sizes:\r
-       4 GB, 8 GB, 12 GB, 16 GB, ... \r
-    2. Incorrect percent showing in 7z compressing\r
-       when files are bigger than 4 GB.\r
-- Supporting multivolume RAR and SPLIT archives. \r
-- Supporting DEB archives.\r
-- Supporting old version of CPIO format.\r
-- Some bugs were fixed.\r
-- New localizations: Korean, Swedish.\r
-\r
-\r
-2.30 Beta 26   2003-01-12\r
--------------------------\r
-- Supporting Deflate64 method in Zip archives.\r
-- Supporting Rar 1.50 archives.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 25   2003-01-02\r
--------------------------\r
-- Encryption feature for 7z format (AES-256).\r
-- New optional archive header compressing mode (-mhcf).\r
-- Archive headers now always are compressed with LZMA method.\r
-- Updating non-solid 7z archives without -ms=off now is allowed.\r
-- Folder creating and item renaming inside archive now is supported.\r
-- Supporting encrypted Rar3 archives.\r
-- Supporting Unicode names in Rar3 archives.\r
-- Some bugs were fixed.\r
-- New localizations: Lithuanian, Voro.\r
-\r
-\r
-2.30 Beta 24   2002-11-01\r
--------------------------\r
-- Some internal reconstructions.\r
-- -m switch syntax was slightly changed.\r
-- Some bugs were fixed.\r
-- New localizations: Catalan, Norwegian, Romanian.\r
-\r
-  \r
-2.30 Beta 23   2002-09-07\r
--------------------------\r
-- Encryption feature for zip format.\r
-- Percent indicating for some operations.\r
-- Some bugs were fixed.\r
-\r
-  \r
-2.30 Beta 22   2002-08-31\r
--------------------------\r
-- New program: 7-Zip File Manager.\r
-- Command line version now doesn't allow absolute paths\r
-  for compressing files.\r
-- New localizations: Belarusian, Greek.\r
-- Bug in FAR plugin was fixed:\r
-    Incorrect updating when archive has no explicit \r
-    directory items for file items.\r
-- Some bugs were fixed.\r
-\r
-  \r
-2.30 Beta 21   2002-07-08\r
--------------------------\r
-- RAM requirements for LZMA (7z) compression were reduced.\r
-- Small bug in FAR plugin was fixed.\r
-\r
-\r
-2.30 Beta 20   2002-07-01\r
--------------------------\r
-- RAM requirements for LZMA (7z) decompression were reduced.\r
-- New localization: Turkish.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 19   2002-04-11\r
--------------------------\r
-- Supporting RAR 3.0 archives.\r
-- New localizations: Danish, Ukrainian.\r
-\r
-\r
-2.30 Beta 18   2002-03-25\r
--------------------------\r
-- Compressing speed in 7z format was slightly increased.\r
-- New localizations: Estonian, Finnish.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 17   2002-03-03\r
--------------------------\r
-- Supporting ARJ archives.\r
-- New localization: Chinese Simplified.\r
-\r
-\r
-2.30 Beta 16   2002-02-24\r
--------------------------\r
-- Supporting RPM and CPIO archives.\r
-- New fast compression mode for LZMA: -m0a=0.\r
-- New match finders for LZMA: bt4b, hc3, hc4.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 15   2002-02-17\r
--------------------------\r
-- Compression ratio in 7z was slightly improved.\r
-- New localization: Dutch.\r
-\r
-\r
-2.30 Beta 14   2002-02-10\r
--------------------------\r
-- Speed optimization for multiprocessor computers (-mmt switch).\r
-- New localizations: Czech, Japanese, Polish.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 13   2002-01-31\r
--------------------------\r
-- New SFX module for installers.\r
-- New match finder for LZMA: bt3.\r
-- New localizations: Portuguese, Portuguese Brazil, Serbo-Croatian.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 12   2002-01-16\r
--------------------------\r
-- Bug was fixed: memory leak in Beta 11.\r
-- New localization: Hungarian.\r
-\r
-\r
-2.30 Beta 11   2002-01-15\r
--------------------------\r
-- Archive testing feature for GUI version.\r
-- Now 7-Zip can use more than 256 MB of RAM in all Windows versions.\r
-- New localizations: Bulgarian, Chinese Traditional, Latvian, Slovak.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 10   2002-01-11\r
--------------------------\r
-- Bugs were fixed:\r
-    - Updating 7z archives in Beta 8 and 9 didn't work.\r
-    - Unicode version in Beta 9 didn't work in Windows NT4.\r
-    - Some other bugs were fixed.\r
-- New localizations: Arabic, French, Italian, Slovenian, Spanish.\r
-\r
-\r
-2.30 Beta 9    2002-01-08\r
--------------------------\r
-- Program localization: English, German, Russian.\r
-- Additional optimized versions of programs \r
-  for Windows NT4/2000/XP.\r
-- Two new match finders for LZMA: pat3h and pat4h.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 8    2001-12-21\r
--------------------------\r
-- 7-Zip now supports some zip archives that were not \r
-  supported by previous versions.\r
-- 7-Zip now supports new state (-uw switch) for cases\r
-  when 7-Zip can not detect whether file is newer or the same.\r
-- Supporting anti-items in 7z format for incremental \r
-  update (-u with action #3).\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 7    2001-11-04\r
--------------------------\r
-- BCJ2: new converter for x86 code.\r
-- Supporting tar archives with very long file names\r
-  (GNU extension to 'tar' format).\r
-- Supporting multistream coders in 7z (-mb switch).\r
-- More compressing parameters for zip and gzip \r
-  in console version (-m switch).\r
-- Solid compressing option in Windows version.\r
-- Compressing parameters option in Windows version.\r
-- Auto renaming existing files feature for \r
-  extracting files.\r
-- Overwrite mode switch for extracting (-ao).\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 6    2001-10-13\r
--------------------------\r
-- Supporting 7z format in MultiArc plugin for FAR Manager.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 5    2001-10-02\r
--------------------------\r
-- Creating SFX archives from explorer.\r
-- 7zWin.sfx: Windows version of SFX module.\r
-- Auto adding .exe extension to SFX archive name.\r
-- 7za.exe now supports 7z, bzip2, gzip, tar, zip.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.30 Beta 4    2001-09-15\r
--------------------------\r
-- Self extract capability for 7z format.\r
-- 7z archive format is default for 7z.exe and 7za.exe.\r
-- 7z in default mode now uses bt234 match finder\r
-  and solid compression.\r
-- 7z in maximum mode (-mx) now uses 4MB dictionary.\r
-\r
-\r
-2.30 Beta 3    2001-09-10\r
--------------------------\r
-- Bug was fixed: decompressing .7z solid archives \r
-  containing empty files.\r
-- new 7za.exe: standalone command line version \r
-  (only for 7z format).\r
-- Speed of compressing to Deflate format (zip, gzip) \r
-  was slightly increased.\r
-\r
-\r
-2.30 Beta 2    2001-08-30\r
--------------------------\r
-- Supporting the new 7z format with high compression ratio.\r
-- -bd (Disable percentage indicator) switch in \r
-  console version.\r
-- Bug in console version was fixed: \r
-    previous versions incorrectly execute compression \r
-    commands with non-recursive wildcards in combination \r
-    with subfolders.\r
-- Some other bugs were fixed.\r
-\r
-\r
-2.30 Beta 1    2001-05-07\r
--------------------------\r
-- Speed of reading of archive contents was increased.\r
-- Bug was fixed: incorrect showing file names with \r
-  national charsets in some zip archives.\r
-- Now it is possible to compress files larger than 4GB \r
-  to GZip archives.\r
-\r
-\r
-2.24           2001-03-21\r
--------------------------\r
-- Bugs in GZip and Cab decoders were fixed.\r
-\r
-\r
-2.23           2001-03-04\r
--------------------------\r
-- Opening archive items in Explorer.\r
-- Context menu for archive items in Explorer.\r
-- Automatic adding extension to archive name in console version.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.22           2001-01-21\r
--------------------------\r
-- Supporting Zip archives containing more than 65535 files.\r
-- Speed of Plugin for Explorer was increased.\r
-- Searching start position of archive now is limited by \r
-  first 1MB part of file.\r
-- Some bugs were fixed.\r
-- Packet now doesn't contain 7zip.exe, far7zip.reg and \r
-  far7zip2.reg files. There is new far7z.reg file.\r
-\r
-\r
-2.21           2000-12-21\r
--------------------------\r
-- FAR Plugin was improved:\r
-\r
-    - Showing process box during opening archives.\r
-    - Viewing properties of file by Ctrl-A.\r
-    - Alt-F6 in archive now immediately extracts selected files \r
-      to current directory.\r
-      \r
-- Some bugs were fixed:\r
-    \r
-    - Entering to archive's subfolders in Explorer by clicking \r
-      items in main window didn't work under Windows ME/2000.\r
-    - Decompressing solid Rar archives sometimes gave error.\r
-    - Console version 7z.exe during list operation incorrectly \r
-      showed file names with national (non-english) charsets.\r
-    - FAR Plugin didn't execute some operations.\r
-    - Showing percents during extracting ZIP archives sometimes \r
-      was incorrect.\r
-\r
-\r
-2.20           2000-11-20\r
--------------------------\r
-- Supporting BZip2 and Cab.\r
-- New program architecture with external\r
-  compression and cryptographic modules.\r
-- Decryption support (Rar and Zip). \r
-- New console client. \r
-- Some bugs were fixed.\r
-\r
-\r
-2.11           2000-06-15\r
--------------------------\r
-- Bugs were fixed:\r
-\r
-    - FAR Plugin incorrectly processed\r
-      names of subdirectories that use national\r
-      (non-english) charsets.\r
-    - gzip plugin could not compress empty files.\r
-\r
-\r
-2.10           2000-05-16\r
--------------------------\r
-- First level 7-Zip Plugin for FAR Manager.\r
-- GUI version with integration to Windows Shell.\r
-- Compression and decompressing GZip and TAR formats.\r
-- Decompression RAR.\r
-- Install & Uninstall support.\r
-- Some bugs were fixed.\r
-\r
-\r
-2.01           1999-09-19\r
--------------------------\r
-- Small bug was fixed.\r
-- Compression ratio was improved for some files.\r
-\r
-\r
-2.00           1999-07-18\r
--------------------------\r
-- Release.\r
-- Big bug was fixed: previous versions incorrectly worked\r
-    during compressing with files that were referred by\r
-    direct(without wildcards) paths, containing subdirs parts.\r
-- Compression and decompression speed were improved.\r
-- -mx switch (maXimize compression) was added.\r
-- Small bugs were fixed.\r
-\r
-\r
-2.00 Beta 1    1999-01-02\r
--------------------------\r
-- Original beta version.\r
-\r
-\r
-End of document\r
+HISTORY of the 7-Zip
+--------------------
+
+4.62           2008-12-02
+-------------------------
+- Some bugs were fixed.
+
+
+4.61 beta      2008-11-23
+-------------------------
+- 7-Zip now supports LZMA compression for .ZIP archives.
+- Some bugs were fixed.
+- New localization: Sinhala.
+
+
+4.60 beta      2008-08-19
+-------------------------
+- Some bugs were fixed.
+
+
+4.59 beta      2008-08-13
+-------------------------
+- 7-Zip now can unpack UDF, XAR and DMG/HFS archives.
+- 7-Zip File Manager now keeps encryption when you edit encrypted file inside archive.
+- 7-Zip File Manager now allows to change current folder from the address bar drop-down list.
+- It's allowed to use -t switch for "list" and "extract" commands.
+- Some bugs were fixed.
+- New localizations: Icelandic, Kurdish Sorani.
+
+
+4.58 beta      2008-05-05
+-------------------------
+- Some speed optimizations.
+- 7-Zip now can unpack .lzma archives.
+- Unicode (UTF-8) support for filenames in .ZIP archives. Now there are 3 modes:
+    1) Default mode: 7-Zip uses UTF-8, if the local code page doesn't contain required symbols.
+    2) -mcu switch:  7-Zip uses UTF-8, if there are non-ASCII symbols.
+    3) -mcl switch:  7-Zip uses local code page.
+- Now it's possible to store file creation time in 7z and ZIP archives (-mtc switch).
+- 7-Zip now can unpack multivolume RAR archives created with 
+  "old style volume names" scheme and names *.001, *.002, ...
+- Now it's possible to use -mSW- and -mSW+ switches instead of -mSW=off and -mSW=on  
+- Some bugs were fixed.
+- New localizations: Punjabi (Indian), Pashto.
+
+
+4.57           2007-12-06
+-------------------------
+- The BUG in command line version was fixed: -up3 switch 
+  could work incorrectly.
+
+
+4.56 beta      2007-10-24
+-------------------------
+- Some bugs were fixed.
+
+
+4.55 beta      2007-09-05
+-------------------------
+- Some bugs were fixed.
+
+
+4.54 beta      2007-09-04
+-------------------------
+- Decompression speed was increased.
+
+
+4.53 beta      2007-08-27
+-------------------------
+- "Test" and "Info" buttons now work for open archives.
+- The bug in 7-Zip 4.48 - 4.52 beta was fixed:
+    7-Zip could create .ZIP archives with broken files.
+- Some bugs were fixed.
+
+
+4.52 beta      2007-08-03
+-------------------------
+- 7-Zip now can unpack Compound files (msi, doc, ...).
+- Some bugs were fixed.
+
+
+4.51 beta      2007-07-25
+-------------------------
+- Bug was fixed: 7-Zip 4.50 beta could not open some .7z archives.
+
+
+4.50 beta      2007-07-24
+-------------------------
+- New switch for command line version:
+    -ssc[-] enables/disables case-sensitive mode for file names.
+- Speed optimizations for AES encryption.
+- Some bugs were fixed.
+
+
+4.49 beta      2007-07-11
+-------------------------
+- 7-Zip now can unpack WIM archives.
+- 7-Zip now replaces incorrect characters in filenames during extracting.
+
+
+4.48 beta      2007-06-26
+-------------------------
+- Encryption strength for .7z format was increased. 
+  Now it uses random initialization vectors.
+- Some bugs were fixed.
+
+
+4.47 beta      2007-05-27
+-------------------------
+- Bugs of 7-Zip 4.46 beta were fixed: BZip2 could work incorrectly.
+
+
+4.46 beta      2007-05-25
+-------------------------
+- New fast compression mode for Deflate method in Zip and GZip.
+- New "Compress shared files" option in GUI and -ssw switch.
+- Some bugs were fixed.
+- New localization: Norwegian Nynorsk.
+
+
+4.45 beta      2007-04-17
+-------------------------
+- Now it's possible to specify the size of solid block and the number 
+  of CPU threads in "Add to archive" dialog box. 
+- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.
+- Speed optimizations.
+- Benchmark was improved (new "b" command in command line version).
+- The number of DLL files was reduced.
+- Now it's possible to associate 7-zip with combined types like .tbz2
+- switch -mhcf=off is not supported now.
+- If -t{Type} switch is not specified, 7-Zip now uses extension of archive to 
+  detect the type of archive.
+- Some bugs were fixed.
+- New localization: Welsh.
+
+
+4.44 beta      2007-01-20
+-------------------------
+- Speed optimizations for LZMA, Deflate, BZip2 and unRAR.
+- 7-Zip now supports file pathnames longer than 260 characters.
+- Some bugs were fixed.
+- New localizations: Bangla, Bashkir, Nepali.
+
+
+4.43 beta      2006-09-15
+-------------------------
+- 7-Zip now can use multi-threading mode for compressing to .ZIP archives.
+- ZIP format supporting was improved.
+- 7-Zip now supports WinZip-compatible AES-256 encryption for .ZIP archives.
+- New context menu items for .ZIP archives creating.
+- 7-Zip now uses order list (list of extensions) for files sorting for compressing 
+  to .7z archives. It can slightly increase compression ratio in some cases.
+- 7-Zip now restores modification time of folders during .7z archives extracting.
+- Some bugs were fixed.
+- New localizations: Armenian, Marathi.
+
+
+
+4.42           2006-05-14
+-------------------------
+- Compressing speed and Memory requirements were increased.
+  Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB, 
+  Normal: 4 MB, Max: 16 MB, Ultra: 64 MB.
+- BZip2 compressing / decompressing now can work in multi-threading mode
+- Multi-threading mode now is default for multi-processor systems
+- 64-bit version now supports 1 GB dictionary
+- 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4
+- Compression ratio in Zip/GZip/Deflate in Ultra mode was increased
+- 7-Zip now can unpack ISO archives and some installers created by NSIS
+- Optional "Flat View" mode in 7-Zip File Manager
+- 7-Zip File Manager now can calculate CRC checksums for files
+- -x switch with relative paths now affects files specified with absolute paths
+- New switch for 7za.exe (console version): -slt.
+  "l" (list) command with -slt shows technical information for archive.
+- New switch: -scs{WIN|DOS|UTF-8} specifies charset for list files.
+  Default charset for list files is UTF-8 now.
+- Some bugs were fixed
+- New localizations: Albanian, Kurdish
+
+
+4.32           2005-12-09
+-------------------------
+- Bug was fixed: 7-Zip 4.31 didn't work in Windows 95
+
+
+4.31           2005-12-04
+-------------------------
+- Small changes
+- New localization: Basque
+
+
+4.30 beta      2005-11-18
+-------------------------
+- Files 7zFMn.exe, 7zGn.exe, 7-zipn, 7za.exe, 7zC.sfx were removed from 7-zip package
+- 7-Zip now uses uncompressed SFX: 7z.sfx
+- Sfx modules 7z.sfx and 7zCon.sfx now use msvcrt.dll
+- Speed optimizations in LZMA maximum/ultra compressing.
+- LZMA now supports word size up to 273
+- 7-Zip now reduces dictionary size for LZMA, if you compress files 
+  smaller than specified dictionary size.
+- 7-Zip now can use large memory pages:
+    GUI: 7-Zip File Manager / Options / Settings / Use large memory pages.
+    Command line version: -slp switch.
+  This feature allows to increase speed of compressing.
+  But 7-Zip can make some pause at starting of compressing for allocating large pages.
+  Also Task Manager doesn't show real memory usage of program, if 7-Zip uses large pages.
+  This feature works only on Windows 2003 / XP x64 / Vista. 
+  Also you must have administrator's rights for your system.
+  Recommended size of RAM: 1 GB or more.
+  To install this feature you must run 7-Zip File Manager at least once, 
+  close it and reboot system.
+- Some bugs were fixed
+  
+
+4.29 beta      2005-09-28
+-------------------------
+- Bug was fixed: 7-Zip 4.28 beta worked incorrectly in Windows 95/98/Me
+
+
+4.28 beta      2005-09-27
+-------------------------
+- Bug was fixed: 7-Zip 4.27 beta created incorrect multivolume archives.
+- "Duplicate filename" collision problem between names with ligatures was fixed.
+
+
+4.27 beta      2005-09-21
+-------------------------
+- 7-Zip can unpack CHM/HXS (MS HTML HELP) archives
+- 7-Zip can unpack multivolume CAB archives
+- Now 7-Zip deletes files to the Recycle Bin by default.
+  Shift+Delete deletes files permanently.
+- Some bugs were fixed
+- New localization: Tatarish
+
+
+4.26 beta      2005-08-05
+-------------------------
+- LZH format support (extracting only)
+- Some bugs were fixed
+- New localization: Ido
+
+
+4.25 beta      2005-07-31
+-------------------------
+- 7-Zip now doesn't interrupt the compressing when it can not 
+  find specified file as in version 4.24 beta. It just shows warning.
+- 7-Zip now supports standard selection mode in the file list
+- Some bugs were fixed
+
+
+4.24 beta      2005-07-06
+-------------------------
+- 7-Zip now supports right-click Drag and Drop in Explorer
+- Command line version now supports short file names (like FILENA~1.TXT)
+- If there are no wildcard names and there is no -r switch in command line, 
+  7-Zip now checks that specified files exist on disk before compressing.
+- Some bugs were fixed
+
+
+4.23           2005-06-29
+-------------------------
+- Drag and Drop support
+- 7-Zip File Manager now can copy files from one archive to another
+- Some bugs were fixed
+- New localizations: Extremaduran, Malay
+
+
+4.20           2005-05-30
+-------------------------
+- No changes 
+
+
+4.19 beta      2005-05-21
+-------------------------
+- BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and 
+  Ultra. In Normal mode it compresses almost as original BZip2 compressor. 
+  Compression ratio in Maximum and Ultra modes is 1-3% better for some files, 
+  but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times 
+  slower than Normal mode.
+- Console version now prints all messages to stdout by default,
+  and if -so switch is specified, 7-Zip prints messages to stderr.
+- Some bugs were fixed
+- New localizations: Azeri, Georgian
+
+
+4.18 beta      2005-04-19
+-------------------------
+- Bug in v4.17 beta was fixed: 7-Zip File Manager could crash 
+  after some operations with archives
+
+  
+4.17 beta      2005-04-18
+-------------------------
+- To increase protection from viruses, 7-Zip now does not open 
+  files with more than 4 continuous spaces in the name. 
+  And 7-Zip changes such long spaces in name to " ... " in the file list.
+- Code size optimization
+- Some files were moved from main package to extra package:
+    - Plugin for FAR Manager
+    - SFX modules for installers (7zS.sfx and 7zSD.sfx)
+- New localizations: Asturian, Indonesian
+
+
+4.16 beta      2005-03-29
+-------------------------
+- Speed optimization (5%) for 7z / LZMA 
+- 7za.exe now supports .Z archives
+- -r- switch in command line now is default for all commands 
+- Some bugs were fixed
+- New localization: Uzbek
+
+
+4.15 beta      2005-01-25
+-------------------------
+- Z format supporting (extracting only)
+- 7-Zip now can extract ZIP archives compressed with "Shrink" method
+- 7-Zip now doesn't interrupt the compressing when it can not open file.
+  7-Zip just skips that file and shows warning.
+- Some bugs were fixed
+- New localization: Frisian
+
+
+4.14 beta      2005-01-11
+-------------------------
+- 7-Zip installer was created with NSIS.
+  Now it installs 7-Zip for all users (under Windows 2000/XP).
+- Now 7-Zip can create multivolume archives
+  (switch -v for command line)
+- Some bugs were fixed
+- New localizations: Breton, Farsi
+
+
+4.13 beta      2004-12-14
+-------------------------
+- Switch "--" stops switches parsing
+- Some bugs were fixed
+
+
+4.12 beta      2004-11-18
+-------------------------
+- Bug in v4.11 beta was fixed:
+    7-Zip created incorrect ZIP archives if file size was 
+    from 3.75 GB to 4 GB.
+
+
+4.11 beta      2004-11-16
+-------------------------
+- 7-Zip now shows file names during compressing/decompressing
+- 7-Zip now supports Zip64 extension of ZIP format. So now it's 
+  possible to compress files bigger than 4 GB to ZIP archives.
+- Some bugs were fixed
+- New localization: Galician
+
+
+4.10 beta      2004-10-21
+-------------------------
+- Bugs in v4.0* were fixed:
+  - Some commands in command line with "-r" switch worked incorrectly,
+    so 7-zip could skip some files during compressing
+  - Some other bugs were fixed
+- Small internal changes
+
+  
+4.09 beta      2004-10-05
+-------------------------
+- Bugs in v4.0* were fixed:
+  - Renaming inside archives didn't work or worked incorrectly
+  - GUI SFX didn't show extracting dialog at start
+- Small fixes in 7-Zip GUI (7zG.exe)
+
+
+4.08 beta      2004-10-04
+-------------------------
+- Bug in installer for v4.07 was fixed: when rebooting 
+  is required, it rebooted without asking user
+- Small fixes in 7-Zip GUI (7zG.exe)
+
+
+4.07 beta      2004-10-03
+-------------------------
+- Big amount of code was changed in this beta version.
+  So don't use it for important data compressing. 
+  And test archive after compressing.
+
+- Unified command line interface to GUI and console versions
+- 7-Zip now can extract or test several archives in one command  
+- 7-Zip now doesn't interrupt the compressing when file is locked by 
+  other application. 7-Zip just skips that file and shows warning.
+  Note: previous versions of 7-Zip had bug, so they can not unpack 
+  non-solid and some solid 7z archives with such skipped files.
+- Command line interface was changed:
+    - now it's possible to use absolute pathnames
+    - syntax simplification:
+        was: 7z a a Folder1\* Folder2\* -r
+        now: 7z a a Folder1 Folder2
+    - now it's possible to use complex wildcard commands, like *\*111*\*
+- More smart detection of archive type for files with unusual
+  file name extensions
+- Supporting for RAR archives with encrypted headers
+- CPIO format supporting was improved
+- For GZip and BZip2 formats you can:
+    - Compress from stdin (-si switch)
+    - Compress to stdout (-so switch)
+    - Extract to stdout (-so switch)
+- 7-Zip File Manager:
+  - Split and Combine commands
+  - new list view options: Full row select, Show grid lines
+- Internal reconstruction
+- Some bugs were fixed
+- New localizations: Friulian, Macedonian, Mongolian, Tamil, Thai
+
+
+3.13           2003-12-11
+-------------------------
+- Some small bugs were fixed
+
+
+3.12           2003-12-10
+-------------------------
+- Now you can select compression method, dictionary size
+  and word size in "Add to archive" dialog box. Also it 
+  shows memory usage.
+- 7-Zip File Manager now contains toolbars.
+- New "Benchmark" command in 7-Zip File Manager.
+  It measures compressing and decompressing speeds and 
+  shows rating values.
+- Some bugs were fixed.
+
+
+3.11           2003-10-06
+-------------------------
+- 7-zip now use limitations for solid block size
+  for increasing the speed of random file decompressing:
+    - in Store mode:     0  B
+    - in Fast mode:     16 MB
+    - in Normal mode:  256 MB
+    - in Maximum mode:   1 GB 
+    - in Ultra mode:     4 GB 
+- 7z.exe, 7za.exe and SFX modules now support Unicode 
+  file names under Windows NT/2000/XP/2003.
+  7zn.exe and 7zan.exe were removed from package. 
+- Some bugs were fixed
+- New localization: Afrikaans
+
+  
+3.10           2003-09-27
+-------------------------
+- Drag-and-Drop from external application
+- GUI version (7zG.exe) can compress files with absolute paths
+- Compression dialog doesn't suggest bzip2 and gzip2 types when 
+  there are more than one selected file
+- Optional auto renaming for existing files during extraction 
+  in command line version (-aot switch).
+- Some bugs were fixed
+
+
+3.09.02        2003-09-20
+-------------------------
+- Optional limitation for solid block size for increasing 
+  the speed of random file decompressing (-ms switch)
+
+
+3.09.01 beta   2003-09-06
+-------------------------
+- Automatic compression filter for executable files:
+  dll, exe, ocx, sfx, sys, (-mf switch)
+- Compression levels in 7z now are:
+    - Fast:    32 KB dictionary, BCJ filter
+    - Normal:   2 MB dictionary, BCJ filter
+    - Maximum:  8 MB dictionary, BCJ filter, max settings
+    - Ultra:   32 MB dictionary, BCJ2 filter, max settings
+- Updating solid 7z archives now is supported, if it doesn't 
+  require repacking solid blocks
+- -mhcf switch for 7z format now is default
+- Some bugs were fixed
+
+
+3.08.04 beta   2003-08-24
+-------------------------
+- Favorites menu in 7-Zip File Manager
+- Some bugs were fixed
+
+
+3.08.03 beta   2003-08-21
+-------------------------
+- Automatic adding of extension to archive name in Compress Dialog
+- Some bugs in previous 3.08.* versions were fixed:
+    - Storing columns width inside archives in File Manager
+    - Opening archive inside archive
+    - Quotes in list files in console version
+
+
+3.08.02 beta   2003-08-20
+-------------------------
+- Some bugs were fixed
+
+
+3.08 beta      2003-08-19
+-------------------------
+- Compress dialog:
+   - Supporting fast compressing mode (-mx=1 switch)
+   - Multi-threading option for Multi-Processor systems 
+     or Pentium 4 with Hyper-Threading
+   - Encrypt file names option
+- New context menu items:
+   - Extract here
+   - Extract to <Folder>
+   - Compress and email
+- Internal reconstruction, registry using was reduced
+- New localization: Esperanto
+
+
+2.30 Beta 32   2003-05-15
+-------------------------
+- New features in compressing / decompressing window.
+- "Show password" option.
+- Some other small changes.
+- New localization: Valencian.
+
+
+2.30 Beta 31   2003-04-29
+-------------------------
+- Some bugs were fixed.
+
+
+2.30 Beta 30   2003-04-19
+-------------------------
+- 7-Zip File Manager:
+   - Showing .. item.
+   - 1/2 Panels mode switching (F9).
+- Supporting Bzip2 compression in ZIP archives.
+- Some bugs were fixed.
+- Some optimization recompiling for reducing code size.
+
+
+2.30 Beta 29   2003-04-07
+-------------------------
+- 7-Zip File Manager:
+   - "7-Zip" and "System" submenus in "Files" menu.
+   - Path history and "Browse" button in "Copy" dialog.
+- RAR supporting was improved.
+- Some bugs were fixed.
+- Small changes in LZMA code.
+- New localizations: Hebrew, Vietnamese.
+
+
+2.30 Beta 28   2003-02-16
+-------------------------
+- Some bugs were fixed:
+   - Updating 7z archives that are larger than 4 GB.
+   - Using anti-items in 7z format.
+   - Compressing empty files with password to zip format.
+- In max mode 7z now uses 8 MB dictionary instead of 4 MB.
+- 7-Zip File Manager:
+   - Supporting file comments: Ctrl-Z.
+   - New key alias for folder bookmarks: [Shift]+Alt+Number.
+
+
+2.30 Beta 27   2003-01-24
+-------------------------
+- Two BUGs in two previous beta versions (Beta 25 and Beta 26) 
+  were fixed:
+    1. Incorrect compressing to non-solid 7z archive
+       when files have some very big sizes:
+       4 GB, 8 GB, 12 GB, 16 GB, ... 
+    2. Incorrect percent showing in 7z compressing
+       when files are bigger than 4 GB.
+- Supporting multivolume RAR and SPLIT archives. 
+- Supporting DEB archives.
+- Supporting old version of CPIO format.
+- Some bugs were fixed.
+- New localizations: Korean, Swedish.
+
+
+2.30 Beta 26   2003-01-12
+-------------------------
+- Supporting Deflate64 method in Zip archives.
+- Supporting Rar 1.50 archives.
+- Some bugs were fixed.
+
+
+2.30 Beta 25   2003-01-02
+-------------------------
+- Encryption feature for 7z format (AES-256).
+- New optional archive header compressing mode (-mhcf).
+- Archive headers now always are compressed with LZMA method.
+- Updating non-solid 7z archives without -ms=off now is allowed.
+- Folder creating and item renaming inside archive now is supported.
+- Supporting encrypted Rar3 archives.
+- Supporting Unicode names in Rar3 archives.
+- Some bugs were fixed.
+- New localizations: Lithuanian, Voro.
+
+
+2.30 Beta 24   2002-11-01
+-------------------------
+- Some internal reconstructions.
+- -m switch syntax was slightly changed.
+- Some bugs were fixed.
+- New localizations: Catalan, Norwegian, Romanian.
+
+  
+2.30 Beta 23   2002-09-07
+-------------------------
+- Encryption feature for zip format.
+- Percent indicating for some operations.
+- Some bugs were fixed.
+
+  
+2.30 Beta 22   2002-08-31
+-------------------------
+- New program: 7-Zip File Manager.
+- Command line version now doesn't allow absolute paths
+  for compressing files.
+- New localizations: Belarusian, Greek.
+- Bug in FAR plugin was fixed:
+    Incorrect updating when archive has no explicit 
+    directory items for file items.
+- Some bugs were fixed.
+
+  
+2.30 Beta 21   2002-07-08
+-------------------------
+- RAM requirements for LZMA (7z) compression were reduced.
+- Small bug in FAR plugin was fixed.
+
+
+2.30 Beta 20   2002-07-01
+-------------------------
+- RAM requirements for LZMA (7z) decompression were reduced.
+- New localization: Turkish.
+- Some bugs were fixed.
+
+
+2.30 Beta 19   2002-04-11
+-------------------------
+- Supporting RAR 3.0 archives.
+- New localizations: Danish, Ukrainian.
+
+
+2.30 Beta 18   2002-03-25
+-------------------------
+- Compressing speed in 7z format was slightly increased.
+- New localizations: Estonian, Finnish.
+- Some bugs were fixed.
+
+
+2.30 Beta 17   2002-03-03
+-------------------------
+- Supporting ARJ archives.
+- New localization: Chinese Simplified.
+
+
+2.30 Beta 16   2002-02-24
+-------------------------
+- Supporting RPM and CPIO archives.
+- New fast compression mode for LZMA: -m0a=0.
+- New match finders for LZMA: bt4b, hc3, hc4.
+- Some bugs were fixed.
+
+
+2.30 Beta 15   2002-02-17
+-------------------------
+- Compression ratio in 7z was slightly improved.
+- New localization: Dutch.
+
+
+2.30 Beta 14   2002-02-10
+-------------------------
+- Speed optimization for multiprocessor computers (-mmt switch).
+- New localizations: Czech, Japanese, Polish.
+- Some bugs were fixed.
+
+
+2.30 Beta 13   2002-01-31
+-------------------------
+- New SFX module for installers.
+- New match finder for LZMA: bt3.
+- New localizations: Portuguese, Portuguese Brazil, Serbo-Croatian.
+- Some bugs were fixed.
+
+
+2.30 Beta 12   2002-01-16
+-------------------------
+- Bug was fixed: memory leak in Beta 11.
+- New localization: Hungarian.
+
+
+2.30 Beta 11   2002-01-15
+-------------------------
+- Archive testing feature for GUI version.
+- Now 7-Zip can use more than 256 MB of RAM in all Windows versions.
+- New localizations: Bulgarian, Chinese Traditional, Latvian, Slovak.
+- Some bugs were fixed.
+
+
+2.30 Beta 10   2002-01-11
+-------------------------
+- Bugs were fixed:
+    - Updating 7z archives in Beta 8 and 9 didn't work.
+    - Unicode version in Beta 9 didn't work in Windows NT4.
+    - Some other bugs were fixed.
+- New localizations: Arabic, French, Italian, Slovenian, Spanish.
+
+
+2.30 Beta 9    2002-01-08
+-------------------------
+- Program localization: English, German, Russian.
+- Additional optimized versions of programs 
+  for Windows NT4/2000/XP.
+- Two new match finders for LZMA: pat3h and pat4h.
+- Some bugs were fixed.
+
+
+2.30 Beta 8    2001-12-21
+-------------------------
+- 7-Zip now supports some zip archives that were not 
+  supported by previous versions.
+- 7-Zip now supports new state (-uw switch) for cases
+  when 7-Zip can not detect whether file is newer or the same.
+- Supporting anti-items in 7z format for incremental 
+  update (-u with action #3).
+- Some bugs were fixed.
+
+
+2.30 Beta 7    2001-11-04
+-------------------------
+- BCJ2: new converter for x86 code.
+- Supporting tar archives with very long file names
+  (GNU extension to 'tar' format).
+- Supporting multistream coders in 7z (-mb switch).
+- More compressing parameters for zip and gzip 
+  in console version (-m switch).
+- Solid compressing option in Windows version.
+- Compressing parameters option in Windows version.
+- Auto renaming existing files feature for 
+  extracting files.
+- Overwrite mode switch for extracting (-ao).
+- Some bugs were fixed.
+
+
+2.30 Beta 6    2001-10-13
+-------------------------
+- Supporting 7z format in MultiArc plugin for FAR Manager.
+- Some bugs were fixed.
+
+
+2.30 Beta 5    2001-10-02
+-------------------------
+- Creating SFX archives from explorer.
+- 7zWin.sfx: Windows version of SFX module.
+- Auto adding .exe extension to SFX archive name.
+- 7za.exe now supports 7z, bzip2, gzip, tar, zip.
+- Some bugs were fixed.
+
+
+2.30 Beta 4    2001-09-15
+-------------------------
+- Self extract capability for 7z format.
+- 7z archive format is default for 7z.exe and 7za.exe.
+- 7z in default mode now uses bt234 match finder
+  and solid compression.
+- 7z in maximum mode (-mx) now uses 4MB dictionary.
+
+
+2.30 Beta 3    2001-09-10
+-------------------------
+- Bug was fixed: decompressing .7z solid archives 
+  containing empty files.
+- new 7za.exe: standalone command line version 
+  (only for 7z format).
+- Speed of compressing to Deflate format (zip, gzip) 
+  was slightly increased.
+
+
+2.30 Beta 2    2001-08-30
+-------------------------
+- Supporting the new 7z format with high compression ratio.
+- -bd (Disable percentage indicator) switch in 
+  console version.
+- Bug in console version was fixed: 
+    previous versions incorrectly execute compression 
+    commands with non-recursive wildcards in combination 
+    with subfolders.
+- Some other bugs were fixed.
+
+
+2.30 Beta 1    2001-05-07
+-------------------------
+- Speed of reading of archive contents was increased.
+- Bug was fixed: incorrect showing file names with 
+  national charsets in some zip archives.
+- Now it is possible to compress files larger than 4GB 
+  to GZip archives.
+
+
+2.24           2001-03-21
+-------------------------
+- Bugs in GZip and Cab decoders were fixed.
+
+
+2.23           2001-03-04
+-------------------------
+- Opening archive items in Explorer.
+- Context menu for archive items in Explorer.
+- Automatic adding extension to archive name in console version.
+- Some bugs were fixed.
+
+
+2.22           2001-01-21
+-------------------------
+- Supporting Zip archives containing more than 65535 files.
+- Speed of Plugin for Explorer was increased.
+- Searching start position of archive now is limited by 
+  first 1MB part of file.
+- Some bugs were fixed.
+- Packet now doesn't contain 7zip.exe, far7zip.reg and 
+  far7zip2.reg files. There is new far7z.reg file.
+
+
+2.21           2000-12-21
+-------------------------
+- FAR Plugin was improved:
+
+    - Showing process box during opening archives.
+    - Viewing properties of file by Ctrl-A.
+    - Alt-F6 in archive now immediately extracts selected files 
+      to current directory.
+      
+- Some bugs were fixed:
+    
+    - Entering to archive's subfolders in Explorer by clicking 
+      items in main window didn't work under Windows ME/2000.
+    - Decompressing solid Rar archives sometimes gave error.
+    - Console version 7z.exe during list operation incorrectly 
+      showed file names with national (non-english) charsets.
+    - FAR Plugin didn't execute some operations.
+    - Showing percents during extracting ZIP archives sometimes 
+      was incorrect.
+
+
+2.20           2000-11-20
+-------------------------
+- Supporting BZip2 and Cab.
+- New program architecture with external
+  compression and cryptographic modules.
+- Decryption support (Rar and Zip). 
+- New console client. 
+- Some bugs were fixed.
+
+
+2.11           2000-06-15
+-------------------------
+- Bugs were fixed:
+
+    - FAR Plugin incorrectly processed
+      names of subdirectories that use national
+      (non-english) charsets.
+    - gzip plugin could not compress empty files.
+
+
+2.10           2000-05-16
+-------------------------
+- First level 7-Zip Plugin for FAR Manager.
+- GUI version with integration to Windows Shell.
+- Compression and decompressing GZip and TAR formats.
+- Decompression RAR.
+- Install & Uninstall support.
+- Some bugs were fixed.
+
+
+2.01           1999-09-19
+-------------------------
+- Small bug was fixed.
+- Compression ratio was improved for some files.
+
+
+2.00           1999-07-18
+-------------------------
+- Release.
+- Big bug was fixed: previous versions incorrectly worked
+    during compressing with files that were referred by
+    direct(without wildcards) paths, containing subdirs parts.
+- Compression and decompression speed were improved.
+- -mx switch (maXimize compression) was added.
+- Small bugs were fixed.
+
+
+2.00 Beta 1    1999-01-02
+-------------------------
+- Original beta version.
+
+
+End of document
index 5214446..cced8a4 100644 (file)
@@ -1,9 +1,9 @@
-<HTML>\r
-<HEAD><TITLE></TITLE>\r
-<META http-equiv="Refresh" content="10; url=../">\r
-</HEAD>\r
-<BODY>\r
-<P>This page is not supported currently.</P>\r
-<P>You will be redirected to English page in 10 seconds.</P>\r
-</BODY>\r
-</HTML>\r
+<HTML>
+<HEAD><TITLE></TITLE>
+<META http-equiv="Refresh" content="10; url=../">
+</HEAD>
+<BODY>
+<P>This page is not supported currently.</P>
+<P>You will be redirected to English page in 10 seconds.</P>
+</BODY>
+</HTML>
index e5a50e2..a711546 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>7-Zip</TITLE>\r
-<META name="keywords" content=", archiver, compression, zip, best, compress,\r
-  high, ratio, free, gnu, lgpl, unzip, far, win32, 7zip, long, file, names">\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><SPAN class="MenuCurrent">Home</SPAN></TD></TR>\r
-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>\r
-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-\r
-<TABLE cellspacing ="4" cellpadding ="4"><TR>\r
-\r
-<TD>\r
-\r
-<H1>Welcome to the 7-Zip Home!</H1>\r
-\r
-<P><B>7-Zip</B> is a file archiver with a high compression ratio.</P>\r
-\r
-<P><B>Download 7-Zip 4.62 (2008-12-02) for Windows</B>:</P>  \r
-<TABLE cellspacing ="1" cellpadding ="6" border = "0">\r
-  <TR>\r
-    <TH class="Title" align="center" width=60>Link</TH>\r
-    <TH class="Title" align="center" width=60>Type</TH>\r
-    <TH class="Title" align="center" width=80>Windows</TH>\r
-    <TH class="Title" align="center" width=55>Size</TH>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>\r
-    <TD class="Item" align="center">.exe</TD>\r
-    <TD class="Item" align="center">32-bit</TD>\r
-    <TD class="Item" align="center">912 KB</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>\r
-    <TD class="Item" align="center">.msi</TD>\r
-    <TD class="Item" align="center">x64</TD>\r
-    <TD class="Item" align="center">1186 KB</TD>\r
-  </TR>\r
-</TABLE>\r
-\r
-<P>The download links above redirect you to download pages on SourceForge.net</P>\r
-\r
-<H2>License</H2>\r
-\r
-<P><B>7-Zip</B> is <B>open source</B> software. Most of the source code is under the <B>GNU LGPL</B> license.\r
-The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check \r
-license information here: <A href="license.txt">7-Zip license</A>.</P> \r
-\r
-<P>You can use 7-Zip on any computer, including a computer in a commercial organization. \r
-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>\r
-\r
-<H2>The main features of 7-Zip</H2>\r
-<UL>\r
-  <LI>High compression ratio in new <A href ="7z.html">7z format</A> with <B>LZMA</B> compression</LI>\r
-  <LI>Supported formats:\r
-    <UL>\r
-     <LI>Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR</LI>\r
-     <LI>Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z.</LI>\r
-    </UL>\r
-  </LI>\r
-  <LI>For ZIP and GZIP formats, <B>7-Zip</B> provides a compression ratio that \r
-      is 2-10 % better than the ratio provided by PKZip and WinZip</LI>\r
-  <LI>Strong AES-256 encryption in 7z and ZIP formats</LI>\r
-  <LI>Self-extracting capability for 7z format</LI>\r
-  <LI>Integration with Windows Shell</LI>\r
-  <LI>Powerful File Manager</LI>\r
-  <LI>Powerful command line version</LI>\r
-  <LI>Plugin for FAR Manager</LI>\r
-  <LI>Localizations for 74 languages</LI>\r
-</UL>\r
-\r
-<IMG width="352" height="320" src="7zfm.png" alt="7-Zip" border="0">\r
-\r
-<P><B>7-Zip</B> works in Windows 98/ME/NT/2000/XP/Vista. There is a port of the \r
-command line version to Linux/Unix.</P>\r
-\r
-\r
-<P>On <A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A> \r
-you can find a forum, bug reports, and feature request systems.</P>\r
-\r
-<H2>Compression ratio</H2>\r
-\r
-<P>We compared <B>7-Zip</B> with some of the leading archivers.</P>\r
-\r
-<P><B>FILE SETS:</B> \r
-<A href="http://www.mozilla.org/products/firefox/">Mozilla Firefox</A> 1.0.7 for Windows \r
-and \r
-<A href="http://earth.google.com/">Google Earth</A> 3.0.0616 for Windows\r
-after full installation.</P>\r
-\r
-<TABLE cellspacing ="2" cellpadding ="6">\r
-  <TR>\r
-    <TH class="Title" rowspan = 3>Archiver</TH>\r
-    <TH class="Title" align="center" colspan = 2>Mozilla Firefox</TH>\r
-    <TH class="Title" align="center" colspan = 2>Google Earth</TH>\r
-  </TR>\r
-  <TR>\r
-    <TH class="Title" align="center" colspan = 2>161 files<BR>15,684,168 bytes</TH>\r
-    <TH class="Title" align="center" colspan = 2>115 files<BR>23,530,652 bytes</TH>\r
-  </TR>\r
-  <TR>\r
-    <TH class="Title" align="center">Compressed size</TH>\r
-    <TH class="Title" align="center">Ratio</TH>\r
-    <TH class="Title" align="center">Compressed size</TH>\r
-    <TH class="Title" align="center">Ratio</TH>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item"><B>7-Zip 4.23 (7z format)</B></TD>\r
-    <TD class="Item" align="center"><B>4621135</B></TD>\r
-    <TD class="Item" align="center"><B>100%</B></TD>\r
-    <TD class="Item" align="center"><B>6109183</B></TD>\r
-    <TD class="Item" align="center"><B>100%</B></TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item">WinRAR 3.50</TD>\r
-    <TD class="Item" align="center">5021556</TD>\r
-    <TD class="Item" align="center">109%</TD>\r
-    <TD class="Item" align="center">6824892</TD>\r
-    <TD class="Item" align="center">112%</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item">CABARC 5.1</TD>\r
-    <TD class="Item" align="center">5131393</TD>\r
-    <TD class="Item" align="center">111%</TD>\r
-    <TD class="Item" align="center">7434325</TD>\r
-    <TD class="Item" align="center">122%</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item">WinZip 10.0 beta (maximum-PPMd)</TD>\r
-    <TD class="Item" align="center">5277118</TD>\r
-    <TD class="Item" align="center">114%</TD>\r
-    <TD class="Item" align="center">8200708</TD>\r
-    <TD class="Item" align="center">134%</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item"><B>7-Zip 4.23 (zip format)</B></TD>\r
-    <TD class="Item" align="center"><B>6222627</B></TD>\r
-    <TD class="Item" align="center"><B>135%</B></TD>\r
-    <TD class="Item" align="center"><B>8909446</B></TD>\r
-    <TD class="Item" align="center"><B>146%</B></TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item">WinZip 10.0 beta (maximum-portable)</TD>\r
-    <TD class="Item" align="center">6448666</TD>\r
-    <TD class="Item" align="center">140%</TD>\r
-    <TD class="Item" align="center">9153898</TD>\r
-    <TD class="Item" align="center">150%</TD>\r
-  </TR>\r
-</TABLE>\r
-\r
-<P>Compression ratio results are very dependent upon the data used for the tests. \r
-Usually, <B>7-Zip</B> compresses to 7z format 30-70% better than to zip format.\r
-And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip compatible programs.</P>\r
-\r
-</TD>\r
-<TD vAlign=top align=right width=210>\r
-\r
-<TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
-  <TR class=NewsHeader>\r
-    <TD class=NewsTitle style="background-color:#808040;">Subscribe to 7-Zip News</TD>\r
-  <TR class=News>\r
-    <TD class=NewsText>\r
-          To subscribe to notifications about new versions of 7-Zip, \r
-          send a blank email to:<BR>\r
-      <A href="mailto:7-Zip-subscribe@topica.com">7-Zip-subscribe@topica.com</A>\r
-    </TD>\r
-  </TR>\r
-</TABLE>\r
-<BR>\r
-<BR>\r
-\r
-<TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
-  <TR class=News>\r
-    <TD class=NewsText colSpan=2>\r
-    <P><A href="http://sourceforge.net/community/index.php/landing-pages/cca07/">\r
-        <IMG src="bestProjectTech.gif" alt="7-Zip CCA Awards" width="200" height="45"></A></P>\r
-    <P>7-Zip is a winner in the SourceForge.net Community Choice Awards 2007 in two categories:</P>\r
-    <UL>\r
-      <LI>Best Project</LI>\r
-      <LI>Best Technical Design</LI>\r
-    </UL>\r
-    </TD>\r
-  </TR>\r
-</TABLE>\r
-<BR>\r
-\r
-<TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
-  <TR class=NewsHeader>\r
-    <TD class=NewsTitle>7-Zip 4.62</TD>\r
-    <TD class=NewsDate>2008-12-02</TD></TR>\r
-  <TR class=News>\r
-    <TD class=NewsText colSpan=2>\r
-      <LI>LZMA compression for .ZIP archives\r
-      <LI>Some bugs were fixed\r
-      <BR>\r
-      <A href="/history.txt">Read about all changes</A>\r
-    </TD>\r
-  </TR>\r
-</TABLE>\r
-<BR>\r
-\r
-<TABLE class=News cellpadding=3 cellspacing=1 border=0>\r
-  <TR class=NewsHeader>\r
-    <TD class=NewsTitle>LZMA SDK 4.62</TD>\r
-    <TD class=NewsDate>2008-12-02</TD></TR>\r
-  <TR class=News>\r
-    <TD class=NewsText colSpan=2>\r
-      <LI>LZMA SDK is placed in the public domain\r
-    </TD>\r
-  </TR>\r
-</TABLE>\r
-<BR>\r
-\r
-\r
-</TD>\r
-</TR></TABLE>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>7-Zip</TITLE>
+<META name="keywords" content=", archiver, compression, zip, best, compress,
+  high, ratio, free, gnu, lgpl, unzip, far, win32, 7zip, long, file, names">
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><SPAN class="MenuCurrent">Home</SPAN></TD></TR>
+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+
+<TABLE cellspacing ="4" cellpadding ="4"><TR>
+
+<TD>
+
+<H1>Welcome to the 7-Zip Home!</H1>
+
+<P><B>7-Zip</B> is a file archiver with a high compression ratio.</P>
+
+<P><B>Download 7-Zip 4.62 (2008-12-02) for Windows</B>:</P>  
+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
+  <TR>
+    <TH class="Title" align="center" width=60>Link</TH>
+    <TH class="Title" align="center" width=60>Type</TH>
+    <TH class="Title" align="center" width=80>Windows</TH>
+    <TH class="Title" align="center" width=55>Size</TH>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462.exe">Download</A></TD>
+    <TD class="Item" align="center">.exe</TD>
+    <TD class="Item" align="center">32-bit</TD>
+    <TD class="Item" align="center">911 KB</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/7z462-x64.msi">Download</A></TD>
+    <TD class="Item" align="center">.msi</TD>
+    <TD class="Item" align="center">x64</TD>
+    <TD class="Item" align="center">1186 KB</TD>
+  </TR>
+</TABLE>
+
+<P>The download links above redirect you to download pages on SourceForge.net</P>
+
+<H2>License</H2>
+
+<P><B>7-Zip</B> is <B>open source</B> software. Most of the source code is under the <B>GNU LGPL</B> license.
+The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check 
+license information here: <A href="license.txt">7-Zip license</A>.</P> 
+
+<P>You can use 7-Zip on any computer, including a computer in a commercial organization. 
+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>
+
+<H2>The main features of 7-Zip</H2>
+<UL>
+  <LI>High compression ratio in new <A href ="7z.html">7z format</A> with <B>LZMA</B> compression</LI>
+  <LI>Supported formats:
+    <UL>
+     <LI>Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR</LI>
+     <LI>Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, MSI, WIM, Z, CPIO, RPM, DEB and NSIS</LI>
+    </UL>
+  </LI>
+  <LI>For ZIP and GZIP formats, <B>7-Zip</B> provides a compression ratio that 
+      is 2-10 % better than the ratio provided by PKZip and WinZip</LI>
+  <LI>Strong AES-256 encryption in 7z and ZIP formats</LI>
+  <LI>Self-extracting capability for 7z format</LI>
+  <LI>Integration with Windows Shell</LI>
+  <LI>Powerful File Manager</LI>
+  <LI>Powerful command line version</LI>
+  <LI>Plugin for FAR Manager</LI>
+  <LI>Localizations for 69 languages</LI>
+</UL>
+
+<IMG width="352" height="320" src="7zfm.png" alt="7-Zip" border="0">
+
+<P><B>7-Zip</B> works in Windows 98/ME/NT/2000/XP/Vista. There is a port of the 
+command line version to Linux/Unix.</P>
+
+
+<P>On <A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A> 
+you can find a forum, bug reports, and feature request systems.</P>
+
+<H2>Compression ratio</H2>
+
+<P>We compared <B>7-Zip</B> with some of the leading archivers.</P>
+
+<P><B>FILE SETS:</B> 
+<A href="http://www.mozilla.org/products/firefox/">Mozilla Firefox</A> 1.0.7 for Windows 
+and 
+<A href="http://earth.google.com/">Google Earth</A> 3.0.0616 for Windows
+after full installation.</P>
+
+<TABLE cellspacing ="2" cellpadding ="6">
+  <TR>
+    <TH class="Title" rowspan = 3>Archiver</TH>
+    <TH class="Title" align="center" colspan = 2>Mozilla Firefox</TH>
+    <TH class="Title" align="center" colspan = 2>Google Earth</TH>
+  </TR>
+  <TR>
+    <TH class="Title" align="center" colspan = 2>161 files<BR>15,684,168 bytes</TH>
+    <TH class="Title" align="center" colspan = 2>115 files<BR>23,530,652 bytes</TH>
+  </TR>
+  <TR>
+    <TH class="Title" align="center">Compressed size</TH>
+    <TH class="Title" align="center">Ratio</TH>
+    <TH class="Title" align="center">Compressed size</TH>
+    <TH class="Title" align="center">Ratio</TH>
+  </TR>
+  <TR>
+    <TD class="Item"><B>7-Zip 4.23 (7z format)</B></TD>
+    <TD class="Item" align="center"><B>4621135</B></TD>
+    <TD class="Item" align="center"><B>100%</B></TD>
+    <TD class="Item" align="center"><B>6109183</B></TD>
+    <TD class="Item" align="center"><B>100%</B></TD>
+  </TR>
+  <TR>
+    <TD class="Item">WinRAR 3.50</TD>
+    <TD class="Item" align="center">5021556</TD>
+    <TD class="Item" align="center">109%</TD>
+    <TD class="Item" align="center">6824892</TD>
+    <TD class="Item" align="center">112%</TD>
+  </TR>
+  <TR>
+    <TD class="Item">CABARC 5.1</TD>
+    <TD class="Item" align="center">5131393</TD>
+    <TD class="Item" align="center">111%</TD>
+    <TD class="Item" align="center">7434325</TD>
+    <TD class="Item" align="center">122%</TD>
+  </TR>
+  <TR>
+    <TD class="Item">WinZip 10.0 beta (maximum-PPMd)</TD>
+    <TD class="Item" align="center">5277118</TD>
+    <TD class="Item" align="center">114%</TD>
+    <TD class="Item" align="center">8200708</TD>
+    <TD class="Item" align="center">134%</TD>
+  </TR>
+  <TR>
+    <TD class="Item"><B>7-Zip 4.23 (zip format)</B></TD>
+    <TD class="Item" align="center"><B>6222627</B></TD>
+    <TD class="Item" align="center"><B>135%</B></TD>
+    <TD class="Item" align="center"><B>8909446</B></TD>
+    <TD class="Item" align="center"><B>146%</B></TD>
+  </TR>
+  <TR>
+    <TD class="Item">WinZip 10.0 beta (maximum-portable)</TD>
+    <TD class="Item" align="center">6448666</TD>
+    <TD class="Item" align="center">140%</TD>
+    <TD class="Item" align="center">9153898</TD>
+    <TD class="Item" align="center">150%</TD>
+  </TR>
+</TABLE>
+
+<P>Compression ratio results are very dependent upon the data used for the tests. 
+Usually, <B>7-Zip</B> compresses to 7z format 30-70% better than to zip format.
+And <B>7-Zip</B> compresses to zip format 2-10% better than most of other zip compatible programs.</P>
+
+</TD>
+<TD vAlign=top align=right width=210>
+
+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
+  <TR class=NewsHeader>
+    <TD class=NewsTitle style="background-color:#808040;">Subscribe to 7-Zip News</TD>
+  <TR class=News>
+    <TD class=NewsText>
+          To subscribe to notifications about new versions of 7-Zip, 
+          send a blank email to:<BR>
+      <A href="mailto:7-Zip-subscribe@topica.com">7-Zip-subscribe@topica.com</A>
+    </TD>
+  </TR>
+</TABLE>
+<BR>
+<BR>
+
+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
+  <TR class=News>
+    <TD class=NewsText colSpan=2>
+    <P><A href="http://sourceforge.net/community/index.php/landing-pages/cca07/">
+        <IMG src="bestProjectTech.gif" alt="7-Zip CCA Awards" width="200" height="45"></A></P>
+    <P>7-Zip is a winner in the SourceForge.net Community Choice Awards 2007 in two categories:</P>
+    <UL>
+      <LI>Best Project</LI>
+      <LI>Best Technical Design</LI>
+    </UL>
+    </TD>
+  </TR>
+</TABLE>
+<BR>
+
+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
+  <TR class=NewsHeader>
+    <TD class=NewsTitle>7-Zip 4.62</TD>
+    <TD class=NewsDate>2008-12-02</TD></TR>
+  <TR class=News>
+    <TD class=NewsText colSpan=2>
+      <LI>LZMA compression for .ZIP archives
+      <LI>Some bugs were fixed
+      <BR>
+      <A href="/history.txt">Read about all changes</A>
+    </TD>
+  </TR>
+</TABLE>
+<BR>
+
+<TABLE class=News cellpadding=3 cellspacing=1 border=0>
+  <TR class=NewsHeader>
+    <TD class=NewsTitle>LZMA SDK 4.62</TD>
+    <TD class=NewsDate>2008-12-02</TD></TR>
+  <TR class=News>
+    <TD class=NewsText colSpan=2>
+      <LI>LZMA SDK is placed in the public domain
+    </TD>
+  </TR>
+</TABLE>
+<BR>
+
+
+</TD>
+</TR></TABLE>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>
index 984332e..eb966a2 100644 (file)
@@ -1,57 +1,57 @@
-  7-Zip\r
-  ~~~~~\r
-  License for use and distribution\r
-  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
-\r
-  7-Zip Copyright (C) 1999-2008 Igor Pavlov.\r
-\r
-  Licenses for files are:\r
-\r
-    1) 7z.dll: GNU LGPL + unRAR restriction\r
-    2) All other files:  GNU LGPL\r
-\r
-  The GNU LGPL + unRAR restriction means that you must follow both \r
-  GNU LGPL rules and unRAR restriction rules.\r
-\r
-\r
-  Note: \r
-    You can use 7-Zip on any computer, including a computer in a commercial \r
-    organization. You don't need to register or pay for 7-Zip.\r
-\r
-\r
-  GNU LGPL information\r
-  --------------------\r
-\r
-    This library is free software; you can redistribute it and/or\r
-    modify it under the terms of the GNU Lesser General Public\r
-    License as published by the Free Software Foundation; either\r
-    version 2.1 of the License, or (at your option) any later version.\r
-\r
-    This library is distributed in the hope that it will be useful,\r
-    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
-    Lesser General Public License for more details.\r
-\r
-    You should have received a copy of the GNU Lesser General Public\r
-    License along with this library; if not, write to the Free Software\r
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
-\r
-\r
-  unRAR restriction\r
-  -----------------\r
-\r
-    The decompression engine for RAR archives was developed using source \r
-    code of unRAR program.\r
-    All copyrights to original unRAR code are owned by Alexander Roshal.\r
-\r
-    The license for original unRAR code has the following restriction:\r
-\r
-      The unRAR sources cannot be used to re-create the RAR compression algorithm, \r
-      which is proprietary. Distribution of modified unRAR sources in separate form \r
-      or as a part of other software is permitted, provided that it is clearly\r
-      stated in the documentation and source comments that the code may\r
-      not be used to develop a RAR (WinRAR) compatible archiver.\r
-\r
-\r
-  --\r
-  Igor Pavlov\r
+  7-Zip
+  ~~~~~
+  License for use and distribution
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+  7-Zip Copyright (C) 1999-2007 Igor Pavlov.
+
+  Licenses for files are:
+
+    1) 7z.dll: GNU LGPL + unRAR restriction
+    2) All other files:  GNU LGPL
+
+  The GNU LGPL + unRAR restriction means that you must follow both 
+  GNU LGPL rules and unRAR restriction rules.
+
+
+  Note: 
+    You can use 7-Zip on any computer, including a computer in a commercial 
+    organization. You don't need to register or pay for 7-Zip.
+
+
+  GNU LGPL information
+  --------------------
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+  unRAR restriction
+  -----------------
+
+    The decompression engine for RAR archives was developed using source 
+    code of unRAR program.
+    All copyrights to original unRAR code are owned by Alexander Roshal.
+
+    The license for original unRAR code has the following restriction:
+
+      The unRAR sources cannot be used to re-create the RAR compression algorithm, 
+      which is proprietary. Distribution of modified unRAR sources in separate form 
+      or as a part of other software is permitted, provided that it is clearly
+      stated in the documentation and source comments that the code may
+      not be used to develop a RAR (WinRAR) compatible archiver.
+
+
+  --
+  Igor Pavlov
index d401303..c6239db 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>Links</TITLE>\r
-<META name="keywords" content="links, 7-zip">\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>\r
-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
-<TR><TD><SPAN class="MenuCurrent">Links</SPAN></TD></TR>\r
-<TR><TD>&nbsp&nbsp<A href="logos.html" class="MenuLink">Logos</A></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-\r
-<H1>Links</H1>\r
-\r
-<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A></P>\r
-\r
-<P><A href="http://sourceforge.net/forum/?group_id=14481">7-Zip's Forums at Source Forge</A></P>\r
-\r
-<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>\r
-\r
-<P>p7zip is a quick port of 7-Zip (command line version only) \r
-for Unix, made by an independent developer.</P>\r
-\r
-<P>You can run the command line version of 7-Zip in DOS, using \r
-<A href="http://www.japheth.de/HX.html">HX DOS Extender</A>.</P>\r
-\r
-<HR>\r
-\r
-<P><A href="logos.html">7-Zip Logos and Buttons</A></P>\r
-\r
-<P>If you have your own web site and want to support the 7-Zip project, you can \r
-display the 7-Zip link button on your web pages. Use this HTML code:</P>\r
-<PRE>\r
-&lt;a href="http://www.7-zip.org/"&gt;\r
-&lt;img src="http://www.7-zip.org/logos/7zlogo01.png" \r
-width="88" height="31" border="0" alt="7-Zip" /&gt;&lt;/a&gt;\r
-</PRE>\r
-\r
-<P>\r
-<a href="http://www.7-zip.org/">\r
-<img src="http://www.7-zip.org/logos/7zlogo01.png" \r
-width="88" height="31" border="0" alt="7-Zip" /></a>\r
-</P>\r
-\r
-<HR>\r
-<p>Some 7-Zip related links:</p>\r
-<ul>\r
-<li><A href="http://en.wikipedia.org/wiki/7-Zip">7-Zip at Wikipedia</A></li>\r
-<li><a href="http://sourceforge.net/projects/p7zip/">LZMA SDK for JAVA</a></li>\r
-<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>\r
-<li><a href="http://www.pharmasoft.be/7z/">7-Zip (LZMA) Task for ANT</a></li>\r
-<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>\r
-<li><a href="http://georgwittberger.gmxhome.de/7z/">Customized SFX modules (including German localizations)</a></li>\r
-<li><a href="http://cc.borland.com/Author.aspx?ID=53425">Delphi interface to 7-zip dll</a></li>\r
-<li><a href="http://www.rg-software.de/">TSevenZipVCL - Delphi VCL for 7zip format </a></li>\r
-<li><a href="http://sourceforge.net/projects/cdisplayex">Delphi API for 7-Zip plugins (7z, ZIP, RAR ...)</a></li>\r
-<li><a href="http://portableapps.com/apps/utilities/7-zip_portable">7-Zip Portable</a></li>\r
-<li><a href="http://manageddreams.com/csai/ModReader.7z">Port of 7zip archive reader to C#</a></li>\r
-<li><a href="http://sourceforge.net/project/showfiles.php?group_id=111810">J7Zip: Java decoder fo 7z archives</a></li>\r
-<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>\r
-<li><a href="http://www.7zsfx.info/">7-Zip SFX with enhanced features</a></li>\r
-<li><a href="http://innerlimit.googlepages.com/sevenzipinterface">C# (.net) interface for 7-Zip archive DLLs</a></li>\r
-</ul>\r
-\r
-\r
-<HR>\r
-<p>Applications that use 7-Zip (LZMA) compression:</p>\r
-<ul>\r
-<li><a href="http://nsis.sourceforge.net/">NSIS (Nullsoft Scriptable Install System)</a></li>\r
-<li><a href="http://www.jrsoftware.org/isinfo.php">Inno Setup</a></li>\r
-<li><a href="http://www.backupassist.com/">BackupAssist Backup Software</a></li>\r
-<li><a href="http://www.advancedinstaller.com/">Advanced Installer</a></li>\r
-<li><a href="http://bisqwit.iki.fi/source/cromfs.html">Cromfs: compressed read-only filesystem for Linux </a></li>\r
-<li><a href="http://www.squashfs-lzma.org/">SquashFS: a native compressed read-only filesystem for Linux</a></li>\r
-<li><a href="http://www.afflib.org/">AFFLIB : AFF is the Advanced Forensic Format</a></li>\r
-<li><a href="http://upx.sourceforge.net/">UPX : the Ultimate Packer for eXecutables</a></li>\r
-\r
-</ul>\r
-\r
-<p>Applications that work with .7z archives:</p>\r
-<ul>\r
-  <li><a href="http://www.rarlab.com/">WinRAR</a></li>\r
-  <li><a href="http://www.powerarchiver.com/">PowerArchiver</a></li>\r
-  <li><a href="http://www.ghisler.com/">Total Commander</a>\r
-    <ul>\r
-      <li><A href="http://www.totalcmd.net/plugring/7zip_plugin.html">7Zip Plugin from Adam Strzelecki</A></li>\r
-      <li><A href="http://wcx.sourceforge.net/">MutiArc Plugin with 7z supporting</A></li>\r
-      <li><A href="http://www.totalcmd.net/plugring/7z_plugin.html">7z Plugin from Alexander Cherenkov</A></li>\r
-    </ul>\r
-  </li>\r
-  <li><a href="http://www.farmanager.com/index.php?l=en">FAR Manager</a>\r
-    <ul>\r
-      <li><A href="download.html">7-Zip Plugin for FAR Manager</A></li>\r
-    </ul>\r
-  </li>\r
-  <li><a href="http://www.izarc.org/">IZArc</a></li>\r
-  <li><a href="http://www.altap.cz/salam_en/index.html">Altap Salamander</a></li>\r
-  <li><a href="http://www.tugzip.com/">TUGZip</a></li>\r
-  <li><a href="http://www.quickzip.org/">QuickZip</a></li>\r
-  <li><a href="http://www.zipgenius.it/">ZipGenius</a></li>\r
-  <li><a href="http://www.speedproject.de/enu/speedcommander/index.html">SpeedCommander</a></li>\r
-  <li><a href="http://www.frigate3.com/">Frigate</a></li>\r
-  <li><a href="http://www.efsoftware.com/cw/e.htm">EF Commander</a></li>\r
-  <li><a href="http://www.winmerge.org/">WinMerge</a></li>\r
-  <li><a href="http://fileroller.sourceforge.net/">File Roller</a> is an archive manager for the GNOME environment</li>\r
-  <li><a href="http://peazip.sourceforge.net/">PeaZip</a></li>\r
-  <li><a href="http://www.jzip.com/">jZip - 7-Zip based compressor</a></li>\r
-  <li><a href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</a></li>\r
-  <li><a href="http://www.nomad-net.info">Nomad.NET</a></li>\r
-</ul>\r
-\r
-\r
-<p>Articles and tutorials about 7-Zip:</p>\r
-<ul>\r
-  <li><a href="http://www.donationcoder.com/Reviews/Archive/ArchiveTools/index.html">Best Archive Tool at DonationCoder.com</a></li>\r
-  <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>\r
-  <li><a href="http://www.worthinstalling.com/2006/03/7-zip-quality-opensource-compression.html">\r
-  7-ZIP - Quality Opensource Compression at WorthInstalling.com</a></li>\r
-  <li><a href="http://www.techtorials.com/desktop_apps/7-zip/">Video Tutorial for 7-Zip at Techtorials.com</a></li>\r
-  <li><a href="http://showmedo.com/videos/series?name=hoRsFASoE">Video Tutorial for 7-Zip at ShowMeDo.com</a></li>\r
-  <li><a href="http://www.top-windows-tutorials.com/free-zip.html">Video Tutorial for 7-Zip at Top-Windows-Tutorials.com</a></li>\r
-  <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>\r
-</ul>\r
-\r
-<HR>\r
-\r
-<P><A href="http://www.7-zip.org/igor.html">Home Page of the 7-Zip's developer</A></P>\r
-\r
-<P><A href="http://www.7-zip.org/books.html">Books about compression</A></P>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>Links</TITLE>
+<META name="keywords" content="links, 7-zip">
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
+<TR><TD><SPAN class="MenuCurrent">Links</SPAN></TD></TR>
+<TR><TD>&nbsp&nbsp<A href="logos.html" class="MenuLink">Logos</A></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+
+<H1>Links</H1>
+
+<P><A href="http://sourceforge.net/projects/sevenzip/">7-Zip's Source Forge Page</A></P>
+
+<P><A href="http://sourceforge.net/forum/?group_id=14481">7-Zip's Forums at Source Forge</A></P>
+
+<P><A href="http://sourceforge.net/projects/p7zip/">p7zip at Source Forge</A></P>
+
+<P>p7zip is a quick port of 7-Zip (command line version only) 
+for Unix, made by an independent developer.</P>
+
+<P>You can run the command line version of 7-Zip in DOS, using 
+<A href="http://www.japheth.de/HX.html">HX DOS Extender</A>.</P>
+
+<HR>
+
+<P><A href="logos.html">7-Zip Logos and Buttons</A></P>
+
+<P>If you have your own web site and want to support the 7-Zip project, you can 
+display the 7-Zip link button on your web pages. Use this HTML code:</P>
+<PRE>
+&lt;a href="http://www.7-zip.org/"&gt;
+&lt;img src="http://www.7-zip.org/logos/7zlogo01.png" 
+width="88" height="31" border="0" alt="7-Zip" /&gt;&lt;/a&gt;
+</PRE>
+
+<P>
+<a href="http://www.7-zip.org/">
+<img src="http://www.7-zip.org/logos/7zlogo01.png" 
+width="88" height="31" border="0" alt="7-Zip" /></a>
+</P>
+
+<HR>
+<p>Some 7-Zip related links:</p>
+<ul>
+<li><A href="http://en.wikipedia.org/wiki/7-Zip">7-Zip at Wikipedia</A></li>
+<li><a href="http://sourceforge.net/projects/p7zip/">LZMA SDK for JAVA</a></li>
+<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
+<li><a href="http://www.pharmasoft.be/7z/">7-Zip (LZMA) Task for ANT</a></li>
+<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
+<li><a href="http://georgwittberger.gmxhome.de/7z/">Customized SFX modules (including German localizations)</a></li>
+<li><a href="http://cc.borland.com/Author.aspx?ID=53425">Delphi interface to 7-zip dll</a></li>
+<li><a href="http://www.rg-software.de/">TSevenZipVCL - Delphi VCL for 7zip format </a></li>
+<li><a href="http://sourceforge.net/projects/cdisplayex">Delphi API for 7-Zip plugins (7z, ZIP, RAR ...)</a></li>
+<li><a href="http://portableapps.com/apps/utilities/7-zip_portable">7-Zip Portable</a></li>
+<li><a href="http://manageddreams.com/csai/ModReader.7z">Port of 7zip archive reader to C#</a></li>
+<li><a href="http://sourceforge.net/project/showfiles.php?group_id=111810">J7Zip: Java decoder fo 7z archives</a></li>
+<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>
+<li><a href="http://www.7zsfx.info/">7-Zip SFX with enhanced features</a></li>
+<li><a href="http://innerlimit.googlepages.com/sevenzipinterface">C# (.net) interface for 7-Zip archive DLLs</a></li>
+</ul>
+
+
+<HR>
+<p>Applications that use 7-Zip (LZMA) compression:</p>
+<ul>
+<li><a href="http://nsis.sourceforge.net/">NSIS (Nullsoft Scriptable Install System)</a></li>
+<li><a href="http://www.jrsoftware.org/isinfo.php">Inno Setup</a></li>
+<li><a href="http://www.backupassist.com/">BackupAssist Backup Software</a></li>
+<li><a href="http://www.advancedinstaller.com/">Advanced Installer</a></li>
+<li><a href="http://bisqwit.iki.fi/source/cromfs.html">Cromfs: compressed read-only filesystem for Linux </a></li>
+<li><a href="http://www.squashfs-lzma.org/">SquashFS: a native compressed read-only filesystem for Linux</a></li>
+<li><a href="http://www.afflib.org/">AFFLIB : AFF is the Advanced Forensic Format</a></li>
+<li><a href="http://upx.sourceforge.net/">UPX : the Ultimate Packer for eXecutables</a></li>
+
+</ul>
+
+<p>Applications that work with .7z archives:</p>
+<ul>
+  <li><a href="http://www.rarlab.com/">WinRAR</a></li>
+  <li><a href="http://www.powerarchiver.com/">PowerArchiver</a></li>
+  <li><a href="http://www.ghisler.com/">Total Commander</a>
+    <ul>
+      <li><A href="http://www.totalcmd.net/plugring/7zip_plugin.html">7Zip Plugin from Adam Strzelecki</A></li>
+      <li><A href="http://wcx.sourceforge.net/">MutiArc Plugin with 7z supporting</A></li>
+      <li><A href="http://www.totalcmd.net/plugring/7z_plugin.html">7z Plugin from Alexander Cherenkov</A></li>
+    </ul>
+  </li>
+  <li><a href="http://www.farmanager.com/index.php?l=en">FAR Manager</a>
+    <ul>
+      <li><A href="download.html">7-Zip Plugin for FAR Manager</A></li>
+    </ul>
+  </li>
+  <li><a href="http://www.izarc.org/">IZArc</a></li>
+  <li><a href="http://www.altap.cz/salam_en/index.html">Altap Salamander</a></li>
+  <li><a href="http://www.tugzip.com/">TUGZip</a></li>
+  <li><a href="http://www.quickzip.org/">QuickZip</a></li>
+  <li><a href="http://www.zipgenius.it/">ZipGenius</a></li>
+  <li><a href="http://www.speedproject.de/enu/speedcommander/index.html">SpeedCommander</a></li>
+  <li><a href="http://www.frigate3.com/">Frigate</a></li>
+  <li><a href="http://www.efsoftware.com/cw/e.htm">EF Commander</a></li>
+  <li><a href="http://www.winmerge.org/">WinMerge</a></li>
+  <li><a href="http://fileroller.sourceforge.net/">File Roller</a> is an archive manager for the GNOME environment</li>
+  <li><a href="http://peazip.sourceforge.net/">PeaZip</a></li>
+  <li><a href="http://www.jzip.com/">jZip - 7-Zip based compressor</a></li>
+  <li><a href="http://4pda.ru/forum/index.php?showtopic=69426">7-Zip Extracter for WinCE</a></li>
+  <li><a href="http://www.nomad-net.info">Nomad.NET</a></li>
+</ul>
+
+
+<p>Articles and tutorials about 7-Zip:</p>
+<ul>
+  <li><a href="http://www.donationcoder.com/Reviews/Archive/ArchiveTools/index.html">Best Archive Tool at DonationCoder.com</a></li>
+  <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>
+  <li><a href="http://www.worthinstalling.com/2006/03/7-zip-quality-opensource-compression.html">
+  7-ZIP - Quality Opensource Compression at WorthInstalling.com</a></li>
+  <li><a href="http://www.techtorials.com/desktop_apps/7-zip/">Video Tutorial for 7-Zip at Techtorials.com</a></li>
+  <li><a href="http://showmedo.com/videos/series?name=hoRsFASoE">Video Tutorial for 7-Zip at ShowMeDo.com</a></li>
+  <li><a href="http://www.top-windows-tutorials.com/free-zip.html">Video Tutorial for 7-Zip at Top-Windows-Tutorials.com</a></li>
+  <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>
+</ul>
+
+<HR>
+
+<P><A href="http://www.7-zip.org/igor.html">Home Page of the 7-Zip's developer</A></P>
+
+<P><A href="http://www.7-zip.org/books.html">Books about compression</A></P>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>
index eaa604a..fea1e58 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>7-Zip Logos</TITLE>\r
-<META name="keywords" content="7-zip, logo">\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>\r
-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
-<TR><TD>&nbsp&nbsp<SPAN class="MenuCurrent">Logos</SPAN></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-<H1>7-Zip Logos</H1>\r
-\r
-<P>This page contains some 7-Zip logos created by our users.\r
-If you have some logo, you can <A href="support.html">send email message</A> about it.</P> \r
-\r
-<TABLE cellspacing ="8" cellpadding ="8">\r
-\r
-<TR><TD>Robert Martinez</TD>\r
-    <TD><IMG width="435" height="259" src="logos/7z_rm01.jpg" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-<TR><TD>Alexey Maximov</TD>\r
-    <TD><IMG width="88" height="31" src="logos/7z_am.gif" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Adam Iredale</TD>\r
-    <TD><IMG width="120" height="31" src="logos/7z_ai.gif" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>David Wilcox</TD>\r
-    <TD><IMG width="88" height="32" src="logos/7z_dw.gif" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Profman</TD>\r
-    <TD><IMG width="90" height="35" src="logos/7z_pr.gif" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Jan T. Sott</TD>\r
-    <TD><IMG width="80" height="15" src="logos/7z_jt.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Alejandro Ruiz Romero</TD>\r
-    <TD><IMG width="76" height="41" src="logos/7z_ar.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>M@DM@X</TD>\r
-    <TD>\r
-      <IMG width="100" height="38" src="logos/7z_md03.png" alt="7-Zip Logo" border="0">&nbsp&nbsp\r
-      <IMG width="70" height="27" src="logos/7z_md04.png" alt="7-Zip Logo" border="0">\r
-    </TD>\r
-</TR>\r
-\r
-<TR><TD>Bram Veenboer</TD>\r
-    <TD><IMG width="350" height="20" src="logos/7z_bv.jpg" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>A.SIMEK(COOLDOG)</TD>\r
-    <TD><IMG width="320" height="240" src="logos/7z_as03.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Jurgen Haug</TD>\r
-    <TD><IMG width="230" height="290" src="logos/7z_jh.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>F. Javier Mendez</TD>\r
-    <TD><IMG width="560" height="420" src="logos/7z_jm.jpg" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Rubin Zwagerman</TD>\r
-    <TD><IMG width="225" height="129" src="logos/7z_rs.jpg" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-\r
-<TR><TD>Jason Sawtelle</TD>\r
-    <TD><IMG width="417" height="208" src="logos/7z_js.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>ScuTT</TD>\r
-    <TD><IMG width="315" height="200" src="logos/7z_ns.jpg" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>f1ghter84</TD>\r
-    <TD><IMG width="468" height="60" src="logos/7z_f1_en.gif" alt="7-Zip Logo" border="0"><BR><BR>\r
-        <IMG width="468" height="60" src="logos/7z_f1_de.gif" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>DEVEDJIAN Denis</TD>\r
-    <TD><IMG width="120" height="100" src="logos/7z_dd01.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Mourad Mokrane<BR>(Lumen Design Studio)</TD>\r
-    <TD><IMG width="442" height="178" src="logos/7z_mm.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Lyrion</TD>\r
-    <TD><IMG width="624" height="187" src="logos/7z_ly.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Rob Wadley</TD>\r
-    <TD><IMG width="128" height="128" src="logos/7z_rw01.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Slayer<BR>www.bnsdesign.spb.ru</TD>\r
-    <TD><IMG width="400" height="300" src="logos/7z_sl.gif" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Thomas Horton</TD>\r
-    <TD><IMG width="356" height="136" src="logos/7z_th.jpg" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Sparanoid</TD>\r
-    <TD><IMG width="401" height="167" src="logos/7z_ju.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>Pierre-Luc Auclair<BR>\r
-    www.heliosmulti.com/plaplo/<BR>\r
-    CreativeCommons<BR>Attribution-NonCommercial-<BR>NoDerivs License</TD>\r
-    <TD><IMG width="235" height="437" src="logos/7z_pa01.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-\r
-<TR><TD>bleddyn daives<BR></TD>\r
-    <TD><A href="logos/7z_bd_icons.7z">\r
-      <IMG width="154" height="168" src="logos/7z_bd.png" alt="7-Zip Logo" border="0"></A></TD>\r
-</TR>\r
-\r
-<TR><TD>Stefan Graubner<BR>\r
-    <TD><IMG width="400" height="388" src="logos/7z_sg01.png" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>David Aztlan Navarro Prado<BR>\r
-    <TD><A href="logos/7z_da01.jpg">\r
-    <IMG width="510" height="383" src="logos/7z_da02.jpg" alt="7-Zip Logo" border="0"></A></TD>\r
-\r
-<TR><TD>Bill Marriott<BR>\r
-    <TD><A href="logos/7z_bm.zip">\r
-    <IMG width="300" height="180" src="logos/7z_bm01.png" alt="7-Zip Logo" border="0"></A></TD>\r
-</TR>\r
-\r
-<TR><TD>Gabriel Resende</TD>\r
-    <TD><IMG width="450" height="450" src="logos/7z_gr01.jpg" alt="7-Zip Logo" border="0"></TD>\r
-</TR>\r
-\r
-<TR><TD>M@DM@X</TD>\r
-    <TD>\r
-      <IMG width="800" height="453" src="logos/7z_md01.png" alt="7-Zip Logo" border="0"><BR><BR>\r
-      <IMG width="709" height="270" src="logos/7z_md02.png" alt="7-Zip Logo" border="0">\r
-    </TD>\r
-</TR>\r
-\r
-<TR><TD>Siquel</TD>\r
-    <TD>\r
-      <A href="logos/7z_si.7z"><IMG width="400" height="242" src="logos/7z_si05.jpg" alt="7-Zip Logo" border="0"></A>\r
-    </TD>\r
-</TR>\r
-\r
-<TR><TD>Petri Lagren</TD>\r
-    <TD>\r
-      <IMG width="436" height="290" src="logos/7z_pl02.png" alt="7-Zip Logo" border="0">\r
-    </TD>\r
-</TR>\r
-\r
-<TR><TD>Vectorland.ru</TD>\r
-    <TD>\r
-      <A href="http://www.vectorland.ru/7zip.html">\r
-      <IMG width="512" height="878" src="logos/7z_ds.gif" alt="7-Zip Logo" border="0"></A>\r
-    </TD>\r
-</TR>\r
-\r
-</TABLE>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>7-Zip Logos</TITLE>
+<META name="keywords" content="7-zip, logo">
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
+<TR><TD>&nbsp&nbsp<SPAN class="MenuCurrent">Logos</SPAN></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+<H1>7-Zip Logos</H1>
+
+<P>This page contains some 7-Zip logos created by our users.
+If you have some logo, you can <A href="support.html">send email message</A> about it.</P> 
+
+<TABLE cellspacing ="8" cellpadding ="8">
+
+<TR><TD>Robert Martinez</TD>
+    <TD><IMG width="435" height="259" src="logos/7z_rm01.jpg" alt="7-Zip Logo" border="0"></TD>
+</TR>
+<TR><TD>Alexey Maximov</TD>
+    <TD><IMG width="88" height="31" src="logos/7z_am.gif" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Adam Iredale</TD>
+    <TD><IMG width="120" height="31" src="logos/7z_ai.gif" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>David Wilcox</TD>
+    <TD><IMG width="88" height="32" src="logos/7z_dw.gif" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Profman</TD>
+    <TD><IMG width="90" height="35" src="logos/7z_pr.gif" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Jan T. Sott</TD>
+    <TD><IMG width="80" height="15" src="logos/7z_jt.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Alejandro Ruiz Romero</TD>
+    <TD><IMG width="76" height="41" src="logos/7z_ar.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>M@DM@X</TD>
+    <TD>
+      <IMG width="100" height="38" src="logos/7z_md03.png" alt="7-Zip Logo" border="0">&nbsp&nbsp
+      <IMG width="70" height="27" src="logos/7z_md04.png" alt="7-Zip Logo" border="0">
+    </TD>
+</TR>
+
+<TR><TD>Bram Veenboer</TD>
+    <TD><IMG width="350" height="20" src="logos/7z_bv.jpg" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>A.SIMEK(COOLDOG)</TD>
+    <TD><IMG width="320" height="240" src="logos/7z_as03.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Jurgen Haug</TD>
+    <TD><IMG width="230" height="290" src="logos/7z_jh.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>F. Javier Mendez</TD>
+    <TD><IMG width="560" height="420" src="logos/7z_jm.jpg" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Rubin Zwagerman</TD>
+    <TD><IMG width="225" height="129" src="logos/7z_rs.jpg" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+
+<TR><TD>Jason Sawtelle</TD>
+    <TD><IMG width="417" height="208" src="logos/7z_js.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>ScuTT</TD>
+    <TD><IMG width="315" height="200" src="logos/7z_ns.jpg" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>f1ghter84</TD>
+    <TD><IMG width="468" height="60" src="logos/7z_f1_en.gif" alt="7-Zip Logo" border="0"><BR><BR>
+        <IMG width="468" height="60" src="logos/7z_f1_de.gif" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>DEVEDJIAN Denis</TD>
+    <TD><IMG width="120" height="100" src="logos/7z_dd01.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Mourad Mokrane<BR>(Lumen Design Studio)</TD>
+    <TD><IMG width="442" height="178" src="logos/7z_mm.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Lyrion</TD>
+    <TD><IMG width="624" height="187" src="logos/7z_ly.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Rob Wadley</TD>
+    <TD><IMG width="128" height="128" src="logos/7z_rw01.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Slayer<BR>www.bnsdesign.spb.ru</TD>
+    <TD><IMG width="400" height="300" src="logos/7z_sl.gif" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Thomas Horton</TD>
+    <TD><IMG width="356" height="136" src="logos/7z_th.jpg" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Sparanoid</TD>
+    <TD><IMG width="401" height="167" src="logos/7z_ju.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>Pierre-Luc Auclair<BR>
+    www.heliosmulti.com/plaplo/<BR>
+    CreativeCommons<BR>Attribution-NonCommercial-<BR>NoDerivs License</TD>
+    <TD><IMG width="235" height="437" src="logos/7z_pa01.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+
+<TR><TD>bleddyn daives<BR></TD>
+    <TD><A href="logos/7z_bd_icons.7z">
+      <IMG width="154" height="168" src="logos/7z_bd.png" alt="7-Zip Logo" border="0"></A></TD>
+</TR>
+
+<TR><TD>Stefan Graubner<BR>
+    <TD><IMG width="400" height="388" src="logos/7z_sg01.png" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>David Aztlan Navarro Prado<BR>
+    <TD><A href="logos/7z_da01.jpg">
+    <IMG width="510" height="383" src="logos/7z_da02.jpg" alt="7-Zip Logo" border="0"></A></TD>
+
+<TR><TD>Bill Marriott<BR>
+    <TD><A href="logos/7z_bm.zip">
+    <IMG width="300" height="180" src="logos/7z_bm01.png" alt="7-Zip Logo" border="0"></A></TD>
+</TR>
+
+<TR><TD>Gabriel Resende</TD>
+    <TD><IMG width="450" height="450" src="logos/7z_gr01.jpg" alt="7-Zip Logo" border="0"></TD>
+</TR>
+
+<TR><TD>M@DM@X</TD>
+    <TD>
+      <IMG width="800" height="453" src="logos/7z_md01.png" alt="7-Zip Logo" border="0"><BR><BR>
+      <IMG width="709" height="270" src="logos/7z_md02.png" alt="7-Zip Logo" border="0">
+    </TD>
+</TR>
+
+<TR><TD>Siquel</TD>
+    <TD>
+      <A href="logos/7z_si.7z"><IMG width="400" height="242" src="logos/7z_si05.jpg" alt="7-Zip Logo" border="0"></A>
+    </TD>
+</TR>
+
+<TR><TD>Petri Lagren</TD>
+    <TD>
+      <IMG width="436" height="290" src="logos/7z_pl02.png" alt="7-Zip Logo" border="0">
+    </TD>
+</TR>
+
+<TR><TD>Vectorland.ru</TD>
+    <TD>
+      <A href="http://www.vectorland.ru/7zip.html">
+      <IMG width="512" height="878" src="logos/7z_ds.gif" alt="7-Zip Logo" border="0"></A>
+    </TD>
+</TR>
+
+</TABLE>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>
index 70c1ddc..c7c50fb 100644 (file)
@@ -1,72 +1,70 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>Donate to 7-Zip</TITLE>\r
-<META name="keywords" content="register, donate, 7-zip, free, registration,\r
-compression, software">\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
-<TR><TD><SPAN class="MenuCurrent">Donate</SPAN></TD></TR>\r
-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-\r
-<H1>Donate to 7-Zip</H1>\r
-\r
-<P>7-Zip is free software. You can make a donation to support development of 7-Zip and LZMA SDK.</P>\r
-\r
-<P>If you would like to donate more than base \r
-donation amount, just change the Quantity field. You can make a donation using your Credit Card, \r
-PayPal, Wire Transfer or Check.</P>\r
-\r
-<TABLE cellspacing ="1" cellpadding ="6" border = "0">\r
-  <TR>\r
-    <TH class="Title">Link</TH>\r
-    <TH class="Title" align="center">Donation Amount</TH>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[104808]=1">Donate to 7-Zip</A></TD>\r
-    <TD class="Item" align="center">$50 / &euro;40</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[300271633]=1">Donate to LZMA SDK</A></TD>\r
-    <TD class="Item" align="center">$100 / &euro;100</TD>\r
-  </TR>\r
-</TABLE>\r
-\r
-<P>Thank you very much in advance!</P>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>Donate to 7-Zip</TITLE>
+<META name="keywords" content="register, donate, 7-zip, free, registration,
+compression, software">
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
+<TR><TD><SPAN class="MenuCurrent">Donate</SPAN></TD></TR>
+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+
+<H1>Donate to 7-Zip</H1>
+
+<P>7-Zip is free software. You can make a donation to support development of 7-Zip and LZMA SDK.</P>
+
+<P>If you would like to donate more than base 
+donation amount, just change the Quantity field. You can make a donation using your Credit Card, 
+PayPal, Wire Transfer or Check.</P>
+
+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
+  <TR>
+    <TH class="Title">Link</TH>
+    <TH class="Title" align="center">Donation Amount</TH>
+  </TR>
+  <TR>
+    <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[104808]=1">Donate to 7-Zip</A></TD>
+    <TD class="Item" align="center">$50 / &euro;40</TD>
+  </TR>
+  <TR>
+    <TD class="Item"><A href = "https://secure.shareit.com/shareit/checkout.html?PRODUCT[300271633]=1">Donate to LZMA SDK</A></TD>
+    <TD class="Item" align="center">$100 / &euro;100</TD>
+  </TR>
+</TABLE>
+
+<P>Thank you very much in advance!</P>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>
index 888b726..215c6e5 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>LZMA SDK (Software Development Kit)</TITLE>\r
-<META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip, \r
-best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
-<TR><TD><SPAN class="MenuCurrent">LZMA SDK</SPAN></TD></TR>\r
-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>\r
-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
-<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-\r
-<H1>LZMA SDK (Software Development Kit)</H1>\r
-\r
-<P>The <B>LZMA SDK</B> provides the documentation, samples, header files, libraries, \r
-and tools you need to develop applications that use <B>LZMA</B> compression.</P>\r
-\r
-\r
-<TABLE cellspacing ="1" cellpadding ="6" border = "0">\r
-  <TR>\r
-    <TH class="Title" align="center" width=80>Link</TH>\r
-    <TH class="Title" align="center" width=60>Size</TH>\r
-    <TH class="Title" align="center" width=90>Date</TH>\r
-    <TH class="Title" align="center" width=60>Version</TH>\r
-    <TH class="Title" align="center">Description</TH>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>\r
-    <TD class="Item" align="center">282 KB</TD>\r
-    <TD class="Item" align="center">2008-12-02</TD>\r
-    <TD class="Item" align="center">4.62</TD>\r
-    <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>\r
-  </TR>\r
-  <TR>\r
-    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma457.tar.bz2">Download</A></TD>\r
-    <TD class="Item" align="center">292 KB</TD>\r
-    <TD class="Item" align="center">2007-12-12</TD>\r
-    <TD class="Item" align="center">4.57</TD>\r
-  </TR>\r
-</TABLE>\r
-\r
-<P><B>What's new:</B>\r
-<UL>\r
-  <LI><B>4.62:</B> Some fixes. LZMA SDK is placed in the public domain.</LI>\r
-  <LI><B>4.58:</B> Speed optimizations. New ANSI-C code for LZMA compression.</LI>\r
-  <LI><B>4.57:</B> Speed optimizations. Some fixes.</LI>\r
-  <LI><B>4.49:</B> .7z ANSI-C decoder was improved. C++ code for .7z archive handling was \r
-   included.</LI>\r
-</UL>\r
-\r
-\r
-<P><B>LZMA</B> is the default and general compression method of <A href ="7z.html"><B>7z format</B></A>\r
-in the <B>7-Zip</B> program. <B>LZMA</B> provides a high compression ratio and \r
-very fast decompression, so it is very suitable for embedded applications.\r
-For example, it can be used for ROM (firmware) compressing.</P>\r
-\r
-<P><B>LZMA SDK</B> includes:</P>\r
-<UL>\r
-  <LI><B>C++</B> source code of <B>LZMA</B> Encoder and Decoder</LI>\r
-  <LI><B>ANSI-C</B> compatible source code for <B>LZMA</B> decompression with example</LI>\r
-  <LI><B>C#</B> source code for <B>LZMA</B> compression and decompression</LI>\r
-  <LI><B>Java</B> source code for <B>LZMA</B> compression and decompression</LI>\r
-  <LI>Compiled file->file <B>LZMA</B> compression/decompression program for the Windows operating system</LI>\r
-</UL>\r
-\r
-<P><B>ANSI-C LZMA</B> decompression code is ported from the original C++ sources to C.\r
-Also, it has been simplified and optimized for code size. But it is fully compatible \r
-with <B>LZMA</B> from <B>7-Zip</B>.</P>\r
-\r
-<P><B>LZMA</B> features:</P>\r
-<UL>\r
-  <LI>Compression speed: 2 MB/s on 2 GHz dual-core CPU.\r
-  <LI>Decompression speed: \r
-    <UL>\r
-      <LI>20-30 MB/s on 2 GHz Intel Core2 or AMD Athlon 64.\r
-      <LI>1-2 MB/s on 200 MHz ARM, MIPS, PowerPC or other simple RISC CPU.\r
-    </UL>\r
-  <LI>Small memory requirements for decompression: 8-32 KB + DictionarySize\r
-  <LI>Small code size for decompression: 2-8 KB (depending on speed optimizations)\r
-</UL>\r
-\r
-<P>The <B>LZMA</B> decoder uses only CPU integer instructions and can be \r
-implemented for any modern 32-bit CPU (or, on a 16-bit CPU with some conditions).</P>\r
-\r
-<H2>License</H2>\r
-\r
-<P><B>LZMA SDK 4.62</B> is placed in the <B>public domain.</B></P>\r
-\r
-<H2>LZMA Links</H2>\r
-<ul>\r
-<li><A href="http://en.wikipedia.org/wiki/LZMA">LZMA at Wikipedia</A></li>\r
-<li><A href="http://sourceforge.net/projects/p7zip/">Port of LZMA SDK for JAVA from independent developer</A></li>\r
-<li><A href="http://www.birtles.org.uk/programming/">Port of LZMA SDK to Pascal (Delphi, Kylix and Freepascal)</A></li>\r
-<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>\r
-<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>\r
-<li><a href="http://contrapunctus.net/league/haques/lzmajio/">LZMA Streams in Java</a></li>\r
-\r
-</ul>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>LZMA SDK (Software Development Kit)</TITLE>
+<META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip, 
+best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
+<TR><TD><SPAN class="MenuCurrent">LZMA SDK</SPAN></TD></TR>
+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
+<TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>
+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+
+<H1>LZMA SDK (Software Development Kit)</H1>
+
+<P>The <B>LZMA SDK</B> provides the documentation, samples, header files, libraries, 
+and tools you need to develop applications that use <B>LZMA</B> compression.</P>
+
+
+<TABLE cellspacing ="1" cellpadding ="6" border = "0">
+  <TR>
+    <TH class="Title" align="center" width=80>Link</TH>
+    <TH class="Title" align="center" width=60>Size</TH>
+    <TH class="Title" align="center" width=90>Date</TH>
+    <TH class="Title" align="center" width=60>Version</TH>
+    <TH class="Title" align="center">Description</TH>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma462.tar.bz2">Download</A></TD>
+    <TD class="Item" align="center">282 KB</TD>
+    <TD class="Item" align="center">2008-12-02</TD>
+    <TD class="Item" align="center">4.62</TD>
+    <TD class="Item" rowspan=2>LZMA SDK (C, C++, C#, Java)</TD>
+  </TR>
+  <TR>
+    <TD class="Item" align="center"><A href="http://downloads.sourceforge.net/sevenzip/lzma457.tar.bz2">Download</A></TD>
+    <TD class="Item" align="center">292 KB</TD>
+    <TD class="Item" align="center">2007-12-12</TD>
+    <TD class="Item" align="center">4.57</TD>
+  </TR>
+</TABLE>
+
+<P><B>What's new:</B>
+<UL>
+  <LI><B>4.62:</B> Some fixes. LZMA SDK is placed in the public domain.</LI>
+  <LI><B>4.58:</B> Speed optimizations. New ANSI-C code for LZMA compression.</LI>
+  <LI><B>4.57:</B> Speed optimizations. Some fixes.</LI>
+  <LI><B>4.49:</B> .7z ANSI-C decoder was improved. C++ code for .7z archive handling was 
+   included.</LI>
+</UL>
+
+
+<P><B>LZMA</B> is the default and general compression method of <A href ="7z.html"><B>7z format</B></A>
+in the <B>7-Zip</B> program. <B>LZMA</B> provides a high compression ratio and 
+very fast decompression, so it is very suitable for embedded applications.
+For example, it can be used for ROM (firmware) compressing.</P>
+
+<P><B>LZMA SDK</B> includes:</P>
+<UL>
+  <LI><B>C++</B> source code of <B>LZMA</B> Encoder and Decoder</LI>
+  <LI><B>ANSI-C</B> compatible source code for <B>LZMA</B> decompression with example</LI>
+  <LI><B>C#</B> source code for <B>LZMA</B> compression and decompression</LI>
+  <LI><B>Java</B> source code for <B>LZMA</B> compression and decompression</LI>
+  <LI>Compiled file->file <B>LZMA</B> compression/decompression program for the Windows operating system</LI>
+</UL>
+
+<P><B>ANSI-C LZMA</B> decompression code is ported from the original C++ sources to C.
+Also, it has been simplified and optimized for code size. But it is fully compatible 
+with <B>LZMA</B> from <B>7-Zip</B>.</P>
+
+<P><B>LZMA</B> features:</P>
+<UL>
+  <LI>Compression speed: 2 MB/s on 2 GHz dual-core CPU.
+  <LI>Decompression speed: 
+    <UL>
+      <LI>20-30 MB/s on 2 GHz Intel Core2 or AMD Athlon 64.
+      <LI>1-2 MB/s on 200 MHz ARM, MIPS, PowerPC or other simple RISC CPU.
+    </UL>
+  <LI>Small memory requirements for decompression: 8-32 KB + DictionarySize
+  <LI>Small code size for decompression: 2-8 KB (depending on speed optimizations)
+</UL>
+
+<P>The <B>LZMA</B> decoder uses only CPU integer instructions and can be 
+implemented for any modern 32-bit CPU (or, on a 16-bit CPU with some conditions).</P>
+
+<H2>License</H2>
+
+<P><B>LZMA SDK 4.62</B> is placed in the <B>public domain.</B></P>
+
+<H2>LZMA Links</H2>
+<ul>
+<li><A href="http://en.wikipedia.org/wiki/LZMA">LZMA at Wikipedia</A></li>
+<li><A href="http://sourceforge.net/projects/p7zip/">Port of LZMA SDK for JAVA from independent developer</A></li>
+<li><A href="http://www.birtles.org.uk/programming/">Port of LZMA SDK to Pascal (Delphi, Kylix and Freepascal)</A></li>
+<li><a href="http://www.joachim-bauch.de/projects/python/pylzma/">PyLZMA: Python bindings for LZMA</a></li>
+<li><a href="http://tukaani.org/lzma/">LZMA utils</a></li>
+<li><a href="http://contrapunctus.net/league/haques/lzmajio/">LZMA Streams in Java</a></li>
+
+</ul>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>
index 50be627..01de92b 100644 (file)
@@ -1,25 +1,25 @@
-BODY { color: black; background-color: white; font-family: Verdana, Arial, Helvetica; font-size: 80% }\r
-TH { font-size: 80% }\r
-TD { font-size: 80% }\r
-H1 { text-align: center; font-size: 140% }\r
-H2 { text-align: center; font-size: 120% }\r
-H4 { font-size: 100% }\r
-\r
-TABLE.News { background-color: silver; width:220px}\r
-TR.NewsHeader { background-color: #8080E0 }\r
-TR.News { background-color: #FFF8F8 }\r
-TD.NewsTitle { color: white; font-weight: bold; width:55%}\r
-TD.NewsDate { color: white; font-weight: bold; text-align: right}\r
-TD.NewsText { font-size: 70%}\r
-\r
-A.MenuLink { text-align: left; font-weight: bold; color: blue; text-decoration: none }\r
-A.MenuLink:hover { color: green }\r
-.MenuCurrent { text-align: left; font-weight: bold }\r
-\r
-TD.MenuColumn { background-color: #E0E0E0; width: 120px}\r
-\r
-TD.Layout { background-color: white}\r
-TH.Title { background-color: #A0E0A0}\r
-TD.Item { background-color: #E8E8E8}\r
-TD.SubItem { background-color: #FFFFFF}\r
-TD.ExternalProgram { background-color: #E8D0E8}\r
+BODY { color: black; background-color: white; font-family: Verdana, Arial, Helvetica; font-size: 80% }
+TH { font-size: 80% }
+TD { font-size: 80% }
+H1 { text-align: center; font-size: 140% }
+H2 { text-align: center; font-size: 120% }
+H4 { font-size: 100% }
+
+TABLE.News { background-color: silver; width:220px}
+TR.NewsHeader { background-color: #8080E0 }
+TR.News { background-color: #FFF8F8 }
+TD.NewsTitle { color: white; font-weight: bold; width:55%}
+TD.NewsDate { color: white; font-weight: bold; text-align: right}
+TD.NewsText { font-size: 70%}
+
+A.MenuLink { text-align: left; font-weight: bold; color: blue; text-decoration: none }
+A.MenuLink:hover { color: green }
+.MenuCurrent { text-align: left; font-weight: bold }
+
+TD.MenuColumn { background-color: #E0E0E0; width: 120px}
+
+TD.Layout { background-color: white}
+TH.Title { background-color: #A0E0A0}
+TD.Item { background-color: #E8E8E8}
+TD.SubItem { background-color: #FFFFFF}
+TD.ExternalProgram { background-color: #E8D0E8}
index 8c8a80f..75a013a 100644 (file)
@@ -1,58 +1,56 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<HTML><HEAD>\r
-<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
-<LINK href="/style.css" rel="stylesheet" type="text/css">\r
-<TITLE>Technical Support for 7-Zip</TITLE>\r
-</HEAD>\r
-<BODY>\r
-<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
-<TD class="MenuColumn" valign="top">\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
-<TR><TD><HR></TD></TR></TABLE>\r
-<TABLE cellpadding="2" cellspacing="0" border="0">\r
-<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
-<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>\r
-<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
-<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
-<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>\r
-<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
-<TR><TD><SPAN class="MenuCurrent">Support</SPAN></TD></TR>\r
-<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
-</TABLE>\r
-<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
-<TR><TD><HR></TD></TR>\r
-<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>\r
-<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>\r
-<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>\r
-<TR><TD><HR></TD></TR>\r
-</TABLE>\r
-<P>\r
-<B>English</B><BR>\r
-<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>\r
-<A href="http://www.spiroo.be/7zip/">French</A><BR>\r
-<A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
-<A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
-<A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
-<A href="http://www.7-zip.si/">Slovenian</A><BR>\r
-<A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
-</P>\r
-\r
-</TD>\r
-<TD valign="top">\r
-\r
-<H1>Technical Support for 7-Zip</H1>\r
-\r
-<P>Before requesting customer support for 7-Zip, please check that you use \r
-latest version of 7-Zip. Check out the 7-Zip help system also.</P>\r
-\r
-<P>Please use 7-Zip forums for all common questions; you can get answers on the \r
-forums from 7-Zip developers and from other 7-Zip users. Please write only in English.</P>\r
-\r
-<P><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">7-Zip's Forum at Source Forge</A></P>\r
-\r
-<P>If your question is about 7-Zip, please provide the information about 7-Zip version and \r
-Windows version.</P>\r
-\r
-<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>\r
-</TD></TR></TABLE></BODY></HTML>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML><HEAD>
+<META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">
+<LINK href="/style.css" rel="stylesheet" type="text/css">
+<TITLE>Technical Support for 7-Zip</TITLE>
+</HEAD>
+<BODY>
+<TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>
+<TD class="MenuColumn" valign="top">
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>
+<TR><TD><HR></TD></TR></TABLE>
+<TABLE cellpadding="2" cellspacing="0" border="0">
+<TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>
+<TR><TD><A href="7z.html" class="MenuLink">7z Format</A></TD></TR>
+<TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>
+<TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>
+<TR><TD><A href="register.html" class="MenuLink">Donate</A></TD></TR>
+<TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>
+<TR><TD><SPAN class="MenuCurrent">Support</SPAN></TD></TR>
+<TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>
+</TABLE>
+<TABLE cellpadding=2 cellspacing=0 border=0 width="100%">
+<TR><TD><HR></TD></TR>
+<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>
+<TR><TD><A href="http://sourceforge.net/projects/sevenzip/">7-Zip on SF.net</A></TD></TR>
+<TR><TD><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">Forum</A></TD></TR>
+<TR><TD><HR></TD></TR>
+</TABLE>
+<P>
+<B>English</B><BR>
+<A href="http://7z.sparanoid.com/">Chinese Simpl.</A><BR>
+<A href="http://www.spiroo.be/7zip/">French</A><BR>
+<A href="http://7-zip.org.ua/ru/">Russian</A><BR>
+<A href="http://www.7-zip.si">Slovenian</A><BR>
+<A href="http://7-zip.org.ua/">Ukrainian</A><BR>
+</P>
+
+</TD>
+<TD valign="top">
+
+<H1>Technical Support for 7-Zip</H1>
+
+<P>Before requesting customer support for 7-Zip, please check that you use 
+latest version of 7-Zip. Check out the 7-Zip help system also.</P>
+
+<P>Please use 7-Zip forums for all common questions; you can get answers on the 
+forums from 7-Zip developers and from other 7-Zip users. Please write only in English.</P>
+
+<P><A href="http://sourceforge.net/forum/forum.php?forum_id=45797">7-Zip's Forum at Source Forge</A></P>
+
+<P>If your question is about 7-Zip, please provide the information about 7-Zip version and 
+Windows version.</P>
+
+<HR><P><SMALL>Copyright (C) 2008 Igor Pavlov.</SMALL></P>
+</TD></TR></TABLE></BODY></HTML>