File: control

package info (click to toggle)
magpierss 0.72-11
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 368 kB
  • ctags: 61
  • sloc: php: 1,482; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 1,104 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
Source: magpierss
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: http://magpierss.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-php/magpierss.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-php/magpierss.git

Package: libphp-magpierss
Architecture: all
Depends:  ${misc:Depends}, php-pear, libphp-snoopy
Description: provides an XML-based RSS parser in PHP
 MagpieRSS is an XML-based RSS parser in PHP.  It attempts to be "PHP-like",
 and simple to use.
 .
 Some features include:
 .
  * supports RSS 0.9 - 1.0, with limited RSS 2.0 support
  * supports namespaces, and modules, including mod_content and mod_event
  * open minded
  * simple, functional interface, to object oriented backend parser
  * automatic caching of parsed RSS objects makes its easy to integrate
  * supports conditional GET with Last-Modified, and ETag
  * uses constants for easy override of default behaviour
  * heavily commented