a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 1497 and 37751

Description: Multi-algorithm compression
 DACT compresses each block within the file with all its known algorithms and
 uses the block with the best compression ratio.
 .
 DACT can encrypt the compressed data with one of two algorithms.
 .
 Compression time for DACT is slow as each block is compressed multiple times,
 .
 Current supported compression algorithms include RLE, Delta, Text, Zlib,
 Modified Zlib, Bzip2 and Seminibble Encoding.
 .
Description: Multi-algorithm compression
 DACT compresses each block within the file with all its known algorithms and
 uses the block with the best compression ratio.
 .
 DACT can encrypt the compressed data with one of two algorithms.
 .
 Compression time for DACT is slow as each block is compressed multiple times,
 .
 Current supported compression algorithms include RLE, Delta, Text, Zlib,
 Modified Zlib, Bzip2 and Seminibble Encoding.
 .
  Homepage: http://www.rkeene.org/oss/dact/
--- 1497	Thu Jan  1 00:00:00 1970
+++ 37751	Thu Jan  1 00:00:00 1970
@@ -9,3 +9,4 @@
  Current supported compression algorithms include RLE, Delta, Text, Zlib,
  Modified Zlib, Bzip2 and Seminibble Encoding.
  .
+  Homepage: http://www.rkeene.org/oss/dact/