import drupal-6.x-spamspan-1.4:
The SpamSpan module obfuscates email addresses to help prevent spambots from collecting them. 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 example [at] example [dot] com if the browser does not support JavaScript or if JavaScript is disabled.
This commit is contained in:
parent
efe2e4467c
commit
470e14d751
10
www/drupal6/spamspan/Makefile
Normal file
10
www/drupal6/spamspan/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/10/25 07:59:37 stephan Exp $
|
||||
|
||||
COMMENT = obfuscates email addresses to protect against spambots
|
||||
|
||||
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
|
||||
|
||||
DISTNAME = spamspan-6.x-1.4
|
||||
PKGNAME = drupal6-spamspan-1.4
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/drupal6/spamspan/distinfo
Normal file
5
www/drupal6/spamspan/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (drupal6/spamspan-6.x-1.4.tar.gz) = yxf0/r1H1b9zuhERET4Nug==
|
||||
RMD160 (drupal6/spamspan-6.x-1.4.tar.gz) = GlMrsT+ANZWD2Lc/XFR/CCiE4oM=
|
||||
SHA1 (drupal6/spamspan-6.x-1.4.tar.gz) = DrlRu4olzkfuBx90LCo4kNkS6qs=
|
||||
SHA256 (drupal6/spamspan-6.x-1.4.tar.gz) = Xt6ysLaaXiFRH9ie9ETi3MPnrMkJMER1HxrQilnKwlg=
|
||||
SIZE (drupal6/spamspan-6.x-1.4.tar.gz) = 18045
|
7
www/drupal6/spamspan/pkg/DESCR
Normal file
7
www/drupal6/spamspan/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
The SpamSpan module obfuscates email addresses to help prevent spambots
|
||||
from collecting them. 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 example [at] example [dot] com if the browser
|
||||
does not support JavaScript or if JavaScript is disabled.
|
19
www/drupal6/spamspan/pkg/PLIST
Normal file
19
www/drupal6/spamspan/pkg/PLIST
Normal file
@ -0,0 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/25 07:59:37 stephan Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}spamspan/
|
||||
${DRUPAL_MODS}spamspan/INSTALL.txt
|
||||
${DRUPAL_MODS}spamspan/LICENSE.txt
|
||||
${DRUPAL_MODS}spamspan/README.txt
|
||||
${DRUPAL_MODS}spamspan/image.gif
|
||||
${DRUPAL_MODS}spamspan/spamspan.compressed.js
|
||||
${DRUPAL_MODS}spamspan/spamspan.info
|
||||
${DRUPAL_MODS}spamspan/spamspan.js
|
||||
${DRUPAL_MODS}spamspan/spamspan.module
|
||||
${DRUPAL_MODS}spamspan/spamspan.test
|
||||
${DRUPAL_MODS}spamspan/translations/
|
||||
${DRUPAL_MODS}spamspan/translations/de.po
|
||||
${DRUPAL_MODS}spamspan/translations/el.po
|
||||
${DRUPAL_MODS}spamspan/translations/hu.po
|
||||
${DRUPAL_MODS}spamspan/translations/nb.po
|
||||
${DRUPAL_MODS}spamspan/translations/ru.po
|
Loading…
x
Reference in New Issue
Block a user