./www/p5-HTML-Email-Obfuscate, Perl5 module for obfuscating HTML email addresses

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q3, Version: 1.00nb10, Package name: p5-HTML-Email-Obfuscate-1.00nb10, Maintainer: pkgsrc-users

"Don't put emails directly on the page, they will be scraped"

Stuff that, I'm sick of looking at "bob at smith dot com". Why can't
we just write emails in a way that looks normal to people, but is
very, very difficult to scrape off. Most email scrapers only use
very very simple parsing methods. And it isn't as if it is hard to
just do

# Before we search for email addresses...
$page =~ s/\s+at\s+/@/g;
$page =~ s/\s+dot\s+/./g;

This is an arms war dammit, and I want nukes!


Required to run:
[lang/perl5] [www/p5-HTML-Parser]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 13d1432322180b39d965efaf7bf8af9440e0ad44
RMD160: 1fbf4e9cb291fd2a65e441352fb2015c59b98ec6
Filesize: 22.839 KB

Version history: (Expand)