WikiSeek is a search engine that has indexed only Wikipedia sites, plus sites that are linked to from Wikipedia. Here's a standard search for it.

Tom.
<search function="wiks">
  <name>A better way to search wikipedia</name>
  <category>Reference</category>
  <contributor>Tom Corcoran</contributor>
  <link>http://www.wikiseek.com/</link>
  <email></email>
  <description>
  </description>
  <form name="wiksf"
        method="get"
        action="http://www.wikiseek.com/results.php";>
    <input type="hidden" name="q" value="" />
  </form>
  <script><![CDATA[
    function wiks(q)
    {
      if( nullArgs("wiks", q) )
        return;

      // FORM variables for wiksf

      // The wizard assigned the search string to this form field value because
      // this field was the active element when the search file was generated.
      // Change this to args.q if the search string is parsed with parseArgs.
      document.wiksf.q.value = q;

      submitForm(wiksf);
    }
  ]]></script>
</search>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to