You are here

README.txt in SpamSpan filter 5

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
  3. 6 README.txt
  4. 7 README.txt
Readme
------

The SpamSpan module obfuscates email addresses to help prevent spambots from
collecting them.  It implements the technique at http://www.spamspan.com

The problem with most email address obfuscators is that they rely upon
JavaScript being enabled on the client side.  This makes the technique
inaccessible to people with screen readers.  SpamSpan however will produce
clickable links if JavaScript is enabled, and will show the email address as
<code>example [at] example [dot] com</code> if the browser does not support
JavaScript or if JavaScript is disabled.

Installation
------------

1. Create a directory in your Drupal modules directory (probably
   sites/all/modules/) called spamspan and copy all of the module's
   files into it.

2. Go to 'administer > modules', and enable the spamspan.module

3. Go to 'administer > configuration > input formats' and enable the filter in
   the desired input formats.

4. Rearrange the filters on the input format's 'rearrange' tab to
   resolve conflicts with other filters.  NB: To avoid problems, you
   should at least make sure that the SpamSpan filter has a higher
   weighting (greater number) than the line break filter which comes
   with Drupal, so that the line break filter is executed first.  If you use HTML
   filter, you may need to make sure that <span> is one of the allowed tags.
   Also, URL filter must come after SpamSpan.

5. (optional) Select the configure tab to set available options

Bugs
----

Please report any bugs using the bug tracker at
http://drupal.org/project/issues/spamspan


Module Author
------------

Lawrence Akka : Contact me via http://drupal.org/user/63367

File

README.txt
View source
  1. Readme
  2. ------
  3. The SpamSpan module obfuscates email addresses to help prevent spambots from
  4. collecting them. It implements the technique at http://www.spamspan.com
  5. The problem with most email address obfuscators is that they rely upon
  6. JavaScript being enabled on the client side. This makes the technique
  7. inaccessible to people with screen readers. SpamSpan however will produce
  8. clickable links if JavaScript is enabled, and will show the email address as
  9. example [at] example [dot] com if the browser does not support
  10. JavaScript or if JavaScript is disabled.
  11. Installation
  12. ------------
  13. 1. Create a directory in your Drupal modules directory (probably
  14. sites/all/modules/) called spamspan and copy all of the module's
  15. files into it.
  16. 2. Go to 'administer > modules', and enable the spamspan.module
  17. 3. Go to 'administer > configuration > input formats' and enable the filter in
  18. the desired input formats.
  19. 4. Rearrange the filters on the input format's 'rearrange' tab to
  20. resolve conflicts with other filters. NB: To avoid problems, you
  21. should at least make sure that the SpamSpan filter has a higher
  22. weighting (greater number) than the line break filter which comes
  23. with Drupal, so that the line break filter is executed first. If you use HTML
  24. filter, you may need to make sure that is one of the allowed tags.
  25. Also, URL filter must come after SpamSpan.
  26. 5. (optional) Select the configure tab to set available options
  27. Bugs
  28. ----
  29. Please report any bugs using the bug tracker at
  30. http://drupal.org/project/issues/spamspan
  31. Module Author
  32. ------------
  33. Lawrence Akka : Contact me via http://drupal.org/user/63367