shithub: rrss

ref: feaf548ad5b9df3e0cee4de5fdc2c1e97c6e0a8a
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