NetBSD/share/misc/domains.sed
hubertf 7b080fd18e Fix the update-domains target:
update domains.sed to parse new HTML structure, and greatly simplify
it at the same time.
2007-09-29 15:40:31 +00:00

11 lines
158 B
Sed

# $NetBSD: domains.sed,v 1.3 2007/09/29 15:40:31 hubertf Exp $
s/<[^>]*>//g
/&nbsp;&nbsp/ {
s/&nbsp;/ /g
s/&#[0-9]*;/ /g
s/ */ /g
s/^ *\.//
s/
$//
p
}