# HG changeset patch # User Brett Smith # Date 1215987068 14400 # Node ID 856de7e8f494725d880c59a143050beaa6c52289 # Parent dd577317bccbd0571197b7e0f01d4bcd98bd4310 Update for 6.1, plus some tweaks here and there. diff -r dd577317bccb -r 856de7e8f494 web/index.html --- a/web/index.html Sun Jul 13 18:01:04 2008 -0400 +++ b/web/index.html Sun Jul 13 18:11:08 2008 -0400 @@ -60,8 +60,11 @@ 7z, cab, gz, -bz2, and -lzma files. +bz2, +lzma, and many kinds of +exe files, including Microsoft Cabinet archives, +InstallShield archives, and self-extracting zip +files. If they have any extra compression, like tar.bz2, dtrx will take @@ -82,43 +85,36 @@

Download

-

Download dtrx -6.0. The SHA1 checksum for this file -is dbe0211c90d6d03035f612fe31f96c825aa75274. New features in this +

Download dtrx +6.1. The SHA1 checksum for this file +is 2cd7c5e1ca2e83a942e5af58dceb0700063ce03d. New features in this release include:

If you would like to try the latest development version—or maybe do some -development on it—you can check out the project's Mercurial repository. A +work on it yourself—you can check out the +project's Mercurial +repository. A web repository is available, or you can just run:

@@ -127,12 +123,14 @@

Requirements

If you have Python 2.4 or greater, this should work out of the box. If -you're stuck on Python 2.3, you can use this if you install the subprocess module. -You'll need the usual tools for the archive types you want to extract: for -example, if you're extracting zip files, you'll -need zipinfo and unzip.

+you're stuck on Python 2.3, you can use this if you install +the subprocess +module. You'll need the usual tools for the archive types you want to +extract: for example, if you're extracting zip +files, you'll need zipinfo +and unzip. See the INSTALL file included +with dtrx for a complete list of necessary +utilities.

Installation