THIS PROGRAM IS GREAT!!!
I have had it for ten minutes and I am already finding great ways to use it...
 
Attached is the xml for a search of Amo's online crossword dictionary.
To use this search, type:
 
amo (pattern)
 
where pattern is some combination of at least two letters and any number of blanks,
represented by *s.
 
For example - amo r*v*a* would return any 6-letter word with 'r' as the first letter,
'v' as the third letter, and 'a' as the fifth letter. (the only word in this list happens to
be reveal.)
 
Hope this is helpful to someone!
 
Thanks for the great app... everyone keep up the good work...
 
--doogie
 
***
Sent by Doogie (Matthew R. McDougal)
If you don't know who he is, then this message isn't for you.
Some messages may contain confidential information and therefore,
If you are not the addressee, please disregard this email and send
me a short note in reply.  Thanks!!!
***
email: [EMAIL PROTECTED]
AIM: mmdoogie
***
<search function="amo">
  <name>Amo's Online Crossword Dictionary</name>
  <description>
    Ambiguously search a huge wordlist.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>amo *e*p*<br/>
	(this returns 5-letter words with 'e' in pos. 2 and 'p' in pos. 4.)</td></tr>
  	</table>
  </description>
  <category>Fun</category>
  <link>http://www.amo.qc.ca/cgi-bin/pub/ODico/dico.out</link>
  
  <form name="amof"
        action="http://www.amo.qc.ca/cgi-bin/pub/ODico/dico.out";
        method="get">
    <input type="hidden" name="mot"/>
  </form>
  
  <script><![CDATA[
    function amo(q)
    {
      if( nullArgs("amo",q) )
        return false;
      else
      {
        document.amof.mot.value = q;
        submitForm(amof);
      }
    }
  ]]></script>

  <copyright>
	Copyright (c) 2002 David Bau
	Distributed under the terms of the
	GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>

Reply via email to