From 32ecf02025f923c36977b1a543d936200a7b9be9 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Thu, 2 Nov 2006 23:04:14 +0000 Subject: README: Updated python dependency, removed note about the required zlib module since that should be pretty much standard, and added maintainer email addresses. --- README | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) (limited to 'README') diff --git a/README b/README index 7cc9388..6389006 100644 --- a/README +++ b/README @@ -25,29 +25,12 @@ by an absolute date or only archive unread messages. REQUIREMENTS: -archivemail requires python version 2.0 or later, with the optional 'zlib' -module, although the zlib module comes with most python installations. If you -are compiling your own version of python < version 2.2, make sure you -uncomment the 'zlib' moduile in Modules/Setup in the python source directory. - -You can check to see if your version of python has the 'zlib' module by -trying this: - - 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. - >>> import zlib - >>> - -If you get an ImportError, then the zlib python module has not been installed. -Try upgrading your python distribution. +archivemail 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.) Python is available from http://www.python.org/ -If you want to run the bundled test script, you will need python version 2.1 -or later, because we use the PyUnit 'unittest' module. Sorry. - INSTALLATION: @@ -72,7 +55,11 @@ cron. The archivemail website is at: http://archivemail.sourceforge.net/ If you have any feedback or bug reports about archivemail, you are very -welcome to email me. +welcome to email the maintainers; as of November 2006, these are: + +Nikolaus Schulz +Peter Poeml --- Paul Rodger +-- Paul Rodger , archivemail author + Updated by: Nikolaus Schulz, maintainer -- cgit v1.2.3