shithub: rrss

ref: 0237ae12582923c2d34bbd866a339540909a995c
dir: /trrss/

View raw version
#!/bin/rc
# Run rrss and convert HTML to plain text, retaining link URLs.
# NOTE: Requires plan9port or 9base. Fix the shebang path to rc.
rrss $* | sed '
	s/^title:.*$/<p>&/g
	s/^link:.*$/<br>&/g
	s/^date:.*$/<br>&<br>/g
	' | tcs -t html | htmlfmt -a -c utf-8 | uhtml