packages feed

Hsed-0.1: tests/BranchTag.sed

# Remove the HTML tags
/</{
:loop
s/<[^<]*>//g
/</{
N
b loop
}
}