index.html: synced with README and updated for v0.7.0.

This commit is contained in:
Nikolaus Schulz 2006-11-03 00:11:29 +00:00
parent 9e8649cb92
commit b10c66aa35
1 changed files with 8 additions and 26 deletions

View File

@ -42,7 +42,7 @@ If you would prefer to just delete old email rather than archive it,
<h2>Current Release</h2>
<p>
The current release is version <a
href="http://prdownloads.sourceforge.net/archivemail/archivemail-0.6.2.tar.gz?download">0.6.2</a>,
href="http://prdownloads.sourceforge.net/archivemail/archivemail-0.7.0.tar.gz?download">0.7.0</a>,
and is ready for download. Older versions are available <a
href="http://sourceforge.net/project/showfiles.php?group_id=49630">here</a>.
</p>
@ -69,7 +69,7 @@ If you would prefer to just delete old email rather than archive it,
<li>Optional ability to archive messages older than an absolute date with the
<em>--date</em> option.
<li>Ability to only archive messages over a certain byte size.
<li>SSL support.
<li>IMAPS/SSL support.
<li>Arbitrary IMAP filter strings can added on the commandline.
</ul>
<p>
@ -100,29 +100,11 @@ See the file <a href="COPYING">COPYING</a> for more information.
<p>
<h2>Requirements</h2>
<strong>archivemail</strong> requires python version 2.0 or later, with the
optional <a href="http://www.python.org/doc/current/lib/module-zlib.html">zlib
module</a>, although the zlib module comes with most python installations. If
you are compiling your own version of python less than version 2.2, make sure
you uncomment the 'zlib' moduile in Modules/Setup in the python source
directory.
<p>
<strong>archivemail</strong> requires python version 2.3. It also uses some
optional python modules, but these should be pretty much standard; if you get an
ImportError nonetheless, please report it, thanks. (For contact addresses see
below.)
You can check to see if your version of python has the 'zlib' module by trying
this:
<p>
<pre>
flare:~$ python
Python 2.1 (#1, Apr 26 2002, 11:22:45)
[GCC 2.95.2 20000220 (Debian GNU/Linux)] on linux2
Type "copyright", "credits" or "license" for more information.
&gt;&gt;&gt; import zlib
&gt;&gt;&gt;
</pre>
If you get an ImportError, then the zlib python module has not been installed.
Try upgrading your python distribution.
<p>
Python is available from
@ -140,7 +122,7 @@ or later, because we use the
download area on Sourceforge</a> or via
<a href="http://sourceforge.net/svn/?group_id=49630">Subversion</a>.
<p>
There are binary RPM packages at
There should soon be binary RPM packages at
<a href="http://software.opensuse.org/download/home:/poeml/">the OpenSUSE build
service</a> for SUSE Linux and Fedora Core 5. There is also a
<a href="http://packages.debian.org/unstable/mail/archivemail.html">debian
@ -161,7 +143,7 @@ package</a>.
<strong>archivemail</strong> was written by Paul Rodger
&lt;<u>paul</u> <em>at</em> <u>paulrodger</u> <em>dot</em> <u>com</u>&gt;
<br />
currently maintained by Brandon Knitter and Peter Poeml
and is currently maintained by Peter Poeml, Nikolaus Schulz and Brandon Knitter.
<p>
<hr>