pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-HTML-Email-Obfuscate



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Nov 17 20:19:58 UTC 2008

Update of /cvsroot/pkgsrc/www/p5-HTML-Email-Obfuscate
In directory ivanova.netbsd.org:/tmp/cvs-serv2062

Log Message:
Import p5-HTML-Email-Obfuscate version 1.00.

"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!


Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/www/p5-HTML-Email-Obfuscate/Makefile
N pkgsrc/www/p5-HTML-Email-Obfuscate/DESCR
N pkgsrc/www/p5-HTML-Email-Obfuscate/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index