aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-TagFilter/pkg-descr
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-11-06 20:44:52 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-11-06 20:44:52 +0000
commit7e8ad40fdf4a7de1331f5b8f0d1a52189ae3505e (patch)
treee2be88ca250a35bb55775f1563196509960045c4 /textproc/p5-HTML-TagFilter/pkg-descr
parentc56948c748fd7db6cc5fa67ef0a56cfe98a62574 (diff)
downloadports-7e8ad40fdf4a7de1331f5b8f0d1a52189ae3505e.tar.gz
ports-7e8ad40fdf4a7de1331f5b8f0d1a52189ae3505e.zip
Add textproc/p5-HTML-TagFilter 1.01, a fine-grained html-filter,
xss-blocker and mailto-obfuscator.
Notes
Notes: svn path=/head/; revision=147459
Diffstat (limited to 'textproc/p5-HTML-TagFilter/pkg-descr')
-rw-r--r--textproc/p5-HTML-TagFilter/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/p5-HTML-TagFilter/pkg-descr b/textproc/p5-HTML-TagFilter/pkg-descr
new file mode 100644
index 000000000000..5eae6690ef8a
--- /dev/null
+++ b/textproc/p5-HTML-TagFilter/pkg-descr
@@ -0,0 +1,7 @@
+HTML::TagFilter is a subclass of HTML::Parser with a single purpose: it
+will remove unwanted html tags and attributes from a piece of text. It
+can act in a more or less fine-grained way - you can specify permitted
+tags, permitted attributes of each tag, and permitted values for each
+attribute in as much detail as you like.
+
+WWW: http://search.cpan.org/dist/HTML-TagFilter/