[Spambayes-checkins] website background.ht,NONE,1.1 docs.ht,1.2,1.3 links.h,1.1.1.1,1.2

Greg Ward gward@users.sourceforge.net
Thu, 19 Sep 2002 16:39:26 -0700


Update of /cvsroot/spambayes/website
In directory usw-pr-cvs1:/tmp/cvs-serv7867

Modified Files:
	docs.ht links.h 
Added Files:
	background.ht 
Log Message:
Moved a big chunk of docs.ht to new file background.ht.


--- NEW FILE: background.ht ---
Title: SpamBayes: Background Reading
Author-Email: spambayes@python.org

<h1>Background Reading</h1>

<h2>Theory</h2>
Sharpen your pencils, this is the mathematical background (such as it is).
<ul>
<li>The paper that started the ball rolling:
Paul Graham's <a href="http://www.paulgraham.com/spam.html">A Plan for Spam.</a>
<li>Gary Robinson has an 
<a href="http://radio.weblogs.com/0101454/stories/2002/09/16/spamDetection.html">interesting essay</a>
suggesting some improvements to Graham's original approach.
</ul>
<p><i>more links? mail anthony at interlink.com.au</i></p>

<h2>Mailing list archives</h2>
<p>There's a lot of background on what's been tried available from
the mailing list archives. Initially, the discussion started on 
the <a href="">python-dev</a> list, but then moved to the 
<a href="">spambayes</a> list. 

<ul>
<li>The fun started in <a href="http://mail.python.org/pipermail/python-dev/2002-August/thread.html">August 2002</a>. 
<a href="http://mail.python.org/pipermail/python-dev/2002-August/thread.html#28085">thread 1</a>, <a href="http://mail.python.org/pipermail/python-dev/2002-August/thread.html#28377">thread 2</a>.
<li>But wait, there's more! In the <a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html">September</a> archive, 
<a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28503">thread 1</a>,
<a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28506">thread 2</a>,
<a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28534">thread 3</a>,
<a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28590">thread 4</a>,
<a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28620">thread 5</a>.
<li>The discussions then moved to the spambayes <a href="http://mail.python.org/pipermail-21/spambayes/">mailing list</a>.
</ul>

<h2>CVS commit messages</h2>
<p>Tim Peters has whacked a whole lot of useful information into CVS
commit messages. As the project was moved from an obscure corner of the
python CVS tree, there's actually two sources of CVS commits.</p>

<ul>
<li>The older CVS repository via <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/nondist/sandbox/spambayes/?hideattic=0">view CVS</a>, or the <a href="presfchangelog.html">entire changelog</a>. Development here stopped on the 6th of September 2002.
<li>After that, work moved to this project's <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/spambayes/spambayes/">CVS tree</a>
</ul>


Index: docs.ht
===================================================================
RCS file: /cvsroot/spambayes/website/docs.ht,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** docs.ht	19 Sep 2002 23:29:32 -0000	1.2
--- docs.ht	19 Sep 2002 23:39:24 -0000	1.3
***************
*** 3,44 ****
  Author: spambayes
  
- <H2>Background reading</h2>
- <ul>
- <li>The paper that started the ball rolling:
- Paul Graham's <a href="http://www.paulgraham.com/spam.html">A Plan for Spam.</a>
- <li>Gary Robinson has an 
- <a href="http://radio.weblogs.com/0101454/stories/2002/09/16/spamDetection.html">interesting essay</a>
- suggesting some improvements to Graham's original approach.
- </ul>
- <p><i>more links? mail anthony at interlink.com.au</i></p>
- 
- <H2>Mailing list archives</H2>
- <p>There's a lot of background on what's been tried available from
- the mailing list archives. Initially, the discussion started on 
- the <a href="">python-dev</a> list, but then moved to the 
- <a href="">spambayes</a> list. 
- 
- <ul>
- <li>The fun started in <a href="http://mail.python.org/pipermail/python-dev/2002-August/thread.html">August 2002</a>. 
- <a href="http://mail.python.org/pipermail/python-dev/2002-August/thread.html#28085">thread 1</a>, <a href="http://mail.python.org/pipermail/python-dev/2002-August/thread.html#28377">thread 2</a>.
- <li>But wait, there's more! In the <a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html">September</a> archive, 
- <a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28503">thread 1</a>,
- <a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28506">thread 2</a>,
- <a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28534">thread 3</a>,
- <a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28590">thread 4</a>,
- <a href="http://mail.python.org/pipermail/python-dev/2002-September/thread.html#28620">thread 5</a>.
- <li>The discussions then moved to the spambayes <a href="http://mail.python.org/pipermail-21/spambayes/">mailing list</a>.
- </ul>
- 
- <h2>CVS commit messages</h2>
- <p>Tim Peters has whacked a whole lot of useful information into CVS
- commit messages. As the project was moved from an obscure corner of the
- python CVS tree, there's actually two sources of CVS commits.</p>
- 
- <ul>
- <li>The older CVS repository via <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/nondist/sandbox/spambayes/?hideattic=0">view CVS</a>, or the <a href="presfchangelog.html">entire changelog</a>. Development here stopped on the 6th of September 2002.
- <li>After that, work moved to this project's <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/spambayes/spambayes/">CVS tree</a>
- </ul>
- 
  <h2>Project documentation</h2>
  <ul>
--- 3,6 ----

Index: links.h
===================================================================
RCS file: /cvsroot/spambayes/website/links.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** links.h	19 Sep 2002 08:40:55 -0000	1.1.1.1
--- links.h	19 Sep 2002 23:39:24 -0000	1.2
***************
*** 1,4 ****
--- 1,5 ----
  <h3>SpamBayes</h3>
  <li><a href="index.html">Home page</a>
+ <li><a href="background.html">Background</a>
  <li><a href="docs.html">Documentation</a>
  <li><a href="developer.html">Developers</a>