#!/usr/bin/sed
#
# Prepend a TOC
# Print an extra first heading
# Delete from 'On this page...' to the *first* first heading
# BEWARE the non-breaking spaces!
#
/On this page.../{
	i [[_TOC_]]\n
};

/# 1.\s\+/ {s/1.\s\+// p}

/On this page/,/^#\+ \w/d
/javascript:toggle/d
/ #toc/d
s/^\(#\+\)\s\+[0-9.]\+\s\+/\1 /
/?action=edit/d
# group . to slash in links
/markferry.net\/pmwiki\/pmwiki/ s%n=\(.*\)\.\(.*\)%n=\1/\2%g
# strip pmwiki part
/markferry.net\/pmwiki\/pmwiki/ s%http://markferry.net/pmwiki/pmwiki.php?n=%/%