URI:
       control - randomcrap - random crap programs of varying quality
  HTML git clone git://git.codemadness.org/randomcrap
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       control (1109B)
       ---
            1 Source: sfeed
            2 Section: net
            3 Priority: optional
            4 Maintainer: Hiltjo Posthuma <hiltjo@codemadness.org>
            5 Build-Depends: debhelper-compat (= 13), ncurses-dev
            6 Standards-Version: 4.7.2
            7 Homepage: https://codemadness.org/sfeed.html
            8 Rules-Requires-Root: no
            9 
           10 Package: sfeed
           11 Architecture: any
           12 Depends: ${shlibs:Depends}, ${misc:Depends}
           13 Recommends: curl
           14 Suggests: lynx, xclip
           15 Description: RSS and Atom feed parser and convertors
           16  RSS and Atom parser (and some format programs).
           17  Subscribing to RSS or Atom feeds allows a user to keep track of
           18  many different websites in a single news aggregator, which
           19  constantly monitors sites or weblogs for new content, removing
           20  the need for the user to manually check them.  The sfeed program
           21  converts RSS or Atom feeds from XML to a TAB-separated file.
           22  There are formatting programs included to convert this
           23  TAB-separated format to various other formats like HTML or mbox,
           24  allowing one to view the feed using a regular webbrowser or email
           25  program.  There are also some programs and scripts included to
           26  import and export OPML and to fetch, filter, merge and order feed
           27  items.