7b080fd18e
update domains.sed to parse new HTML structure, and greatly simplify it at the same time.
11 lines
158 B
Sed
11 lines
158 B
Sed
# $NetBSD: domains.sed,v 1.3 2007/09/29 15:40:31 hubertf Exp $
|
|
s/<[^>]*>//g
|
|
/  / {
|
|
s/ / /g
|
|
s/&#[0-9]*;/ /g
|
|
s/ */ /g
|
|
s/^ *\.//
|
|
s/
|
|
$//
|
|
p
|
|
}
|