| 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: |