[Spambayes-checkins] website applications.ht, 1.22, 1.23 download.ht, 1.18, 1.19 index.ht, 1.26, 1.27

Tony Meyer anadelonbrin at users.sourceforge.net
Fri Sep 19 19:12:55 EDT 2003


Update of /cvsroot/spambayes/website
In directory sc8-pr-cvs1:/tmp/cvs-serv7774

Modified Files:
	applications.ht download.ht index.ht 
Log Message:
Release 1.0a6.

Index: applications.ht
===================================================================
RCS file: /cvsroot/spambayes/website/applications.ht,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** applications.ht	8 Sep 2003 10:55:58 -0000	1.22
--- applications.ht	19 Sep 2003 23:12:52 -0000	1.23
***************
*** 11,22 ****
  <h3>Outlook</h3>
  <p>Sean True and Mark Hammond have developed an addin for Outlook (2000 and XP) that
! adds support for the spambayes classifier. 
  <h4>Requirements</h4>
  <ul>
  <li>Outlook 2000 or Outlook XP (<b>not</b> Outlook Express)</li>
  </ul>
! <p>If you are going to use a source code version, you will also need:</p>
  <ul>
! <li>Python 2.2 or later (2.2.3 recommended)</li>
  <li>Python's <a href="http://starship.python.net/crew/mhammond">win32com</a>
  extensions (win32all-149 or later - currently ActivePython is not suitable)
--- 11,22 ----
  <h3>Outlook</h3>
  <p>Sean True and Mark Hammond have developed an addin for Outlook (2000 and XP) that
! adds support for the spambayes classifier.</p>
  <h4>Requirements</h4>
  <ul>
  <li>Outlook 2000 or Outlook XP (<b>not</b> Outlook Express)</li>
  </ul>
! <p>If you are going to use a source code version, you will also need:
  <ul>
! <li>Python 2.2 or later (2.3 recommended)</li>
  <li>Python's <a href="http://starship.python.net/crew/mhammond">win32com</a>
  extensions (win32all-149 or later - currently ActivePython is not suitable)
***************
*** 29,83 ****
  <p>Mark has packaged together <a href="windows.html">an installer for the plugin</a>.
  Go to the <a href="windows.html">Windows page</a> for more.</p>
! <p><a href="download.html">Download the alpha4 release.</a></p>
  <p>Alternatively, you can use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="hammiefilter">hammiefilter.py</a></h3>
! <p>hammie is a command line tool for marking mail as ham or spam. Skip Montanaro has started a
  <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/INTEGRATION.txt?rev=HEAD&content-type=text/plain">guide to integrating hammie with your mailer</a> (Unix-only instructions at the moment - additions welcome!). 
! Currently it focusses on running hammie via procmail. </p>
  
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.2.3 recommended)</li>
  <li>Currently documentation focuses on Unix.</li>
  </ul>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha5 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="pop3">pop3proxy.py</a></h3>
! <p>pop3proxy sits between your mail client and your real POP3 server and marks
! mail as ham or spam as it passes through. See the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/pop3proxy.py?rev=HEAD&content-type=text/plain">docstring at the top of pop3proxy.py</a> for more.
  
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.2.3 recommended)</li>
  <li>Should work on windows/unix/whatever... </li>
  </ul>
- </p>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha4 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="imap">imapfilter.py</a></h3>
! <p>imap filter connects to your imap server and marks mail as ham or spam,
  moving it to appropriate folders as it arrives.
! See the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/imapfilter.py?rev=HEAD&content-type=text/plain">docstring at the top of imapfilter.py</a> for more.</p>
! <p>Note that this application is 'more' alpha than the others.</p>
  
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.2.3 recommended)</li>
  <li>Should work on windows/unix/whatever...</li>
  </ul>
- </p>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha5 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="mboxtrain">mboxtrain.py</a></h3>
  <p>This application allows you to train incrementally on ham and spam
  messages stored in Unix mailbox format files.  When run, it adds an extra
--- 29,81 ----
  <p>Mark has packaged together <a href="windows.html">an installer for the plugin</a>.
  Go to the <a href="windows.html">Windows page</a> for more.</p>
! <p><a href="download.html">Download the alpha6 release.</a></p>
  <p>Alternatively, you can use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="sb_filter">sb_filter.py</a></h3>
! <p>sb_filter is a command line tool for marking mail as ham or spam. Skip Montanaro has started a
  <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/INTEGRATION.txt?rev=HEAD&content-type=text/plain">guide to integrating hammie with your mailer</a> (Unix-only instructions at the moment - additions welcome!). 
! Currently it focusses on running sb_filter via procmail. </p>
  
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.3 recommended)</li>
  <li>Currently documentation focuses on Unix.</li>
  </ul>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha6 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="sb_server">sb_server.py</a></h3>
! <p>sb_server provides a POP3 proxy which sits between your mail client and your real POP3 server and marks
! mail as ham or spam as it passes through. See the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/README.txt?rev=HEAD&content-type=text/plain">README</a> for more.
! sb_server can also be used with the sb_upload.py script as a procmail (or similar) solution.</p>
  
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.3 recommended)</li>
  <li>Should work on windows/unix/whatever... </li>
  </ul>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha6 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="imap">sb_imapfilter.py</a></h3>
! <p>imapfilter connects to your imap server and marks mail as ham or spam,
  moving it to appropriate folders as it arrives.
! See the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/spambayes/spambayes/README.txt?rev=HEAD&content-type=text/plain">README</a> for more.</p>
  
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.3 recommended)</li>
  <li>Should work on windows/unix/whatever...</li>
  </ul>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha6 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="mboxtrain">sb_mboxtrain.py</a></h3>
  <p>This application allows you to train incrementally on ham and spam
  messages stored in Unix mailbox format files.  When run, it adds an extra
