[Spambayes-checkins] website download.ht,NONE,1.1 developer.ht,1.6,1.7 index.ht,1.8,1.9 links.h,1.4,1.5 style.css,1.3,1.4

Anthony Baxter anthonybaxter at users.sourceforge.net
Thu Jan 16 23:34:46 EST 2003


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

Modified Files:
	developer.ht index.ht links.h style.css 
Added Files:
	download.ht 
Log Message:
update for first pre-release.


--- NEW FILE: download.ht ---
Title: SpamBayes: Download
Author-Email: spambayes at python.org
Author: spambayes

<h2>Source Releases</h2>
<p>The first pre-release of version 1.0 of the spambayes project is available.
Download version 1.0a1 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.3a1, or a CVS build of python, or
<li>Python 2.2, 2.2.1, plus the latest <a href="http://mimelib.sf.net">email package</a>.
</ul>
<p>Once you've downloaded and unpacked the source archive, do the regular <tt>setup.py build; setup.py install</tt> dance, then:
<ul>
<li>if you're running Outlook2000, change to the Outlook2000 directory and run '<tt>addin.py</tt>'. See the 'about.html' 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>

<h2>Binary Releases</h2>
<p>None as yet.</p>

<a name="cvs"><h2>CVS Access</h2></a>
<p>The code is currently available from sourceforge's CVS server -
<a href="http://sourceforge.net/cvs/?group_id=61702">see here</a> for
more details. 
</p>
<p><b>Update:</b></p>
<p class="note">
(2003-01-14 14:04:19 - Project CVS Services)   As of 2003-01-14,
pserver-based CVS repository access and ViewCVS (web-based) CVS repository
access have been taken offline as to stabilize CVS server performance for
developers. These services will be re-enabled as soon as the underlying
scalability issues have been analyzed and resolved (as soon as 2003-01-15,
if possible). Additional updates will be posted to the Site Status page as
they become available. Your patience is appreciated.
</p>

<a name="snapshot"><h2>Nightly snapshots</h2></a>
<p>A nightly snapshot is available: <a href="download/spambayes-nightly.tar.gz">spambayes-nightly.tar.gz</a>. </p>
<p class="note">Note that due to some Sourceforge issues, this is currently being built with a "manual cron" (i.e. when I remember). Once Sourceforge's CVS issues are resolved, this will be available automatically.</p>


Index: developer.ht
===================================================================
RCS file: /cvsroot/spambayes/website/developer.ht,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** developer.ht	14 Nov 2002 19:56:44 -0000	1.6
--- developer.ht	17 Jan 2003 07:34:44 -0000	1.7
***************
*** 6,28 ****
  <p>So you want to get involved?</p>
  <h2>Running the code</h2>
! <p>First off, note that as yet, this project hasn't really produced 
! code that's suitable for end-user deployment - it's more of an research
! exercise. That's not to say you <i>can't</i> use this stuff, but if it
! eats your email and signs you up to news.admin.net-abuse.email, don't
! come crying &lt;wink&gt;.
! </p>
! <p>This project works with either the absolute bleeding edge of python
! code, available from <a 
! href="http://sourceforge.net/cvs/?group_id=5470">CVS on
! sourceforge</a>, or with Python 2.2 (not 2.1.x or earlier).  Note that
! you really want to be running Python 2.2.2 or Python 2.3cvs to get the
! latest <a href="http://mimelib.sf.net">email package</a>.  If you
! really plan on using an older version of Python, you'll need to
! <a
! href="http://sourceforge.net/project/showfiles.php?group_id=25568">download</a>
! and install the email package (unpack the tarball and read the README
! file for more details).
  </p>
! <p>The spambayes code itself is also available <a href="http://sourceforge.net/cvs/?group_id=61702">via CVS</a>
  </p>
  
--- 6,20 ----
  <p>So you want to get involved?</p>
  <h2>Running the code</h2>
! <p>This project works with either Python 2.2.2, Python2.3 (currently in alpha), 
! or on the bleeding edge of python code,
! available from <a href="http://sourceforge.net/cvs/?group_id=5470">CVS on
! sourceforge</a>. It will not work on python 2.1.x or earlier, nor is it ever
! likely to do so.  </p>
! <p>If you're running Python 2.2 or 2.2.1, you'll need to separately fetch
! the latest <a href="http://mimelib.sf.net">email package</a>. You can get
! this from  
! <a href="http://sourceforge.net/project/showfiles.php?group_id=25568">sourceforge</a> (you'll need version 2.4.3 or later).
  </p>
! <p>The spambayes code itself is also available <a href="http://sourceforge.net/cvs/?group_id=61702">via CVS</a>, or from the <a href="download.html">download</a> page.
  </p>
  

Index: index.ht
===================================================================
RCS file: /cvsroot/spambayes/website/index.ht,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** index.ht	17 Jan 2003 06:27:34 -0000	1.8
--- index.ht	17 Jan 2003 07:34:44 -0000	1.9
***************
*** 3,6 ****
--- 3,9 ----
  Author: SpamBayes
  
+ 
+ <h2>News</h2>
+ <p>First pre-release available. See the <a href="download.html">download</a> page for more.</p>
  <H2>What is SpamBayes?</h2>
  <p>
***************
*** 87,94 ****
  
  
! <p>The code is currently available 
! <a href="http://sourceforge.net/cvs/?group_id=61702">via CVS</a> - 
! note that it's not quite yet suitable for non-technical end-users, but 
! for people interested in experimenting. There's also a <a href="download/spambayes-nightly.tar.gz">nightly snapshot</a> available for download.
  </p>
  
--- 90,96 ----
  
  
! <p>The code is currently available from a variety of methods from the
! <a href="downloads.html">downloads</a> page. The current release is
! 1.0 prerelease 1.
  </p>
  
***************
*** 96,105 ****
  There are now a couple of end-user applications available for those
  excited by the bleeding edge - these are detailed on the 
! <a href="applications.html">Applications</a> page.
  </p>
- 
- <p>At the moment, these packages require CVS access to install, 
- but we're currently working on packaging these up for easy end-user 
- use - stay tuned!</p>
  
  <h2>Mailing list</h2>
--- 98,104 ----
  There are now a couple of end-user applications available for those
  excited by the bleeding edge - these are detailed on the 
! <a href="applications.html">Applications</a> page, and available as
! part of the source download.
  </p>
  
  <h2>Mailing list</h2>

Index: links.h
===================================================================
RCS file: /cvsroot/spambayes/website/links.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** links.h	13 Jan 2003 03:57:58 -0000	1.4
--- links.h	17 Jan 2003 07:34:44 -0000	1.5
***************
*** 6,7 ****
--- 6,11 ----
  <li><a href="developer.html">Developers</a>
  <li><a href="related.html">Related</a>
+ <h3>Getting the code</h3>
+ <li><a href="download.html">Releases</a>
+ <li><a href="download.html#snapshot">Snapshots</a>
+ <li><a href="download.html#cvs">CVS access</a>

Index: style.css
===================================================================
RCS file: /cvsroot/spambayes/website/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** style.css	13 Jan 2003 04:44:55 -0000	1.3
--- style.css	17 Jan 2003 07:34:44 -0000	1.4
***************
*** 6,9 ****
--- 6,10 ----
  			  margin-right: 15%;
  font-family: geneva, verdana, arial, "ms sans serif", sans-serif; 
+ font-size: 12pt;
  }
  





More information about the Spambayes-checkins mailing list