SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-HTML-SimpleParse rpm build for : OpenSuSE. For other distributions click perl-HTML-SimpleParse.

Name : perl-HTML-SimpleParse
Version : 0.12 Vendor : openSUSE
Release : bp154.267.1 Date : 2021-12-17 08:41:05
Group : Development/Libraries/Perl Source RPM : perl-HTML-SimpleParse-0.12-bp154.267.1.src.rpm
Size : 0.02 MB
Packager : https://bugs_opensuse_org
Summary : a bare-bones HTML parser
Description :
This is the HTML::SimpleParse module. It is a bare-bones HTML parser,
similar to HTML::Parser, but with a couple important distinctions:

First, HTML::Parser knows which tags can contain other tags, which
start tags have corresponding end tags, which tags can exist only in
the < HEAD> portion of the document, and so forth. HTML::SimpleParse
does not know any of these things. It just finds tags and text in the
HTML you give it, it does not care about the specific content of these
tags (though it does distiguish between different _types_ of tags, such
as comments, starting tags like < b>, ending tags like < /b>, and so on).

Second, HTML::SimpleParse does not create a hierarchical tree of HTML
content, but rather a simple linear list. It does not pay any
attention to balancing start tags with corresponding end tags, or which
pairs of tags are inside other pairs of tags.

Because of these characteristics, you can make a very effective HTML
filter by sub-classing HTML::SimpleParse.



Authors:
--------
Ken Williams < kenAATTforum.swarthmore.edu>

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-HTML-SimpleParse-0.12-bp154.267.1.noarch.rpm
ftp.icm.edu.pl  perl-HTML-SimpleParse-0.12-bp154.267.1.noarch.rpm
     

Provides :
HTML-SimpleParse
perl(HTML::SimpleParse)
perl-HTML-SimpleParse

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/HTML
/usr/lib/perl5/vendor_perl/5.26.1/HTML/SimpleParse.pm
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi
/usr/share/doc/packages/perl-HTML-SimpleParse
/usr/share/doc/packages/perl-HTML-SimpleParse/Changes
/usr/share/doc/packages/perl-HTML-SimpleParse/README
/usr/share/man/man3/HTML::SimpleParse.3pm.gz

 
ICM