Update of /cvsroot/phpmix/drupal/modules/akismet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5609
Modified Files:
README.txt
Log Message:
Updated README with list of features.
Index: README.txt
===================================================================
RCS file: /cvsroot/phpmix/drupal/modules/akismet/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README.txt 7 Jun 2006 23:27:19 -0000 1.3
--- README.txt 12 Jun 2006 01:54:56 -0000 1.4
***************
*** 24,27 ****
--- 24,74 ----
********************************************************************
+ FEATURES:
+
+ * Ability to check for spam in comments and/or nodes, sending a
+ query to Akismet, in real time.
+ * The actual content types that should be checked can be selected
+ from the settings panel.
+ * Real time connections can be disabled.
+ * Detected spam is still recorded into database. However, a cron
+ task can be customized to automatically remove spam older than a
+ specified age.
+ * Moderators can submit missed spam or false possitives (ham) back
+ to Akismet.
+ * Users may inherit moderator status depending on permissions
+ assigned to them such as 'administer nodes', 'administer comments'
+ or a set of 'moderate spam in <content-type>' permissions created
+ by this module.
+ * Ability to perform publish/unpublish and submit spam/ham operations
+ from links at the bottom of content.
+ * Basic moderator queue to review unpublished content or content that
+ has been marked as spam.
+ * All operations are logged to watchdog, trying not to generate a lot
+ of records though.
+ * Spam counter that also reminds the 'counting since date'. This
+ information can be changed at will from the settings panel.
+ * The spam counter is displayed on the settings panel and the
+ moderation queue. It can also be displayed to user by means of a
+ fully configurable and themable block.
+ * There is also an option in the settings panel that allows
+ administrators set how many blocks they wish to use (or none at
+ all). This is aimed to keep the block administration panel as clean
+ as possible. Each block can be customized independently.
+ * Opt-in option for content administrators and moderators to receive
+ e-mail notifications about new (or updated) content, only content
+ needing approval or nothing at all. The site administrator can
+ disable this option, though. If enabled, content administrators and
+ moderators will have a new block of settings in their user profiles.
+ * Comprehensive settings panel where every option has been self
+ documented with descriptions. Almost every feature can be customized.
+ * A couple of buttons are included in the contrib subdirectory for
+ those who use the control panel module. I'm not really good with
+ graphics, I did it the best that I could...
+ * Finally, this module has a simple, but hopefuly useful, version
+ checker. It can check for updates at intervals that are customized
+ in the settings panel. This option can be disabled.
+
+
+ ********************************************************************
INSTALLATION:
|