1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: mod-compress.html,v 1.18 2006-03-27 06:48:58 wcc Exp $ -->
<html>
<head>
<title>Eggdrop Documentation: Compress Module</title>
</head>
<body>
<div align="center">
<p><strong>Compress Module</strong></p>
</div>
<hr>
<p>This module provides provides support for file compression. It can be
used to compress files via Tcl or to transfer the userfile compressed
during the share process, saving bandwidth.</p>
<blockquote>
<ol>
<li><a href="#config">Config file settings</a></li>
</ol>
</blockquote>
<hr>
<p><a name="config"></a>1. <strong>Config file settings</strong></p>
<blockquote>
<p>Put this line into your Eggdrop configuration file to load the
compress module:</p>
<p><strong>loadmodule compress</strong></p>
<p>There are also some variables you can set in your config
file:</p>
</blockquote>
<blockquote>
<dl>
<dt><strong>set share-compressed 1</strong></dt>
<dd>
<p>Allow compressed sending of user files? The user files are
compressed with the compression level defined in
'compress-level'.</p>
</dd>
<dt><strong>set compress-level 9</strong></dt>
<dd>
<p>This is the default compression level used. These levels are the
same as those used by GNU gzip.</p>
</dd>
</dl>
</blockquote>
<hr>
<p><em>Copyright © 1997 Robey Pointer<br>
Copyright © 1999 - 2006 Eggheads Development Team
<a href="http://www.eggheads.org/"> Eggheads Development Team</a></em></p>
</body>
</html>
|