[Spambayes-checkins] website background.ht,1.3,1.4 index.ht,1.3,1.4 links.h,1.3,1.4 style.css,1.1.1.1,1.2

Anthony Baxter anthonybaxter at users.sourceforge.net
Sun Jan 12 19:58:00 EST 2003


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

Modified Files:
	background.ht index.ht links.h style.css 
Log Message:
major re-working of the website to use style sheets, and generally look a
bit nicer than the default python.org lnf.


Index: background.ht
===================================================================
RCS file: /cvsroot/spambayes/website/background.ht,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** background.ht	4 Nov 2002 09:57:59 -0000	1.3
--- background.ht	13 Jan 2003 03:57:58 -0000	1.4
***************
*** 1,4 ****
--- 1,5 ----
  Title: SpamBayes: Background Reading
  Author-Email: spambayes at python.org
+ Author: spambayes
  
  <h1>Background Reading</h1>

Index: index.ht
===================================================================
RCS file: /cvsroot/spambayes/website/index.ht,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.ht	30 Dec 2002 07:38:53 -0000	1.3
--- index.ht	13 Jan 2003 03:57:58 -0000	1.4
***************
*** 6,10 ****
  <p>
  This project is developing a Bayesian anti-spam classifier, initially
! based on the work of <a href="http://www.paulgraham.com/spam.html">Paul Graham.</a>
  </p>
  
--- 6,10 ----
  <p>
  This project is developing a Bayesian anti-spam classifier, initially
! based on the work of <a href="http://www.paulgraham.com/spam.html">Paul Graham.</a> A major difference between this project and many others that are doing similar work is the emphasis on testing and trialing newer and different approaches to scoring messages. While most projects are still working with the initial Graham approach, we found that a number of different approaches yielded a much more useful response. An attempt at documenting this is on the <a href="background.html">background</a> page.
  </p>
  
***************
*** 20,23 ****
--- 20,25 ----
  <a href="applications.html">Applications</a> page.
  </p>
+ <p>We're currently working on packaging these up for end-user use - stay
+ tuned!</p>
  
  <h2>Mailing list</h2>

Index: links.h
===================================================================
RCS file: /cvsroot/spambayes/website/links.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** links.h	1 Nov 2002 04:50:19 -0000	1.3
--- links.h	13 Jan 2003 03:57:58 -0000	1.4
***************
*** 1,3 ****
! <h3>SpamBayes</h3>
  <li><a href="index.html">Home page</a>
  <li><a href="background.html">Background</a>
--- 1,3 ----
! <h3>About the Project</h3>
  <li><a href="index.html">Home page</a>
  <li><a href="background.html">Background</a>

Index: style.css
===================================================================
RCS file: /cvsroot/spambayes/website/style.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** style.css	19 Sep 2002 08:40:55 -0000	1.1.1.1
--- style.css	13 Jan 2003 03:57:58 -0000	1.2
***************
*** 5,8 ****
--- 5,9 ----
  	  		  color:	#484848; 
  			  margin-right: 15%;
+ font-family: geneva, verdana, arial, "ms sans serif", sans-serif; 
  }
  
***************
*** 21,26 ****
  TD:navtitle 		{ color:	#f4a560;
  			  font-size:	xx-large;
! 			  text-style:	bold;	 }
  
  IMG			{ border:	0;	 }
  
--- 22,38 ----
  TD:navtitle 		{ color:	#f4a560;
  			  font-size:	xx-large;
! 			  font-weight:	bold;	 }
  
  IMG			{ border:	0;	 }
+ 
+ TABLE.sidebar { background-image:  url("./images/gutter.png"); }
+ 
+ TD.normalSidebar a:link { color: #222222;  }
+ TD.normalSidebar a:visited { color: #333333;  }
+ TD.normalSidebar a:active { color: #449944;  }
+ TD.normalSidebar a:hover { color: #005500; }
+ 
+ TD.headerSidebar {  color: #222222; 
+                     font-weight: bold;}
+ 
  





More information about the Spambayes-checkins mailing list