• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/HTML/H10-Jun-2010-1,995973

ChangesH A D10-Jun-20102.6 KiB8060

MANIFESTH A D03-May-2006220 1110

META.ymlH A D10-Jun-2010423 1514

Makefile.PLH A D10-Jun-2010360 1711

READMEH A D09-Mar-20051.8 KiB7048

test.plH A D26-Feb-2005887 3314

README

1HTML-Element-Extended
2---------------------
3
4HTML-Element-Extended is a package of several enhanced HTML::Element
5classes, most of which arose during the effort to implement an
6HTML::Element based table class.
7
8The modules are:
9        HTML::ElementTable
10        HTML::ElementSuper
11        HTML::ElementGlob
12        HTML::ElementRaw
13
14The resulting functionality enables:
15        tables
16        element globs
17        element coordinates
18        content replacement
19        content wrapping
20        element cloning
21        raw HTML string adoption
22
23INSTALLATION
24
25You install HTML-Element-Extended, as you would install any perl
26library, by running these commands:
27
28   perl Makefile.PL
29   make
30   make test
31   make install
32
33DOCUMENTATION
34
35POD style documentation is included with each module. This is normally
36converted to a manual page and installed as part of the "make install"
37process. You should also be able to use the 'perldoc' utility to extract
38and read documentation from the module file directly. See Changes for
39recent changes.
40
41There should also be some examples on the web page mentioned below.
42
43SUPPORT
44
45There is a mailing list for the modules contained in
46HTML-Element-Extended. To subscribe or view past messages, please
47visit the following URL:
48
49   http://lists.sourceforge.net/mailman/listinfo/elementextended-general
50
51Questions and comments may also be directed to Matt Sisk
52<sisk@mojotoad.com>
53
54AVAILABILITY
55
56The library is available from CPAN:
57
58   http://www.cpan.org/authors/id/M/MS/MSISK/
59
60The latest version is also available at:
61
62   http://www.mojotoad.com/sisk/projects/HTML-Element-Extended/
63
64COPYRIGHT
65
66Copyright (c) 1999-2005 Matthew P. Sisk. All rights reserved. All wrongs
67revenged. This program is free software; you can redistribute it and/or
68modify it under the same terms as Perl itself.
69
70