summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Element-Extended/pkg-descr
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-09-20 23:19:17 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-09-20 23:19:17 +0000
commita4d8983be8006dc54aa8860c5b5820844fe52393 (patch)
treedfbe888c742c83a0f072712d4883c4e94aec9386 /www/p5-HTML-Element-Extended/pkg-descr
parentHTML-Element-Extended implements a few convenience subclases of (diff)
Add a proper package description taken from the README file.
Notes
Notes: svn path=/head/; revision=66934
Diffstat (limited to 'www/p5-HTML-Element-Extended/pkg-descr')
-rw-r--r--www/p5-HTML-Element-Extended/pkg-descr21
1 files changed, 20 insertions, 1 deletions
diff --git a/www/p5-HTML-Element-Extended/pkg-descr b/www/p5-HTML-Element-Extended/pkg-descr
index 3c8485178fcf..8b5f146d0d96 100644
--- a/www/p5-HTML-Element-Extended/pkg-descr
+++ b/www/p5-HTML-Element-Extended/pkg-descr
@@ -1 +1,20 @@
-XXX fixme
+HTML-Element-Extended is a package of several enhanced
+HTML::Element classes, most of which arose during the effort
+to implement an HTML::Element based table class.
+
+The modules are:
+ HTML::ElementTable
+ HTML::ElementSuper
+ HTML::ElementGlob
+ HTML::ElementRaw
+
+The resulting functionality enables:
+ tables
+ element globs
+ element coordinates
+ content replacement
+ content wrapping
+ element cloning
+ raw HTML string adoption
+
+WWW: http://www.mojotoad.com/sisk/projects/HTML-Element-Extended/