<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title=" __UP_wpname__ Search" title_url="__UP_wpblog__" description="Do a keyword search of any WordPress Blog" screenshot="http://cogdogblog.com/alan/images/wp_search.jpg" author="Alan Levine" author_email="cogdogblog+woof@gmail.com" author_affiliation="CogDogBlog" author_location="Phoenix, Arizona" /> 
  <UserPref name="wpblog" display_name="Blog URL (must end in '/')" default_value="http://cogdogblog.com/" required="true"/>
<UserPref name="wpname" display_name="Blog Name" default_value="CogDogBlog" />
  <Content type="html">
     <![CDATA[ 
       <form action="__UP_wpblog__index.php" method="get" target="_blank">
<input type="text" input name="s" size="20" value="">
<input value="Go" type="submit">
</form>
     ]]>
  </Content> 
</Module>