./www/p5-Rose-HTML-Objects, Object-oriented interfaces for HTML

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


Branch: pkgsrc-2008Q4, Version: 0.600nb1, Package name: p5-Rose-HTML-Objects-0.600nb1, Maintainer: pkgsrc-users

The Rose::HTML::Object::* family of classes represent HTML tags,
or groups of tags. These objects allow HTML to be arbitrarily
manipulated, then serialized to actual HTML (or XHTML). Currently,
the process only works in one direction. Objects cannot be constructed
from their serialized representations. In practice, given the
purpose of these modules, this is not an important limitation.

Any HTML tag can theoretically be represented by a
Rose::HTML::Object-derived class, but this family of modules was
originally motivated by a desire to simplify the use of HTML forms.

The form/field object interfaces have been heavily abstracted to
allow for input and output filtering, inflation/deflation of values,
and compound fields (fields that contain other fields). The classes
are also designed to be subclassed. The creation of custom form
and field subclasses is really the "big win" for these modules.

There is also a simple image tag class which is useful for
auto-populating the width and height attributes of img tags. Future
releases may include object representations of other HTML tags.
Contributions are welcome.


Required to run:
[mail/p5-Email-Valid] [lang/perl5] [graphics/p5-Image-Size] [textproc/p5-Encode] [time/p5-DateTime] [time/p5-Rose-DateTime] [devel/p5-Clone-PP] [devel/p5-Scalar-List-Utils] [devel/p5-Rose-Object] [www/p5-Rose-URI] [www/p5-HTML-Parser] [www/p5-URI]

Master sites: (Expand)

SHA1: 3ba452d79b2424920dea300be4f7d4acbed6e79b
RMD160: 8ce00217c0f5352e8ef479e28500476460cdab10
Filesize: 195.978 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-09 11:45:16 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #2630 - requested by rhaen
p5-Rose-HTML-Objects: dependence fix

Revisions pulled up:
- www/p5-Rose-HTML-Objects/Makefile	1.4
---
Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Jan  7 23:22:26 UTC 2009

Modified Files:
       pkgsrc/www/p5-Rose-HTML-Objects: Makefile

Log message:
Fix dependency.