File: control

package info (click to toggle)
libxml-rsslite-perl 0.15%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 124 kB
  • ctags: 22
  • sloc: perl: 201; sh: 48; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libxml-rsslite-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
 Nathan Handler <nhandler@ubuntu.com>, Nicholas Bamber <nicholas@periapt.co.uk>
Homepage: http://search.cpan.org/dist/XML-RSSLite/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-rsslite-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-rsslite-perl/
Standards-Version: 3.9.1

Package: libxml-rsslite-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: lightweight, "relaxed" RSS (and XML-ish) parser
 XML::RSSLite attempts to extract the maximum amount of content from
 available documents, and is less concerned with XML compliance than
 alternatives. Rather than rely on XML::Parser, it uses heuristics and good
 old-fashioned Perl regular expressions. It stores the data in a simple
 hash structure, and "aliases" certain tags so that when done, you can
 count on having the minimal data necessary for re-constructing a valid
 RSS file. This means you get the basic title, description, and link for a
 channel and its items.
 .
 This module extracts more usable links by parsing "scriptingNews" and
 "weblog" formats in addition to RDF & RSS. It also "sanitizes" the
 output for best results.