<kaizou>
<title>Simple Fuddish translator</title>
<author>kaizouman</author>
<link>http://www.kaizou.org</link>
<description>
This Kaizou file translates web pages in english into Elmer Fudd's language</description>
<target>
<uri>http://www.slashdot.org</uri>
<pattern>http://*</pattern>
</target>
<transform>
<xpath>//text()</xpath>
<actions>
<regexp-data>
<pattern>/\sth([\w]+)\s/gi</pattern>
<substitution> d$1 </substitution>
</regexp-data>
<regexp-data>
<pattern>/([\w]+)th\s/gi</pattern>
<substitution>$1f </substitution>
</regexp-data>
<regexp-data>
<pattern>/r/gi</pattern>
<substitution>w</substitution>
</regexp-data>
<regexp-data>
<pattern>/l/gi</pattern>
<substitution>w</substitution>
</regexp-data>
</actions>
</transform>
</kaizou>
