cssdiff 20040409-BlameMarys-auto.1

1.  
2.  
3.  
4.  
5.  
6.  
7.  

NAME

cssdiff - check the differences between two .css files

SYNOPSIS

cssdiff first.css second.css

DESCRIPTION

cssdiff is one of the CRM114 utilities for analysing CRM114 .css files. cssdiff writes out a summary of differences in statistical features of two .css files. This can be used to find out how easy it will be for CRM114 to differentiate spam from nonspam with your .css files. It prints a report like e.g.
   Sparse spectra file spam.css has 1048577 bins total
   Sparse spectra file nonspam.css has 1048577 bins total

   File 1 total features            :      1605968
   File 2 total features            :      1045152

   Similarities between files       :       142039
   Differences between files        :      1279964

   File 1 dominates file 2          :      1463929
   File 2 dominates file 1          :       903113
Note that in this case there's a big difference between the two files; in this case there are about 10 times as many differences between the two files as there are similarities.

SEE ALSO

cssutil(1), cssmerge(1), crm114(1)

The CRM114 homepage is at http://crm114.sf.net/ .

VERSION

This manpage: $Id: cssdiff.azm,v 1.3 2004/02/25 14:56:06 vanbaal Exp $ This manpage describes cssdiff as shipped with crm114 version 20031229-1.0-SanityCheck.

COPYRIGHT

Copyright (C) 2001, 2002, 2003 William S. Yerazunis

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html or write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.

AUTHOR

William S. Yerazunis