Implement HTML.Nofollow for external links.
commit8c80349f9dfd33b54947b95abdc026bdd6623374
authorEdward Z. Yang <ezyang@mit.edu>
Tue, 28 Sep 2010 16:01:57 +0000 (28 12:01 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Tue, 28 Sep 2010 16:01:57 +0000 (28 12:01 -0400)
treee71594db6126f101bb4f7974de64f8cc3b799894
parentd848c99b7409dd5ab37b24fcbe16b8d188df6fde
Implement HTML.Nofollow for external links.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
NEWS
configdoc/usage.xml
library/HTMLPurifier.includes.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/AttrTransform/Nofollow.php [new file with mode: 0644]
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt [new file with mode: 0644]
library/HTMLPurifier/HTMLModule/Nofollow.php [new file with mode: 0644]
library/HTMLPurifier/HTMLModuleManager.php
tests/HTMLPurifier/HTMLModule/NofollowTest.php [new file with mode: 0644]