<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: New! :: 7zX 1.5</title>
	<atom:link href="http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 29 Aug 2008 21:30:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1282</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Wed, 01 Nov 2006 20:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1282</guid>
		<description>Oops, you are right. &lt;b&gt;-tzip -mm=Bzip2&lt;/b&gt; should do what you are asking for. :)</description>
		<content:encoded><![CDATA[<p>Oops, you are right. <b>-tzip -mm=Bzip2</b> should do what you are asking for. <img src='http://sixtyfive.xmghosting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1279</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 01 Nov 2006 17:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1279</guid>
		<description>I'm sorry, you did not understand my question regarding .zip archives.
Zip archives are containers the compression method usually associated to it is Deflate, but others can be used :
Taken from the PKWARE .ZIP File Format Specification:
http://www.pkware.com/business_and_developers/developer/appnote/

      compression method: (2 bytes)

          (see accompanying documentation for algorithm
          descriptions)

          0 - The file is stored (no compression)
          1 - The file is Shrunk
          2 - The file is Reduced with compression factor 1
          3 - The file is Reduced with compression factor 2
          4 - The file is Reduced with compression factor 3
          5 - The file is Reduced with compression factor 4
          6 - The file is Imploded
          7 - Reserved for Tokenizing compression algorithm
          8 - The file is Deflated
          9 - Enhanced Deflating using Deflate64(tm)
         10 - PKWARE Data Compression Library Imploding (old IBM TERSE)
         11 - Reserved by PKWARE
         12 - File is compressed using BZIP2 algorithm
         13 - Reserved by PKWARE
         14 - LZMA (EFS)
         15 - Reserved by PKWARE
         16 - Reserved by PKWARE
         17 - Reserved by PKWARE
         18 - File is compressed using IBM TERSE (new)
         19 - IBM LZ77 z Architecture (PFS)
         98 - PPMd version I, Rev 1

And here is a snapshot of 7-Zip (Windows) that let you select BZip as compression within a zip archive:
http://geeks.free.fr/gif/BZip.gif</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, you did not understand my question regarding .zip archives.<br />
Zip archives are containers the compression method usually associated to it is Deflate, but others can be used :<br />
Taken from the PKWARE .ZIP File Format Specification:<br />
<a href="http://www.pkware.com/business_and_developers/developer/appnote/" rel="nofollow">http://www.pkware.com/business_and_developers/developer/appnote/</a></p>
<p>      compression method: (2 bytes)</p>
<p>          (see accompanying documentation for algorithm<br />
          descriptions)</p>
<p>          0 - The file is stored (no compression)<br />
          1 - The file is Shrunk<br />
          2 - The file is Reduced with compression factor 1<br />
          3 - The file is Reduced with compression factor 2<br />
          4 - The file is Reduced with compression factor 3<br />
          5 - The file is Reduced with compression factor 4<br />
          6 - The file is Imploded<br />
          7 - Reserved for Tokenizing compression algorithm<br />
          8 - The file is Deflated<br />
          9 - Enhanced Deflating using Deflate64(tm)<br />
         10 - PKWARE Data Compression Library Imploding (old IBM TERSE)<br />
         11 - Reserved by PKWARE<br />
         12 - File is compressed using BZIP2 algorithm<br />
         13 - Reserved by PKWARE<br />
         14 - LZMA (EFS)<br />
         15 - Reserved by PKWARE<br />
         16 - Reserved by PKWARE<br />
         17 - Reserved by PKWARE<br />
         18 - File is compressed using IBM TERSE (new)<br />
         19 - IBM LZ77 z Architecture (PFS)<br />
         98 - PPMd version I, Rev 1</p>
<p>And here is a snapshot of 7-Zip (Windows) that let you select BZip as compression within a zip archive:<br />
<a href="http://geeks.free.fr/gif/BZip.gif" rel="nofollow">http://geeks.free.fr/gif/BZip.gif</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1243</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Tue, 31 Oct 2006 15:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1243</guid>
		<description>Sure. For instance, &lt;b&gt;7z a -t7z archive.7z *.txt -m0=PPMd&lt;/b&gt; adds *.txt files to archive archive.7z using PPMd method. This tends to get a bit more complicated when using different compression methods, since they can take extra parameters. As long as you know the correct switches you can choose the compression method you prefer.

Because of the routines actually used by 7zX to detect the archive formats it can understand, it is currently impossible to put an archive within another archive. This has been solved in the newer betas, and will be made available to the public soon.

That said, zip and bzip2 are two different compression methods: putting a Bzip2 envelope around a Zip archive would only create overhead (i.e. your archive would become bigger).

Yes, 7zX is expected to be localized in different languages as soon as I finish the new gui. It is unknown to me, however, how much time this could take, mostly because I decided to give priority to other features. ;)</description>
		<content:encoded><![CDATA[<p>Sure. For instance, <b>7z a -t7z archive.7z *.txt -m0=PPMd</b> adds *.txt files to archive archive.7z using PPMd method. This tends to get a bit more complicated when using different compression methods, since they can take extra parameters. As long as you know the correct switches you can choose the compression method you prefer.</p>
<p>Because of the routines actually used by 7zX to detect the archive formats it can understand, it is currently impossible to put an archive within another archive. This has been solved in the newer betas, and will be made available to the public soon.</p>
<p>That said, zip and bzip2 are two different compression methods: putting a Bzip2 envelope around a Zip archive would only create overhead (i.e. your archive would become bigger).</p>
<p>Yes, 7zX is expected to be localized in different languages as soon as I finish the new gui. It is unknown to me, however, how much time this could take, mostly because I decided to give priority to other features. <img src='http://sixtyfive.xmghosting.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1242</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 31 Oct 2006 15:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1242</guid>
		<description>Hello,
a few question:

- is it possible to choose between PPMd, BZip2 and LZMA compression when crating a 7z archive?

- is it possible to create zip archives using BZip2 compression?

- do you plan to localise your work in different languages?

thanks for your work</description>
		<content:encoded><![CDATA[<p>Hello,<br />
a few question:</p>
<p>- is it possible to choose between PPMd, BZip2 and LZMA compression when crating a 7z archive?</p>
<p>- is it possible to create zip archives using BZip2 compression?</p>
<p>- do you plan to localise your work in different languages?</p>
<p>thanks for your work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1217</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Mon, 30 Oct 2006 21:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1217</guid>
		<description>That's what I did. :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I did. <img src='http://sixtyfive.xmghosting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xris</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1212</link>
		<dc:creator>Xris</dc:creator>
		<pubDate>Mon, 30 Oct 2006 18:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1212</guid>
		<description>Hi. How did you make a disk image using 7z compression? Or is it an ordinary uncompressed diskimage (uno.dmg) then compressed using 7z (uno.dmg.7z)?</description>
		<content:encoded><![CDATA[<p>Hi. How did you make a disk image using 7z compression? Or is it an ordinary uncompressed diskimage (uno.dmg) then compressed using 7z (uno.dmg.7z)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1075</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Sat, 21 Oct 2006 14:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1075</guid>
		<description>Hello, and thanks for your report.

Apparently, the compression/decompression core does not report the progress data to the GUI until the buffer reaches a certain size. Although not exactly a bug, I realize this can represent an annoyance while creating bigger archives.

I'm going to analyze the situation, and see if I can find a better solution. Thanks again for your time.</description>
		<content:encoded><![CDATA[<p>Hello, and thanks for your report.</p>
<p>Apparently, the compression/decompression core does not report the progress data to the GUI until the buffer reaches a certain size. Although not exactly a bug, I realize this can represent an annoyance while creating bigger archives.</p>
<p>I&#8217;m going to analyze the situation, and see if I can find a better solution. Thanks again for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Scicchitano</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1069</link>
		<dc:creator>Tony Scicchitano</dc:creator>
		<pubDate>Sat, 21 Oct 2006 00:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1069</guid>
		<description>I'm hoping this is where I can file a bug report.  I'm using v1.5 and when I compress/decompress files, I don't see anything in the window below the progress bar.  I'm running it on a core 2 duo iMac.  Let me know if you need more details.</description>
		<content:encoded><![CDATA[<p>I&#8217;m hoping this is where I can file a bug report.  I&#8217;m using v1.5 and when I compress/decompress files, I don&#8217;t see anything in the window below the progress bar.  I&#8217;m running it on a core 2 duo iMac.  Let me know if you need more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taskman</title>
		<link>http://sixtyfive.xmghosting.com/2006/10/20/new-7zx-15/#comment-1066</link>
		<dc:creator>Taskman</dc:creator>
		<pubDate>Fri, 20 Oct 2006 15:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://sixtyfive.xmghosting.com/?p=123#comment-1066</guid>
		<description>First and foremost: the console is probably the most exciting new feature of 7zX. It enables the experienced user to fully unleash the power of the compression core. In the mean time, we are working on a new GUI which will enable &lt;u&gt;anyone&lt;/u&gt; to access the new stuff.

In order to activate the console: drag&#038;drop the file or folder you want to compress on 7zX\'s icon. Wait for the main application window to appear, then push and hold down the \"C\" key on your keyboard.

Within a few seconds, a standard Panel should appear on your screen. The following switches can go one after the other, separated by a single space.

-mx=[0 &#124; 1 &#124; 3 &#124; 5 &#124; 7 &#124; 9 ]
Sets level of compression. x=0 means Copy mode (no compression). Default is 5.
Example: -mx=9 enables Ultra compression.

-t{archive_type}
Specifies the type of archive. It can be: 7z, zip, gzip, bzip2 or tar. 7z format is default.
Example: -tzip creates a Zip archive.

-v{Size}[b &#124; k &#124; m &#124; g]
Creates segments and specifies their size.
Example: -v600m will create 600 MB segments.</description>
		<content:encoded><![CDATA[<p>First and foremost: the console is probably the most exciting new feature of 7zX. It enables the experienced user to fully unleash the power of the compression core. In the mean time, we are working on a new GUI which will enable <u>anyone</u> to access the new stuff.</p>
<p>In order to activate the console: drag&#038;drop the file or folder you want to compress on 7zX\&#8217;s icon. Wait for the main application window to appear, then push and hold down the \&#8221;C\&#8221; key on your keyboard.</p>
<p>Within a few seconds, a standard Panel should appear on your screen. The following switches can go one after the other, separated by a single space.</p>
<p>-mx=[0 | 1 | 3 | 5 | 7 | 9 ]<br />
Sets level of compression. x=0 means Copy mode (no compression). Default is 5.<br />
Example: -mx=9 enables Ultra compression.</p>
<p>-t{archive_type}<br />
Specifies the type of archive. It can be: 7z, zip, gzip, bzip2 or tar. 7z format is default.<br />
Example: -tzip creates a Zip archive.</p>
<p>-v{Size}[b | k | m | g]<br />
Creates segments and specifies their size.<br />
Example: -v600m will create 600 MB segments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
