View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/searches
In directory usw-pr-cvs1:/tmp/cvs-serv18730/searches

Added Files:
        synfr.xml 
Log Message:
New search: synfr - get synonyms for a french word

--- NEW FILE: synfr.xml ---
<search function="synfr">
  <name>French synonyms</name>
  <category>Reference</category>
  <contributor>MLL</contributor>
  <link>http://elsap1.unicaen.fr/cherches.html</link>
  <description>
  Get synonyms for a french word, with a very handy visual chart.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>synfr maison</td></tr>
    </table>
  </description>

  <form name="synfrf"
        method="get"
        action="http://elsap1.unicaen.fr/cgi-bin/trouveter";>
    <input type="hidden" name="requete" value="" />
    <input type="hidden" name="refer" value="#" />
  </form>

  <script><![CDATA[
    function synfr(q)
    {
      if( nullArgs("synfr", q) )
        return;
      document.synfrf.requete.value = q;
      submitForm(synfrf);
    }
  ]]></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/

Reply via email to