Lines Matching full:rss
29 # rssread - a simple RSS2.0 reader with RSS to XHTML to
418 # note that each RSS item needs to be converted seperately from RSS to HTML to plain text
419 # to make sure that the state of one RSS item doesn't affect others
421 printf $"<br />#### RSS item: title: %s ####" "${item["title"]}"
430 html_entity_to_ascii | # convert XML entities (e.g. decode RSS content to HTML code)
548 # set unicode locale since RSS is encoded in UTF-8
561 # return non-zero exit code for this function if the rss processing below fails
572 print -u2 -f "# Got %d lines of RSS data, processing...\n" "${ wc -l <<< "${data}" ; }"
610 …ng=d&q=(%22ksh93%22%7C%22ksh+93%22+%7C+%22korn93%22+%7C+%22korn+93%22)&ie=utf-8&num=100&output=rss"
612 ["blogs_sun_com"]="http://blogs.sun.com/main/feed/entries/rss"
613 ["bigadmin"]="http://www.sun.com/bigadmin/content/rss/motd.xml"
614 ["bigadmin_scripts"]="https://www.sun.com/bigadmin/content/rss/scripts.xml"
615 ["jmcp"]="http://www.jmcp.homeunix.com/roller/jmcp/feed/entries/rss"
616 ["katakai"]="http://blogs.sun.com/katakai/feed/entries/rss"
617 ["alanc"]="http://blogs.sun.com/alanc/feed/entries/rss"
621 ["theregister_uk"]="http://www.theregister.co.uk/headlines.rss"
623 ["slashdot"]="http://rss.slashdot.org/Slashdot/slashdot"
624 …"]="http://en.wikipedia.org/w/index.php?title=Comparison_of_command_shells&feed=rss&action=history"
633 [+NAME?rssread - fetch RSS messages and convert them to plain text]
634 [+DESCRIPTION?\brssread\b RSS to plain text converter
635 which fetches RSS streams via HTTP and converts them from
636 RSS to HTML to plain text in the current locale/encoding.]