/[drupal]/contributions/modules/mail_archive/ma_gzip/README.txt
ViewVC logotype

Diff of /contributions/modules/mail_archive/ma_gzip/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by jeremy, Tue Jan 18 04:16:33 2005 UTC revision 1.3 by jeremy, Tue Jan 18 17:19:18 2005 UTC
# Line 1  Line 1 
1  Overview:  Overview:
2  --------  --------
3  The ma_blogit module is an addon for the mail archive module.  It provides  The ma_gzip module is an add on for the mail archive module.  It provides
4  a simple "blog it" link from messages that when clicked will turn a message  gzip compression and decompression of messages downloaded from mailing lists.
5  into a blog entry.  This module requires that you compile php with the "--with-zlib" option.
6    
7    
8  Features:  Features:
9  --------  --------
10   o provides 'blog it' menu option   o gzip compresses messages with zlib
11   o the resulting blog layout can be customized by the admin   o compression can be disabled, and the module will still provide decompression
12     o can be configured to compress with any level from 1 (least/fastest) to 9
13       (most/slowest)
14     o detects whether or not zlib was compiled into your php installation
15    
16    
17  Requires:  Requires:
18  --------  --------
19   - Drupal 4.5   - Drupal 4.5
20   - mail_archive module   - PHP configured with zlib support (http://www.gzip.org/zlib/)
21    
22    
23  Credits:  Credits:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.3