You can subscribe to this list here.
2003 |
Jan
|
Feb
(160) |
Mar
(119) |
Apr
(111) |
May
(118) |
Jun
(101) |
Jul
(304) |
Aug
(113) |
Sep
(140) |
Oct
(137) |
Nov
(87) |
Dec
(122) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(78) |
Feb
(125) |
Mar
(131) |
Apr
(59) |
May
(121) |
Jun
(166) |
Jul
(150) |
Aug
(137) |
Sep
(73) |
Oct
(58) |
Nov
(27) |
Dec
(60) |
2005 |
Jan
(131) |
Feb
(84) |
Mar
(36) |
Apr
(8) |
May
(28) |
Jun
(20) |
Jul
(10) |
Aug
(72) |
Sep
(76) |
Oct
(34) |
Nov
(3) |
Dec
(29) |
2006 |
Jan
(13) |
Feb
(92) |
Mar
(7) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(4) |
Aug
(17) |
Sep
(5) |
Oct
(2) |
Nov
(8) |
Dec
(12) |
2007 |
Jan
(28) |
Feb
(15) |
Mar
|
Apr
|
May
(8) |
Jun
(4) |
Jul
(5) |
Aug
(8) |
Sep
(20) |
Oct
(38) |
Nov
(65) |
Dec
(92) |
2008 |
Jan
(21) |
Feb
(56) |
Mar
(27) |
Apr
(174) |
May
(25) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joseph C. <tex...@us...> - 2006-02-20 09:16:43
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26716/Classifier Modified Files: MailParse.pm Log Message: Change font tags for styles. Index: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.224 retrieving revision 1.225 diff -C2 -d -r1.224 -r1.225 *** MailParse.pm 20 Feb 2006 02:11:14 -0000 1.224 --- MailParse.pm 20 Feb 2006 09:16:34 -0000 1.225 *************** *** 471,475 **** $literal =~ s/>/>/g; my $color = $self->get_color__($mword); ! my $to = "<b><font color=\"$color\"><a title=\"$mword\">$literal</a></font></b>"; $self->{ut__} .= $to . ' '; } --- 471,475 ---- $literal =~ s/>/>/g; my $color = $self->get_color__($mword); ! my $to = "<b style=\"color:$color\"><a title=\"$mword\">$literal</a></b>"; $self->{ut__} .= $to . ' '; } *************** *** 515,523 **** if ( $encoded == 0 ) { $after = '&' if ( $after eq '>' ); ! if ( !( $self->{ut__} =~ s/($before)\Q$word\E($after)/$1<b><font color=\"$color\">$word<\/font><\/b>$2/ ) ) { print "Could not find $word for colorization\n" if ( $self->{debug__} ); } } else { ! $self->{ut__} .= "<font color=\"$color\">$word<\/font> "; } } --- 515,523 ---- if ( $encoded == 0 ) { $after = '&' if ( $after eq '>' ); ! if ( !( $self->{ut__} =~ s/($before)\Q$word\E($after)/$1<b style=\"color:$color\">$word<\/b>$2/ ) ) { print "Could not find $word for colorization\n" if ( $self->{debug__} ); } } else { ! $self->{ut__} .= "<span style=\"color:$color\">$word<\/span> "; } } *************** *** 2014,2018 **** if ( $self->{color__} ne '' ) { my $color = $self->get_color__("header:$header" ); ! $self->{ut__} = "<b><font color=\"$color\">$header</font></b>: $fix_argument\015\012"; } } else { --- 2014,2018 ---- if ( $self->{color__} ne '' ) { my $color = $self->get_color__("header:$header" ); ! $self->{ut__} = "<b style=\"color:$color\">$header</b>: $fix_argument\015\012"; } } else { |
From: Joseph C. <tex...@us...> - 2006-02-20 02:50:31
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32131/languages Modified Files: English.msg Log Message: Change URL to getpopfile.org Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.100 retrieving revision 1.101 diff -C2 -d -r1.100 -r1.101 *** English.msg 20 Feb 2006 02:08:27 -0000 1.100 --- English.msg 20 Feb 2006 02:50:27 -0000 1.101 *************** *** 196,200 **** Advanced_Parameter Parameter Advanced_Value Value ! Advanced_Warning This is the complete list of POPFile parameters. Advanced users only: you may change any and click Update; there is no validity checking. Items shown in bold have been changed from the default setting. See <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?OptionReference">OptionReference</a> for more information on options. Advanced_ConfigFile Configuration file: --- 196,200 ---- Advanced_Parameter Parameter Advanced_Value Value ! Advanced_Warning This is the complete list of POPFile parameters. Advanced users only: you may change any and click Update; there is no validity checking. Items shown in bold have been changed from the default setting. See <a href="http://getpopfile.org/cgi-bin/wiki.pl?OptionReference">OptionReference</a> for more information on options. Advanced_ConfigFile Configuration file: |
From: Joseph C. <tex...@us...> - 2006-02-20 02:23:00
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20982/UI Modified Files: HTML.pm HTTP.pm XMLRPC.pm Log Message: Change GPL license to remove the option for the person using POPFile to license it under any version of the GPL other than v2. Update copyright dates. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.370 retrieving revision 1.371 diff -C2 -d -r1.370 -r1.371 *** HTML.pm 19 Feb 2006 11:27:43 -0000 1.370 --- HTML.pm 20 Feb 2006 02:22:54 -0000 1.371 *************** *** 11,15 **** # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 11,15 ---- # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: XMLRPC.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/XMLRPC.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** XMLRPC.pm 19 Dec 2005 11:41:53 -0000 1.22 --- XMLRPC.pm 20 Feb 2006 02:22:57 -0000 1.23 *************** *** 10,19 **** # Classifier/Bayes.get_buckets # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 10,19 ---- # Classifier/Bayes.get_buckets # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: HTTP.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTTP.pm,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** HTTP.pm 20 Dec 2005 19:26:02 -0000 1.34 --- HTTP.pm 20 Feb 2006 02:22:57 -0000 1.35 *************** *** 4,13 **** # modules that service requests over HTTP (e.g. the UI) # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 4,13 ---- # modules that service requests over HTTP (e.g. the UI) # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # |
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20059/tests Modified Files: IMAP_test_server.pl Makefile TestBayes.tst TestBayesScript.tst TestConfiguration.tst TestHTML.script TestHTML.tst TestHTTP.tst TestHistory.tst TestIMAP.tst TestInsertScript.tst TestLogger.tst TestMQ.tst TestMailParse.tst TestModule.tst TestMutex.tst TestPOP3.tst TestPipeScript.tst TestProxy.tst TestWordMangle.tst TestXMLRPC.tst Log Message: Change GPL license to remove the option for the person using POPFile to license it under any version of the GPL other than v2. Update copyright dates. Index: TestHTML.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.tst,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** TestHTML.tst 21 Aug 2005 22:17:52 -0000 1.36 --- TestHTML.tst 20 Feb 2006 02:20:57 -0000 1.37 *************** *** 3,14 **** # Tests for HTML.pm # ! # Copyright (c) 2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for HTML.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: IMAP_test_server.pl =================================================================== RCS file: /cvsroot/popfile/engine/tests/IMAP_test_server.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IMAP_test_server.pl 6 Jan 2005 18:27:23 -0000 1.3 --- IMAP_test_server.pl 20 Feb 2006 02:20:57 -0000 1.4 *************** *** 3,14 **** # Tests for IMAP.pm # ! # Copyright (c) 2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for IMAP.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestBayes.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** TestBayes.tst 21 Aug 2005 22:17:52 -0000 1.59 --- TestBayes.tst 20 Feb 2006 02:20:57 -0000 1.60 *************** *** 3,14 **** # Tests for Bayes.pm # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for Bayes.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestBayesScript.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayesScript.tst,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TestBayesScript.tst 4 Jan 2005 22:51:53 -0000 1.5 --- TestBayesScript.tst 20 Feb 2006 02:20:57 -0000 1.6 *************** *** 3,14 **** # Tests for bayes.pl # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for bayes.pl # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: Makefile =================================================================== RCS file: /cvsroot/popfile/engine/tests/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile 4 Jan 2005 22:51:52 -0000 1.12 --- Makefile 20 Feb 2006 02:20:57 -0000 1.13 *************** *** 4,15 **** # and for testing # ! # Copyright (c) 2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 4,14 ---- # and for testing # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestMutex.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMutex.tst,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestMutex.tst 3 Dec 2004 15:04:31 -0000 1.2 --- TestMutex.tst 20 Feb 2006 02:20:57 -0000 1.3 *************** *** 3,14 **** # Tests for Mutex.pm # ! # Copyright (c) 2003-2004 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for Mutex.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestConfiguration.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestConfiguration.tst,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** TestConfiguration.tst 24 Aug 2005 18:35:13 -0000 1.21 --- TestConfiguration.tst 20 Feb 2006 02:20:57 -0000 1.22 *************** *** 3,14 **** # Tests for Configuration.pm # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for Configuration.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestXMLRPC.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestXMLRPC.tst,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** TestXMLRPC.tst 24 Aug 2005 18:35:13 -0000 1.9 --- TestXMLRPC.tst 20 Feb 2006 02:20:57 -0000 1.10 *************** *** 3,14 **** # Tests for XMLRPC.pm # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for XMLRPC.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestWordMangle.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestWordMangle.tst,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TestWordMangle.tst 4 Jan 2005 22:52:10 -0000 1.10 --- TestWordMangle.tst 20 Feb 2006 02:20:57 -0000 1.11 *************** *** 3,14 **** # Tests for WordMangle.pm # ! # Copyright (c) 2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for WordMangle.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestPipeScript.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestPipeScript.tst,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TestPipeScript.tst 4 Jan 2005 22:52:10 -0000 1.8 --- TestPipeScript.tst 20 Feb 2006 02:20:57 -0000 1.9 *************** *** 3,14 **** # Tests for pipe.pl # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for pipe.pl # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestLogger.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestLogger.tst,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TestLogger.tst 4 Jan 2005 22:52:05 -0000 1.11 --- TestLogger.tst 20 Feb 2006 02:20:57 -0000 1.12 *************** *** 3,14 **** # Tests for Logger.pm # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for Logger.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestIMAP.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestIMAP.tst,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TestIMAP.tst 6 Jan 2005 18:27:23 -0000 1.4 --- TestIMAP.tst 20 Feb 2006 02:20:57 -0000 1.5 *************** *** 3,14 **** # Tests for POP3.pm # ! # Copyright (c) 2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for POP3.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestMQ.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMQ.tst,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TestMQ.tst 4 Jan 2005 22:52:05 -0000 1.6 --- TestMQ.tst 20 Feb 2006 02:20:57 -0000 1.7 *************** *** 3,14 **** # Tests for MQ.pm # ! # Copyright (c) 2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for MQ.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestModule.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestModule.tst,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** TestModule.tst 4 Jan 2005 22:52:10 -0000 1.18 --- TestModule.tst 20 Feb 2006 02:20:57 -0000 1.19 *************** *** 3,14 **** # Tests for Module.pm # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for Module.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestMailParse.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMailParse.tst,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** TestMailParse.tst 4 Jan 2005 22:52:05 -0000 1.44 --- TestMailParse.tst 20 Feb 2006 02:20:57 -0000 1.45 *************** *** 3,14 **** # Tests for MailParse.pm # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for MailParse.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestHTML.script =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.script,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** TestHTML.script 10 Sep 2004 11:33:05 -0000 1.34 --- TestHTML.script 20 Feb 2006 02:20:57 -0000 1.35 *************** *** 3,14 **** # Test script for the HTML interface, loaded by TestHTML.tst # ! # Copyright (c) 2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Test script for the HTML interface, loaded by TestHTML.tst # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestInsertScript.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestInsertScript.tst,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TestInsertScript.tst 4 Jan 2005 22:52:05 -0000 1.7 --- TestInsertScript.tst 20 Feb 2006 02:20:57 -0000 1.8 *************** *** 3,14 **** # Tests for insert.pl # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for insert.pl # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestPOP3.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** TestPOP3.tst 22 Mar 2005 19:29:09 -0000 1.33 --- TestPOP3.tst 20 Feb 2006 02:20:57 -0000 1.34 *************** *** 3,14 **** # Tests for POP3.pm # ! # Copyright (c) 2003-2004 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for POP3.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestHistory.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHistory.tst,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** TestHistory.tst 24 Aug 2005 18:35:13 -0000 1.15 --- TestHistory.tst 20 Feb 2006 02:20:57 -0000 1.16 *************** *** 3,14 **** # Tests for History.pm # ! # Copyright (c) 2004 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for History.pm # ! # Copyright (c) 2004-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestProxy.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestProxy.tst,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** TestProxy.tst 28 Feb 2005 12:36:04 -0000 1.25 --- TestProxy.tst 20 Feb 2006 02:20:57 -0000 1.26 *************** *** 3,14 **** # Tests for Proxy.pm # ! # Copyright (c) 2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for Proxy.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: TestHTTP.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTTP.tst,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TestHTTP.tst 21 Aug 2005 22:17:52 -0000 1.11 --- TestHTTP.tst 20 Feb 2006 02:20:57 -0000 1.12 *************** *** 3,14 **** # Tests for HTTP.pm # ! # Copyright (c) 2003-2005 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # Tests for HTTP.pm # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, |
From: Joseph C. <tex...@us...> - 2006-02-20 02:21:00
|
Update of /cvsroot/popfile/engine/tests/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20059/tests/languages Modified Files: English-UK.msg English.msg Francais.msg Log Message: Change GPL license to remove the option for the person using POPFile to license it under any version of the GPL other than v2. Update copyright dates. Index: English-UK.msg =================================================================== RCS file: /cvsroot/popfile/engine/tests/languages/English-UK.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** English-UK.msg 20 Aug 2003 03:09:04 -0000 1.1 --- English-UK.msg 20 Feb 2006 02:20:57 -0000 1.2 *************** *** 1,10 **** ! # Copyright (c) 2001-2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 1,9 ---- ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: Francais.msg =================================================================== RCS file: /cvsroot/popfile/engine/tests/languages/Francais.msg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Francais.msg 21 Aug 2003 17:07:06 -0000 1.1 --- Francais.msg 20 Feb 2006 02:20:57 -0000 1.2 *************** *** 1,10 **** ! # Copyright (c) 2001-2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 1,9 ---- ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/tests/languages/English.msg,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** English.msg 10 Oct 2003 20:03:19 -0000 1.5 --- English.msg 20 Feb 2006 02:20:57 -0000 1.6 *************** *** 1,10 **** ! # Copyright (c) 2001-2003 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 1,9 ---- ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, |
From: Joseph C. <tex...@us...> - 2006-02-20 02:19:21
|
Update of /cvsroot/popfile/engine/Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19396/Test Modified Files: MQReceiver.pm SimpleProxy.pm SimpleTemplate.pm Log Message: Change GPL license to remove the option for the person using POPFile to license it under any version of the GPL other than v2. Update copyright date. Index: MQReceiver.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/MQReceiver.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MQReceiver.pm 29 Nov 2004 16:43:55 -0000 1.5 --- MQReceiver.pm 20 Feb 2006 02:19:15 -0000 1.6 *************** *** 5,16 **** # Test::MQReceiver. Helper class for the TestMQ.tst suite. # ! # Copyright (c) 2003-2004 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 5,15 ---- # Test::MQReceiver. Helper class for the TestMQ.tst suite. # ! # Copyright (c) 2003-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: SimpleProxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/SimpleProxy.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** SimpleProxy.pm 29 Nov 2004 16:43:55 -0000 1.15 --- SimpleProxy.pm 20 Feb 2006 02:19:15 -0000 1.16 *************** *** 8,19 **** # A simple test proxy server for testing Proxy::Proxy # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 8,18 ---- # A simple test proxy server for testing Proxy::Proxy # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, Index: SimpleTemplate.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/SimpleTemplate.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleTemplate.pm 28 Feb 2005 12:36:03 -0000 1.1 --- SimpleTemplate.pm 20 Feb 2006 02:19:15 -0000 1.2 *************** *** 5,16 **** # A helper class for testing template use # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 5,15 ---- # A helper class for testing template use # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, |
From: Joseph C. <tex...@us...> - 2006-02-20 02:15:29
|
Update of /cvsroot/popfile/engine/Services In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17908/Services Modified Files: IMAP.pm Log Message: Update copyright dates and GPL 2 text. Index: IMAP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Services/IMAP.pm,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** IMAP.pm 10 Feb 2006 15:28:41 -0000 1.23 --- IMAP.pm 20 Feb 2006 02:15:25 -0000 1.24 *************** *** 9,13 **** # IMAP.pm --- a module to use POPFile for an IMAP connection. # ! # Copyright (c) 2001-2005 John Graham-Cumming # # $Revision$ --- 9,13 ---- # IMAP.pm --- a module to use POPFile for an IMAP connection. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # $Revision$ *************** *** 16,20 **** # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 16,20 ---- # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # |
From: Joseph C. <tex...@us...> - 2006-02-20 02:14:42
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17387/Proxy Modified Files: NNTP.pm POP3.pm Proxy.pm SMTP.pm Log Message: Update copyright dates and GPL 2 text. Index: POP3.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** POP3.pm 19 Dec 2005 11:41:53 -0000 1.113 --- POP3.pm 20 Feb 2006 02:14:29 -0000 1.114 *************** *** 10,19 **** # This module handles proxying the POP3 protocol for POPFile. # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 10,19 ---- # This module handles proxying the POP3 protocol for POPFile. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: NNTP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/NNTP.pm,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** NNTP.pm 19 Dec 2005 11:41:53 -0000 1.39 --- NNTP.pm 20 Feb 2006 02:14:29 -0000 1.40 *************** *** 9,18 **** # This module handles proxying the NNTP protocol for POPFile. # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # This module handles proxying the NNTP protocol for POPFile. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Proxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** Proxy.pm 19 Dec 2005 11:41:53 -0000 1.63 --- Proxy.pm 20 Feb 2006 02:14:29 -0000 1.64 *************** *** 5,14 **** # This module implements the base class for all POPFile proxy Modules # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 5,14 ---- # This module implements the base class for all POPFile proxy Modules # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: SMTP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/SMTP.pm,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** SMTP.pm 19 Dec 2005 11:41:53 -0000 1.42 --- SMTP.pm 20 Feb 2006 02:14:29 -0000 1.43 *************** *** 9,18 **** # This module handles proxying the SMTP protocol for POPFile. # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # This module handles proxying the SMTP protocol for POPFile. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # |
From: Joseph C. <tex...@us...> - 2006-02-20 02:13:08
|
Update of /cvsroot/popfile/engine/Platform In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16348/Platform Modified Files: MSWin32.pm Log Message: Update copyright dates and GPL 2 text. Index: MSWin32.pm =================================================================== RCS file: /cvsroot/popfile/engine/Platform/MSWin32.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** MSWin32.pm 19 Dec 2005 11:41:53 -0000 1.25 --- MSWin32.pm 20 Feb 2006 02:12:55 -0000 1.26 *************** *** 9,18 **** # This module handles POPFile specifics on Windows # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # This module handles POPFile specifics on Windows # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # |
From: Joseph C. <tex...@us...> - 2006-02-20 02:12:05
|
Update of /cvsroot/popfile/engine/Devel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16034/Devel Modified Files: TestCoverage.pm Log Message: Update copyright dates and GPL 2 text. Index: TestCoverage.pm =================================================================== RCS file: /cvsroot/popfile/engine/Devel/TestCoverage.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** TestCoverage.pm 19 Dec 2005 11:41:53 -0000 1.15 --- TestCoverage.pm 20 Feb 2006 02:11:55 -0000 1.16 *************** *** 3,12 **** # Devel::TestCoverage - Module to measure code coverage in the test suite # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 3,12 ---- # Devel::TestCoverage - Module to measure code coverage in the test suite # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # |
From: Joseph C. <tex...@us...> - 2006-02-20 02:11:17
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15722/Classifier Modified Files: Bayes.pm MailParse.pm WordMangle.pm popfile.sql Log Message: Update copyright dates and GPL 2 text. Index: WordMangle.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/WordMangle.pm,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** WordMangle.pm 19 Dec 2005 11:41:52 -0000 1.42 --- WordMangle.pm 20 Feb 2006 02:11:14 -0000 1.43 *************** *** 9,18 **** # WordMangle.pm --- Mangle words for better classification # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # WordMangle.pm --- Mangle words for better classification # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.349 retrieving revision 1.350 diff -C2 -d -r1.349 -r1.350 *** Bayes.pm 20 Dec 2005 20:22:06 -0000 1.349 --- Bayes.pm 20 Feb 2006 02:11:13 -0000 1.350 *************** *** 9,18 **** # Bayes.pm --- Naive Bayes text classifier # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # Bayes.pm --- Naive Bayes text classifier # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.223 retrieving revision 1.224 diff -C2 -d -r1.223 -r1.224 *** MailParse.pm 6 Feb 2006 19:29:48 -0000 1.223 --- MailParse.pm 20 Feb 2006 02:11:14 -0000 1.224 *************** *** 5,14 **** # MailParse.pm --- Parse a mail message or messages into words # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 5,14 ---- # MailParse.pm --- Parse a mail message or messages into words # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: popfile.sql =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/popfile.sql,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** popfile.sql 19 Dec 2005 11:41:52 -0000 1.26 --- popfile.sql 20 Feb 2006 02:11:14 -0000 1.27 *************** *** 4,13 **** -- popfile.schema - POPFile's database schema -- ! -- Copyright (c) 2003-2005 John Graham-Cumming -- -- This file is part of POPFile -- -- POPFile is free software; you can redistribute it and/or modify it ! -- under the terms version 2 of the GNU General Public License as -- published by the Free Software Foundation. -- --- 4,14 ---- -- popfile.schema - POPFile's database schema -- ! -- Copyright (c) 2003-2006 John Graham-Cumming ! -- -- This file is part of POPFile -- -- POPFile is free software; you can redistribute it and/or modify it ! -- under the terms of version 2 of the GNU General Public License as -- published by the Free Software Foundation. -- |
From: Joseph C. <tex...@us...> - 2006-02-20 02:02:04
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11807/POPFile Modified Files: API.pm Configuration.pm Database.pm History.pm Loader.pm Logger.pm MQ.pm Module.pm Mutex.pm Log Message: Update copyright dates and GPL 2 text. Index: History.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/History.pm,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** History.pm 20 Dec 2005 19:57:33 -0000 1.39 --- History.pm 20 Feb 2006 02:01:57 -0000 1.40 *************** *** 10,19 **** # database and on disk that store messages previously classified by POPFile. # ! # Copyright (c) 2004-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 10,19 ---- # database and on disk that store messages previously classified by POPFile. # ! # Copyright (c) 2004-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Configuration.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** Configuration.pm 20 Dec 2005 19:57:33 -0000 1.58 --- Configuration.pm 20 Feb 2006 02:01:57 -0000 1.59 *************** *** 12,21 **** # POPFile's command line parsing # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 12,21 ---- # POPFile's command line parsing # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Loader.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Loader.pm,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Loader.pm 19 Dec 2005 11:41:53 -0000 1.36 --- Loader.pm 20 Feb 2006 02:01:57 -0000 1.37 *************** *** 12,21 **** # utilities to assist in loading and executing modules # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 12,21 ---- # utilities to assist in loading and executing modules # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Database.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Database.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Database.pm 19 Dec 2005 11:41:53 -0000 1.6 --- Database.pm 20 Feb 2006 02:01:57 -0000 1.7 *************** *** 10,19 **** # connections # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 10,19 ---- # connections # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Mutex.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Mutex.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Mutex.pm 19 Dec 2005 11:41:53 -0000 1.4 --- Mutex.pm 20 Feb 2006 02:01:57 -0000 1.5 *************** *** 6,15 **** # to a region on a per thread or per process basis. # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 6,15 ---- # to a region on a per thread or per process basis. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Module.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Module.pm,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** Module.pm 20 Dec 2005 19:57:33 -0000 1.52 --- Module.pm 20 Feb 2006 02:01:57 -0000 1.53 *************** *** 3,12 **** # This is POPFile's top level Module object. # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 3,12 ---- # This is POPFile's top level Module object. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: MQ.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/MQ.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** MQ.pm 19 Dec 2005 11:41:53 -0000 1.22 --- MQ.pm 20 Feb 2006 02:01:57 -0000 1.23 *************** *** 44,53 **** # process at the right moment and used for API access # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 44,53 ---- # process at the right moment and used for API access # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: API.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/API.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** API.pm 19 Dec 2005 11:41:53 -0000 1.13 --- API.pm 20 Feb 2006 02:01:57 -0000 1.14 *************** *** 5,14 **** # API.pm -- The API to POPFile available through XML-RPC # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 5,14 ---- # API.pm -- The API to POPFile available through XML-RPC # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Logger.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Logger.pm,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** Logger.pm 20 Dec 2005 19:57:33 -0000 1.45 --- Logger.pm 20 Feb 2006 02:01:57 -0000 1.46 *************** *** 10,19 **** # information to disk or to send it to the screen. # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 10,19 ---- # information to disk or to send it to the screen. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # |
From: naoki i. <am...@us...> - 2006-02-19 16:02:52
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4546/engine/languages Modified Files: Tag: b0_22_2 Nihongo.msg Log Message: update translation Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.11.6.4 retrieving revision 1.11.6.5 diff -C2 -d -r1.11.6.4 -r1.11.6.5 *** Nihongo.msg 12 Feb 2006 04:05:18 -0000 1.11.6.4 --- Nihongo.msg 19 Feb 2006 16:02:31 -0000 1.11.6.5 *************** *** 334,338 **** Header_MenuSummary This table is the navigation menu which allows access to each of the different pages of the control center. History_MainTableSummary This table shows the sender and subject of recently received messages and allows them to be reviewed and reclassified. Clicking on the subject line will show the full message text, along with information about why it was classified as it was. The 'Should be' column allows you to specify which bucket the message belongs in, or to undo that change. The 'Delete' column allows you to delete specific messages from the history if you don't need them anymore. ! History_OpenMessageSummary This table contains the full text of an email message, with the words that are used for classification highlighted according to the bucket that was most relevant for each. Bucket_MainTableSummary This table provides an overview of the classification buckets. Each row shows the bucket name, the word count total for that bucket, the actual number of individual words in each bucket, whether the email's subject line will be modified when it gets classified to that bucket, whether to quarantine the messages received in that bucket, and a table to pick the color used in displaying anything related to that bucket in the control center. Bucket_StatisticsTableSummary This table provides three sets of statistics on the overall performance of POPFile. The first is how accurate its classification is, the second is how many emails have been classified, and to which buckets, and the third is how many words are in each bucket, and what their relative percentages are. --- 334,338 ---- Header_MenuSummary This table is the navigation menu which allows access to each of the different pages of the control center. History_MainTableSummary This table shows the sender and subject of recently received messages and allows them to be reviewed and reclassified. Clicking on the subject line will show the full message text, along with information about why it was classified as it was. The 'Should be' column allows you to specify which bucket the message belongs in, or to undo that change. The 'Delete' column allows you to delete specific messages from the history if you don't need them anymore. ! History_OpenMessageSummary This table contains the full text of a message, with the words that are used for classification highlighted according to the bucket that was most relevant for each. Bucket_MainTableSummary This table provides an overview of the classification buckets. Each row shows the bucket name, the word count total for that bucket, the actual number of individual words in each bucket, whether the email's subject line will be modified when it gets classified to that bucket, whether to quarantine the messages received in that bucket, and a table to pick the color used in displaying anything related to that bucket in the control center. Bucket_StatisticsTableSummary This table provides three sets of statistics on the overall performance of POPFile. The first is how accurate its classification is, the second is how many emails have been classified, and to which buckets, and the third is how many words are in each bucket, and what their relative percentages are. *************** *** 340,352 **** Bucket_AccuracyChartSummary This table graphically represents the accuracy of the email classification. Bucket_BarChartSummary This table graphically represents a percentage allocation for each of the different buckets. It is used for both number of emails classified, and total word counts. ! Bucket_LookupResultsSummary This table shows the probabilities associated with any given word of the corpus. For each bucket, it shows the frequency that that word occurs, the probability that it will occur in that bucket, and the overall effect on the score of the bucket if that word exists in an email. Bucket_WordListTableSummary This table provides a listing of all the words for a particular bucket, organized by common first letter for each row. ! Magnet_MainTableSummary This table shows the list of magnets that are used to automatically classify email according to fixed rules. Each row shows how the magnet is defined, what bucket it is intended for, and a button to delete the magnet. Configuration_MainTableSummary This table contains a number of forms to allow you to control the configuration of POPFile. Configuration_InsertionTableSummary This table contains buttons that determine whether or not certain modifications are made to the headers or subject line of the email before it is passed on to the email client. Security_MainTableSummary This table provides sets of controls that affect the security of the overall configuration of POPFile, whether it should automatically check for updates to the program, and whether statistics about POPFile's performance should be sent to the central datastore of the program's author for general information. ! Advanced_MainTableSummary This table provides a list of words that POPFile ignores when classifying email due to their relative frequency in email in general. They are organized per row according to the first letter of the words. ! Imap_Bucket2Folder <b>%s</b> ¥Ð¥±¥Ä¤ËʬÎव¤ì¤¿¥á¡¼¥ë¤Î°ÜưÀè Imap_MapError Ê£¿ô¤Î¥Ð¥±¥Ä¤ò¤Ò¤È¤Ä¤Î¥Õ¥©¥ë¥À¤ËÂбþÉÕ¤±¤¹¤ë¤³¤È¤Ï¤Ç¤¤Þ¤»¤ó¡£ Imap_Server IMAP ¥µ¡¼¥Ð ¥Û¥¹¥È̾: --- 340,352 ---- Bucket_AccuracyChartSummary This table graphically represents the accuracy of the email classification. Bucket_BarChartSummary This table graphically represents a percentage allocation for each of the different buckets. It is used for both number of emails classified, and total word counts. ! Bucket_LookupResultsSummary This table shows the probabilities associated with any given word of the corpus. For each bucket, it shows the frequency with which that word occurs, the probability that it will occur in that bucket, and the overall effect on the score of the bucket if that word exists in a message. Bucket_WordListTableSummary This table provides a listing of all the words for a particular bucket, organized by common first letter for each row. ! Magnet_MainTableSummary This table shows the list of magnets that are used to automatically classify messages according to fixed rules. Each row shows how the magnet is defined, what bucket it is intended for, and a button to delete the magnet. Configuration_MainTableSummary This table contains a number of forms to allow you to control the configuration of POPFile. Configuration_InsertionTableSummary This table contains buttons that determine whether or not certain modifications are made to the headers or subject line of the email before it is passed on to the email client. Security_MainTableSummary This table provides sets of controls that affect the security of the overall configuration of POPFile, whether it should automatically check for updates to the program, and whether statistics about POPFile's performance should be sent to the central datastore of the program's author for general information. ! Advanced_MainTableSummary This table provides a list of words that POPFile ignores when classifying messages due to their relative frequency in messages in general. They are organized per row according to the first letter of the words. ! Imap_Bucket2Folder '<b>%s</b>' ¥Ð¥±¥Ä¤ËʬÎव¤ì¤¿¥á¡¼¥ë¤Î°ÜưÀè Imap_MapError Ê£¿ô¤Î¥Ð¥±¥Ä¤ò¤Ò¤È¤Ä¤Î¥Õ¥©¥ë¥À¤ËÂбþÉÕ¤±¤¹¤ë¤³¤È¤Ï¤Ç¤¤Þ¤»¤ó¡£ Imap_Server IMAP ¥µ¡¼¥Ð ¥Û¥¹¥È̾: *************** *** 375,378 **** Help_Training POPFile ¤ò¤³¤ì¤«¤é»È¤¤»Ï¤á¤ë¾ì¹ç¡¢¤¢¤ëÄøÅ٤Υȥ졼¥Ë¥ó¥°¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤½¤ì¤Ï¡¢POPFile ¤Ï¤É¤Î¥á¡¼¥ë¤¬É¬Íפʥ᡼¥ë¤Ç¤É¤Î¥á¡¼¥ë¤¬ÉÔÍפʥ᡼¥ë¤«¤Ë¤Ä¤¤¤Æ¤Ê¤Ë¤âÃΤé¤Ê¤¤¤«¤é¤Ç¤¹¡£¥È¥ì¡¼¥Ë¥ó¥°¤Ï¤½¤ì¤¾¤ì¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¹Ô¤¦É¬Íפ¬¤¢¤ê¡ÊºÇÄã¤Ç¤â£±¤Ä¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¡¢£±¤Ä°Ê¾å¤Î¥á¥Ã¥»¡¼¥¸¤òºÆÊ¬Îह¤ë¡Ë¡¢POPFile ¤¬Ê¬Îà¤ò´Ö°ã¤¨¤¿¥á¥Ã¥»¡¼¥¸¤òÀµ¤·¤¤¥Ð¥±¥Ä¤ËºÆÊ¬Îह¤ë¤³¤È¤Ë¤è¤Ã¤Æ¥È¥ì¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢POPFile ¤¬¹Ô¤Ã¤¿Ê¬Îà¤Ë¤¢¤ï¤»¤Æ¥Õ¥©¥ë¥À¤Ë°Üư¤¹¤ë¤Ê¤É¡¢¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ¤Ï¡¢<a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?JP_FrequentlyAskedQuestions/EmailSorting">POPFile ¥É¥¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È</a>¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! Help_Bucket_Setup POPFile ¤Ç¤Ï¡¢¤â¤È¤â¤È¤¢¤ë unclassified ¤È¤¤¤¦²¾ÁÛŪ¤Ê¥Ð¥±¥Ä°Ê³°¤Ë¡¢ºÇÄã¤Ç¤â£²¤Ä¤Î¥Ð¥±¥Ä¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£POPFile ¤ÎÆÃħ¤Ï¡¢¡Ê¥á¡¼¥ë¤ò spam ¤È¤½¤ì°Ê³°¤ËʬÎह¤ë¤È¤¤¤¦¤À¤±¤Ç¤Ï¤Ê¤¯¡Ë¤¤¤¯¤Ä¤Ç¤â¥Ð¥±¥Ä¤òºîÀ®¤·¡¢¤½¤ì¤é¤Ë¥á¡¼¥ë¤òʬÎह¤ë¤³¤È¤¬¤Ç¤¤ë¤³¤È¤Ç¤¹¡£´Êñ¤ÊÀßÄê¤Ç¤Ï¡¢"spam"¡¢"personal"¡¢"work" ¤È¤¤¤Ã¤¿¥Ð¥±¥Ä¤òÀßÄꤹ¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ Help_No_More ¼¡²ó¤«¤éɽ¼¨¤·¤Ê¤¤¡£ --- 375,378 ---- Help_Training POPFile ¤ò¤³¤ì¤«¤é»È¤¤»Ï¤á¤ë¾ì¹ç¡¢¤¢¤ëÄøÅ٤Υȥ졼¥Ë¥ó¥°¤¬É¬ÍפȤʤê¤Þ¤¹¡£¤½¤ì¤Ï¡¢POPFile ¤Ï¤É¤Î¥á¡¼¥ë¤¬É¬Íפʥ᡼¥ë¤Ç¤É¤Î¥á¡¼¥ë¤¬ÉÔÍפʥ᡼¥ë¤«¤Ë¤Ä¤¤¤Æ¤Ê¤Ë¤âÃΤé¤Ê¤¤¤«¤é¤Ç¤¹¡£¥È¥ì¡¼¥Ë¥ó¥°¤Ï¤½¤ì¤¾¤ì¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¹Ô¤¦É¬Íפ¬¤¢¤ê¡ÊºÇÄã¤Ç¤â£±¤Ä¤Î¥Ð¥±¥Ä¤Ë¤Ä¤¤¤Æ¡¢£±¤Ä°Ê¾å¤Î¥á¥Ã¥»¡¼¥¸¤òºÆÊ¬Îह¤ë¡Ë¡¢POPFile ¤¬Ê¬Îà¤ò´Ö°ã¤¨¤¿¥á¥Ã¥»¡¼¥¸¤òÀµ¤·¤¤¥Ð¥±¥Ä¤ËºÆÊ¬Îह¤ë¤³¤È¤Ë¤è¤Ã¤Æ¥È¥ì¡¼¥Ë¥ó¥°¤¹¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡£¤Þ¤¿¡¢POPFile ¤¬¹Ô¤Ã¤¿Ê¬Îà¤Ë¤¢¤ï¤»¤Æ¥Õ¥©¥ë¥À¤Ë°Üư¤¹¤ë¤Ê¤É¡¢¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤òÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£¥á¡¼¥ë¥¯¥é¥¤¥¢¥ó¥È¤ÎÀßÄê¤Ë¤Ä¤¤¤Æ¤Ï¡¢<a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?JP_FrequentlyAskedQuestions/EmailSorting">POPFile ¥É¥¥å¥á¥ó¥Æ¡¼¥·¥ç¥ó¥×¥í¥¸¥§¥¯¥È</a>¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ ! Help_Bucket_Setup POPFile ¤Ç¤Ï¡¢¤â¤È¤â¤È¤¢¤ë "unclassified" ¤È¤¤¤¦²¾ÁÛŪ¤Ê¥Ð¥±¥Ä°Ê³°¤Ë¡¢ºÇÄã¤Ç¤â£²¤Ä¤Î¥Ð¥±¥Ä¤òºîÀ®¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£POPFile ¤ÎÆÃħ¤Ï¡¢¡Ê¥á¡¼¥ë¤ò spam ¤È¤½¤ì°Ê³°¤ËʬÎह¤ë¤È¤¤¤¦¤À¤±¤Ç¤Ï¤Ê¤¯¡Ë¤¤¤¯¤Ä¤Ç¤â¥Ð¥±¥Ä¤òºîÀ®¤·¡¢¤½¤ì¤é¤Ë¥á¡¼¥ë¤òʬÎह¤ë¤³¤È¤¬¤Ç¤¤ë¤³¤È¤Ç¤¹¡£´Êñ¤ÊÀßÄê¤Ç¤Ï¡¢"spam"¡¢"personal"¡¢"work" ¤È¤¤¤Ã¤¿¥Ð¥±¥Ä¤òÀßÄꤹ¤ë¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦¡£ Help_No_More ¼¡²ó¤«¤éɽ¼¨¤·¤Ê¤¤¡£ |
From: Joseph C. <tex...@us...> - 2006-02-19 11:27:52
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9379/skins/default Modified Files: common-top.thtml Log Message: Add template variable to determine if language is RTL. This allows for a custom CSS file to handle differences that would make skins look better in RTL. Allows removal of Sleet-RTL, since fliping the border images would be done in the rtl.css. Index: common-top.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-top.thtml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** common-top.thtml 30 Aug 2005 20:55:26 -0000 1.9 --- common-top.thtml 19 Feb 2006 11:27:43 -0000 1.10 *************** *** 5,11 **** <link rel="icon" href="favicon.ico"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" media="all" title="POPFile"> - <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">rtl.css" media="all"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">print.css" media="print"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">handheld.css" media="handheld"> ! <TMPL_INCLUDE NAME="common-javascript.thtml"> </head> --- 5,11 ---- <link rel="icon" href="favicon.ico"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" media="all" title="POPFile"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">print.css" media="print"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">handheld.css" media="handheld"> ! <TMPL_IF NAME="If_Language_RTL"><link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">rtl.css" media="all"></TMPL_IF> ! <TMPL_INCLUDE NAME="common-javascript.thtml"> </head> |
From: Joseph C. <tex...@us...> - 2006-02-19 11:27:52
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9379/UI Modified Files: HTML.pm Log Message: Add template variable to determine if language is RTL. This allows for a custom CSS file to handle differences that would make skins look better in RTL. Allows removal of Sleet-RTL, since fliping the border images would be done in the rtl.css. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.369 retrieving revision 1.370 diff -C2 -d -r1.369 -r1.370 *** HTML.pm 16 Feb 2006 09:25:34 -0000 1.369 --- HTML.pm 19 Feb 2006 11:27:43 -0000 1.370 *************** *** 901,905 **** #---------------------------------------------------------------------------- # ! # handle_history_bar__ - handle the bar at the bottom of the page # that allows selection of the history configuration items # --- 901,905 ---- #---------------------------------------------------------------------------- # ! # handle_history_bar__ - handle the bar at the bottom of the history page # that allows selection of the history configuration items # *************** *** 1022,1026 **** # # handle_configuration_bar__ - handle the bar at the bottom of the page ! # that allows selection of the skin and language # # $client The web browser to send the results to --- 1022,1026 ---- # # handle_configuration_bar__ - handle the bar at the bottom of the page ! # that allows selection of interface wide options (skin, language, password) # # $client The web browser to send the results to *************** *** 1995,1999 **** my $color = $self->classifier_()->get_bucket_color( $session, $bucket ); ! $templ->param( 'Bucket_Main_Title' => sprintf( $self->{language__}{SingleBucket_Title}, "<font color=\"$color\">$bucket</font>" ) ); my $bucket_count = $self->classifier_()->get_bucket_word_count( $session, $bucket ); --- 1995,1999 ---- my $color = $self->classifier_()->get_bucket_color( $session, $bucket ); ! $templ->param( 'Bucket_Main_Title' => sprintf( $self->{language__}{SingleBucket_Title}, "<span style=\"color:$color\">$bucket</span>" ) ); my $bucket_count = $self->classifier_()->get_bucket_word_count( $session, $bucket ); *************** *** 3484,3489 **** 'Common_Middle_If_CanAdmin' => $self->user_global_config_( $user, 'can_admin' ), ! 'If_Javascript_OK' => $self->config_( 'allow_javascript' ), ! 'Configuration_Action' => $page ); $self->{skin_root} = $root; --- 3484,3491 ---- 'Common_Middle_If_CanAdmin' => $self->user_global_config_( $user, 'can_admin' ), ! 'If_Javascript_OK' => $self->config_( 'allow_javascript' ), ! 'If_Language_RTL' => ! ( $self->{language__}{LanguageDirection} eq 'rtl' ), ! 'Configuration_Action' => $page ); $self->{skin_root} = $root; |
From: Joseph C. <tex...@us...> - 2006-02-19 10:41:44
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22795/skins/default Modified Files: magnet-page.thtml Log Message: Hide Current Magnets display area when there aren't any magnets. Index: magnet-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/magnet-page.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** magnet-page.thtml 9 Sep 2005 23:00:42 -0000 1.15 --- magnet-page.thtml 19 Feb 2006 10:41:33 -0000 1.16 *************** *** 2,5 **** --- 2,7 ---- <TMPL_INCLUDE NAME="common-middle.thtml"> + <TMPL_IF NAME="Magnet_Loop_Magnets"> + <h2 class="magnets"><TMPL_VAR NAME="Localize_Magnet_CurrentMagnets"></h2> *************** *** 84,91 **** <input type="hidden" name="count" value="<TMPL_VAR NAME="Magnet_Count_Magnet">" /> </form> - <TMPL_INCLUDE NAME="magnet-navigator.thtml"> - <hr /> <h2 class="magnets"><TMPL_VAR NAME="Localize_Magnet_CreateNew"></h2> <table cellspacing="0" summary=""> --- 86,93 ---- <input type="hidden" name="count" value="<TMPL_VAR NAME="Magnet_Count_Magnet">" /> </form> <TMPL_INCLUDE NAME="magnet-navigator.thtml"> <hr /> + </TMPL_IF> + <h2 class="magnets"><TMPL_VAR NAME="Localize_Magnet_CreateNew"></h2> <table cellspacing="0" summary=""> |
From: Brian S. <xue...@us...> - 2006-02-16 12:11:01
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30761 Modified Files: Tag: b0_22_2 Bayes.pm Log Message: By default the UI operates in Stealth Mode and X-POPFile-Link uses "127.0.0.1". Some email clients (e.g. Eudora 6.x and 7.x) display an annoying warning/confirmation message when this link is clicked. The new bayes_localhostname configuration item is only used when the UI is operating in Stealth Mode. By default the bayes_localhostname configuration item is empty so X-POPFile-Link will use "127.0.0.1" bayes_localhostname can be used to specify a name which stops these messages from being displayed. Eudora still displays these messages if "localhost" is used because it expects to find at least one dot in the name (eg it is happy with a name like "froggie.gremlin") Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.327.4.5 retrieving revision 1.327.4.6 diff -C2 -d -r1.327.4.5 -r1.327.4.6 *** Bayes.pm 6 Feb 2006 15:15:52 -0000 1.327.4.5 --- Bayes.pm 16 Feb 2006 12:10:46 -0000 1.327.4.6 *************** *** 259,262 **** --- 259,269 ---- $self->config_( 'xpl_angle', 0 ); + # This parameter is used when the UI is operating in Stealth Mode. + # If left blank (the default setting) the X-POPFile-Link will use 127.0.0.1 + # otherwise it will use this string instead. The system's HOSTS file should + # map the string to 127.0.0.1 + + $self->config_( 'localhostname', '' ); + # This is a bit mask used to control options when we are using the # default SQLite database. By default all the options are on. *************** *** 2704,2709 **** my $xpl = $self->config_( 'xpl_angle' )?'<':''; $xpl .= "http://"; ! $xpl .= $self->module_config_( 'html', 'local' )?"127.0.0.1":$self->config_( 'hostname' ); $xpl .= ":" . $self->module_config_( 'html', 'port' ) . "/jump_to_message?view=$slot"; --- 2711,2720 ---- my $xpl = $self->config_( 'xpl_angle' )?'<':''; + my $xpl_localhost = ($self->config_( 'localhostname' ) eq '')?"127.0.0.1":$self->config_( 'localhostname' ); + $xpl .= "http://"; ! ! $xpl .= $self->module_config_( 'html', 'local' )?$xpl_localhost:$self->config_( 'hostname' ); ! $xpl .= ":" . $self->module_config_( 'html', 'port' ) . "/jump_to_message?view=$slot"; |
From: Joseph C. <tex...@us...> - 2006-02-16 09:25:42
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18011/UI Modified Files: HTML.pm Log Message: Prior to 0.22, "Remove Page" used to archive messages (when archiving was active), that behavior has been restored. Fixes Bug 1031594. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.368 retrieving revision 1.369 diff -C2 -d -r1.368 -r1.369 *** HTML.pm 14 Jan 2006 08:46:23 -0000 1.368 --- HTML.pm 16 Feb 2006 09:25:34 -0000 1.369 *************** *** 6,10 **** # This package contains an HTML UI for POPFile # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile --- 6,10 ---- # This package contains an HTML UI for POPFile # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile *************** *** 2795,2799 **** if ( $i =~ /^rowid_(\d+)$/ ) { $self->log_( 1, "clearpage $i" ); ! $self->history_()->delete_slot( $1 ); } } --- 2795,2799 ---- if ( $i =~ /^rowid_(\d+)$/ ) { $self->log_( 1, "clearpage $i" ); ! $self->history_()->delete_slot( $1, 1 ); } } |
From: Joseph C. <tex...@us...> - 2006-02-16 09:19:54
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16045/UI Modified Files: Tag: b0_22_2 HTML.pm Log Message: Prior to 0.22, "Remove Page" used to archive messages (when archiving was active), that behavior has been restored. Fixes Bug 1031594. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.311.4.7 retrieving revision 1.311.4.8 diff -C2 -d -r1.311.4.7 -r1.311.4.8 *** HTML.pm 6 Feb 2006 15:15:53 -0000 1.311.4.7 --- HTML.pm 16 Feb 2006 09:19:45 -0000 1.311.4.8 *************** *** 2290,2294 **** if ( $i =~ /^rowid_(\d+)$/ ) { $self->log_( 1, "clearpage $i" ); ! $self->{history__}->delete_slot( $1 ); } } --- 2290,2294 ---- if ( $i =~ /^rowid_(\d+)$/ ) { $self->log_( 1, "clearpage $i" ); ! $self->{history__}->delete_slot( $1, 1 ); } } |
From: Joseph C. <tex...@us...> - 2006-02-15 07:16:06
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13705/skins/default Modified Files: Tag: b0_22_2 history-page.thtml Log Message: Add missing submit classes for reclassification and undo buttons. Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.34.6.2 retrieving revision 1.34.6.3 diff -C2 -d -r1.34.6.2 -r1.34.6.3 *** history-page.thtml 11 Feb 2006 09:51:48 -0000 1.34.6.2 --- history-page.thtml 15 Feb 2006 07:15:54 -0000 1.34.6.3 *************** *** 108,112 **** <td class="historyLabel" scope="col" align="left"> ! <input type="submit" class="reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </td> </tr> --- 108,112 ---- <td class="historyLabel" scope="col" align="left"> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </td> </tr> *************** *** 196,200 **** <TMPL_IF NAME="History_If_Reclassified"> <TMPL_VAR NAME="Localize_History_Reclassified"> ! <input type="submit" class="undoButton" name="undo_<TMPL_VAR NAME="History_I">" value="<TMPL_VAR NAME="Localize_Undo">" /> <TMPL_ELSE> --- 196,200 ---- <TMPL_IF NAME="History_If_Reclassified"> <TMPL_VAR NAME="Localize_History_Reclassified"> ! <input type="submit" class="submit undoButton" name="undo_<TMPL_VAR NAME="History_I">" value="<TMPL_VAR NAME="Localize_Undo">" /> <TMPL_ELSE> *************** *** 245,249 **** </td> <td> ! <input type="submit" class="reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </td> </tr> --- 245,249 ---- </td> <td> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </td> </tr> |
From: Joseph C. <tex...@us...> - 2006-02-15 07:13:50
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13061/skins/oceanblue Modified Files: Tag: b0_22_2 style.css Log Message: Copy a few changes from 0.23. Differentiate hover color between text fields and submit buttons. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.3.4.2 retrieving revision 1.3.4.3 diff -C2 -d -r1.3.4.2 -r1.3.4.3 *** style.css 7 Feb 2006 11:38:26 -0000 1.3.4.2 --- style.css 15 Feb 2006 07:13:40 -0000 1.3.4.3 *************** *** 75,78 **** --- 75,86 ---- } + input:hover, select:hover, textarea:hover { + background-color: #1165ac; + } + + .submit:hover { + background-color: #2586d7; + } + input { font-size: 1em; *************** *** 106,109 **** --- 114,121 ---- } + .settingsTable + br { + display: none; + } + .settingsPanel { color: white; *************** *** 227,235 **** } - .rowEven td a, .rowOdd td a { - display: block; - width: 100%; - } - .footer { font-size: 0.9em; --- 239,242 ---- *************** *** 271,274 **** --- 278,282 ---- text-align: right; padding-right: 0.5em; + vertical-align: top; } *************** *** 277,280 **** --- 285,289 ---- padding-right: 0.5em; padding-bottom: 1em; + vertical-align: top; } *************** *** 285,288 **** --- 294,301 ---- } + h2.history { + margin-top: 0; + margin-bottom: 0.3em; + } .historyTable { border-top: none; |
From: Joseph C. <tex...@us...> - 2006-02-15 07:13:28
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12814/skins/oceanblue Modified Files: style.css Log Message: Differentiate hover color between text fields and submit buttons. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** style.css 7 Feb 2006 11:37:58 -0000 1.13 --- style.css 15 Feb 2006 07:13:17 -0000 1.14 *************** *** 75,82 **** } ! input:hover, select:hover, textarea:hover, .submit:hover { background-color: #1165ac; } input { font-size: 1em; --- 75,86 ---- } ! input:hover, select:hover, textarea:hover { background-color: #1165ac; } + .submit:hover { + background-color: #2586d7; + } + input { font-size: 1em; *************** *** 177,183 **** background-color: #2175bc; color: #fff; ! text-decoration: none; width: 100%; } html>body .menu li a { width: auto; --- 181,188 ---- background-color: #2175bc; color: #fff; ! text-decoration: none; width: 100%; } + html>body .menu li a { width: auto; *************** *** 189,193 **** background-color: #2586d7; color: #fff; - } --- 194,197 ---- *************** *** 443,448 **** } ! .configBarTitle:hover { ! background-color: #1165ac; } --- 447,452 ---- } ! .configBarTitle a:hover { ! background-color: #2586d7; } |
From: Joseph C. <tex...@us...> - 2006-02-12 19:39:33
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27003/languages Modified Files: Tag: b0_22_2 Deutsch.msg English-UK.msg English.msg Portugues do Brasil.msg Portugues.msg Log Message: Update some languages based on 0.23 updates. Index: English-UK.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English-UK.msg,v retrieving revision 1.7.6.3 retrieving revision 1.7.6.4 diff -C2 -d -r1.7.6.3 -r1.7.6.4 *** English-UK.msg 6 Feb 2006 21:20:36 -0000 1.7.6.3 --- English-UK.msg 12 Feb 2006 19:39:22 -0000 1.7.6.4 *************** *** 30,33 **** --- 30,34 ---- # Common words that are used on their own all over the interface Apply Apply + ApplyChanges Apply Changes On On Off Off *************** *** 155,159 **** Configuration_Logging Logging Configuration_None None ! Configuration_ToScreen To Screen Configuration_ToFile To File Configuration_ToScreenFile To Screen and File --- 156,160 ---- Configuration_Logging Logging Configuration_None None ! Configuration_ToScreen To Screen (console) Configuration_ToFile To File Configuration_ToScreenFile To Screen and File *************** *** 162,166 **** Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins ! Configuration_CurrentLogFile <current log file> Configuration_SOCKSServer SOCKS V proxy host Configuration_SOCKSPort SOCKS V proxy port --- 163,167 ---- Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins ! Configuration_CurrentLogFile <View current log file> Configuration_SOCKSServer SOCKS V proxy host Configuration_SOCKSPort SOCKS V proxy port *************** *** 210,214 **** History_ResetSearch Reset History_ChangedClass Would now classify as ! History_Purge Purge Now History_Increase Increase History_Decrease Decrease --- 211,215 ---- History_ResetSearch Reset History_ChangedClass Would now classify as ! History_Purge Expire Now History_Increase Increase History_Decrease Decrease *************** *** 346,350 **** Advanced_MainTableSummary This table provides a list of words that POPFile ignores when classifying messages due to their relative frequency in messages in general. They are organized per row according to the first letter of the words. ! Imap_Bucket2Folder Mail for bucket <b>%s</b> goes to folder Imap_MapError You cannot map more than one bucket to a single folder! Imap_Server IMAP server hostname: --- 347,351 ---- Advanced_MainTableSummary This table provides a list of words that POPFile ignores when classifying messages due to their relative frequency in messages in general. They are organized per row according to the first letter of the words. ! Imap_Bucket2Folder Mail for bucket '<b>%s</b>' goes to folder Imap_MapError You cannot map more than one bucket to a single folder! Imap_Server IMAP server hostname: *************** *** 374,376 **** Help_Training When you first use POPFile, it knows nothing and will need some training. POPFile requires training on messages for each bucket, training occurs when you reclassify a message POPFile misclassified to the correct bucket. You must also setup your mail client to filter messages based on POPFile's classification. Information on setting up your client filtering can be found at the <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">POPFile Documentation Project</a>. Help_Bucket_Setup POPFile requires at least two buckets in addition to the "unclassified" pseudo-bucket. What makes POPFile unique is that it can classify email more than that, you can have any number of buckets. A simple setup would be a "spam", "personal", and a "work" bucket. ! Help_No_More Don't show me this again --- 375,377 ---- Help_Training When you first use POPFile, it knows nothing and will need some training. POPFile requires training on messages for each bucket, training occurs when you reclassify a message POPFile misclassified to the correct bucket. You must also setup your mail client to filter messages based on POPFile's classification. Information on setting up your client filtering can be found at the <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">POPFile Documentation Project</a>. Help_Bucket_Setup POPFile requires at least two buckets in addition to the "unclassified" pseudo-bucket. What makes POPFile unique is that it can classify email more than that, you can have any number of buckets. A simple setup would be a "spam", "personal", and a "work" bucket. ! Help_No_More Don't show this again Index: Portugues do Brasil.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Portugues do Brasil.msg,v retrieving revision 1.8.6.2 retrieving revision 1.8.6.3 diff -C2 -d -r1.8.6.2 -r1.8.6.3 *** Portugues do Brasil.msg 6 Feb 2006 21:20:36 -0000 1.8.6.2 --- Portugues do Brasil.msg 12 Feb 2006 19:39:22 -0000 1.8.6.3 *************** *** 32,35 **** --- 32,36 ---- # Common words that are used on their own all over the interface Apply Aplicar + ApplyChanges Aplicar Alterações On Ligado Off Desligado *************** *** 157,161 **** Configuration_Logging Logging Configuration_None Nada ! Configuration_ToScreen Na Tela Configuration_ToFile Em Arquivo Configuration_ToScreenFile Na Tela e em Arquivo --- 158,162 ---- Configuration_Logging Logging Configuration_None Nada ! Configuration_ToScreen Na Tela (console) Configuration_ToFile Em Arquivo Configuration_ToScreenFile Na Tela e em Arquivo *************** *** 164,168 **** Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins ! Configuration_CurrentLogFile <Download do arquivo de log atual> Configuration_SOCKSServer Endereço do proxy SOCKS V Configuration_SOCKSPort Porta do proxy SOCKS V --- 165,169 ---- Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins ! Configuration_CurrentLogFile <Exibir arquivo de log atual> Configuration_SOCKSServer Endereço do proxy SOCKS V Configuration_SOCKSPort Porta do proxy SOCKS V *************** *** 183,187 **** Advanced_Parameter Parâmetro Advanced_Value Valor ! Advanced_Warning Esta é a lista completa dos parâmetros do POPFile. Somente para usuários avançados: você pode alterar qualquer um e clicar em Alterar; não há verificação de validade. Ítens em negrito estão diferentes da configuração padrão. Advanced_ConfigFile Arquivo de configuração: --- 184,188 ---- Advanced_Parameter Parâmetro Advanced_Value Valor ! Advanced_Warning Esta é a lista completa dos parâmetros do POPFile. Somente para usuários avançados: você pode alterar qualquer um e clicar em Alterar; não há verificação de validade. Ítens em negrito estão diferentes da configuração padrão. Veja <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?OptionReference">OptionReference</a> para mais informação sobre as opções. Advanced_ConfigFile Arquivo de configuração: *************** *** 212,216 **** History_ResetSearch Limpar History_ChangedClass Deveria classificar agora como ! History_Purge Deletar Agora History_Increase Incrementar History_Decrease Decrementar --- 213,217 ---- History_ResetSearch Limpar History_ChangedClass Deveria classificar agora como ! History_Purge Expirar Agora History_Increase Incrementar History_Decrease Decrementar *************** *** 340,344 **** Bucket_AccuracyChartSummary Esta tabela representa graficamente a exatidão da classificação de mensagens. Bucket_BarChartSummary Esta tabela representa graficamente a uma alocação porcentual para cada um dos diferentes baldes. Ela é usada tanto para o número de mensagens classificadas como para o número total de palavras. ! Bucket_LookupResultsSummary Esta tabela mostra as probabilidades associadas com qualquer palavra específica do corpus. Para cada balde, ela mostra a freqüência com que aquela palavra ocorre, a probabilidade de que ela ocorra naquele balde, e o efeito geral na pontuação do balde se aquela palavra existir em uma mensagem. Bucket_WordListTableSummary Esta tabela fornece uma relação de todas as palavras para um balde específico, organizada pela primeira letra comum para cada linha. Magnet_MainTableSummary Esta tabela mostra a lista de ímãs que são usados para classificar automaticamente mensagens de acordo com regras fixas. Cada linha mostra como o ímã está definido, para qual balde ele foi concebido, e um botão para excluir aquele ímã. --- 341,345 ---- Bucket_AccuracyChartSummary Esta tabela representa graficamente a exatidão da classificação de mensagens. Bucket_BarChartSummary Esta tabela representa graficamente a uma alocação porcentual para cada um dos diferentes baldes. Ela é usada tanto para o número de mensagens classificadas como para o número total de palavras. ! Bucket_LookupResultsSummary Esta tabela mostra as probabilidades associadas com qualquer palavra específica do corpus. Para cada balde, ela mostra a freqüência com que cada palavra ocorre, a probabilidade de que ela ocorra naquele balde, e o efeito geral na pontuação do balde se aquela palavra existir em uma mensagem. Bucket_WordListTableSummary Esta tabela fornece uma relação de todas as palavras para um balde específico, organizada pela primeira letra comum para cada linha. Magnet_MainTableSummary Esta tabela mostra a lista de ímãs que são usados para classificar automaticamente mensagens de acordo com regras fixas. Cada linha mostra como o ímã está definido, para qual balde ele foi concebido, e um botão para excluir aquele ímã. *************** *** 348,352 **** Advanced_MainTableSummary Esta tabela fornece uma lista de palavras que o PopFile ignora quando classifica mensagens por causa da sua freqüência relativa nas mensagens em geral. Elas são organizadas por linha de acordo com a primeira letra das palavras. ! Imap_Bucket2Folder Email para o balde <b>%s</b> vai para a pasta Imap_MapError Você não pode mapear mais de um balde para uma única pasta! Imap_Server Nome do servidor IMAP: --- 349,353 ---- Advanced_MainTableSummary Esta tabela fornece uma lista de palavras que o PopFile ignora quando classifica mensagens por causa da sua freqüência relativa nas mensagens em geral. Elas são organizadas por linha de acordo com a primeira letra das palavras. ! Imap_Bucket2Folder Email para o balde '<b>%s</b>' vai para a pasta Imap_MapError Você não pode mapear mais de um balde para uma única pasta! Imap_Server Nome do servidor IMAP: *************** *** 375,378 **** Help_Training Quando você usa o POPFile pela primeira vez, ele ainda não sabe nada e precisa de treinamento. O POPFile requer treinamento nas mensagens para cada balde, e o treinamento acontece quando você reclassifica para o balde correto uma mensagem que o POPFile classificou incorretamente. Você deve também configurar seu cliente de email para filtrar mensagens baseado na classificação do POPFile. Informação para configurar os filtros no seu cliente de email pode ser encontrado no <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">Projeto de Documentação do POPFile</a>. ! Help_Bucket_Setup O POPFile requer pelo menos dois baldes além do pseudo-balde unclassified. O que torna o POPFile único é que ele pode classificar email, mais do que isso, você pode ter qualquer número de baldes. Uma configuração simples poderia ser um balde "spam", "pessoal", e um balde "trabalho". ! Help_No_More Não me mostre isto novamente --- 376,379 ---- Help_Training Quando você usa o POPFile pela primeira vez, ele ainda não sabe nada e precisa de treinamento. O POPFile requer treinamento nas mensagens para cada balde, e o treinamento acontece quando você reclassifica para o balde correto uma mensagem que o POPFile classificou incorretamente. Você deve também configurar seu cliente de email para filtrar mensagens baseado na classificação do POPFile. Informação para configurar os filtros no seu cliente de email pode ser encontrado no <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">Projeto de Documentação do POPFile</a>. ! Help_Bucket_Setup O POPFile requer pelo menos dois baldes além do pseudo-balde "unclassified". O que torna o POPFile único é que ele pode classificar email, mais do que isso, você pode ter qualquer número de baldes. Uma configuração simples poderia ser um balde "spam", "pessoal", e um balde "trabalho". ! Help_No_More Não mostre isto novamente Index: Deutsch.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Deutsch.msg,v retrieving revision 1.33.6.3 retrieving revision 1.33.6.4 diff -C2 -d -r1.33.6.3 -r1.33.6.4 *** Deutsch.msg 6 Feb 2006 21:20:36 -0000 1.33.6.3 --- Deutsch.msg 12 Feb 2006 19:39:22 -0000 1.33.6.4 *************** *** 344,348 **** Advanced_MainTableSummary Diese Tabelle enthält eine Liste von Wörtern, die POPFile ignoriert, wenn es eine Nachricht analysiert. Dies betrifft Wörter, die besonders häufig in Nachrichten auftauchen. Diese sind reihenweise alphabetisch nach dem ersten Buchstaben sortiert. ! Imap_Bucket2Folder Mail der Kategorie <b>%s</b> kommt in den Ordner Imap_MapError Sie können nicht mehr als eine Kategorie einem einzelnen Ordner zuordnen! Imap_Server IMAP Server Hostname: --- 344,348 ---- Advanced_MainTableSummary Diese Tabelle enthält eine Liste von Wörtern, die POPFile ignoriert, wenn es eine Nachricht analysiert. Dies betrifft Wörter, die besonders häufig in Nachrichten auftauchen. Diese sind reihenweise alphabetisch nach dem ersten Buchstaben sortiert. ! Imap_Bucket2Folder Mail der Kategorie '<b>%s</b>' kommt in den Ordner Imap_MapError Sie können nicht mehr als eine Kategorie einem einzelnen Ordner zuordnen! Imap_Server IMAP Server Hostname: Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.75.6.4 retrieving revision 1.75.6.5 diff -C2 -d -r1.75.6.4 -r1.75.6.5 *** English.msg 6 Feb 2006 21:20:36 -0000 1.75.6.4 --- English.msg 12 Feb 2006 19:39:22 -0000 1.75.6.5 *************** *** 156,160 **** Configuration_Logging Logging Configuration_None None ! Configuration_ToScreen To Screen Configuration_ToFile To File Configuration_ToScreenFile To Screen and File --- 156,160 ---- Configuration_Logging Logging Configuration_None None ! Configuration_ToScreen To Screen (console) Configuration_ToFile To File Configuration_ToScreenFile To Screen and File *************** *** 163,167 **** Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins ! Configuration_CurrentLogFile <Download current log file> Configuration_SOCKSServer SOCKS V proxy host Configuration_SOCKSPort SOCKS V proxy port --- 163,167 ---- Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins ! Configuration_CurrentLogFile <View current log file> Configuration_SOCKSServer SOCKS V proxy host Configuration_SOCKSPort SOCKS V proxy port *************** *** 211,215 **** History_ResetSearch Reset History_ChangedClass Would now classify as ! History_Purge Delete Now History_Increase Increase History_Decrease Decrease --- 211,215 ---- History_ResetSearch Reset History_ChangedClass Would now classify as ! History_Purge Expire Now History_Increase Increase History_Decrease Decrease *************** *** 333,337 **** Header_MenuSummary This table is the navigation menu which allows access to each of the different pages of the control center. History_MainTableSummary This table shows the sender and subject of recently received messages and allows them to be reviewed and reclassified. Clicking on the subject line will show the full message text, along with information about why it was classified as it was. The 'Should be' column allows you to specify which bucket the message belongs in, or to undo that change. The 'Delete' column allows you to delete specific messages from the history if you don't need them anymore. ! History_OpenMessageSummary This table contains the full text of a message message, with the words that are used for classification highlighted according to the bucket that was most relevant for each. Bucket_MainTableSummary This table provides an overview of the classification buckets. Each row shows the bucket name, the word count total for that bucket, the actual number of individual words in each bucket, whether the message's subject line will be modified when it gets classified to that bucket, whether to quarantine the messages received in that bucket, and a table to pick the color used in displaying anything related to that bucket in the control center. Bucket_StatisticsTableSummary This table provides three sets of statistics on the overall performance of POPFile. The first is how accurate its classification is, the second is how many messages have been classified, and to which buckets, and the third is how many words are in each bucket, and what their relative percentages are. --- 333,337 ---- Header_MenuSummary This table is the navigation menu which allows access to each of the different pages of the control center. History_MainTableSummary This table shows the sender and subject of recently received messages and allows them to be reviewed and reclassified. Clicking on the subject line will show the full message text, along with information about why it was classified as it was. The 'Should be' column allows you to specify which bucket the message belongs in, or to undo that change. The 'Delete' column allows you to delete specific messages from the history if you don't need them anymore. ! History_OpenMessageSummary This table contains the full text of a message, with the words that are used for classification highlighted according to the bucket that was most relevant for each. Bucket_MainTableSummary This table provides an overview of the classification buckets. Each row shows the bucket name, the word count total for that bucket, the actual number of individual words in each bucket, whether the message's subject line will be modified when it gets classified to that bucket, whether to quarantine the messages received in that bucket, and a table to pick the color used in displaying anything related to that bucket in the control center. Bucket_StatisticsTableSummary This table provides three sets of statistics on the overall performance of POPFile. The first is how accurate its classification is, the second is how many messages have been classified, and to which buckets, and the third is how many words are in each bucket, and what their relative percentages are. *************** *** 339,351 **** Bucket_AccuracyChartSummary This table graphically represents the accuracy of the message classification. Bucket_BarChartSummary This table graphically represents a percentage allocation for each of the different buckets. It is used for both number of messages classified, and total word counts. ! Bucket_LookupResultsSummary This table shows the probabilities associated with any given word of the corpus. For each bucket, it shows the frequency that that word occurs, the probability that it will occur in that bucket, and the overall effect on the score of the bucket if that word exists in a message. Bucket_WordListTableSummary This table provides a listing of all the words for a particular bucket, organized by common first letter for each row. ! Magnet_MainTableSummary This table shows the list of magnets that are used to automatically classify message according to fixed rules. Each row shows how the magnet is defined, what bucket it is intended for, and a button to delete the magnet. Configuration_MainTableSummary This table contains a number of forms to allow you to control the configuration of POPFile. Configuration_InsertionTableSummary This table contains buttons that determine whether or not certain modifications are made to the headers or subject line of the message before it is passed on to the message client. Security_MainTableSummary This table provides sets of controls that affect the security of the overall configuration of POPFile, whether it should automatically check for updates to the program, and whether statistics about POPFile's performance should be sent to the central datastore of the program's author for general information. ! Advanced_MainTableSummary This table provides a list of words that POPFile ignores when classifying message due to their relative frequency in message in general. They are organized per row according to the first letter of the words. ! Imap_Bucket2Folder Mail for bucket <b>%s</b> goes to folder Imap_MapError You cannot map more than one bucket to a single folder! Imap_Server IMAP server hostname: --- 339,351 ---- Bucket_AccuracyChartSummary This table graphically represents the accuracy of the message classification. Bucket_BarChartSummary This table graphically represents a percentage allocation for each of the different buckets. It is used for both number of messages classified, and total word counts. ! Bucket_LookupResultsSummary This table shows the probabilities associated with any given word of the corpus. For each bucket, it shows the frequency with which that word occurs, the probability that it will occur in that bucket, and the overall effect on the score of the bucket if that word exists in a message. Bucket_WordListTableSummary This table provides a listing of all the words for a particular bucket, organized by common first letter for each row. ! Magnet_MainTableSummary This table shows the list of magnets that are used to automatically classify messages according to fixed rules. Each row shows how the magnet is defined, what bucket it is intended for, and a button to delete the magnet. Configuration_MainTableSummary This table contains a number of forms to allow you to control the configuration of POPFile. Configuration_InsertionTableSummary This table contains buttons that determine whether or not certain modifications are made to the headers or subject line of the message before it is passed on to the message client. Security_MainTableSummary This table provides sets of controls that affect the security of the overall configuration of POPFile, whether it should automatically check for updates to the program, and whether statistics about POPFile's performance should be sent to the central datastore of the program's author for general information. ! Advanced_MainTableSummary This table provides a list of words that POPFile ignores when classifying messages due to their relative frequency in messages in general. They are organized per row according to the first letter of the words. ! Imap_Bucket2Folder Mail for bucket '<b>%s</b>' goes to folder Imap_MapError You cannot map more than one bucket to a single folder! Imap_Server IMAP server hostname: *************** *** 374,377 **** Help_Training When you first use POPFile, it knows nothing and will need some training. POPFile requires training on messages for each bucket, training occurs when you reclassify a message POPFile missclassified to the correct bucket. You must also setup your mail client to filter messages based on POPFile's classification. Information on setting up your client filtering can be found at the <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">POPFile Documentation Project</a>. ! Help_Bucket_Setup POPFile requires at least two buckets in addition to the unclassified pseudo-bucket. What makes POPFile unique is that it can classify email more than that, you can have any number of buckets. A simple setup would be a "spam", "personal", and a "work" bucket. ! Help_No_More Don't show me this again --- 374,377 ---- Help_Training When you first use POPFile, it knows nothing and will need some training. POPFile requires training on messages for each bucket, training occurs when you reclassify a message POPFile missclassified to the correct bucket. You must also setup your mail client to filter messages based on POPFile's classification. Information on setting up your client filtering can be found at the <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">POPFile Documentation Project</a>. ! Help_Bucket_Setup POPFile requires at least two buckets in addition to the "unclassified" pseudo-bucket. What makes POPFile unique is that it can classify email more than that, you can have any number of buckets. A simple setup would be a "spam", "personal", and a "work" bucket. ! Help_No_More Don't show this again Index: Portugues.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Portugues.msg,v retrieving revision 1.1.8.2 retrieving revision 1.1.8.3 diff -C2 -d -r1.1.8.2 -r1.1.8.3 *** Portugues.msg 6 Feb 2006 21:20:36 -0000 1.1.8.2 --- Portugues.msg 12 Feb 2006 19:39:22 -0000 1.1.8.3 *************** *** 27,30 **** --- 27,31 ---- # Common words that are used on their own all over the interface Apply Aplicar + ApplyChanges Aplicar Alterações On Ligado Off Desligado |
From: Joseph C. <tex...@us...> - 2006-02-12 19:38:08
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26767/languages Modified Files: Portugues do Brasil.msg Log Message: Update from Adriano Rafael Gomes (adrianorg) to English.msg 1.98. Index: Portugues do Brasil.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Portugues do Brasil.msg,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Portugues do Brasil.msg 17 Mar 2005 11:17:55 -0000 1.10 --- Portugues do Brasil.msg 12 Feb 2006 19:37:59 -0000 1.11 *************** *** 1,3 **** ! # Copyright (c) 2001-2003 John Graham-Cumming # Translated by Adriano Rafael Gomes <adr...@us...> # Updated by Fernando de Alcantara Correia <fac...@us...> to v0.19.1 --- 1,3 ---- ! # Copyright (c) 2001-2006 John Graham-Cumming # Translated by Adriano Rafael Gomes <adr...@us...> # Updated by Fernando de Alcantara Correia <fac...@us...> to v0.19.1 *************** *** 5,12 **** # This file is part of POPFile # ! # POPFile 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. # # POPFile is distributed in the hope that it will be useful, --- 5,11 ---- # This file is part of POPFile # ! # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as ! # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, *************** *** 32,36 **** --- 31,37 ---- # Common words that are used on their own all over the interface + Account Conta POP3 Apply Aplicar + ApplyChanges Aplicar Alterações On Ligado Off Desligado *************** *** 77,80 **** --- 78,86 ---- Arrived Chegada Size Tamanho + Up Cima + Down Baixo + Go Ir + Edit Editar + Logout Logout # This is a regular expression pattern that is used to convert *************** *** 103,107 **** --- 109,115 ---- Header_Advanced Avançado Header_Security Segurança + Header_Administration Administração Header_Magnets Ímãs + Header_Users Usuários Footer_HomePage POPFile Home Page *************** *** 138,150 **** Configuration_UI Porta da interface web de usuário Configuration_UIUpdate Alterada a porta da interface web de usuário para %s; esta alteração não terá efeito até que você reinicie o POPFile ! Configuration_History Número de mensagens por página Configuration_HistoryUpdate Alterado o número de mensagens por página para %s ! Configuration_Days Número de dias para manter no histórico Configuration_DaysUpdate Alterado o número de dias para manter no histórico para %s Configuration_UserInterface Interface de Usuário Configuration_Skins Skins ! Configuration_SkinsChoose Escolha o skin Configuration_Language Linguagem ! Configuration_LanguageChoose Escolha a linguagem Configuration_ListenPorts Opções de Módulo Configuration_HistoryView Exibir Histórico --- 146,158 ---- Configuration_UI Porta da interface web de usuário Configuration_UIUpdate Alterada a porta da interface web de usuário para %s; esta alteração não terá efeito até que você reinicie o POPFile ! Configuration_History Mensagens por página Configuration_HistoryUpdate Alterado o número de mensagens por página para %s ! Configuration_Days Dias para manter no histórico Configuration_DaysUpdate Alterado o número de dias para manter no histórico para %s Configuration_UserInterface Interface de Usuário Configuration_Skins Skins ! Configuration_SkinsChoose Skin Configuration_Language Linguagem ! Configuration_LanguageChoose Linguagem Configuration_ListenPorts Opções de Módulo Configuration_HistoryView Exibir Histórico *************** *** 158,162 **** Configuration_Logging Logging Configuration_None Nada ! Configuration_ToScreen Na Tela Configuration_ToFile Em Arquivo Configuration_ToScreenFile Na Tela e em Arquivo --- 166,170 ---- Configuration_Logging Logging Configuration_None Nada ! Configuration_ToScreen Na Tela (console) Configuration_ToFile Em Arquivo Configuration_ToScreenFile Na Tela e em Arquivo *************** *** 165,174 **** Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins ! Configuration_CurrentLogFile <Download do arquivo de log atual> Configuration_SOCKSServer Endereço do proxy SOCKS V Configuration_SOCKSPort Porta do proxy SOCKS V Configuration_SOCKSPortUpdate Alterada a porta do proxy SOCKS V para %s Configuration_SOCKSServerUpdate Alterado o endereço do proxy SOCKS V para %s ! Configuration_Fields Colunas do Histórico Advanced_Error1 '%s' já está na lista de Palavras Ignoradas --- 173,190 ---- Configuration_SmallSkins Small Skins Configuration_TinySkins Tiny Skins ! Configuration_CurrentLogFile <Exibir arquivo de log atual> Configuration_SOCKSServer Endereço do proxy SOCKS V Configuration_SOCKSPort Porta do proxy SOCKS V Configuration_SOCKSPortUpdate Alterada a porta do proxy SOCKS V para %s Configuration_SOCKSServerUpdate Alterado o endereço do proxy SOCKS V para %s ! Configuration_Fields Adicionar colunas do histórico ! Configuration_ChangePassword Alterar Senha ! Configuration_OldPassword Atual ! Configuration_NewPassword Nova ! Configuration_ConfirmPassword Confirmar Nova ! Configuration_Password_Mismatch A nova senha deve igual nos campos Nova e Confirmar Nova ! Configuration_Password_Bad A senha atual informada está incorreta ! Configuration_Password_Fail Falha ao alterar a senha ! Configuration_Set_Password A senha foi alterada Advanced_Error1 '%s' já está na lista de Palavras Ignoradas *************** *** 181,190 **** Advanced_AddWord Adicionar palavra Advanced_RemoveWord Remover palavra ! Advanced_AllParameters Todos os Parâmetros do POPFile Advanced_Parameter Parâmetro Advanced_Value Valor ! Advanced_Warning Esta é a lista completa dos parâmetros do POPFile. Somente para usuários avançados: você pode alterar qualquer um e clicar em Alterar; não há verificação de validade. Ítens em negrito estão diferentes da configuração padrão. Advanced_ConfigFile Arquivo de configuração: History_Filter (apenas mostrando o balde <font color="%s">%s</font>) History_FilterBy Filtrar Por --- 197,230 ---- Advanced_AddWord Adicionar palavra Advanced_RemoveWord Remover palavra ! Advanced_AllParameters Parâmetros Globais do POPFile Advanced_Parameter Parâmetro Advanced_Value Valor ! Advanced_Warning Esta é a lista completa dos parâmetros do POPFile. Somente para usuários avançados: você pode alterar qualquer um e clicar em Alterar; não há verificação de validade. Ítens em negrito estão diferentes da configuração padrão. Veja <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?OptionReference">OptionReference</a> para mais informação sobre as opções. Advanced_ConfigFile Arquivo de configuração: + Users_Create Criar Novo Usuário + Users_Remove Remover Usuário Existente + Users_Edit Editar Configurações do Usuário + Users_CopyFrom Copiando configurações do usuário + Users_RemoveUser Remover usuário + Users_CreateUser Criar usuário com nome + Users_EditUser Editar usuário + Users_Parameters Parâmetros + Users_Created Criado usuário '%s' (senha inicial '%s') + Users_Not_Created Falha ao criar usuário '%s' + Users_Created_And_Cloned Criado usuário '%s' como um clone de '%s' (senha inicial '%s') + Users_Not_Created_Exists Usuário '%s' não criado: já existente + Users_Created_Not_Cloned Criado usuário '%s' mas clonagem de '%s' falhou (senha inicial '%s') + Users_Removed Removido usuário '%s' + Users_Removed_Failed Falha ao remover usuário '%s' + Users_Removed_Failed_Admin Falha ao remover usuário '%s': desabilite direitos de administrador primeiro + Users_SingleUserMode Modo mono usuário (POPFile Clássico) + Users_Accounts Contas POP3 Associadas + Users_AddAccount Adicionar conta POP3 (computador:usuário) + Users_Bad_Account O nome da nova conta deve estar na forma computador:usuário + Users_Duplicate_Account Falha ao adicionar a conta porque ela já está associada a outro usuário + Users_Failed_Account Falha ao adicionar a conta + + History_Filter (apenas mostrando o balde <font color="%s">%s</font>) History_FilterBy Filtrar Por *************** *** 204,208 **** History_RemovePage Remover a Página History_RemoveChecked Remover Marcados - History_Remove Para remover entradas do histórico clique History_SearchMessage Procurar Remetente/Assunto History_NoMessages Nenhuma mensagem --- 244,247 ---- *************** *** 213,220 **** History_ResetSearch Limpar History_ChangedClass Deveria classificar agora como ! History_Purge Deletar Agora History_Increase Incrementar History_Decrease Decrementar ! History_Column_Characters Alterar a largura das colunas De, Para, Cc e Assunto History_Automatic Automático History_Reclassified Reclassificado --- 252,259 ---- History_ResetSearch Limpar History_ChangedClass Deveria classificar agora como ! History_Purge Expirar Agora History_Increase Incrementar History_Decrease Decrementar ! History_Column_Characters Largura da coluna de histórico History_Automatic Automático History_Reclassified Reclassificado *************** *** 222,230 **** History_Size_KiloBytes %.1f KB History_Size_MegaBytes %.1f MB ! Password_Title Senha ! Password_Enter Digite a senha ! Password_Go Ir! ! Password_Error1 Senha incorreta Security_Error1 A porta deve ser um número entre 1 e 65535 --- 261,271 ---- History_Size_KiloBytes %.1f KB History_Size_MegaBytes %.1f MB + History_Click_To_Sort Clique para ordenar por esta coluna ! Password_Title Login ! Password_Password Senha ! Password_Username Nome do usuário ! Password_Go Login ! Password_Error1 Senha ou nome de usuário incorretos Security_Error1 A porta deve ser um número entre 1 e 65535 *************** *** 267,270 **** --- 308,312 ---- Magnet_Always Sempre vai para o balde Magnet_Jump Ir para a página de ímãs + Magnet_Note Ímãs devem ser pouco usados, uma vez que eles desviam do processo de aprendizado do POPFile. Usar ímãs faz o POPFile levar mais tempo para atingir alta precisão.<br /><br />Leia mais sobre ímãs no <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?Glossary/AMagnet">Projeto de Documentação do POPFile</a>. Bucket_Error1 Nomes de balde somente podem conter as letras de a até z minúsculas, números de 0 a 9, mais - e _ *************** *** 292,295 **** --- 334,338 ---- Bucket_ResetStatistics Reiniciar Estatísticas Bucket_LastReset Último Reinício + Bucket_MessagesPerDay Média De Mensagens Por Dia Bucket_CurrentColor A cor atual de %s é %s Bucket_SetColorTo Ajustar a cor de %s para %s *************** *** 331,335 **** Windows_TrayIcon Exibir o ícone do POPFile na bandeja do sistema? Windows_Console Executar o POPFile em uma janela de console? ! Windows_NextTime <p><font color="red">Esta alteração não terá efeito até que você reinicie o POPFile</font> Header_MenuSummary Esta tabela é o menu de navegação que possibilita acesso a cada uma das diferentes páginas do centro de controle. --- 374,378 ---- Windows_TrayIcon Exibir o ícone do POPFile na bandeja do sistema? Windows_Console Executar o POPFile em uma janela de console? ! Windows_NextTime Esta alteração não terá efeito até que você reinicie o POPFile Header_MenuSummary Esta tabela é o menu de navegação que possibilita acesso a cada uma das diferentes páginas do centro de controle. *************** *** 341,345 **** Bucket_AccuracyChartSummary Esta tabela representa graficamente a exatidão da classificação de mensagens. Bucket_BarChartSummary Esta tabela representa graficamente a uma alocação porcentual para cada um dos diferentes baldes. Ela é usada tanto para o número de mensagens classificadas como para o número total de palavras. ! Bucket_LookupResultsSummary Esta tabela mostra as probabilidades associadas com qualquer palavra específica do corpus. Para cada balde, ela mostra a freqüência com que aquela palavra ocorre, a probabilidade de que ela ocorra naquele balde, e o efeito geral na pontuação do balde se aquela palavra existir em uma mensagem. Bucket_WordListTableSummary Esta tabela fornece uma relação de todas as palavras para um balde específico, organizada pela primeira letra comum para cada linha. Magnet_MainTableSummary Esta tabela mostra a lista de ímãs que são usados para classificar automaticamente mensagens de acordo com regras fixas. Cada linha mostra como o ímã está definido, para qual balde ele foi concebido, e um botão para excluir aquele ímã. --- 384,388 ---- Bucket_AccuracyChartSummary Esta tabela representa graficamente a exatidão da classificação de mensagens. Bucket_BarChartSummary Esta tabela representa graficamente a uma alocação porcentual para cada um dos diferentes baldes. Ela é usada tanto para o número de mensagens classificadas como para o número total de palavras. ! Bucket_LookupResultsSummary Esta tabela mostra as probabilidades associadas com qualquer palavra específica do corpus. Para cada balde, ela mostra a freqüência com que cada palavra ocorre, a probabilidade de que ela ocorra naquele balde, e o efeito geral na pontuação do balde se aquela palavra existir em uma mensagem. Bucket_WordListTableSummary Esta tabela fornece uma relação de todas as palavras para um balde específico, organizada pela primeira letra comum para cada linha. Magnet_MainTableSummary Esta tabela mostra a lista de ímãs que são usados para classificar automaticamente mensagens de acordo com regras fixas. Cada linha mostra como o ímã está definido, para qual balde ele foi concebido, e um botão para excluir aquele ímã. *************** *** 348,354 **** Security_MainTableSummary Esta tabela fornece conjuntos de controles que afetam a segurança da configuração geral do PopFile, se ele deve procurar automaticamente por atualizações do programa, e se estatísticas sobre o desempenho do PopFile devem ser enviadas ao banco de dados central do autor do programa para informação geral. Advanced_MainTableSummary Esta tabela fornece uma lista de palavras que o PopFile ignora quando classifica mensagens por causa da sua freqüência relativa nas mensagens em geral. Elas são organizadas por linha de acordo com a primeira letra das palavras. ! Imap_Bucket2Folder Email para o balde <b>%s</b> vai para a pasta Imap_MapError Você não pode mapear mais de um balde para uma única pasta! Imap_Server Nome do servidor IMAP: Imap_ServerNameError Por favor informe o nome do servidor! --- 391,399 ---- Security_MainTableSummary Esta tabela fornece conjuntos de controles que afetam a segurança da configuração geral do PopFile, se ele deve procurar automaticamente por atualizações do programa, e se estatísticas sobre o desempenho do PopFile devem ser enviadas ao banco de dados central do autor do programa para informação geral. Advanced_MainTableSummary Esta tabela fornece uma lista de palavras que o PopFile ignora quando classifica mensagens por causa da sua freqüência relativa nas mensagens em geral. Elas são organizadas por linha de acordo com a primeira letra das palavras. + Users_AccountTableSummary Esta tabela fornece uma lista de contas POP3 que são associadas com o usuário sendo editado. ! Imap_Bucket2Folder Email para o balde '<b>%s</b>' vai para a pasta Imap_MapError Você não pode mapear mais de um balde para uma única pasta! + Imap_MapUpdated Mapeado balde '%s' para pasta '%s'. Imap_Server Nome do servidor IMAP: Imap_ServerNameError Por favor informe o nome do servidor! *************** *** 359,365 **** --- 404,412 ---- Imap_Password Senha para a conta IMAP: Imap_PasswordError Por favor informe uma senha para o servidor! + Imap_ConnectionDetailsUpdated Os detalhes da conexão IMAP foram atualizados. Por favor atualize a lista de pastas em seguida. Imap_Expunge Expurgar mensagens deletadas de pastas em observação. Imap_Interval Intervalo de atualização em segundos: Imap_IntervalError Por favor informe um intervalo entre 10 e 3600 segundos. + Imap_OptionsUpdated As opções IMAP foram atualizadas com sucesso. Imap_RefreshFolders Atualizar a lista de pastas Imap_Now agora! *************** *** 367,377 **** Imap_UpdateError2 Falha na conexão ao servidor. Por favor verifique o nome e porta do servidor e certifique-se que você está online. Imap_UpdateError3 Por favor configure os detalhes da conexão primeiro. Imap_NoConnectionMessage Por favor configure os detalhes da conexão primeiro. Depois disto, mais opções estarão disponíveis nesta página. Imap_WatchMore uma pasta para lista de pastas em observação Imap_WatchedFolder Pasta em observação nº Shutdown_Message O POPFile foi desligado Help_Training Quando você usa o POPFile pela primeira vez, ele ainda não sabe nada e precisa de treinamento. O POPFile requer treinamento nas mensagens para cada balde, e o treinamento acontece quando você reclassifica para o balde correto uma mensagem que o POPFile classificou incorretamente. Você deve também configurar seu cliente de email para filtrar mensagens baseado na classificação do POPFile. Informação para configurar os filtros no seu cliente de email pode ser encontrado no <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">Projeto de Documentação do POPFile</a>. ! Help_Bucket_Setup O POPFile requer pelo menos dois baldes além do pseudo-balde unclassified. O que torna o POPFile único é que ele pode classificar email, mais do que isso, você pode ter qualquer número de baldes. Uma configuração simples poderia ser um balde "spam", "pessoal", e um balde "trabalho". ! Help_No_More Não me mostre isto novamente --- 414,516 ---- Imap_UpdateError2 Falha na conexão ao servidor. Por favor verifique o nome e porta do servidor e certifique-se que você está online. Imap_UpdateError3 Por favor configure os detalhes da conexão primeiro. + Imap_UpdateOK Lida com sucesso a lista de caixas postais/pastas do servidor. Imap_NoConnectionMessage Por favor configure os detalhes da conexão primeiro. Depois disto, mais opções estarão disponíveis nesta página. Imap_WatchMore uma pasta para lista de pastas em observação + Imap_WatchedFolderAdded Outra pasta foi adicionada à lista de pastas em observação. Por favor escolha a pasta desejada agora. Imap_WatchedFolder Pasta em observação nº + Imap_WatchedFoldersUpdated Atualizada a lista de pastas em observação + Imap_WatchedFolderRemoved Removida a pasta '%s' da lista de pastas em observação Shutdown_Message O POPFile foi desligado Help_Training Quando você usa o POPFile pela primeira vez, ele ainda não sabe nada e precisa de treinamento. O POPFile requer treinamento nas mensagens para cada balde, e o treinamento acontece quando você reclassifica para o balde correto uma mensagem que o POPFile classificou incorretamente. Você deve também configurar seu cliente de email para filtrar mensagens baseado na classificação do POPFile. Informação para configurar os filtros no seu cliente de email pode ser encontrado no <a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?FrequentlyAskedQuestions/EmailSorting">Projeto de Documentação do POPFile</a>. ! Help_Bucket_Setup O POPFile requer pelo menos dois baldes além do pseudo-balde "unclassified". O que torna o POPFile único é que ele pode classificar email, mais do que isso, você pode ter qualquer número de baldes. Uma configuração simples poderia ser um balde "spam", "pessoal", e um balde "trabalho". ! Help_No_More Não mostre isto novamente ! ! # Tooltips used in title attribute of parts of the UI ! tip_Menu_History Exibir e reclassificar email que o POPFile processou ! tip_Menu_Buckets Gerenciar baldes e navegar nas estatísticas de classificação ! tip_Menu_Magnets Gerenciar filtros simples que desviam do sistema de filtragem Bayesiano ! tip_Menu_Admin Opções de configuraçãoConfiguration options ! tip_Menu_Users Gerenciamento de usuários ! tip_Menu_Advanced Configuração avançada ! ! tip_History_RecentNum Número de mensagens casando com Procura e Filtro atual ! tip_History_Column Ordenar por esta coluna ! tip_History_Reclassify Aplicar correções do balde ! tip_History_Search Procurar ocorrências no endereço do Remetente ou Assunto ! tip_History_Filter Limitar a exibição aos ítens do balde selecionado ! tip_History_SearchNegate Inverter ambos Procura e Filtro ! tip_History_SearchSubmit Submeter Procura e Filtro ! tip_History_SearchReset Limpar Procura e Filtro ! tip_History_RemoveAll Remover todas mensagens do histórico (casando com Procura e Filtro) ! tip_History_RemoveChecked Remover mensagens selecionados do histórico ! tip_History_RemovePage Remover mensagens desta página do histórico ! tip_History_RemoveColumn Remover coluna ! tip_History_MoveLeft Mover para esquerda ! tip_History_MoveRight Mover para direita ! tip_History_Sort Clique para ordenar por esta coluna ! ! tip_Bucket_BucketName Exibir detalhes do balde ! tip_Bucket_Distinct Palavras únicas em cada balde ! tip_Bucket_SubjectMod Inserir o nome do balde no início do assunto. Para clientes que não podem usar o cabeçalho X-Text-Classification ! tip_Bucket_XTCHeader Inserir um cabeçalho "invisível" que a maioria dos clientes de e-mail podem usar para aplicar uma regra baseada na classificação do POPFile ! tip_Bucket_XPLHeader Inserir um cabeçalho com um link para a mensagem para permitir a rápida reclassificação de uma mensagem ! tip_Bucket_Quarantine Isolar e-mail potencialmente perigoso colocando-o em um anexo ! tip_Bucket_Color Selecionar uma cor para cada balde ! tip_Bucket_Lookup Procurar a probabilidade e freqüência de uma palavra em cada balde ! tip_Bucket_WordCount Número e percentual total de palavras em cada balde ! tip_Bucket_Create Criar um novo balde ! tip_Bucket_Delete Remover um balde e seu treinamento ! tip_Bucket_Rename Renomear um balde ! tip_Bucket_FalsePos Mensagens que foram incorretamente colocadas neste balde ! tip_Bucket_FalseNeg Mensagens que foram incorretamente NÃO colocadas neste balde ! ! tip_Magnet_Type Cabeçalho da mensagem a casar ! tip_Magnet_Value Texto ou endereço a casar ! tip_Magnet_Bucket Balde para mandar os casados ! ! tip_Config_Skin Alterar o visual do POPFile ! tip_Config_Language Alterar a linguagem da interface ! tip_Config_HistoryColumns Adicionar colunas para exibir no histórico de mensagens ! tip_Config_PageSize Número de mensagens para exibir por página ! tip_Config_Days Número de dias para manter as mensagens no histórico ! tip_Config_Purge Expurgar mensagens antigas agora ! tip_Config_HistoryWidth Ajustar o tamanho das colunas do histórico ! tip_Config_ColumnIncrease Aumentar a largura das colunas ! tip_Config_ColumnDecrease Diminuir a largura das colunas ! tip_Config_ColumnAuto Resetar a largura baseado nas colunas atuais ! tip_Config_HideBar Esconder a barra de configuração ! tip_Config_ShowBar Exibir a barra de configuração ! ! tip_Admin_AcceptRemoteHTTP Permitir o acesso à UI a partir de outra máquina ! tip_Admin_AcceptRemotePOP3 Permitir download POP3 a partir de outra máquina ! tip_Admin_Password Adicionar uma senha para limitar o acesso ao POPFile ! tip_Admin_UpdateCheck texto 0.22 deveria ser colocado de volta ! tip_Admin_ReportStats texto 0.22 deveria ser colocado de volta ! ! tip_Users_Remove Deletar usuário do POPFile ! ! tip_Footer_HomePage Visitar a página do POPFile na Internet ! tip_Footer_Manual A documentação original do POPFile (levemente defasada) ! tip_Footer_Wiki Documentação wiki do POPFile ! tip_Footer_FAQ Perguntas Freqüentemente Feitas sobre o POPFile ! tip_Footer_Version Número de versão do POPFile ! tip_Footer_Login Última data e hora acessada por este usuário ! tip_Footer_RFE Tem uma idéia para melhorar o POPFile? Deixe-nos saber. ! tip_Footer_MailingList Quer saber sobre as modificações no POPFile? Assine. ! tip_Footer_FeedMe Gostou do POPFile? Contribua para torná-lo um maior sucesso. ! ! # Jim's Bucket Stats stuff ! Words Palavras ! Percent Percentual ! Header_ConfigurationShort Configurar ! Footer_HomePage_short Página na Internet ! Footer_QuickStart Início Rápido ! Footer_WikiShort Documentos ! Bucket_BreakEmailsClassifiedUpper Mensagens<br>Classifiadas ! Bucket_ClassificationErrorsUpper Erros de Classificação ! Bucket_BreakClassificationFP Falsos<br>Positivos ! Bucket_BreakClassificationFN Falsos<br>Negativos ! Bucket_HitRate Taxa<br>Hit ! Bucket_StrikeRate Taxa<br>Strike |
From: naoki i. <am...@us...> - 2006-02-12 04:05:32
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32698/engine/languages Modified Files: Tag: b0_22_2 Nihongo.msg Log Message: Add link to OptionReference on Acvanced page. Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.11.6.3 retrieving revision 1.11.6.4 diff -C2 -d -r1.11.6.3 -r1.11.6.4 *** Nihongo.msg 6 Feb 2006 21:20:36 -0000 1.11.6.3 --- Nihongo.msg 12 Feb 2006 04:05:18 -0000 1.11.6.4 *************** *** 183,187 **** Advanced_Parameter ¥Ñ¥é¥á¡¼¥¿¡¼ Advanced_Value ÃÍ ! Advanced_Warning °Ê²¼¤Ï POPFile ¤ÎÁ´¤Æ¤Î¥Ñ¥é¥á¡¼¥¿¡¼¤Î¥ê¥¹¥È¤Ç¤¹¡£¥¢¥É¥Ð¥ó¥¹¥É¡¦¥æ¡¼¥¶¡¼¤Ë¸Â¤ê¡¢É¬Í×»þ¡¢ÃͤòÊѹ¹¤·¤Æ¹¹¿·¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ²¼¤µ¤¤¡£¥Ð¥ê¥Ç¥£¥Æ¥£¡¼¡ÊÂÅÅöÀ¡Ë¥Á¥§¥Ã¥¯¤Ï¹Ô¤¤¤Þ¤»¤ó¡£ Advanced_ConfigFile ÀßÄê¥Õ¥¡¥¤¥ë: --- 183,187 ---- Advanced_Parameter ¥Ñ¥é¥á¡¼¥¿¡¼ Advanced_Value ÃÍ ! Advanced_Warning °Ê²¼¤Ï POPFile ¤ÎÁ´¤Æ¤Î¥Ñ¥é¥á¡¼¥¿¡¼¤Î¥ê¥¹¥È¤Ç¤¹¡£¥¢¥É¥Ð¥ó¥¹¥É¡¦¥æ¡¼¥¶¡¼ÀìÍѤǤ¹¡£ÃͤòÊѹ¹¤·¤Æ¹¹¿·¥Ü¥¿¥ó¤ò¥¯¥ê¥Ã¥¯¤·¤Æ²¼¤µ¤¤¡£¥Ð¥ê¥Ç¥£¥Æ¥£¡¼¡ÊÂÅÅöÀ¡Ë¥Á¥§¥Ã¥¯¤Ï¹Ô¤¤¤Þ¤»¤ó¡£ÂÀ»ú¤Çɽ¼¨¤µ¤ì¤Æ¤¤¤ë¹àÌܤϥǥե©¥ë¥ÈÀßÄ꤫¤éÊѹ¹¤µ¤ì¤¿¤â¤Î¤Ç¤¹¡£¥ª¥×¥·¥ç¥ó¤Ë¤Ä¤¤¤Æ¤Î¾ÜºÙ¤Ï¡¢<a href="http://popfile.sourceforge.net/cgi-bin/wiki.pl?JP_OptionReference">¥ª¥×¥·¥ç¥ó¡¦¥ê¥Õ¥¡¥ì¥ó¥¹</a>¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£ Advanced_ConfigFile ÀßÄê¥Õ¥¡¥¤¥ë: |