URI:
       sfeedrc - jscancer - Javascript crap (relatively small)
  HTML git clone git://git.codemadness.org/jscancer
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       sfeedrc (343B)
       ---
            1 # for more details see the sfeedrc(5) and sfeed_update(1) man pages
            2 # and the README file.
            3 
            4 sfeedpath="$HOME/.sfeed/narrowcasting/feeds"
            5 
            6 # list of feeds to fetch:
            7 feeds() {
            8         # feed <name> <feedurl> [basesiteurl] [encoding]
            9         feed "nos" "https://feeds.nos.nl/nosnieuwsalgemeen"
           10         feed "tweakers" "https://feeds.feedburner.com/tweakers/nieuws"
           11 }