root/wp-morph/trunk/README.wp-morph

Revision 11616, 1.7 kB (checked in by dsevilla, 1 year ago)

v1.6: Adapted to PHP5.

  • Property svn:keywords set to Id
Line 
1 README for WP-Morph
2 -------------------
3
4 WP-Morph is an anti-spam plugin for WordPress. Features:
5
6 * No capcha. The user don't have to enter any additional code.
7 * JavaScript support required in the browser.
8 * Spammers would have to interpret the JavaScript in the page to
9   be able to submit comments. As far as I know, no one spammer in the
10   world process a page including the JavaScript.
11
12 Installation
13 ------------
14
15 * Download the lattest version of the plugin from here:
16   http://dev.wp-plugins.org/browser/wp-morph/trunk/
17 * Copy wp-morph.php in the WordPress plugin directory (normally
18   WP-ROOT/wp-content/plugins/ ).
19 * Go to the "Plugins" menu of the WordPress Admin console.
20 * Activate the "WP-Morph" plugin.
21
22 That's it!! Bye, bye, spam!!
23
24 Change Log
25 ----------
26
27 v1.6:
28 * Adapt the plugin to PHP5.
29
30 v1.5:
31 * Act only on comments. Neither trackbacks nor pingbacks.
32
33 v1.4:
34 * Adapted to WprdPress 2.0. Minor changes.
35
36 v1.3:
37 * Documento is now XHTML valid (Thanks to Will http://www.willsdownloads.com/blog/
38   for suggesting this).
39
40 v1.2:
41 * More kind error message.
42 * rnd_val is calculated automatically and stored in wp's internal
43   database. No user interaction or configuration is needed now.
44   (Thanks to Denis de Bernardy <denis.at.semiologic.com> for suggesting
45   this.)
46 * Little change in the javascript code in order to prevent possible
47   overflows.
48
49 v1.1:
50 * Improved the generation of the values. Now forms expire at some
51   user-configured time.
52 * Show that the form is protected using WP-Morph.
53
54 v1.0:
55 * Initial release.
56
57 Info
58 ----
59
60 For more info, please visit:
61
62 http://neuromancer.dif.um.es/blog/index.php?s=wp-morph&submit=Search
63
64 Thanks!
65 diego.
66
67 (For feedback/comments, please send an e-mail to: dsevilla@um.es ).
68
Note: See TracBrowser for help on using the browser.