This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] VOTE: nrss 0.3.9 -- A ncurses-based RSS reader


Included in Debian unstable. Needs votes.

    http://packages.debian.org/nrss

This is quite nice RSS reader with easy configuration file:

    $ cat ~/.nrss/config

    browser "/usr/bin/lynx" \"%u\""
    columns "2"
    add "http://rss.slashdot.org/slashdot/Slashdot"; "Slashdot"

Jari

sdesc: "A ncurses-based RSS reader"
ldesc: "A console based RSS reader allowing uses to read and manage RSS feeds
with a simple to use interface. Like most graphical RSS readers it
provides a three pane interface for ease of use in managing multiple
feeds."
category: Net
requires: cygwin libexpat0 libncurses8 wget

a) manual

  wget        \
    http://cygwin.cante.net/nrss/nrss-0.3.9-1-src.tar.bz2 \
    http://cygwin.cante.net/nrss/nrss-0.3.9-1.tar.bz2 \
    http://cygwin.cante.net/nrss/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir nrss ; cd nrss
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/nrss/get.sh \
          http://cygwin.cante.net/nrss/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]