Skip to content

Commit

Permalink
b8 files
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Jan 26, 2024
1 parent 9c5970b commit a20902c
Show file tree
Hide file tree
Showing 13 changed files with 1,397 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cf7-antispam.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: Codekraft
* Text Domain: cf7-antispam
* Domain Path: /languages/
* Version: 0.6.0
* Version: 0.6.2
*
* @package cf7-antispam
*/
Expand All @@ -18,7 +18,7 @@
/* CONSTANTS */
define( 'CF7ANTISPAM_NAME', 'cf7-antispam' );

define( 'CF7ANTISPAM_VERSION', '0.6.1' );
define( 'CF7ANTISPAM_VERSION', '0.6.2' );

define( 'CF7ANTISPAM_PLUGIN', __FILE__ );

Expand Down
9 changes: 9 additions & 0 deletions core/b8/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# b8

## A statistical spam filter implemented in PHP

b8 is a statistical ("Bayesian") spam filter implemented in PHP. It is intended to keep your weblog or guestbook spam-free. The filter can be used anywhere in your PHP code and tells you whether a text is spam or not, using statistical text analysis.

## Homepage

The project's official homepage with further information is <https://nasauber.de/opensource/b8/>.
3 changes: 3 additions & 0 deletions core/b8/README.md.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2020-2022 Tobias Leupold <tl at stonemx dot de>

SPDX-License-Identifier: CC-BY-SA-4.0
Loading

0 comments on commit a20902c

Please sign in to comment.