1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: libwww-indexparser-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10~), libwww-perl, libdatetime-locale-perl, libhtml-parser-perl
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: James Bromberger <jeb@debian.org>
Standards-Version: 3.8.0.0
Package: libwww-indexparser-perl
Architecture: all
Depends: ${perl:Depends}, libwww-perl, libdatetime-locale-perl, libhtml-parser-perl
Description: Fetch and parse the directory index from a web server
WWW::IndexParser is a module that uses LWP to fetch a URL from a web
server. It then atempts to parse this page as if it were an auto generated
index page. It returns an array of WWW::IndexParser::Entry objects, one
per entry in the directory index that it has found. Each Entry has a
set of methods: filename(), time(), size(), and others if supported
by the autoindex generated: type() and size_units().
|