View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv24412/searches
Added Files:
amo.xml
Log Message:
Added Amo's Online Crossword Dictionary from Matthew McDougal
--- NEW FILE: amo.xml ---
<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>
<contributor>Matthew McDougal</contributor>
<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>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/