***************
*** 87,99 ****
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.2.3 recommended)</li>
  <li>The code is currently Unix-specific.</li>
  </ul>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha5 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="notesfilter">notesfilter.py</a></h3>
  <p>This application allows you to filter Lotus Notes folders, rather like
  the IMAP filter works, moving mail to the correct folder as it arrives.
--- 85,97 ----
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.3 recommended)</li>
  <li>The code is currently Unix-specific.</li>
  </ul>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha6 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
  
! <h3><a name="notesfilter">sb_notesfilter.py</a></h3>
  <p>This application allows you to filter Lotus Notes folders, rather like
  the IMAP filter works, moving mail to the correct folder as it arrives.
***************
*** 105,113 ****
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.2.3 recommended)</li>
  <li>Should work on windows/unix/whatever...</li>
  </ul>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha5 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>
--- 103,111 ----
  <h4>Requirements</h4>
  <ul>
! <li>Python 2.2 or later (2.3 recommended)</li>
  <li>Should work on windows/unix/whatever...</li>
  </ul>
  
  <h4>Availability</h4>
! <p><a href="download.html">Download the alpha6 release.</a></p>
  <p>Alternatively, use CVS to get the code - go <a href="http://sourceforge.net/cvs/?group_id=61702">to the CVS page</a> on the project's sourceforge site for more.</p>

Index: download.ht
===================================================================
RCS file: /cvsroot/spambayes/website/download.ht,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** download.ht	8 Sep 2003 10:55:58 -0000	1.18
--- download.ht	19 Sep 2003 23:12:52 -0000	1.19
***************
*** 4,15 ****
  
  <h2>Source Releases</h2>
! <p>The fifth pre-release of version 1.0 of the SpamBayes project is available.
! Download version 1.0a5 from the sourceforge <a href="https://sourceforge.net/project/showfiles.php?group_id=61702">Files</a> page as either a gzipped tarball or a zip file of the source files.
  </p>
  
! <p>The primary goal of this pre-release is to shake out any packaging, installation, or integration issues that might be lurking. Feedback to <a href="mailto:spambayes at python.org">spambayes at python.org</a>. 
  <p>Prerequisites:
  <ul>Either: 
! <li>Python 2.2.2, Python 2.3b1, or a CVS build of python, or
  <li>Python 2.2, 2.2.1, plus the latest <a href="http://www.python.org/sigs/email-sig/">email package</a>.
  </ul>
--- 4,19 ----
  
  <h2>Source Releases</h2>
! <p>The sixth (and final alpha) pre-release of version 1.0 of the SpamBayes project is available.
! Download version 1.0a6 from the sourceforge <a href="https://sourceforge.net/project/showfiles.php?group_id=61702">Files</a> page as either a gzipped tarball or a zip file of the source files.
  </p>
  
! <p>The primary goal of this pre-release is to shake out any packaging, installation, or integration issues that might be lurking.
! In particular, the script names were changed for this release, and the options code was cleaned up a lot.
! Version 1.0 is now in 'feature freeze', so, while we will continue to resolve any bugs, no new features will be added.  This means
! that a beta, and then final, release for version 1.0 is not too far off.  New features <b>will</b> be added to the 1.1a1 release.
! Feedback to <a href="mailto:spambayes at python.org">spambayes at python.org</a>. 
  <p>Prerequisites:
  <ul>Either: 
! <li>Python 2.2.2 or above, or a CVS build of python, or
  <li>Python 2.2, 2.2.1, plus the latest <a href="http://www.python.org/sigs/email-sig/">email package</a>.
  </ul>
***************
*** 17,21 ****
  <ul>
  <li>if you're running Outlook2000, change to the Outlook2000 directory and run '<tt>addin.py</tt>'. See the '<tt>about.html</tt>' file in the Outlook2000 directory for more.
! <li>otherwise, consult the <tt>INTEGRATION.txt</tt> file in the package and choose the method that suits your setup best.
  </ul>
  </p>
--- 21,25 ----
  <ul>
  <li>if you're running Outlook2000, change to the Outlook2000 directory and run '<tt>addin.py</tt>'. See the '<tt>about.html</tt>' file in the Outlook2000 directory for more.
! <li>otherwise, consult the <tt>README.txt</tt> file in the package and choose the method that suits your setup best.
  </ul>
  </p>

Index: index.ht
===================================================================
RCS file: /cvsroot/spambayes/website/index.ht,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** index.ht	11 Sep 2003 07:58:34 -0000	1.26
--- index.ht	19 Sep 2003 23:12:52 -0000	1.27
***************
*** 6,10 ****
  <h2>News</h2>
  <p>Outlook plugin release 008 is available. See the <a href="windows.html">Windows</a> page for more. Note that the Outlook plugin is now available from Sourceforge, on this project's <a href="http://sourceforge.net/project/showfiles.php?group_id=61702">Files</a> page.</p>
! <p>Fifth pre-release of spambayes available. See the <a href="download.html">download</a> page for more.</p>
  <p>You may also like to see what <a href="quotes.html">other people have been saying about us in the press and elsewhere</a>.</p>
  
--- 6,10 ----
  <h2>News</h2>
  <p>Outlook plugin release 008 is available. See the <a href="windows.html">Windows</a> page for more. Note that the Outlook plugin is now available from Sourceforge, on this project's <a href="http://sourceforge.net/project/showfiles.php?group_id=61702">Files</a> page.</p>
! <p>Sixth (and final alpha) pre-release of spambayes available. See the <a href="download.html">download</a> page for more.</p>
  <p>You may also like to see what <a href="quotes.html">other people have been saying about us in the press and elsewhere</a>.</p>
  





More information about the Spambayes-checkins mailing list